sync'ing up for 3.0alpha20 release
[kai/samba.git] / source3 / smbd / vfs.c
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-17 Jeremy AllisonActually use sendfile if selected.
2002-09-06 Andrew Bartlettpatch from metze: add a 'vfs' debug class
2002-08-18 Simo SorceA new utility to test VFS system and modules
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-30 Andrew Tridgellalways include the (void) for void fns ...
2002-07-30 Simo SorceOK!
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-05-17 Andrew BartlettGet the sco boxes compiling again - use the sys_ intefa...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-27 Jeremy AllisonRemoved HAVE_LIBDL from most places (except system...
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-03-12 Jim McDonoughMissing comma from systems that have ACLs.
2002-03-12 Jeremy AllisonAdded POSIX ACL layer into the vfs.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Jeremy AllisonAttempt to fix bugs in write cache code (yes I know...
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2002-01-04 Jeremy AllisonRe-wrote the guts of the rename_internals code to cope...
2001-11-12 Jeremy AllisonDon't check space on every extend if strict allocate...
2001-11-12 Jeremy AllisonFixed allocation bug in database prog. Some format...
2001-11-07 Jeremy AllisonAdded debug in truncate, fixed warning with gcc3.
2001-10-24 Tim PotterMade default vfs ops static so we can use this symbol...
2001-10-18 Tim PotterRenamed vfs_init() to smbd_vfs_init() to allow vfs...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-07 Jeremy AllisonCorrectly report amount written in debug when allocatio...
2001-08-06 Jeremy AllisonFix for getting allocate_file_space to return the corre...
2001-08-04 Jeremy AllisonExtra debug to see what errno is on write fail.
2001-08-01 Jeremy AllisonAdded "strict allocate" per share parameter. This cause...
2001-07-06 Jeremy AllisonWrapped dlerror() in the same way as the other dlxxx...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonEnsured all the system calls in msdfs.c go through...
2001-04-14 Jeremy Allisonconfigure:
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Sync up with 2.2 changes - don't...
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2000-12-08 Jeremy AllisonAdded OLD_NTDOMAIN to remove warnings about undefined...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-06 Jeremy AllisonAdded a VFS version return to init call. Allows smbd...
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonInlined many of the vfs_XXX calls as macros for speed.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-05 Jeremy AllisonVector get_nt_acl/set_nt_acl via vfs. POSIX ACL support...
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-08-30 Jeremy AllisonAdded vfs_unlink call to ensure vfs is used on unlink...
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-05-05 Jeremy AllisonFix for dual unix_to_dos conversion in readdir from...
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-02-04 Tim PotterFix some compile warnings.
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-07-22 Tim PotterPass VFS options defined in smb.conf to vfs_init()...
1999-04-20 Tim PotterRewrite of VFS initialisation routines.
1999-04-14 Tim PotterRemoved unused vfs_read_data() function at the request...
1999-04-08 Tim PotterForgot about closedir() function for VFS. Hoo embarassing.
1999-04-05 Tim PotterDisable VFS routines if no libdl available.
1999-04-04 Tim PotterWrote VFS initialisation routines.