summaryrefslogtreecommitdiff
path: root/source3/lib/filename_util.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-0/+5
2025-05-09smbd: Simplify synthetic_smb_fname_split()Volker Lendecke1-12/+1
2023-01-10lib: Move 16 bytes to readonly .text segmentVolker Lendecke1-1/+1
2022-06-06lib: Slightly simplify is_ntfs_stream_smb_fname()Volker Lendecke1-5/+1
2022-01-05lib: Avoid a castVolker Lendecke1-2/+1
2021-11-11lib: Use a direct struct initializationVolker Lendecke1-6/+7
2021-11-11lib: Slightly tune cp_smb_filename_nostream()Volker Lendecke1-6/+6
2021-06-02s3: smbd: Remove parent_smb_fname(), no longer used.Jeremy Allison1-63/+0
2021-06-02s3: lib: Fix talloc heirarcy error in parent_smb_fname().Jeremy Allison1-1/+1
2020-11-10lib: Slightly optimize smb_fname_str_dbg()Volker Lendecke1-4/+2
2020-10-02smbd: remove fsp->dirfspRalph Boehme1-20/+0
2020-07-18s3/lib: fsp_str_dbg() doesn't show a possible stream nameRalph Boehme1-1/+6
2020-05-21smbd: prepare fsp_str_dbg() for atnamesRalph Boehme1-1/+23
2020-05-05smbd: print twrp in smb_fname_str_dbg()Ralph Boehme1-0/+27
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+4
2020-05-05s3/lib: realign synthetic_smb_fname() args in synthetic_smb_fname_split()Ralph Boehme1-1/+5
2020-04-29smbd: copy twrp in cp_smb_filename()Ralph Boehme1-0/+1
2020-04-29s3/lib: add parent_smb_fname()Ralph Boehme1-0/+63
2020-03-30s3: smbd: Remove all references to original_lcomp from name copying code.Jeremy Allison1-12/+1
2019-10-02s3:lib: add is_named_stream()Ralph Boehme1-0/+26
2019-10-02s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme1-1/+1
2019-10-02s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme1-1/+3
2019-10-02s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme1-1/+2
2019-10-02s3:lib: factor out stream name asserts to helper functionRalph Boehme1-4/+10
2019-10-02s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme1-1/+1
2019-10-02s3:lib: rework a return expression into an if blockRalph Boehme1-1/+5
2017-05-31s3: lib: Add new utility function cp_smb_filename_nostream().Jeremy Allison1-0/+16
2016-03-24s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison1-1/+1
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-3/+9
2016-03-24s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison1-0/+1
2016-03-24s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison1-4/+0
2016-03-10s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...Jeremy Allison1-2/+3
2016-03-10s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...Jeremy Allison1-4/+3
2016-03-10s3:lib: Rewrite synthetic_smb_fname_split() to use split_stream_filename().Jeremy Allison1-14/+12
2016-03-10s3:lib. Add split_stream_filename() Not yet used.Jeremy Allison1-0/+42
2015-05-26smbd: Fix a typoVolker Lendecke1-1/+1
2015-01-11smbd: Make talloc_report of smb_filename more readableVolker Lendecke1-0/+6
2013-09-08smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke1-16/+32
2013-07-19Add ea_list_has_invalid_name() function.Jeremy Allison1-0/+34
2013-04-18smbd: Remove NTSTATUS based create_synthetic_smb_fnameVolker Lendecke1-25/+0
2013-04-17lib: Make create_synthetic_smb_fname_split use synthetic_smb_fname_splitVolker Lendecke1-22/+3
2013-04-17lib: Add synthetic_smb_fname_splitVolker Lendecke1-0/+29
2013-04-17lib: Remove unused copy_smb_filenameVolker Lendecke1-15/+0
2013-04-17lib: Make create_synthetic_smb_fname use synthetic_smb_fnameVolker Lendecke1-15/+7
2013-04-17lib: Add synthetic_smb_fnameVolker Lendecke1-0/+19
2013-04-17smbd: Make copy_smb_filename staticVolker Lendecke1-3/+7
2013-04-17lib: Convert copy_smb_filename to use cp_smb_filenameVolker Lendecke1-33/+1
2013-04-17lib: Add cp_smb_filenameVolker Lendecke1-0/+39
2012-06-15s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam1-1/+2
2012-06-15s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam1-0/+28