summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8521 - winbindd cache timeout expiry test was reversedJeremy Allison2011-10-121-1/+1
* Finish commit 8745c70d by Michael Adam.Jeremy Allison2011-09-151-5/+5
* s3: Fix a debug messageVolker Lendecke2011-09-081-2/+2
* s3:winbind: put winbindd_cache into the state dir, not the cache dirMichael Adam2011-09-071-1/+1
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-171-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-2/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-5/+5
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-9/+9
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-081-0/+4
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More simple const fixups.Jeremy Allison2011-05-051-2/+2
* s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULTVolker Lendecke2011-04-011-2/+2
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-4/+4
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Remove unused args from nss_get_info_cachedVolker Lendecke2011-03-061-1/+0
* s3: Remove unused args from nss_get_infoVolker Lendecke2011-03-061-1/+1
* s3:winbind: Protect against invalid winbindd_cache entries in lookupridsVolker Lendecke2011-01-211-1/+2
* s3: wcache_invalidate_samlogon only needs the SIDVolker Lendecke2010-12-191-7/+4
* s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke2010-12-191-1/+1
* s3: Use sid_check_is..Volker Lendecke2010-11-221-2/+2
* s3: Call sid_check_is_domain instead of dom_sid_equalVolker Lendecke2010-11-181-1/+1
* s3:winbind add wcache_tdc_fetch_domainbysidChristian Ambach2010-11-081-0/+52
* s3: Put some parentheses around conditionalsVolker Lendecke2010-11-081-2/+2
* s3: Consistently use stdbool types in new codeVolker Lendecke2010-11-081-11/+11
* s3:winbind add timeouts to winbind cacheChristian Ambach2010-11-081-14/+57
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-2/+5
* s3-winbindd: another attempt to fix the non-ldap build.Günther Deschner2010-09-211-0/+3
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+4
* s3/winbind: remove unused winbindd_check_cache_sizeBjörn Jacke2010-09-191-29/+0
* s3: Remove "mem_ctx" from wcache_save_creds()Volker Lendecke2010-09-091-1/+0
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-091-2/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-winbind: Don't cache queries to builtin and own sam domain.Andreas Schneider2010-07-131-3/+29
* s3-winbind: Fixed the winbind caching.Günther Deschner2010-07-061-0/+8
* s3-nss_info: only include nss_info.h where needed.Günther Deschner2010-07-011-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-32/+32
* 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