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
2000-12-12
Sorry Gerald, I think the original code was better (plus safer as I'm sure
Jeremy Allison
1
-7
/
+10
2000-12-11
subtle bug where files which missed the stat_cache but were added
Gerald Carter
1
-10
/
+7
2000-12-08
Fixed *very* subtle statcache bug where invalid stat state could be
Jeremy Allison
1
-1
/
+2
2000-10-19
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
1
-40
/
+43
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-3
/
+3
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
1
-1
/
+1
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-257
/
+2
2000-04-10
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
1
-0
/
+6
2000-02-07
Fix some more compile warnings.
Tim Potter
1
-1
/
+2
2000-02-04
Fix some compile warnings.
Tim Potter
1
-1
/
+1
2000-02-03
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
1
-2
/
+2
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
1
-6
/
+8
2000-01-26
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
1
-81
/
+92
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-49
/
+19
1999-07-15
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1
-3
/
+33
1999-04-05
Use VFS I/O for stat_cache_lookup()
Tim Potter
1
-3
/
+5
1999-04-04
Use VFS operations for file I/O.
Tim Potter
1
-3
/
+4
1998-11-21
formatting change
Andrew Tridgell
1
-1
/
+1
1998-10-09
Added code to convert empty file names to "." so we avoid
Richard Sharpe
1
-0
/
+12
1998-10-09
Add a DEBUG to unix_convert
Richard Sharpe
1
-0
/
+2
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-13
/
+11
1998-09-26
Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,
Jeremy Allison
1
-3
/
+0
1998-09-25
I've disabled the conversion of null filenames to "." until we solve
Andrew Tridgell
1
-0
/
+3
1998-09-19
Small bit of paranioa. Ensure that if the incoming name to
Jeremy Allison
1
-2
/
+14
1998-09-10
Improved stat cache code by uppercasing any search name that gets added to
Jeremy Allison
1
-17
/
+15
1998-09-08
Added back groupname map stuff removed by Andrew's "slash 'n' burn"
Jeremy Allison
1
-0
/
+14
1998-09-06
add a "stat cache" boolean smb.conf option. (defaults to on)
Andrew Tridgell
1
-2
/
+10
1998-09-05
fixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell
1
-1
/
+5
1998-09-05
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1
-2
/
+3
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-5
/
+5
1998-09-03
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1
-1
/
+1
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-9
/
+9
1998-08-28
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1
-6
/
+14
1998-08-27
Fixed stat cache statistics calculation. Oops.
Jeremy Allison
1
-1
/
+1
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1
-17
/
+273
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1
-102
/
+152
1998-08-17
more splitting of server.c
Andrew Tridgell
1
-0
/
+380