summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler.Bo Yang2010-03-061-0/+6
* s3: Don't invalidate cache for uninitialized domains.Bo Yang2010-02-091-0/+27
* s3: Fix a winbind segfault in "trusted_domains"Volker Lendecke2010-01-131-3/+4
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-2/+1
* s3: List trusted domains from wcache when domain is offline.Bo Yang2010-01-061-24/+139
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang2010-01-061-2/+263
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-11/+2
* s3: Remove some unused codeVolker Lendecke2009-12-281-101/+0
* s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-)Volker Lendecke2009-12-261-1/+1
* s3: Replace IS_DOMAIN_OFFLINE by a functionVolker Lendecke2009-12-261-2/+2
* s3: wbinfo --ping-dc is not cacheableVolker Lendecke2009-12-231-0/+1
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-131-0/+1
* s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.Günther Deschner2009-10-081-0/+1
* s3:winbind: Fix Coverity ID 940: Resource LeakVolker Lendecke2009-09-041-0/+1
* 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