summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Name<->SID cache is not sequence number based anymoreVolker Lendecke2017-11-291-2/+0
* winbindd: Move name<->sid cache to gencacheVolker Lendecke2017-11-291-186/+139
* winbindd: Factor out winbindd_domain_init_backend from get_cache()Volker Lendecke2017-11-291-5/+12
* winbindd: tdb_exists returns 1 if a record is foundRalph Boehme2017-11-191-1/+1
* winbindd: Fix some signed/unsigned warningsVolker Lendecke2017-11-181-3/+3
* winbindd: Remove a misleading commentVolker Lendecke2017-10-281-18/+0
* winbindd: Simplify an if-conditionVolker Lendecke2017-08-071-1/+1
* winbindd: Make wcache_query_user staticVolker Lendecke2017-08-071-4/+4
* winbindd: Simplify wcache_cached_creds_existVolker Lendecke2017-08-011-4/+3
* winbindd: Make wcache_lookup_usergroups staticVolker Lendecke2017-08-011-5/+5
* winbindd: Make init_wcache staticVolker Lendecke2017-08-011-1/+1
* winbindd: Make wcache_lookup_useraliases staticVolker Lendecke2017-08-011-4/+6
* winbindd: Make wcache_name_to_sid staticVolker Lendecke2017-08-011-5/+5
* winbindd: Make wcache_lookup_groupmem staticVolker Lendecke2017-08-011-6/+6
* winbindd: Make wcache_flush_cache staticVolker Lendecke2017-08-011-1/+3
* winbindd: Fix a few signed/unsigned hickupsVolker Lendecke2017-08-011-8/+6
* 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