summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman1-1/+1
2008-04-23winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam1-14/+9
2008-04-23winbindd_cache: recognize and allow longer UA keysHolger Hetterich1-3/+13
2008-04-10winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam1-0/+14
2008-04-07Only cache password policy results that worked, otherwise weBo Yang1-1/+3
2008-03-29winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam1-0/+24
2008-03-27Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke1-0/+5
2008-02-17Use netr_SamInfo3 everywhere in winbindd.Günther Deschner1-1/+1
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-39/+44
2008-01-09Fix prototype: Add a void to an empty function parameter list.Michael Adam1-1/+1
2008-01-07Use the proper boolean constants.Michael Adam1-93/+93
2008-01-07Make wcache_invalidate_cache() return bool, not int.Michael Adam1-3/+3
2008-01-07Add some braces to if statement.Michael Adam1-1/+2
2008-01-07Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider1-3/+19
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-20/+25
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-12/+24
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-8/+10
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider1-2/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-26/+26
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+3892