dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source3 / winbindd / winbindd_cache.c
2013-01-11 Volker Lendeckewinbind: Fix some missing NULL checks
2013-01-11 Volker Lendeckewinbind: Fix error check in unpack_tdc_domains
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_username_to_alias().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_alias_to_username().
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-09 David DisseldorpRevert "s3-winbindd: make sure we obey the -n switch...
2012-11-01 Michael Adams3:winbindd:cache: fix offline logons with cached crede...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-12 Michael Adams3: rename sid_check_is_domain() to sid_check_is_our_sam()
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-03 Andreas Schneiders3-winbind: Add an update function for winbind cache.
2011-12-02 Andreas Schneiders3-winbind: Remove unused keys from list.
2011-10-12 Jeremy AllisonFix bug #8521 - winbindd cache timeout expiry test...
2011-09-14 Jeremy AllisonFinish commit 8745c70d by Michael Adam.
2011-09-08 Volker Lendeckes3: Fix a debug message
2011-09-07 Michael Adams3:winbind: put winbindd_cache into the state dir,...
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_delete: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-08 Günther Deschners3-winbindd: make sure we obey the -n switch also for...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-04-01 Volker Lendeckes3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-06 Volker Lendeckes3: Remove unused args from nss_get_info_cached
2011-03-06 Volker Lendeckes3: Remove unused args from nss_get_info
2011-01-21 Volker Lendeckes3:winbind: Protect against invalid winbindd_cache...
2010-12-19 Volker Lendeckes3: wcache_invalidate_samlogon only needs the SID
2010-12-19 Volker Lendeckes3: netsamlogon_clear_cached_user only needs the SID
2010-11-22 Volker Lendeckes3: Use sid_check_is..
2010-11-18 Volker Lendeckes3: Call sid_check_is_domain instead of dom_sid_equal
2010-11-08 Christian Ambachs3:winbind add wcache_tdc_fetch_domainbysid
2010-11-08 Volker Lendeckes3: Put some parentheses around conditionals
2010-11-08 Volker Lendeckes3: Consistently use stdbool types in new code
2010-11-08 Christian Ambachs3:winbind add timeouts to winbind cache
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-09-21 Günther Deschners3-winbindd: another attempt to fix the non-ldap build.
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Björn Jackes3/winbind: remove unused winbindd_check_cache_size
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from wcache_save_creds()
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from lookup_cached_name()
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-13 Andreas Schneiders3-winbind: Don't cache queries to builtin and own...
2010-07-06 Günther Deschners3-winbind: Fixed the winbind caching.
2010-07-01 Günther Deschners3-nss_info: only include nss_info.h where needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-03-06 Bo Yangs3: Fix unnecessary traversing winbindd_cache.tdb in...
2010-02-09 Bo Yangs3: Don't invalidate cache for uninitialized domains.
2010-01-13 Volker Lendeckes3: Fix a winbind segfault in "trusted_domains"
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Bo Yangs3: List trusted domains from wcache when domain is...
2010-01-06 Bo Yangs3: Make winbindd_cache.c aware of domain offline to...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-28 Volker Lendeckes3: Pass netr_DomainTrustList instead of names and...
2009-12-28 Volker Lendeckes3: Remove some unused code
2009-12-26 Volker Lendeckes3: Fix a typo found by Matthias Dieter Wallnöfer ...
2009-12-26 Volker Lendeckes3: Replace IS_DOMAIN_OFFLINE by a function
2009-12-23 Volker Lendeckes3: wbinfo --ping-dc is not cacheable
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-13 Günther Deschners3-winbindd: add wbint_ChangeMachineAccount implementation.
2009-10-08 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-08 Günther Deschners3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not...
2009-09-04 Volker Lendeckes3:winbind: Fix Coverity ID 940: Resource Leak
2009-08-30 Volker Lendeckew3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API
2009-08-30 Volker Lendeckew3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API
2009-08-29 Volker Lendeckes3:winbind: add a fake NDR winbind cache validator
2009-08-29 Volker Lendeckes3:winbind: Fix a bug found by RPC-SAMR
2009-08-27 Volker Lendeckes3:winbind: Some calls are not cacheable
2009-08-27 Volker Lendeckes3:winbind: Factor out wcache_store_seqnum()
2009-08-27 Volker Lendeckes3:winbind: Add a generic cache for NDR based parent...
2009-08-27 Volker Lendeckes3:winbind: Factor out wcache_fetch_seqnum
2009-08-26 Volker Lendeckes3:winbind: Fix Coverity ID 942: Resource Leak
2009-08-16 Volker Lendeckes3:winbind: Make wcache_lookup_groupmem available publi...
2009-08-16 Volker Lendeckes3:winbind: WINBIND_USERINFO -> wbint_userinfo
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-05 Volker Lendeckes3:winbind: Make wcache_lookup_usergroups externally...
2009-08-05 Volker Lendeckes3:winbind: Make wcache_lookup_useraliases available...
2009-08-05 Volker Lendeckes3:winbind: Make wcache_query_user externally visible
2009-08-05 Volker Lendeckes3:winbind: Make wcache_name_to_sid visible externally
2009-08-05 Volker Lendeckes3:winbind: Make wcache_sid_to_name externally visible
2009-08-03 Volker LendeckeAdd some const to winbind_userinfo
2009-08-02 Volker LendeckeRefactor 9b78af1f: Fix lookupname recursion
next