summaryrefslogtreecommitdiff
path: root/source/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-281-3/+8
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-281-1/+22
* winbindd: handle trusted domains without sid.Günther Deschner2008-07-311-2/+7
* After technical consultation, add Steven Danneman's <steven.danneman@isilon.c...Jeremy Allison2008-06-301-1/+7
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-06-051-3/+3
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-05-051-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-05-051-3/+13
* Only cache password policy results that worked, otherwise weBo Yang2008-04-211-1/+3
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-101-0/+14
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-311-0/+24
* Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2008-03-271-0/+5
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-1/+1
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-39/+44
* Fix prototype: Add a void to an empty function parameter list.Michael Adam2008-01-091-1/+1
* Use the proper boolean constants.Michael Adam2008-01-071-93/+93
* Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-071-3/+3
* Add some braces to if statement.Michael Adam2008-01-071-1/+2
* Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-071-3/+19
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-20/+25
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-12/+24
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-8/+10
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-121-2/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-26/+26
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+3892