summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison2007-10-101-2/+2
* r16222: Fix DEBUG statements.Günther Deschner2007-10-101-1/+1
* r16221: No need for friednly error messages at log level 10.Günther Deschner2007-10-101-27/+26
* r16196: A bit of defensive programming:Volker Lendecke2007-10-101-1/+1
* r15632: Remove length limitation from the winbind cache cleanup traversal.Günther Deschner2007-10-101-7/+2
* r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.Günther Deschner2007-10-101-0/+5
* r15228: Fix -n winbind option which has become meaningless with the persistentGünther Deschner2007-10-101-0/+6
* r15132: Fix some shadowed variable warningsVolker Lendecke2007-10-101-22/+22
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-3/+3
* r14675: Protect against null sids and rids in the cached credentials functions.Günther Deschner2007-10-101-2/+28
* r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.Günther Deschner2007-10-101-1/+5
* r14393: Fix a couple of AIX warnings.Jeremy Allison2007-10-101-0/+2
* r14282: Change centry_string to only use talloc. ShouldJeremy Allison2007-10-101-16/+12
* r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner2007-10-101-1/+9
* r13984: Fix Coverity bug # 98Volker Lendecke2007-10-101-1/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-4/+2
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2007-10-101-4/+2
* r13377: Fix from Volker: Make offline authentication work with NT4 as wellGünther Deschner2007-10-101-0/+8
* r13371: Remove an unused functionVolker Lendecke2007-10-101-8/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-72/+786
* r13309: If the sid in the winbind name2sid cache is not valid (NT_STATUS_NONE...Volker Lendecke2007-10-101-1/+3
* r12788: Since we have agreed on the case of winbindd names, we can store aGünther Deschner2007-10-101-2/+5
* r12787: Revert last commit that removed our logic of memorizing negativeGünther Deschner2007-10-101-3/+1
* r12742: Don't write null sid mappings into the winbindd_cache.tdb.Günther Deschner2007-10-101-1/+3
* r12341: add DEBUG statement.Günther Deschner2007-10-101-1/+3
* r12193: Fix some typos.Günther Deschner2007-10-101-1/+1
* r11704: methods->alternate_name is not used anymore -- remove itVolker Lendecke2007-10-101-13/+0
* r11652: Reinstate the netsamlogon_cache in order to workGerald Carter2007-10-101-0/+38
* r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter2007-10-101-24/+33
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-46/+40
* r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter2007-10-101-38/+0
* r9330: Remove the classic dual daemon since it was not being used.Gerald Carter2007-10-101-12/+3
* r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2007-10-101-3/+5
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-101-0/+8
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-52/+208
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2007-10-101-13/+0
* r6401: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-6/+6
* r4967: Not being in any domain local groups is obviously valid...Volker Lendecke2007-10-101-1/+1
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-101-0/+86
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-14/+14
* r2822: Fix parameter confusion in priming of name-to-sid cache. Found byTim Potter2007-10-101-1/+1
* r2351: Fix use of an uninitialized variable. valgrind is sooo useful.Volker Lendecke2007-10-101-2/+2
* r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for t...Volker Lendecke2007-10-101-1/+3
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-0/+6
* r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2007-10-101-0/+2
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-9/+16
* r38: Fix caching of name->sid lookupsVolker Lendecke2007-10-101-1/+2
* Apply some constVolker Lendecke2004-03-301-3/+3