index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
filename.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-19
Fix Coverity IDs 922 and 933
Volker Lendecke
1
-2
/
+5
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-0
/
+52
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-3
/
+2
2009-06-12
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
1
-5
/
+85
2009-06-10
s3: Add utility function for copying an smb_filename struct
Tim Prouty
1
-0
/
+39
2009-05-30
Simplify the dropbox patch
Jeremy Allison
1
-5
/
+10
2009-05-29
Re-Add the "dropbox" functionality with -wx rights on a directory
Volker Lendecke
1
-3
/
+3
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-1
/
+1
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-77
/
+98
2009-05-09
Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
Volker Lendecke
1
-6
/
+11
2009-05-05
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
1
-6
/
+34
2009-04-23
Revert "Do not use the file system GET_REAL_FILENAME for mangled names"
Volker Lendecke
1
-23
/
+7
2009-04-20
Do not use the file system GET_REAL_FILENAME for mangled names
Volker Lendecke
1
-7
/
+23
2009-02-09
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
1
-1
/
+1
2009-02-04
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
1
-4
/
+26
2008-12-10
Pass the get_real_filename operation through the VFS
Volker Lendecke
1
-4
/
+1
2008-12-10
Change get_real_filename() to unix syscall conventions, make it non-static
Volker Lendecke
1
-13
/
+14
2008-12-10
Apply some const
Volker Lendecke
1
-2
/
+2
2008-12-10
Rename "scan_directory" to "get_real_filename"
Volker Lendecke
1
-12
/
+12
2008-11-18
Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...
Jeremy Allison
1
-26
/
+21
2008-11-18
Fix trans2findfirst for the large directory optimization
Volker Lendecke
1
-0
/
+5
2008-09-23
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
1
-2
/
+1
2008-08-12
Fix unix_convert() for "*" after changing map_nt_error_from_unix().
Michael Adam
1
-1
/
+1
2008-04-07
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
1
-5
/
+13
2008-01-19
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
1
-8
/
+10
2008-01-19
Add streams support
Volker Lendecke
1
-0
/
+121
2008-01-12
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
1
-3
/
+3
2007-12-22
If we detect a case insensitive filesystem make
Jeremy Allison
1
-4
/
+11
2007-12-22
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
1
-0
/
+9
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-10
/
+10
2007-10-10
r25167: Fix breakage from mangling rewrite. Use the
Jeremy Allison
1
-1
/
+2
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-2
/
+2
2007-10-10
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
1
-2
/
+1
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-77
/
+112
2007-10-10
r24811: Simple reformatting to fit the 80 columns rule.
Jeremy Allison
1
-63
/
+96
2007-10-10
r24595: Fix Coverity ID 393
Volker Lendecke
1
-2
/
+1
2007-10-10
r24549: Fix unix_convert to return the already converted part
Volker Lendecke
1
-4
/
+10
2007-10-10
r24497: Revert r24485 -- this needs more thought
Volker Lendecke
1
-1
/
+1
2007-10-10
r24485: Even in the failure case unix_convert must pass the already converted
Volker Lendecke
1
-1
/
+1
2007-10-10
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r23879: Fix two memleaks, found by the IBM checker
Volker Lendecke
1
-2
/
+4
2007-10-10
r23878: Fix an error return, found by the IBM checker
Volker Lendecke
1
-0
/
+1
2007-10-10
r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps
Jeremy Allison
1
-6
/
+15
2007-10-10
r23844: Add patch series from Volker (after review and consultation).
Jeremy Allison
1
-99
/
+207
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
1
-2
/
+2
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-1
/
+1
2007-10-10
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
1
-0
/
+6
2007-10-10
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
1
-12
/
+9
[next]