libcli/security Provide a common, top level libcli/security/security.h
[sfrench/samba-autobuild/.git] / source3 / winbindd / winbindd_dual.c
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-01 Steven Dannemans3:events: Call all ready fd event handlers on each...
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-30 Volker Lendeckes3: Add "smbcontrol winbindd ip-dropped <local-ip>"
2010-09-30 Volker Lendeckes3: Re-introduce a procid_self()
2010-09-10 Björn Jackes3/winbind: use mono time for startup timeout check
2010-08-16 Stefan Metzmachers3:winbindd: remove rpc_pipe_client references from...
2010-08-16 Stefan Metzmachers3:winbindd: add binding_handle to struct winbindd_child
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Remove a direct use of procid_self()
2010-07-07 Günther Deschners3-winbindd: Fix child logfile handling which broke...
2010-07-06 Andreas Schneiders3-winbind: Create all logfiles in the same directory.
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-05-13 Andrew Bartletts3:winbindd Rename 'children' to 'winbindd_children...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-25 Volker Lendeckes3: async_domain_request is no longer used
2010-04-24 Volker Lendeckes3: sendto_domain() is lo longer used
2010-04-01 Stefan Metzmachers3:winbindd: fix problems with SIGCHLD handling (bug...
2010-04-01 Stefan Metzmachers3:winbindd: only set child_domain in the child
2010-02-26 Roel van MeerFix one of the valgrind warnings from bug #6814 - Fixes...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-02 Volker Lendeckes3: Fix a typo
2009-12-28 Volker Lendeckes3: Simplify "setup_domain_child" slightly
2009-12-26 Volker Lendeckes3: Fix some nonempty blank lines
2009-12-23 Volker Lendeckes3: Remove some unused code
2009-12-23 Volker Lendeckes3: Remove unused sendto_child()
2009-11-19 Volker Lendeckes3: Avoid races to change the machine password in winbind
2009-11-19 Volker Lendeckes3: Protect against flooding the DC with pwchange requests
2009-11-19 Volker Lendeckes3: Re-check the timeout in machine_password_change_han...
2009-11-19 Volker Lendeckes3: Add some debugs to the winbind machine pwchange...
2009-11-19 Volker Lendeckes3: Do not kill the whole smb session if a machine...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Günther Deschners3-winbindd: make sure to reset connections when machin...
2009-10-05 Volker LendeckeRevert "s3: Attempt to fix machine password change"
2009-10-05 Volker Lendeckes3: Attempt to fix machine password change
2009-08-27 Volker Lendeckes3:winbind: Add a generic cache for NDR based parent...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-05 Volker Lendeckes3:winbind: Add NDR-based parent-child communication...
2009-07-31 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-07-31 Volker LendeckeProvide a mem_ctx for child requests
2009-07-28 Volker LendeckeRemove a duplicate prototype
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Bo Yangs3: don't do this, upper callbacks will check it
2009-06-14 Volker LendeckeRemove "winbindd_request" and "winbindd_response" from...
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
2009-06-14 Volker LendeckeFix an error message: We get the errno in "err"
2009-06-14 Volker LendeckeDo not use "finished" in winbind child
2009-06-14 Volker LendeckeConvert async_domain_request to wb_domain_request_send
2009-06-14 Volker LendeckeAdd wb_domain_request_send/recv
2009-06-14 Volker LendeckeConvert the winbind parent->child communication to...
2009-06-14 Volker LendeckeMake winbindd_cli_state->request a pointer instead...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-05-21 Bo Yangs3: Fix onlinestatus msg to return status of all domain...
2009-05-12 Volker LendeckeConvert response.extra_data.data from malloc to talloc
2009-05-07 Volker LendeckeFix some nonempty blank lines
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Dan SledzAdd two new parameters to control how we verify kerbero...
2009-01-27 Stefan Metzmachers3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUS...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:winbindd: we don't need to call message_dispatch...
2009-01-22 Stefan Metzmachers3: always call run_events() before and after sys_select()
2009-01-14 Jeremy AllisonClean up comments a little.
2009-01-14 Bo YangDon't send message to any other child in child process.
2009-01-13 Jeremy AllisonFrom boyang - ensure we never "return" from a forked...
2009-01-10 Bo YangDon't set child->requests to NULL in parent after fork
2009-01-07 Jeremy AllisonMake winbindd_cm.c use winbindd_reinit_after_fork().
2009-01-06 Jeremy AllisonAdd winbindd_reinit_after_fork(), cleaning out all...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2009-01-05 Stefan Metzmachers3:winbindd: cancel all ccache entry events and not...
2009-01-05 Bo YangFix broken krb5 refresh chain
2009-01-05 Bo Yangclean event context after child is forked.
2008-12-31 Stefan Metzmachers3:winbindd: we don't need to call messaging_reinit...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-20 Günther Deschners3-winbindd: for now only change machine pwd when not...
2008-10-30 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-29 Jeremy AllisonCoverity fix CID: 592 - null deref (can't happen but...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jeremy AllisonFix bug #5814 - Winbindd dumping core in a strange...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-06 Volker LendeckeLog in the parent winbind log where a request is going
2008-09-23 Jeremy AllisonFix winbindd crash in an unusual failure mode. Bug...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-31 Volker LendeckeFix Coverity ID 592
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-25 Günther Deschnerwinbindd: only create machine pwd change event when...
2008-08-23 Volker LendeckeUse talloc_stackframe() in machine_password_change_handler
2008-08-23 Volker LendeckeFix a memleak in calculate_next_machine_pwd_change
2008-08-23 Günther Deschnerwinbindd: add event based machine password change.
next