summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* winbindd: remove trailing spaces in get_cache()Ralph Boehme2017-03-171-4/+4
* winbindd: README.Coding fixes for get_cache()Ralph Boehme2017-03-161-5/+9
* winbindd: fix long lines in get_cache()Ralph Boehme2017-03-161-2/+3
* winbindd: untangle reconnect_methods vs reconnect_ads_methodsRalph Boehme2017-03-161-6/+6
* winbindd: use NULL for pointer check in get_cache()Ralph Boehme2017-03-161-1/+1
* winbindd: Remove an unused #defineVolker Lendecke2017-03-101-2/+0
* winbind: Use talloc_strdup_upper where appropriateVolker Lendecke2017-03-091-5/+1
* winbind: Remove unused wcache_tdc_fetch_domainbysidVolker Lendecke2017-03-081-41/+0
* Revert "winbind: Remove wb_cache_lookup_usergroups"Volker Lendecke2017-03-061-0/+71
* Revert "winbind: Remove wcache_lookup_usergroups"Volker Lendecke2017-03-061-0/+59
* Revert "winbind: Remove validate_ug"Volker Lendecke2017-03-061-0/+32
* winbind: Fix CID 1398530 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Fix a typoVolker Lendecke2017-01-041-1/+1
* winbind: Remove unused nss_get_info_cachedVolker Lendecke2017-01-041-116/+0
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-88/+25
* winbind: Remove validate_ugVolker Lendecke2017-01-041-32/+0
* winbind: Remove wcache_lookup_usergroupsVolker Lendecke2017-01-041-59/+0
* winbind: Remove wb_cache_lookup_usergroupsVolker Lendecke2017-01-041-71/+0
* winbind: Remove unused wb_cache_query_userVolker Lendecke2017-01-041-50/+0
* winbind: Fix a confusing indentationVolker Lendecke2017-01-021-1/+1
* winbind: Adapt cache to extended wbint_userinfoVolker Lendecke2017-01-021-0/+21
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* s3: winbind: Ensure we store name2sid with the correct cache sequence number.Jeremy Allison2016-10-141-0/+6
* winbindd: Remove now unused cache_methodsChristof Schmitt2016-10-111-19/+0
* winbindd: Make functions in cache_methods non-staticChristof Schmitt2016-10-111-76/+81
* s3: winbind: Trust name2sid mappings from the PAC.Jeremy Allison2016-09-291-0/+19
* s3: winbind: refresh_sequence_number is only ever called with 'false'.Jeremy Allison2016-09-291-19/+18
* winbindd: Introduce helper function for winbindd_cache.tdb directoryChristof Schmitt2016-08-191-5/+14
* s3-winbind: Fix memory leak with each cached credential loginAndreas Schneider2016-06-291-2/+6
* winbind: Fix a typo in a wrong comment...Volker Lendecke2016-03-301-1/+1
* winbindd: Add retry also for ADS method callsChristof Schmitt2016-01-131-2/+2
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-6/+6
* Convert uint64 to uint64_tRichard Sharpe2015-05-151-1/+1
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-061-2/+2
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-51/+51
* winbind: Avoid a few talloc_tos() in winbindd_cache.cVolker Lendecke2015-04-161-20/+10
* winbind: Use tdb_parse_record in wcache_fetch_seqnumVolker Lendecke2015-04-161-23/+34
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-5/+5
* lib: Remove tdb_errorstr_compatVolker Lendecke2015-03-171-2/+2
* 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