summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-16s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.Michael Adam1-6/+6
2009-01-07refresh sequence number as soon as possible when domain->sequence_number == -...boyang1-3/+8
2008-12-31Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison1-1/+3
2008-12-01s3:winbindd_cache: add debugging to get_nss_info_cached()Michael Adam1-0/+7
2008-09-16winbindd: Add support for name aliasing.Gerald (Jerry) Carter1-0/+249
2008-08-27Fix the wcache_invalidate_samlogon calls.Jeremy Allison1-1/+22
2008-07-30winbindd: handle trusted domains without sid.Günther Deschner1-2/+7
2008-07-01Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...Karolin Seeger1-6/+6
2008-06-16winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger1-6/+6
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison1-3/+3
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