summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-121-4/+4
* More warning fixes for Solaris.Jeremy Allison2009-02-241-9/+9
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-081-3/+8
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2009-01-021-1/+3
* winbindd_cache: add debugging to get_nss_info_cached()Michael Adam2008-12-111-0/+7
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-211-0/+249
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-09-011-1/+22
* winbindd: handle trusted domains without sid.Günther Deschner2008-07-301-2/+7
* Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...Karolin Seeger2008-07-011-6/+6
* winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger2008-06-161-6/+6
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-301-3/+3
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-221-1/+1
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-04-231-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-04-231-3/+13
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-101-0/+14
* Only cache password policy results that worked, otherwise weBo Yang2008-04-071-1/+3
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-291-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