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
*
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
*
check_parent_exists() can change errno. Ensure we preserve it across calls.
Anand Avati
2013-04-30
1
-1
/
+8
*
smbd: Convert filename_convert_internal to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+6
*
Check error returns on strnorm().
Jeremy Allison
2012-08-09
1
-3
/
+12
*
s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()
Stefan Metzmacher
2012-05-24
1
-0
/
+2
*
s3: Fix a typo
Volker Lendecke
2012-04-24
1
-1
/
+1
*
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
2012-02-29
1
-3
/
+2
*
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
2012-02-29
1
-5
/
+77
*
Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...
Jeremy Allison
2011-10-22
1
-1
/
+1
*
Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...
Jeremy Allison
2011-10-22
1
-7
/
+27
*
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
2011-10-17
1
-2
/
+2
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-14
1
-1
/
+1
*
Use existing ISDOT and ISDOTDOT macros.
Jeremy Allison
2011-07-28
1
-2
/
+1
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-1
/
+1
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...
Jeremy Allison
2011-04-04
1
-3
/
+3
*
Note that check_parent_exists() doesn't change the contents of smb_fname (add...
Jeremy Allison
2011-04-04
1
-1
/
+1
*
s3: Fix bug 8042: File creation on OS/X
Volker Lendecke
2011-04-03
1
-0
/
+3
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
2011-02-10
1
-1
/
+1
[next]