summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2351: Fix use of an uninitialized variable. valgrind is sooo useful.Volker Lendecke1-2/+2
2007-10-10r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for t...Volker Lendecke1-1/+3
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-0/+6
2007-10-10r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+2
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-9/+16
2007-10-10r38: Fix caching of name->sid lookupsVolker Lendecke1-1/+2
2004-03-30Apply some constVolker Lendecke1-3/+3
2004-03-22BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...Gerald Carter1-0/+2
2004-01-14* Revert to using rpc for mixed mode AD domains.Gerald Carter1-3/+9
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-1/+3
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-1/+1
2004-01-05Add const.Andrew Bartlett1-3/+3
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-4/+4
2003-08-02make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter1-0/+2
2003-07-31working on transtive trusts issue:Gerald Carter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-2/+2
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-06-24Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison1-1/+1
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-7/+13
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-24/+116
2003-06-10Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison1-5/+25
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell1-35/+32
2003-06-10Instrument cache with debug statements so I can have a clue as to whatJeremy Allison1-56/+208
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-9/+87
2003-05-12And finally IDMAP in 3_0Simo Sorce1-1/+6
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-67/+92
2002-10-15Fix spelling of background_process.Jeremy Allison1-2/+2
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-2/+73
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+13
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-15/+40
2002-04-04Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison1-0/+31
2002-03-15enable locking on the winbindd cache tdb so it can be backed up andAndrew Tridgell1-1/+1
2002-03-09removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell1-10/+2
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-11force the time difference in cache comparisons to be unsigned to copeAndrew Tridgell1-1/+4
2002-01-11make the winbind sequence number code more robustAndrew Tridgell1-1/+1
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-4/+22
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell1-4/+4
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-4/+4
2001-12-10winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell1-31/+87
2001-12-10shrank the winbindd_cache.tdb somewhatAndrew Tridgell1-27/+63
2001-12-10added some commentsAndrew Tridgell1-0/+2
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell1-1/+24
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell1-1/+2
2001-12-10explicitly encode NULL strings in the cacheAndrew Tridgell1-1/+15
2001-12-10removed a debug lineAndrew Tridgell1-2/+0
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-449/+548
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-56/+1