summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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