summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
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