summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17618: Not using a cache version number (yet). We really should...Jeremy Allison1-1/+0
2007-10-10r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison1-6/+38
2007-10-10r17464: Ensure we use a hash16 data type, not a string,Jeremy Allison1-3/+45
2007-10-10r17461: Ensure we never save a NULL SID mapping. || should be &&.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+130
2007-10-10r16939: Still clear the winbind_cache.tdb when offline logons are not enabled.Günther Deschner1-2/+4
2007-10-10r16790: Fix memleak.Günther Deschner1-0/+1
2007-10-10r16361: Fix Klocwork ID 1731 1770 1771 1775 1796Volker Lendecke1-1/+2
2007-10-10r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison1-2/+2
2007-10-10r16222: Fix DEBUG statements.Günther Deschner1-1/+1
2007-10-10r16221: No need for friednly error messages at log level 10.Günther Deschner1-27/+26
2007-10-10r16196: A bit of defensive programming:Volker Lendecke1-1/+1
2007-10-10r15632: Remove length limitation from the winbind cache cleanup traversal.Günther Deschner1-7/+2
2007-10-10r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.Günther Deschner1-0/+5
2007-10-10r15228: Fix -n winbind option which has become meaningless with the persistentGünther Deschner1-0/+6
2007-10-10r15132: Fix some shadowed variable warningsVolker Lendecke1-22/+22
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-3/+3
2007-10-10r14675: Protect against null sids and rids in the cached credentials functions.Günther Deschner1-2/+28
2007-10-10r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.Günther Deschner1-1/+5
2007-10-10r14393: Fix a couple of AIX warnings.Jeremy Allison1-0/+2
2007-10-10r14282: Change centry_string to only use talloc. ShouldJeremy Allison1-16/+12
2007-10-10r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner1-1/+9
2007-10-10r13984: Fix Coverity bug # 98Volker Lendecke1-1/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-4/+2
2007-10-10r13409: No functional changes, just some DEBUG cleanup.Günther Deschner1-4/+2
2007-10-10r13377: Fix from Volker: Make offline authentication work with NT4 as wellGünther Deschner1-0/+8
2007-10-10r13371: Remove an unused functionVolker Lendecke1-8/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter1-72/+786
2007-10-10r13309: If the sid in the winbind name2sid cache is not valid (NT_STATUS_NONE...Volker Lendecke1-1/+3
2007-10-10r12788: Since we have agreed on the case of winbindd names, we can store aGünther Deschner1-2/+5
2007-10-10r12787: Revert last commit that removed our logic of memorizing negativeGünther Deschner1-3/+1
2007-10-10r12742: Don't write null sid mappings into the winbindd_cache.tdb.Günther Deschner1-1/+3
2007-10-10r12341: add DEBUG statement.Günther Deschner1-1/+3
2007-10-10r12193: Fix some typos.Günther Deschner1-1/+1
2007-10-10r11704: methods->alternate_name is not used anymore -- remove itVolker Lendecke1-13/+0
2007-10-10r11652: Reinstate the netsamlogon_cache in order to workGerald Carter1-0/+38
2007-10-10r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter1-24/+33
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-46/+40
2007-10-10r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter1-38/+0
2007-10-10r9330: Remove the classic dual daemon since it was not being used.Gerald Carter1-12/+3
2007-10-10r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter1-3/+5
2007-10-10r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner1-0/+8
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-52/+208
2007-10-10r6755: removing domain_sid() since it is not referenced anymoreGerald Carter1-13/+0
2007-10-10r6401: Fix a debug messageVolker Lendecke1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-6/+6
2007-10-10r4967: Not being in any domain local groups is obviously valid...Volker Lendecke1-1/+1
2007-10-10r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke1-0/+86
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-14/+14