index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
filename.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make us pass RAW-CHKPATH with a case sensitive share.
Jeremy Allison
2009-11-25
1
-42
/
+105
*
Remove call into reduce_name if case sensitive. This allows us to pass
Jeremy Allison
2009-11-24
1
-2
/
+1
*
Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with
Jeremy Allison
2009-11-24
1
-1
/
+2
*
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
2009-11-23
1
-1
/
+2
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
1
-2
/
+1
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-1
/
+1
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-1
/
+1
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
1
-1
/
+2
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-6
/
+7
*
s3: Add more helpful debugging to some of the streams code
Tim Prouty
2009-09-24
1
-1
/
+1
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-1
/
+5
*
s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)
Stefan Metzmacher
2009-08-27
1
-0
/
+11
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
1
-10
/
+12
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
1
-7
/
+34
*
s3: Change unix_convert to use an smb_filename struct internally
Tim Prouty
2009-07-22
1
-137
/
+154
*
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
2009-07-21
1
-12
/
+4
*
s3: Separate out a new file: filename_utils.c
Tim Prouty
2009-07-20
1
-219
/
+0
*
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
2009-07-20
1
-0
/
+24
*
s3: Add ability to pass NULL to filename_convert for the char *fname
Tim Prouty
2009-07-06
1
-7
/
+11
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-30
/
+81
*
Fix Coverity IDs 922 and 933
Volker Lendecke
2009-06-19
1
-2
/
+5
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-0
/
+52
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-3
/
+2
*
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
2009-06-12
1
-5
/
+85
*
s3: Add utility function for copying an smb_filename struct
Tim Prouty
2009-06-10
1
-0
/
+39
*
Simplify the dropbox patch
Jeremy Allison
2009-05-30
1
-5
/
+10
*
Re-Add the "dropbox" functionality with -wx rights on a directory
Volker Lendecke
2009-05-29
1
-3
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-77
/
+98
*
Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
Volker Lendecke
2009-05-09
1
-6
/
+11
*
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
2009-05-05
1
-6
/
+34
*
Revert "Do not use the file system GET_REAL_FILENAME for mangled names"
Volker Lendecke
2009-04-23
1
-23
/
+7
*
Do not use the file system GET_REAL_FILENAME for mangled names
Volker Lendecke
2009-04-20
1
-7
/
+23
*
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
2009-02-09
1
-1
/
+1
*
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
2009-02-04
1
-4
/
+26
*
Pass the get_real_filename operation through the VFS
Volker Lendecke
2008-12-10
1
-4
/
+1
*
Change get_real_filename() to unix syscall conventions, make it non-static
Volker Lendecke
2008-12-10
1
-13
/
+14
*
Apply some const
Volker Lendecke
2008-12-10
1
-2
/
+2
*
Rename "scan_directory" to "get_real_filename"
Volker Lendecke
2008-12-10
1
-12
/
+12
*
Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...
Jeremy Allison
2008-11-18
1
-26
/
+21
*
Fix trans2findfirst for the large directory optimization
Volker Lendecke
2008-11-18
1
-0
/
+5
*
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
2008-09-23
1
-2
/
+1
*
Fix unix_convert() for "*" after changing map_nt_error_from_unix().
Michael Adam
2008-08-12
1
-1
/
+1
*
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
2008-04-07
1
-5
/
+13
*
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2008-01-19
1
-8
/
+10
*
Add streams support
Volker Lendecke
2008-01-19
1
-0
/
+121
*
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
2008-01-12
1
-3
/
+3
*
If we detect a case insensitive filesystem make
Jeremy Allison
2007-12-22
1
-4
/
+11
*
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
2007-12-22
1
-0
/
+9
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-10
/
+10
[next]