summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-301-0/+1
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-301-0/+1
* s3:winbind: add a fake NDR winbind cache validatorVolker Lendecke2009-08-291-0/+11
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-2/+5
* s3:winbind: Some calls are not cacheableVolker Lendecke2009-08-271-0/+19
* s3:winbind: Factor out wcache_store_seqnum()Volker Lendecke2009-08-271-19/+32
* s3:winbind: Add a generic cache for NDR based parent-child requestsVolker Lendecke2009-08-271-0/+112
* s3:winbind: Factor out wcache_fetch_seqnumVolker Lendecke2009-08-271-14/+39
* s3:winbind: Fix Coverity ID 942: Resource LeakVolker Lendecke2009-08-261-0/+2
* s3:winbind: Make wcache_lookup_groupmem available publicallyVolker Lendecke2009-08-161-24/+54
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-5/+6
* s3:winbind: Make wcache_lookup_usergroups externally visibleVolker Lendecke2009-08-051-29/+47
* s3:winbind: Make wcache_lookup_useraliases available publicallyVolker Lendecke2009-08-051-33/+74
* s3:winbind: Make wcache_query_user externally visibleVolker Lendecke2009-08-051-22/+43
* s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke2009-08-051-42/+37
* s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke2009-08-051-42/+43
* Add some const to winbind_userinfoVolker Lendecke2009-08-031-2/+2
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-3/+3
* Refactoring: mem_ctx is not needed as an argument to centry_sidVolker Lendecke2009-07-311-21/+25
* Fix some nonempty blank linesVolker Lendecke2009-07-271-105/+103
* Remove some unused codeVolker Lendecke2009-06-141-109/+0
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-1/+1
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-121-4/+4
* More warning fixes for Solaris.Jeremy Allison2009-02-231-9/+9
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-0/+1
* s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.Michael Adam2009-01-161-6/+6
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-071-3/+8
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-311-1/+3
* s3:winbindd_cache: add debugging to get_nss_info_cached()Michael Adam2008-12-011-0/+7
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-161-0/+249
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-271-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