summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-12-02winbind: Use vasprintf() in winbindd_cacheVolker Lendecke1-3/+18
2019-11-19winbind: Fix CID 1455915 Resource leakVolker Lendecke1-0/+3
2019-11-19s3:winbindd: Replace E_md5hash() with GnuTLS callsAndreas Schneider1-1/+22
2019-06-04s3/winbdind: cppcheck: fix nullPointerArithmetic errorNoel Power1-2/+4
2019-04-18winbind: Use domain name from lsa query for sid_to_name cache entryChristof Schmitt1-2/+3
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-1/+1
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-5/+5
2018-12-07winbindd_cache: Use dom_sid_str_bufVolker Lendecke1-17/+21
2018-11-09winbind: Use dom_sid_str_bufVolker Lendecke1-27/+27
2018-11-09winbind: Use dom_sid_str_bufVolker Lendecke1-2/+2
2018-11-01s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero1-4/+4
2018-10-16namemap_cache: Absorb the expired calculation into namemap_cache.cVolker Lendecke1-5/+8
2018-10-16winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke1-2/+2
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2018-06-16winbindd: Use is_domain_offline() where appropriateVolker Lendecke1-2/+2
2018-05-11winbind: Fix UPN handling in parse_domain_user()Andreas Schneider1-2/+3
2017-11-29winbindd: Name<->SID cache is not sequence number based anymoreVolker Lendecke1-2/+0
2017-11-29winbindd: Move name<->sid cache to gencacheVolker Lendecke1-186/+139
2017-11-29winbindd: Factor out winbindd_domain_init_backend from get_cache()Volker Lendecke1-5/+12
2017-11-19winbindd: tdb_exists returns 1 if a record is foundRalph Boehme1-1/+1
2017-11-18winbindd: Fix some signed/unsigned warningsVolker Lendecke1-3/+3
2017-10-28winbindd: Remove a misleading commentVolker Lendecke1-18/+0
2017-08-07winbindd: Simplify an if-conditionVolker Lendecke1-1/+1
2017-08-07winbindd: Make wcache_query_user staticVolker Lendecke1-4/+4
2017-08-01winbindd: Simplify wcache_cached_creds_existVolker Lendecke1-4/+3
2017-08-01winbindd: Make wcache_lookup_usergroups staticVolker Lendecke1-5/+5
2017-08-01winbindd: Make init_wcache staticVolker Lendecke1-1/+1
2017-08-01winbindd: Make wcache_lookup_useraliases staticVolker Lendecke1-4/+6
2017-08-01winbindd: Make wcache_name_to_sid staticVolker Lendecke1-5/+5
2017-08-01winbindd: Make wcache_lookup_groupmem staticVolker Lendecke1-6/+6
2017-08-01winbindd: Make wcache_flush_cache staticVolker Lendecke1-1/+3
2017-08-01winbindd: Fix a few signed/unsigned hickupsVolker Lendecke1-8/+6
2017-03-17winbindd: remove trailing spaces in get_cache()Ralph Boehme1-4/+4
2017-03-16winbindd: README.Coding fixes for get_cache()Ralph Boehme1-5/+9
2017-03-16winbindd: fix long lines in get_cache()Ralph Boehme1-2/+3
2017-03-16winbindd: untangle reconnect_methods vs reconnect_ads_methodsRalph Boehme1-6/+6
2017-03-16winbindd: use NULL for pointer check in get_cache()Ralph Boehme1-1/+1
2017-03-10winbindd: Remove an unused #defineVolker Lendecke1-2/+0
2017-03-09winbind: Use talloc_strdup_upper where appropriateVolker Lendecke1-5/+1
2017-03-08winbind: Remove unused wcache_tdc_fetch_domainbysidVolker Lendecke1-41/+0
2017-03-06Revert "winbind: Remove wb_cache_lookup_usergroups"Volker Lendecke1-0/+71
2017-03-06Revert "winbind: Remove wcache_lookup_usergroups"Volker Lendecke1-0/+59
2017-03-06Revert "winbind: Remove validate_ug"Volker Lendecke1-0/+32
2017-01-11winbind: Fix CID 1398530 Resource leakVolker Lendecke1-0/+1
2017-01-04winbind: Fix a typoVolker Lendecke1-1/+1
2017-01-04winbind: Remove unused nss_get_info_cachedVolker Lendecke1-116/+0
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-88/+25
2017-01-04winbind: Remove validate_ugVolker Lendecke1-32/+0
2017-01-04winbind: Remove wcache_lookup_usergroupsVolker Lendecke1-59/+0