index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
filename.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: allow case insensitive opens of named streams
Stefan Metzmacher
2019-05-01
1
-1
/
+71
*
s3: smbd: filenames - ensure we replace the missing '/' if we error in an int...
Jeremy Allison
2019-02-25
1
-0
/
+18
*
smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths.
Jeremy Allison
2019-02-24
1
-0
/
+25
*
s3:smbd: add twrp args to filename_convert()
Ralph Boehme
2018-11-27
1
-1
/
+2
*
s3:smbd: add twrp processing to filename_convert_internal()
Ralph Boehme
2018-11-27
1
-0
/
+26
*
s3:smbd: prepare filename_convert_internal() for twrp
Ralph Boehme
2018-11-27
1
-1
/
+4
*
s3: smbd: Ensure dirpath is set to ".", not "\0" so it is always a valid path.
Jeremy Allison
2018-09-11
1
-7
/
+25
*
s3: smbd: Restructure check_parent_exists() to ensure all non-optimization re...
Jeremy Allison
2018-09-11
1
-8
/
+11
*
s3: smbd: Initialization cleanup.
Jeremy Allison
2018-09-11
1
-2
/
+1
*
s3: smbd: Ensure get_real_filename() copes with empty pathnames.
Jeremy Allison
2018-08-22
1
-0
/
+5
*
Fix spelling s/succesfully/successfully/
Mathieu Parent
2018-05-12
1
-1
/
+1
*
S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.
Jeremy Allison
2017-07-01
1
-12
/
+18
*
s3: smbd: Correctly identify a snapshot path using UCF_GMT_PATHNAME.
Jeremy Allison
2017-05-22
1
-1
/
+2
*
s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.
Jeremy Allison
2017-05-22
1
-0
/
+3
*
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...
Jeremy Allison
2017-05-22
1
-6
/
+2
*
s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.
Jeremy Allison
2017-05-22
1
-2
/
+7
*
s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...
Jeremy Allison
2017-05-22
1
-1
/
+10
*
s3: smbd: Make it clear we only overwrite *ppath_contains_wcard if resolve_df...
Jeremy Allison
2017-05-22
1
-1
/
+5
*
s3: smbd: Remove ugly use of discard_const that previously was hidden in reso...
Jeremy Allison
2017-05-22
1
-5
/
+4
*
s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().
Jeremy Allison
2017-05-22
1
-8
/
+11
*
s3: smbd: Fix "follow symlink = no" regression part 2.
Jeremy Allison
2017-03-28
1
-1
/
+1
*
s3: smbd: Correctly canonicalize any incoming shadow copy path.
Jeremy Allison
2017-01-30
1
-0
/
+150
*
s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...
Stefan Metzmacher
2016-10-25
1
-0
/
+23
*
s3:smbd/filename remove smelly code
Christian Ambach
2016-05-04
1
-28
/
+0
*
s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().
Jeremy Allison
2016-03-25
1
-2
/
+1
*
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
2016-03-24
1
-1
/
+2
*
s3: smbd: Add uint32_t flags field to struct smb_filename.
Jeremy Allison
2016-03-24
1
-0
/
+2
*
s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...
Jeremy Allison
2016-03-10
1
-1
/
+2
*
s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...
Jeremy Allison
2016-03-10
1
-2
/
+2
*
s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.
Jeremy Allison
2016-03-07
1
-1
/
+1
*
s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.
Jeremy Allison
2016-03-01
1
-1
/
+14
*
smbd: Fix 240393 Uninitialized pointer read
Volker Lendecke
2016-01-08
1
-1
/
+9
*
s3: smbd: Remove lp_posix_pathnames() from filename.c
Jeremy Allison
2015-12-23
1
-2
/
+1
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-6
/
+11
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-1
/
+6
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-4
/
+12
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-4
/
+2
*
s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #...
Jeremy Allison
2015-10-01
1
-0
/
+6
*
s3: smbd: fix a crash in unix_convert()
Ralph Boehme
2015-10-01
1
-1
/
+1
*
s3: smbd: Fix opening/creating :stream files on the root share directory.
Jeremy Allison
2015-09-18
1
-0
/
+23
*
s3: smbd: Remove unused parameter from build_stream_path().
Jeremy Allison
2015-09-18
1
-3
/
+1
*
smbd: Fix a typo
Volker Lendecke
2015-03-23
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2015-02-10
1
-1
/
+1
*
smbd: Make "check_veto_path" static
Volker Lendecke
2015-02-10
1
-1
/
+1
*
param: rename lp function and variable from "symlinks" to "follow_symlinks"
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'defaultcase' to 'default_case'
Garming Sam
2014-02-07
1
-2
/
+2
*
smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE
Jeremy Allison
2013-12-09
1
-1
/
+1
*
smbd: Fix regression for the dropbox case.
Volker Lendecke
2013-12-09
1
-5
/
+5
*
smbd: Simplify dropbox special case in unix_convert
Volker Lendecke
2013-08-26
1
-6
/
+23
*
smbd: Fix a profile problem
Volker Lendecke
2013-07-09
1
-1
/
+2
[next]