Age | Commit message (Expand) | Author | Files | Lines |
2013-05-07 | winbind: Fix bug 9854 -- NULL pointer dereference | Volker Lendecke | 1 | -3/+3 |
2013-04-09 | BUG 9766: Cache name_to_sid/sid_to_name correctly. | Andreas Schneider | 1 | -0/+21 |
2013-03-05 | winbind: Correctly use names in the domain struct. | Andreas Schneider | 1 | -4/+15 |
2013-03-05 | winbind: Use talloc for allocating domain, dns, forest and dc name. | Andreas Schneider | 1 | -3/+8 |
2013-02-22 | winbind: Don't leak centry memory. | Andreas Schneider | 1 | -0/+1 |
2013-02-22 | winbind: Make domain_name const in wcache_ndr_key(). | Andreas Schneider | 1 | -1/+1 |
2013-01-11 | winbind: Fix some missing NULL checks | Volker Lendecke | 1 | -24/+29 |
2013-01-11 | winbind: Fix error check in unpack_tdc_domains | Volker Lendecke | 1 | -2/+5 |
2012-12-12 | winbind: Use talloc in resolve_username_to_alias(). | Andreas Schneider | 1 | -3/+5 |
2012-12-12 | winbind: Use talloc in resolve_alias_to_username(). | Andreas Schneider | 1 | -3/+5 |
2012-11-26 | s3: Do not free a string where we should not | Volker Lendecke | 1 | -1/+1 |
2012-11-26 | s3: Do not free a string where we should not | Volker Lendecke | 1 | -1/+1 |
2012-11-09 | Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ... | David Disseldorp | 1 | -4/+0 |
2012-11-01 | s3:winbindd:cache: fix offline logons with cached credentials (bug #9321) | Michael Adam | 1 | -0/+7 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -1/+1 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -6/+14 |
2012-07-12 | s3: rename sid_check_is_domain() to sid_check_is_our_sam() | Michael Adam | 1 | -2/+2 |
2012-02-18 | Fix a bunch of "unused variable" warnings. | Jeremy Allison | 1 | -3/+0 |
2011-12-20 | s3: Fix some False/NULL hickups | Volker Lendecke | 1 | -2/+2 |
2011-12-03 | s3-winbind: Add an update function for winbind cache. | Andreas Schneider | 1 | -2/+94 |
2011-12-02 | s3-winbind: Remove unused keys from list. | Andreas Schneider | 1 | -2/+0 |
2011-10-12 | Fix bug #8521 - winbindd cache timeout expiry test was reversed | Jeremy Allison | 1 | -1/+1 |
2011-09-15 | Finish commit 8745c70d by Michael Adam. | Jeremy Allison | 1 | -5/+5 |
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 |