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
/
statcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r10186: More 64-bit warning fixes.
Jeremy Allison
1
-2
/
+2
2007-10-10
r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typo
Jeremy Allison
1
-1
/
+1
2007-10-10
r6249: Get the comparison the right way around...
Jeremy Allison
1
-1
/
+1
2007-10-10
r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.
Jeremy Allison
1
-0
/
+5
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r2116: Ensure statcache has large enough tdb memory hash size (1031).
Jeremy Allison
1
-1
/
+1
2007-10-10
r2112: Simplify the mangle hash code to use an in-memory tdb.
Jeremy Allison
1
-2
/
+2
2007-10-10
r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...
Jeremy Allison
1
-22
/
+14
2007-10-10
r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use
Jeremy Allison
1
-75
/
+65
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-4
/
+2
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-2
/
+2
2003-09-15
Fixed typo in debug.
Tim Potter
1
-1
/
+1
2003-09-05
More cachegrind tuning, plus fix an error message.
Jeremy Allison
1
-3
/
+5
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-3
/
+4
2003-07-27
Allow the stat cache to better handle invalid multibyte strings, by using
Andrew Bartlett
1
-8
/
+25
2003-07-07
Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcache
Jeremy Allison
1
-7
/
+9
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-07-02
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
1
-2
/
+33
2003-07-02
Whitespace reformat before applying a patch.
Jeremy Allison
1
-184
/
+187
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-1
/
+1
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-1
/
+1
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-12
/
+0
2003-03-17
Merge new statcache.c from HEAD.
Andrew Bartlett
1
-61
/
+126
2003-02-10
Cleanups: (merge from HEAD)
Andrew Bartlett
1
-2
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-09-25
fixed a typo
Andrew Tridgell
1
-1
/
+1
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-05-12
statcache initialisation fix
Andrew Tridgell
1
-5
/
+5
2000-11-27
Removed unnessesary init.
Jeremy Allison
1
-1
/
+1
2000-11-21
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
1
-1
/
+1
2000-10-19
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
1
-1
/
+1
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-27
/
+6
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-1
/
+1
2000-10-04
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
1
-1
/
+2
2000-05-04
if the stat cache is off then don't initialise it
Andrew Tridgell
1
-0
/
+2
2000-05-02
fixed a memory leak (calling hash_table_init twice)
Andrew Tridgell
1
-1
/
+7
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-0
/
+243