Age | Commit message (Expand) | Author | Files | Lines |
2002-09-17 | Actually use sendfile if selected. | Jeremy Allison | 1 | -4/+3 |
2002-09-12 | Fixed up FreeBSD sendfile code - only Solaris left then I can add the | Jeremy Allison | 1 | -1/+1 |
2002-09-12 | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 1 | -0/+12 |
2002-09-06 | patch from metze: add a 'vfs' debug class | Andrew Bartlett | 1 | -0/+4 |
2002-04-19 | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 1 | -2/+2 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -2/+4 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 1 | -156/+10 |
2002-03-12 | Added POSIX ACL layer into the vfs. | Jeremy Allison | 1 | -3/+113 |
2002-03-11 | Implemented default ACL patch (set inherit acls = true on a per share basis). | Jeremy Allison | 1 | -7/+11 |
2002-03-02 | Fix lseek-on-pipe problem in VFS (where it belongs IMHO). | Jeremy Allison | 1 | -5/+18 |
2002-02-27 | Fixed usage of uninitialised variable in strict_allocate_ftruncate() | Tim Potter | 1 | -1/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-29 | Fix "strict allocate" to write the data out on ftruncate with extend. | Jeremy Allison | 1 | -8/+70 |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 1 | -0/+30 |
2001-09-05 | merge profile data changes from 2.2 | Herb Lewis | 1 | -6/+36 |
2001-09-04 | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 1 | -2/+2 |
2001-07-05 | this fixes the failure of MS office on VFAT partitions on Linux | Andrew Tridgell | 1 | -30/+29 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -18/+18 |
2001-06-29 | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 1 | -0/+32 |
2001-04-14 | configure: | Jeremy Allison | 1 | -1/+40 |
2001-03-26 | smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it | Jeremy Allison | 1 | -1/+7 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -0/+38 |
2000-12-08 | Fixed compiler warning. | Jeremy Allison | 1 | -2/+2 |
2000-12-08 | Added OLD_NTDOMAIN to remove warnings about undefined functions. | Jeremy Allison | 1 | -0/+2 |
2000-12-06 | Fixed compiler warning. | Tim Potter | 1 | -2/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -4/+64 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -5/+106 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -27/+25 |
2000-10-05 | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 1 | -11/+1 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -0/+46 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -0/+5 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -0/+8 |
2000-04-04 | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 1 | -2/+6 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 1 | -0/+295 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -304/+0 |
1999-05-06 | Fix compiler warning. | Tim Potter | 1 | -3/+104 |
1999-04-20 | Added dummy connect and disconnect VFS operations to avoid the | Tim Potter | 1 | -2/+17 |
1999-04-08 | Always do a compile before CVS commit! )-: | Tim Potter | 1 | -1/+1 |
1999-04-08 | Forgot about closedir() function for VFS. Hoo embarassing. | Tim Potter | 1 | -0/+8 |
1999-04-05 | Under IRIX, a void function may return a value, even if that value is | Tim Potter | 1 | -1/+1 |
1999-04-04 | Wrapped up all VFS disk I/O functions for portability. I remember | Tim Potter | 1 | -0/+180 |