summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* s3/winbdind: cppcheck: fix nullPointerArithmetic errorNoel Power2019-06-041-2/+4
* winbind: Use domain name from lsa query for sid_to_name cache entryChristof Schmitt2019-04-181-2/+3
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-04-181-1/+1
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-5/+5
* winbindd_cache: Use dom_sid_str_bufVolker Lendecke2018-12-071-17/+21
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-27/+27
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-2/+2
* s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero2018-11-011-4/+4
* namemap_cache: Absorb the expired calculation into namemap_cache.cVolker Lendecke2018-10-161-5/+8
* winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke2018-10-161-2/+2
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* winbindd: Use is_domain_offline() where appropriateVolker Lendecke2018-06-161-2/+2
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-111-2/+3
* 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