Back-port of Volkers fix.
[samba.git] / source / nsswitch / winbindd_dual.c
2008-07-25 Jeremy AllisonBack-port of Volkers fix.
2008-07-18 Jim McDonoughIn the "log file = " case, don't overwrite the
2008-06-06 Jeremy AllisonMerge branch 'v3-0-test' of ssh://jra@git.samba.org...
2008-06-05 John H TerpstraMerge branch 'v3-0-test' of git://git.samba.org/samba...
2008-06-03 Jeremy AllisonFix by Bo Yang <boyang@novell.com> for bug with winbind...
2008-05-31 John H TerpstraMerge branch 'v3-0-test' of git://git.samba.org/samba...
2008-05-31 Jeremy AllisonFix bug #5504. winbindd children and parent were handin...
2008-05-29 John H TerpstraMerge branch 'v3-0-test' of git://git.samba.org/samba...
2008-05-29 Jeremy AllisonFix winbindd on a PDC by reverting : 83b04c60fac76ccd2d...
2008-05-14 Jeremy AllisonFix bug #5464. Pointed out by Herb @ Connectathon....
2008-05-13 Jim McDonoughEnable winbind child processes to do something with...
2008-04-30 Jeremy AllisonThis code is the same in 3.0.x winbindd.
2008-03-27 Volker LendeckeFix wbinfo -a trusted\\user%password on a Samba DC...
2008-02-01 Simo SorceFix winbindd running on a Samba DC,
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create... samba-misc-tags/initial-v3-0-test
2007-10-10 Jeremy Allisonr23577: Fix winbindd (sorry). Ensure I set the new...
2007-10-10 Jeremy Allisonr23574: Remove double-null check (I hate people bitchin...
2007-10-10 Jeremy Allisonr23573: Cope with terminating winbindd children on...
2007-10-10 Günther Deschnerr23565: Avoid double NULL pointer checks.
2007-10-10 Günther Deschnerr23564: Handle MSG_DUMP_EVENT_LIST only in winbindd...
2007-10-10 Jeremy Allisonr23448: Doh ! Don't call winbind_child_died() *before...
2007-10-10 Jeremy Allisonr23447: Add kill signal to child dead path. After talking
2007-10-10 Volker Lendecker23446: Restore Jeremy's original formatting, just...
2007-10-10 Volker Lendecker23426: Correct a comment. The default timeout is not...
2007-10-10 Jeremy Allisonr23424: Thanks to Jerry, we finally tracked down the :
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.
2007-10-10 Volker Lendecker23117: Factor out local messaging.
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker22943: More message_register -> messaging_register
2007-10-10 Volker Lendecker22895: Convert some more calls from message_send_buf...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Gerald Carterr22715: When our primary domain does on or offline...
2007-10-10 Gerald Carterr22710: Support one-way trusts.
2007-10-10 Gerald Carterr22390: Patchset sent to samba-technical to address...
2007-10-10 Simo Sorcer22204: Workaround to quickly close bug #4508
2007-10-10 Simo Sorcer21623: Fix copy/paste error
2007-10-10 Gerald Carterr21616: Delay initialization of idmap and nss_info...
2007-10-10 Günther Deschnerr21106: We neither need a account lockout policy handle...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Günther Deschnerr21056: Moving the set_domain_online_request to fork_do...
2007-10-10 Volker Lendecker20846: Before this gets out of control...
2007-10-10 Jeremy Allisonr20330: And here's the fix for the parent winbindd...
2007-10-10 Günther Deschnerr20254: The pam_chauthtok needs to go through the async...
2007-10-10 Jeremy Allisonr20206: Start cleaning up the talloc_ctx mess.
2007-10-10 Jeremy Allisonr20140: Make online/offline detection completely asynch...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Jeremy Allisonr20087: Ensure we clean up any random pending events we
2007-10-10 Jeremy Allisonr20082: When fork_domain_child is forked when we're...
2007-10-10 Jeremy Allisonr19230: Doh ! Fix obvious crash bug.....
2007-10-10 Jeremy Allisonr19209: Ensure we don't make mistakes by sending online...
2007-10-10 Jeremy Allisonr19105: Ok - this is currently untested (but I'm testin...
2007-10-10 Jeremy Allisonr18980: Be a little more intelligent about "startup_time",
2007-10-10 Gerald Carterr18937: Protect against segc in the idmap winbindd...
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr18551: Implement a 30 seconds from startup, during...
2007-10-10 Jeremy Allisonr18533: Ensure we clear out the failed connection cache...
2007-10-10 Jeremy Allisonr18506: Fix online requests to cause an immediate DC...
2007-10-10 Jeremy Allisonr18411: Getting a zero length read is common. Don't...
2007-10-10 Jeremy Allisonr18191: Fix the online/offline state handling of winbindd.
2007-10-10 Jeremy Allisonr17610: Added the ability for firefox to drive the...
2007-10-10 Volker Lendecker17605: Some C++ warnings
2007-10-10 Simo Sorcer17459: As by Jerry's word commit this without his...
2007-10-10 Andrew Bartlettr17005: Add a new helper mode to ntlm_auth: ntlm-change...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16475: destroy talloc ctx when we weren't able to...
2007-10-10 Günther Deschnerr16474: There is no point in figuring out lockout polic...
2007-10-10 Günther Deschnerr15526: Avoid double \n.
2007-10-10 Günther Deschnerr15428: Add "smbcontrol winbind onlinestatus" for debug...
2007-10-10 Jeremy Allisonr15084: Try and squeeze more out of the non-read/write...
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Jeremy Allisonr14954: Fix #3569 based on William Jojo's work. AIX...
2007-10-10 Günther Deschnerr14505: Rename the timed_event to lockout_policy_event.
2007-10-10 Günther Deschnerr14474: Also flush the nscd caches before entering...
2007-10-10 Jeremy Allisonr14405: Fix the build when nscd_flush_cache is detected
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr14329: Fix the build on systems without libcom_err.
2007-10-10 Günther Deschnerr14321: When we have libnscd and winbindd comes (back...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker11251: Fix a comment
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Volker Lendecker9709: Fix two bugs found by Brian Moran: Any request...
2007-10-10 Gerald Carterr9362: formatting cleanup
2007-10-10 Gerald Carterr9330: Remove the classic dual daemon since it was...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Volker Lendecker7785: This looks much larger than it is. It changes...
2007-10-10 Volker Lendecker7423: Fix the build on sol10
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker2440: Use sys_fork instead of fork for the dual daemon...
2004-01-06 Andrew BartlettMerge winbind from Samba 3.0 onto HEAD.
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
2003-05-27 Tim PotterThis should be the correct fix for merge of bug #60...
2003-05-27 Tim PotterWhoops - tried to merge to wrong branch for bug #60...
2003-05-26 Tim PotterMerge of fix for bug #60.
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next