summaryrefslogtreecommitdiff
path: root/source3/lib/filename_util.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-15s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam1-1/+1
2012-06-15s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam1-2/+1
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-05More simple const fixes.Jeremy Allison1-2/+2
2011-05-05s3-lib: run minimal_includes.pl.Günther Deschner1-1/+0
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner1-0/+206