Fix disk quotas support on HP/UX (patch by David Nixon)
[ira/wip.git] / source3 / smbd / vfs-wrap.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-12 Jeremy AllisonFixed up FreeBSD sendfile code - only Solaris left...
2002-09-12 Jeremy AllisonFirst cut at portable sendfile code. Only used in readX...
2002-09-06 Andrew Bartlettpatch from metze: add a 'vfs' debug class
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-04-19 Jeremy AllisonAdded sys_fcntl (not to be used everywhere). Added...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-03-12 Jeremy AllisonAdded POSIX ACL layer into the vfs.
2002-03-11 Jeremy AllisonImplemented default ACL patch (set inherit acls = true...
2002-03-02 Jeremy AllisonFix lseek-on-pipe problem in VFS (where it belongs...
2002-02-27 Tim PotterFixed usage of uninitialised variable in strict_allocat...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-29 Jeremy AllisonFix "strict allocate" to write the data out on ftruncat...
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2001-09-05 Herb Lewismerge profile data changes from 2.2
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-07-05 Andrew Tridgellthis fixes the failure of MS office on VFAT partitions...
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: Saving and restoring errno here...
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 AllisonFixed compiler warning.
2000-12-08 Jeremy AllisonAdded OLD_NTDOMAIN to remove warnings about undefined...
2000-12-06 Tim PotterFixed compiler warning.
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
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-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
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-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
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-05-06 Tim PotterFix compiler warning.
1999-04-20 Tim PotterAdded dummy connect and disconnect VFS operations to...
1999-04-08 Tim PotterAlways do a compile before CVS commit! )-:
1999-04-08 Tim PotterForgot about closedir() function for VFS. Hoo embarassing.
1999-04-05 Tim PotterUnder IRIX, a void function may return a value, even...
1999-04-04 Tim PotterWrapped up all VFS disk I/O functions for portability...