summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* winbindd_cache: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-13/+48
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-081-1/+1
* s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt2014-10-041-6/+6
* s3-winbindd: add wcache_query_user_fullname().Günther Deschner2014-07-151-0/+34
* winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett2014-07-041-1/+2
* s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison2014-07-021-2/+2
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-111-2/+4
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* s3:winbindd fix use of uninitialized variablesChristian Ambach2013-12-101-0/+13
* winbind: Make centry_start staticChristof Schmitt2013-11-151-1/+2
* s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...Günther Deschner2013-11-131-1/+2
* winbind3: Fix CID 241468 Resource leakVolker Lendecke2013-10-211-0/+1
* winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke2013-05-071-3/+3
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-091-0/+21
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-4/+15
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-051-3/+8
* winbind: Don't leak centry memory.Andreas Schneider2013-02-221-0/+1
* winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider2013-02-221-1/+1
* winbind: Fix some missing NULL checksVolker Lendecke2013-01-111-24/+29
* winbind: Fix error check in unpack_tdc_domainsVolker Lendecke2013-01-111-2/+5
* winbind: Use talloc in resolve_username_to_alias().Andreas Schneider2012-12-121-3/+5
* winbind: Use talloc in resolve_alias_to_username().Andreas Schneider2012-12-121-3/+5
* s3: Do not free a string where we should notVolker Lendecke2012-11-261-1/+1
* s3: Do not free a string where we should notVolker Lendecke2012-11-261-1/+1
* Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp2012-11-091-4/+0
* s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)Michael Adam2012-11-011-0/+7
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-6/+14
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-2/+2
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-3/+0
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-2/+2
* s3-winbind: Add an update function for winbind cache.Andreas Schneider2011-12-031-2/+94
* s3-winbind: Remove unused keys from list.Andreas Schneider2011-12-021-2/+0
* 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