index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-08
s3: Fix a debug message
Volker Lendecke
1
-2
/
+2
2011-09-07
s3:winbind: put winbindd_cache into the state dir, not the cache dir
Michael Adam
1
-1
/
+1
2011-08-17
Replace calls to sid_equal with calls to dom_sid_equal
Volker Lendecke
1
-1
/
+1
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
1
-2
/
+2
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_delete: check returns for 0, not -1.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
1
-5
/
+5
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-9
/
+9
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-1
/
+1
2011-06-08
s3-winbindd: make sure we obey the -n switch also for samlogon cache access.
Günther Deschner
1
-0
/
+4
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-05-05
More simple const fixups.
Jeremy Allison
1
-2
/
+2
2011-04-01
s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
Volker Lendecke
1
-2
/
+2
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.
Günther Deschner
1
-4
/
+4
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-06
s3: Remove unused args from nss_get_info_cached
Volker Lendecke
1
-1
/
+0
2011-03-06
s3: Remove unused args from nss_get_info
Volker Lendecke
1
-1
/
+1
2011-01-21
s3:winbind: Protect against invalid winbindd_cache entries in lookuprids
Volker Lendecke
1
-1
/
+2
2010-12-19
s3: wcache_invalidate_samlogon only needs the SID
Volker Lendecke
1
-7
/
+4
2010-12-19
s3: netsamlogon_clear_cached_user only needs the SID
Volker Lendecke
1
-1
/
+1
2010-11-22
s3: Use sid_check_is..
Volker Lendecke
1
-2
/
+2
2010-11-18
s3: Call sid_check_is_domain instead of dom_sid_equal
Volker Lendecke
1
-1
/
+1
2010-11-08
s3:winbind add wcache_tdc_fetch_domainbysid
Christian Ambach
1
-0
/
+52
2010-11-08
s3: Put some parentheses around conditionals
Volker Lendecke
1
-2
/
+2
2010-11-08
s3: Consistently use stdbool types in new code
Volker Lendecke
1
-11
/
+11
2010-11-08
s3:winbind add timeouts to winbind cache
Christian Ambach
1
-14
/
+57
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-27
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
Jeremy Allison
1
-2
/
+5
2010-09-21
s3-winbindd: another attempt to fix the non-ldap build.
Günther Deschner
1
-0
/
+3
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-3
/
+4
2010-09-19
s3/winbind: remove unused winbindd_check_cache_size
Björn Jacke
1
-29
/
+0
2010-09-09
s3: Remove "mem_ctx" from wcache_save_creds()
Volker Lendecke
1
-1
/
+0
2010-09-09
s3: Remove "mem_ctx" from lookup_cached_name()
Volker Lendecke
1
-2
/
+1
2010-08-05
s3: avoid global include of ads.h.
Günther Deschner
1
-0
/
+1
2010-07-13
s3-winbind: Don't cache queries to builtin and own sam domain.
Andreas Schneider
1
-3
/
+29
2010-07-06
s3-winbind: Fixed the winbind caching.
Günther Deschner
1
-0
/
+8
2010-07-01
s3-nss_info: only include nss_info.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-32
/
+32
2010-03-06
s3: Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler.
Bo Yang
1
-0
/
+6
2010-02-09
s3: Don't invalidate cache for uninitialized domains.
Bo Yang
1
-0
/
+27
2010-01-13
s3: Fix a winbind segfault in "trusted_domains"
Volker Lendecke
1
-3
/
+4
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-2
/
+1
2010-01-06
s3: List trusted domains from wcache when domain is offline.
Bo Yang
1
-24
/
+139
2010-01-06
s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...
Bo Yang
1
-2
/
+263
2009-12-28
s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...
Volker Lendecke
1
-11
/
+2
2009-12-28
s3: Remove some unused code
Volker Lendecke
1
-101
/
+0
[next]