summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-03added name_to_sid to the backendAndrew Tridgell1-10/+10
2001-11-22Added debugs to track down sequence lookup problems.Jeremy Allison1-4/+10
2001-11-21Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison1-128/+189
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter1-2/+22
2001-11-14Random connection robustness related fixes. Display some debugs aboutTim Potter1-1/+1
2001-10-14Resurrected sam sequence number code.Tim Potter1-117/+175
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-0/+29
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-93/+156
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-15/+15
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+11
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter1-1/+1
2000-05-12use "winbind separator" in tng as wellAndrew Tridgell1-1/+1
2000-05-09fixed some winbind cache bugsAndrew Tridgell1-16/+17
2000-05-09brought the winbindd code into headAndrew Tridgell1-0/+416