summaryrefslogtreecommitdiff
path: root/source3/smbd/statcache.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-02Whitespace reformat before applying a patch.Jeremy Allison1-184/+187
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-1/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-12/+0
2003-03-17Merge new statcache.c from HEAD.Andrew Bartlett1-61/+126
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-25fixed a typoAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-05-12statcache initialisation fixAndrew Tridgell1-5/+5
2000-11-27Removed unnessesary init.Jeremy Allison1-1/+1
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-1/+1
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-1/+1
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-27/+6
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-1/+1
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison1-1/+2
2000-05-04if the stat cache is off then don't initialise itAndrew Tridgell1-0/+2
2000-05-02fixed a memory leak (calling hash_table_init twice)Andrew Tridgell1-1/+7
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-0/+243