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
*
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
*
r25167: Fix breakage from mangling rewrite. Use the
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-77
/
+112
*
r24811: Simple reformatting to fit the 80 columns rule.
Jeremy Allison
2007-10-10
1
-63
/
+96
*
r24595: Fix Coverity ID 393
Volker Lendecke
2007-10-10
1
-2
/
+1
*
r24549: Fix unix_convert to return the already converted part
Volker Lendecke
2007-10-10
1
-4
/
+10
*
r24497: Revert r24485 -- this needs more thought
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24485: Even in the failure case unix_convert must pass the already converted
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r23879: Fix two memleaks, found by the IBM checker
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r23878: Fix an error return, found by the IBM checker
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps
Jeremy Allison
2007-10-10
1
-6
/
+15
*
r23844: Add patch series from Volker (after review and consultation).
Jeremy Allison
2007-10-10
1
-99
/
+207
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
2007-10-10
1
-12
/
+9
*
r20722: RAW-CHKPATH should now pass, build farm should
Jeremy Allison
2007-10-10
1
-4
/
+13
*
r20721: Fix the search unix_convert error returns. Only open
Jeremy Allison
2007-10-10
1
-25
/
+35
*
r20720: Fix the chkpath problem, still looking at findfirst.
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.
Jeremy Allison
2007-10-10
1
-41
/
+119
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-10
/
+12
*
r11945: Make us follow the newly documented pathname processing rules:
Jeremy Allison
2007-10-10
1
-0
/
+13
*
r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure that
Jeremy Allison
2007-10-10
1
-10
/
+8
*
r11346: Fix for bug found by Dina Fine. If in case sensitive mode then
Jeremy Allison
2007-10-10
1
-1
/
+10
*
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7210: Fix my own mistakes up, sorry.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r6631: More typo's. Sorry.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
2007-10-10
1
-5
/
+5
[next]