summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s3:winbindd: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2023-07-05s3:winbindd: call reset_cm_connection_on_error() in wb_cache_query_user_list()Stefan Metzmacher1-0/+1
2023-07-02winbindd_cache.c: use DBG* macros instead of static log level numbersBjörn Jacke1-211/+212
2023-07-02winbindd_cache.c: move some some notice messages from ERR to NOTICE levelBjörn Jacke1-2/+2
2023-07-02winbindd_cache: adjust some debug levels to more appropriate severitiesBjörn Jacke1-5/+5
2023-06-13s3:winbind: Add wbint_LookupAliasMembers to winbind interfacePavel Filipenský1-0/+124
2023-06-13s3:winbind: Fix trailing whitespace in winbindd_cache.cPavel Filipenský1-82/+82
2022-04-08s3:winbind: Move function to flush cache to winbindd-lib subsystemSamuel Cabrero1-0/+14
2022-04-08s3:winbind: Move functions to enable or disable cache to winbindd-lib subsystemSamuel Cabrero1-0/+17
2022-03-25s3:winbind: Convert wcache_opnum_cacheable() to a whitelistSamuel Cabrero1-9/+15
2022-02-09s3:winbind: Reduce the level and improve a couple of debug messagesSamuel Cabrero1-2/+4
2021-05-12s3:winbind: Code cleanup for initialize_winbindd_cache()Andreas Schneider1-5/+13
2021-05-12s3:winbind: Remove global variable for winbindd_offline_stateAndreas Schneider1-32/+32
2021-04-29s3:winbindd: Simplfy sequence number cachingAndreas Schneider1-124/+3
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