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
*
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
2004-03-05
1
-5
/
+9
*
all_string_sub() is broken as it doesn't handle mb chars correctly (and
Jeremy Allison
2004-03-05
1
-2
/
+4
*
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
2004-03-03
1
-19
/
+8
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-2
/
+2
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-4
/
+4
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-4
/
+4
*
Optimisation. We don't need to do 2 strlen's when we're setting the stat
Jeremy Allison
2003-05-10
1
-9
/
+0
*
Fix nasty bug pointed out by samba-technical poster. If name is mangled
Jeremy Allison
2003-05-09
1
-1
/
+12
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-3
/
+3
*
merge from head
Andrew Tridgell
2003-02-07
1
-7
/
+15
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-3
/
+3
*
Turns out with Win9x, we could occasionally return from unix_convert() given
Jeremy Allison
2002-10-11
1
-0
/
+12
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+1
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-1
/
+0
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-391
/
+369
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-31
/
+15
*
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Andrew Bartlett
2002-04-08
1
-1
/
+14
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fixed the bug with descending into mangled directories.
Jeremy Allison
2001-12-18
1
-5
/
+8
*
change some more functions to the new mangle interface.
Simo Sorce
2001-10-29
1
-9
/
+11
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
- don't try to print pointers
Andrew Tridgell
2001-07-25
1
-11
/
+0
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-3
/
+3
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-5
/
+0
*
Sorry Gerald, I think the original code was better (plus safer as I'm sure
Jeremy Allison
2000-12-12
1
-7
/
+10
*
subtle bug where files which missed the stat_cache but were added
Gerald Carter
2000-12-11
1
-10
/
+7
*
Fixed *very* subtle statcache bug where invalid stat state could be
Jeremy Allison
2000-12-08
1
-1
/
+2
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
1
-40
/
+43
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-3
/
+3
*
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
1
-1
/
+1
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-257
/
+2
*
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
2000-04-10
1
-0
/
+6
*
Fix some more compile warnings.
Tim Potter
2000-02-07
1
-1
/
+2
*
Fix some compile warnings.
Tim Potter
2000-02-04
1
-1
/
+1
*
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
2000-02-03
1
-2
/
+2
*
Mega-VFS merge. Yeah baby!
Tim Potter
2000-02-03
1
-6
/
+8
*
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
2000-01-26
1
-81
/
+92
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-49
/
+19
*
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1999-07-15
1
-3
/
+33
*
Use VFS I/O for stat_cache_lookup()
Tim Potter
1999-04-05
1
-3
/
+5
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-3
/
+4
*
formatting change
Andrew Tridgell
1998-11-21
1
-1
/
+1
*
Added code to convert empty file names to "." so we avoid
Richard Sharpe
1998-10-09
1
-0
/
+12
*
Add a DEBUG to unix_convert
Richard Sharpe
1998-10-09
1
-0
/
+2
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-13
/
+11
*
Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,
Jeremy Allison
1998-09-26
1
-3
/
+0
*
I've disabled the conversion of null filenames to "." until we solve
Andrew Tridgell
1998-09-25
1
-0
/
+3
*
Small bit of paranioa. Ensure that if the incoming name to
Jeremy Allison
1998-09-19
1
-2
/
+14
[next]