summaryrefslogtreecommitdiff
path: root/source3/lib/filename_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: add is_named_stream()Ralph Boehme2019-10-021-0/+26
* s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+1
* s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+3
* s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme2019-10-021-1/+2
* s3:lib: factor out stream name asserts to helper functionRalph Boehme2019-10-021-4/+10
* s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme2019-10-021-1/+1
* s3:lib: rework a return expression into an if blockRalph Boehme2019-10-021-1/+5
* s3: lib: Add new utility function cp_smb_filename_nostream().Jeremy Allison2017-05-311-0/+16
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-3/+9
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+1
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-4/+0
* s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...Jeremy Allison2016-03-101-2/+3
* s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...Jeremy Allison2016-03-101-4/+3
* s3:lib: Rewrite synthetic_smb_fname_split() to use split_stream_filename().Jeremy Allison2016-03-101-14/+12
* s3:lib. Add split_stream_filename() Not yet used.Jeremy Allison2016-03-101-0/+42
* smbd: Fix a typoVolker Lendecke2015-05-261-1/+1
* smbd: Make talloc_report of smb_filename more readableVolker Lendecke2015-01-111-0/+6
* smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke2013-09-081-16/+32
* Add ea_list_has_invalid_name() function.Jeremy Allison2013-07-191-0/+34
* smbd: Remove NTSTATUS based create_synthetic_smb_fnameVolker Lendecke2013-04-181-25/+0
* lib: Make create_synthetic_smb_fname_split use synthetic_smb_fname_splitVolker Lendecke2013-04-171-22/+3
* lib: Add synthetic_smb_fname_splitVolker Lendecke2013-04-171-0/+29
* lib: Remove unused copy_smb_filenameVolker Lendecke2013-04-171-15/+0
* lib: Make create_synthetic_smb_fname use synthetic_smb_fnameVolker Lendecke2013-04-171-15/+7
* lib: Add synthetic_smb_fnameVolker Lendecke2013-04-171-0/+19
* smbd: Make copy_smb_filename staticVolker Lendecke2013-04-171-3/+7
* lib: Convert copy_smb_filename to use cp_smb_filenameVolker Lendecke2013-04-171-33/+1
* lib: Add cp_smb_filenameVolker Lendecke2013-04-171-0/+39
* s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam2012-06-151-1/+2
* s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2012-06-151-0/+28
* s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam2012-06-151-1/+1
* s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam2012-06-151-2/+1
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* s3-lib: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner2011-03-301-0/+206