r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit winbindd...
[kai/samba-autobuild/.git] / source / nsswitch / winbindd_cache.c
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Günther Deschnerr14675: Protect against null sids and rids in the cache...
2007-10-10 Günther Deschnerr14674: Further cleanup for cached logins, only dump...
2007-10-10 Jeremy Allisonr14393: Fix a couple of AIX warnings.
2007-10-10 Jeremy Allisonr14282: Change centry_string to only use talloc. Should
2007-10-10 Günther Deschnerr14076: When the backends trusted_domains call comes...
2007-10-10 Volker Lendecker13984: Fix Coverity bug # 98
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Günther Deschnerr13377: Fix from Volker: Make offline authentication...
2007-10-10 Volker Lendecker13371: Remove an unused function
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker13309: If the sid in the winbind name2sid cache is...
2007-10-10 Günther Deschnerr12788: Since we have agreed on the case of winbindd...
2007-10-10 Günther Deschnerr12787: Revert last commit that removed our logic of...
2007-10-10 Günther Deschnerr12742: Don't write null sid mappings into the winbindd...
2007-10-10 Günther Deschnerr12341: add DEBUG statement.
2007-10-10 Günther Deschnerr12193: Fix some typos.
2007-10-10 Volker Lendecker11704: methods->alternate_name is not used anymore...
2007-10-10 Gerald Carterr11652: Reinstate the netsamlogon_cache in order to...
2007-10-10 Gerald Carterr11651: After talking to Jeremy, commit my winbindd...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9588: remove netsamlogon_cache interface...everything...
2007-10-10 Gerald Carterr9330: Remove the classic dual daemon since it was...
2007-10-10 Gerald Carterr9322: fixing debug log and ensuring that we set the...
2007-10-10 Günther Deschnerr7994: This adds support in Winbindd's "security =...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr6755: removing domain_sid() since it is not referenced...
2007-10-10 Volker Lendecker6401: Fix a debug message
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Volker Lendecker4967: Not being in any domain local groups is obviousl...
2007-10-10 Volker Lendecker4760: Make wbinfo --user-sids expand domain local...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2822: Fix parameter confusion in priming of name-to...
2007-10-10 Volker Lendecker2351: Fix use of an uninitialized variable. valgrind...
2007-10-10 Volker Lendecker2001: Fix bug 1622. Thanks to Qiao Yang for the patch...
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Jeremy Allisonr535: Another memleak fix from kawasa_r@itg.hitachi...
2007-10-10 Gerald Carterr294: checking in volker's winbindd patches; tested...
2007-10-10 Volker Lendecker38: Fix caching of name->sid lookups
2004-03-30 Volker LendeckeApply some const
2004-03-22 Gerald CarterBUG 1185: use 'winbind cache time' as the reconnect...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-10 Volker LendeckeApply some const
2004-01-14 Gerald Carter* Revert to using rpc for mixed mode AD domains.
2004-01-14 Gerald Carter* Revert to using rpc for mixed mode AD domains.
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettMove more of winbind to use 'find_our_domain()' rather...
2004-01-06 Andrew BartlettMerge winbind from Samba 3.0 onto HEAD.
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew BartlettAdd const.
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-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-02 Gerald Cartermake sure to initialize the backend methods when enumer...
2003-07-31 Gerald Carterworking on transtive trusts issue:
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-10 Gerald Carteri guess i'm the only one this ever annyoed...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-24 Jeremy AllisonSequence number was not getting updated with ldap hack...
2003-06-23 Gerald Carter* set domain->last_status = NT_STATUS_SERVER_DISABLED...
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-10 Jeremy AllisonAdd in rety loop for query_user_list (from APP_HEAD...
2003-06-10 Andrew Tridgell- fixed the bug that forced us not to use the winbindd...
2003-06-10 Jeremy AllisonInstrument cache with debug statements so I can have...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 Simo Sorcefixes to *_util.c files
2003-04-23 Andrew BartlettMerge HEAD's winbind into 3.0.
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 Tim PotterRemoved unused variables.
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-26 Andrew BartlettKill RID-only and domain+RID madness from winbind.
2002-10-15 Jeremy AllisonFix spelling of background_process.
2002-10-15 Jeremy AllisonFix spelling of background_process.
2002-10-08 Gerald Cartermerge from APP_HEAD of winbindd's domain local group fix
2002-10-08 Gerald Cartermerge from APP_HEAD
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next