summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-26winbindd: CID 1508963 Fixing print statement for time_tRabinarayan Panigrahi1-2/+2
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-3/+1
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-13/+3
2024-07-26winbindd: properly initialize sid and type in wb_cache_name_to_sid()Ralph Boehme1-2/+3
2024-07-26winbindd: collapse two if expressionsRalph Boehme1-7/+6
2024-07-26winbindd: reformattingRalph Boehme1-1/+2
2024-07-26winbindd: rename variable old_status to was_online in wb_cache_name_to_sid()Ralph Boehme1-4/+4
2024-06-30s3:winbind: Fix integer type of lenAndreas Schneider1-2/+3
2024-05-14s3:winbindd: Update non cache entries keys (non_centry_keys)Pavel Filipenský1-0/+2
2024-05-14s3:winbindd: Use TDB_REPLACE in tdb_storePavel Filipenský1-2/+2
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