summaryrefslogtreecommitdiff
path: root/source3/lib/util_path.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26s3/lib: move path_to_strv() to util_path.cRalph Boehme1-0/+11
2023-09-27s3:lib: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2022-12-16libsmb: Simplify clistr_is_previous_version_path()Volker Lendecke1-18/+2
2022-12-16s3: lib: Add new clistr_smb2_extract_snapshot_token() function.Jeremy Allison1-0/+5
2022-12-16s3: smbd: Make extract_snapshot_token() a wrapper for extract_snapshot_token_...Jeremy Allison1-2/+7
2022-10-25CVE-2022-3592 lib: Move subdir_of() to source3/lib/util_path.cVolker Lendecke1-0/+50
2022-10-25CVE-2022-3592 lib: lib/util/fault.h requires _SAMBA_DEBUG_H for SMB_ASSERT()Volker Lendecke1-1/+1
2022-09-19libsmb: Use find_snapshot_token() for clistr_is_previous_version_path()Volker Lendecke1-0/+27
2022-09-19lib: Add separator argument to find_snapshot_token()Volker Lendecke1-4/+5
2022-09-19lib: Move extract_snapshot_token() to util_path.cVolker Lendecke1-0/+72
2022-07-25lib: Simplify canonicalize_absolute_path()Volker Lendecke1-12/+6
2020-04-22s3: lib: Remove the old canonicalize_absolute_path().Jeremy Allison1-154/+0
2020-04-22s3: util: Replace the old (hard to understand) canonicalize_absolute_path() w...Jeremy Allison1-0/+113
2020-04-22s3: lib: Fix canonicalize_absolute_path() to pass the tests from resolve_real...Jeremy Allison1-1/+13
2019-11-27param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING supportStefan Metzmacher1-0/+1
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-2/+2
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-2/+2
2018-08-17lib: Pass mem_ctx to lock_path()Volker Lendecke1-2/+2
2018-08-17lib: Pass "mem_ctx" down to xx_pathVolker Lendecke1-5/+7
2018-03-01s3:lib: Add FALL_THROUGH statements in util_path.cAndreas Schneider1-4/+8
2017-01-30s3: lib: Fix two old, old bugs in set_conn_connectpath(), now in canonicalize...Jeremy Allison1-6/+12
2017-01-30s3: lib: Add canonicalize_absolute_path().Jeremy Allison1-0/+133
2015-12-14lib: Separate out xx_path() & callersVolker Lendecke1-0/+95