summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-03winbindd_cache: don't leak state_path onto talloc tosDavid Disseldorp1-13/+48
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett1-1/+1
2014-10-04s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt1-6/+6
2014-07-15s3-winbindd: add wcache_query_user_fullname().Günther Deschner1-0/+34
2014-07-04winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett1-1/+2
2014-07-02s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison1-2/+2
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2014-06-11winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett1-2/+4
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-1/+1
2013-12-10s3:winbindd fix use of uninitialized variablesChristian Ambach1-0/+13
2013-11-15winbind: Make centry_start staticChristof Schmitt1-1/+2
2013-11-13s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...Günther Deschner1-1/+2
2013-10-21winbind3: Fix CID 241468 Resource leakVolker Lendecke1-0/+1
2013-05-07winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke1-3/+3
2013-04-09BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider1-0/+21
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider1-4/+15
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider1-3/+8
2013-02-22winbind: Don't leak centry memory.Andreas Schneider1-0/+1
2013-02-22winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider1-1/+1
2013-01-11winbind: Fix some missing NULL checksVolker Lendecke1-24/+29
2013-01-11winbind: Fix error check in unpack_tdc_domainsVolker Lendecke1-2/+5
2012-12-12winbind: Use talloc in resolve_username_to_alias().Andreas Schneider1-3/+5
2012-12-12winbind: Use talloc in resolve_alias_to_username().Andreas Schneider1-3/+5
2012-11-26s3: Do not free a string where we should notVolker Lendecke1-1/+1
2012-11-26s3: Do not free a string where we should notVolker Lendecke1-1/+1
2012-11-09Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp1-4/+0
2012-11-01s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)Michael Adam1-0/+7
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+1
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-6/+14
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-2/+2
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-3/+0
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-2/+2
2011-12-03s3-winbind: Add an update function for winbind cache.Andreas Schneider1-2/+94
2011-12-02s3-winbind: Remove unused keys from list.Andreas Schneider1-2/+0
2011-10-12Fix bug #8521 - winbindd cache timeout expiry test was reversedJeremy Allison1-1/+1
2011-09-15Finish commit 8745c70d by Michael Adam.Jeremy Allison1-5/+5
2011-09-08s3: Fix a debug messageVolker Lendecke1-2/+2
2011-09-07s3:winbind: put winbindd_cache into the state dir, not the cache dirMichael Adam1-1/+1
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-1/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell1-2/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-5/+5
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-9/+9
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-06-08s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner1-0/+4
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1