first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[kai/samba.git] / source / smbd / open.c
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-04-05 Tim PotterFix incorrect conversion of fd_attempt_open() calls...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-12-07 Andrew Tridgellfixed warnings (and potential errors) due to integer...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-16 Jeremy AllisonO_EXCL fixes for printing files & oplocks.
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-10-29 Jeremy AllisonFixed bug (that I introduced when doing the "delete...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-03 Andrew Tridgelluse O_ACCMODE
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-18 Jeremy AllisonFixed problems with premature kernel oplock checkin...
1998-09-18 Jeremy Allisonconfigure configure.in include/config.h.in include...
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-18 Andrew Tridgellremoved another use of the LL suffix. Hopefully this...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-08 Jeremy AllisonAdded back groupname map stuff removed by Andrew's...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-25 Jeremy AllisonAdded code to (correctly) ignore TRANSACT2_SETFILEINFO...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.