summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* smbd: Simplify filename_convert_internal()Volker Lendecke2019-07-021-4/+1
* smbd: allow case insensitive opens of named streamsStefan Metzmacher2019-05-011-1/+71
* s3: smbd: filenames - ensure we replace the missing '/' if we error in an int...Jeremy Allison2019-02-251-0/+18
* smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths.Jeremy Allison2019-02-241-0/+25
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-1/+2
* s3:smbd: add twrp processing to filename_convert_internal()Ralph Boehme2018-11-271-0/+26
* s3:smbd: prepare filename_convert_internal() for twrpRalph Boehme2018-11-271-1/+4
* s3: smbd: Ensure dirpath is set to ".", not "\0" so it is always a valid path.Jeremy Allison2018-09-111-7/+25
* s3: smbd: Restructure check_parent_exists() to ensure all non-optimization re...Jeremy Allison2018-09-111-8/+11
* s3: smbd: Initialization cleanup.Jeremy Allison2018-09-111-2/+1
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-221-0/+5
* Fix spelling s/succesfully/successfully/Mathieu Parent2018-05-121-1/+1
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-12/+18
* s3: smbd: Correctly identify a snapshot path using UCF_GMT_PATHNAME.Jeremy Allison2017-05-221-1/+2
* s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.Jeremy Allison2017-05-221-0/+3
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-6/+2
* s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.Jeremy Allison2017-05-221-2/+7
* s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...Jeremy Allison2017-05-221-1/+10
* s3: smbd: Make it clear we only overwrite *ppath_contains_wcard if resolve_df...Jeremy Allison2017-05-221-1/+5
* s3: smbd: Remove ugly use of discard_const that previously was hidden in reso...Jeremy Allison2017-05-221-5/+4
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-221-8/+11
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-281-1/+1
* s3: smbd: Correctly canonicalize any incoming shadow copy path.Jeremy Allison2017-01-301-0/+150
* s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...Stefan Metzmacher2016-10-251-0/+23
* s3:smbd/filename remove smelly codeChristian Ambach2016-05-041-28/+0
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-251-2/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+2
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+2
* s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...Jeremy Allison2016-03-101-1/+2
* s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...Jeremy Allison2016-03-101-2/+2
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-1/+1
* s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.Jeremy Allison2016-03-011-1/+14
* smbd: Fix 240393 Uninitialized pointer readVolker Lendecke2016-01-081-1/+9
* s3: smbd: Remove lp_posix_pathnames() from filename.cJeremy Allison2015-12-231-2/+1
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-6/+11
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-1/+6
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-4/+12
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-4/+2
* s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #...Jeremy Allison2015-10-011-0/+6
* s3: smbd: fix a crash in unix_convert()Ralph Boehme2015-10-011-1/+1
* s3: smbd: Fix opening/creating :stream files on the root share directory.Jeremy Allison2015-09-181-0/+23
* s3: smbd: Remove unused parameter from build_stream_path().Jeremy Allison2015-09-181-3/+1
* smbd: Fix a typoVolker Lendecke2015-03-231-1/+1
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* smbd: Make "check_veto_path" staticVolker Lendecke2015-02-101-1/+1
* param: rename lp function and variable from "symlinks" to "follow_symlinks"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'defaultcase' to 'default_case'Garming Sam2014-02-071-2/+2
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-1/+1
* smbd: Fix regression for the dropbox case.Volker Lendecke2013-12-091-5/+5