summaryrefslogtreecommitdiffstats
path: root/source/smbd/statcache.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright.Andrew Bartlett2003-03-171-1/+1
* Brain fart - make sure we truncate the right string...Andrew Bartlett2003-03-171-4/+4
* More statcache fixes - and add a bit more doco.Andrew Bartlett2003-03-171-9/+25
* Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett2003-03-171-2/+23
* New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett2003-03-161-54/+82
* String handling parinoia fixes.Andrew Bartlett2003-03-151-6/+6
* Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett2003-03-031-2/+2
* Some cleanups:Andrew Bartlett2003-02-101-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed a typoAndrew Tridgell2001-09-251-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
* Removed unnessesary init.Jeremy Allison2000-11-271-1/+1
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-1/+1
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-1/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-27/+6
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-1/+1
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-1/+2
* if the stat cache is off then don't initialise itAndrew Tridgell2000-05-041-0/+2
* fixed a memory leak (calling hash_table_init twice)Andrew Tridgell2000-05-021-1/+7
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-0/+243