Fixed the first locking error (test #8 found by locktest code from
[sfrench/samba-autobuild/.git] / source / smbd / open.c
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-19 Jeremy AllisonExtra debug in open.c, fix for bad debug message in...
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-16 Jeremy AllisonFinally got the semantics right (hurrah!).
2001-04-16 Jeremy AllisonCorrect fix for open readonly with truncate.
2001-04-14 Jeremy AllisonThis little piece of insanity is inspired by the
2001-04-14 Jeremy Allisonconfigure:
2001-04-13 Jeremy AllisonFixed potential file descriptor leak with MS-Access...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
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-24 Jeremy AllisonSync up with POSIX ACL code from 2.2.
2001-01-23 Jeremy Allisoninclude/vfs.h:
2000-12-11 Jeremy AllisonFixed very subtle bug returning correct error on an...
2000-10-20 Jeremy AllisonFix for vfs_fstat() crash with new stat code.
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-06-15 Andrew Tridgellopen files with O_NONBLOCK when available. This is...
2000-06-15 Andrew Tridgelladded support for kernel level share modes. These are...
2000-05-12 Jeremy AllisonCheck fstat return for error.
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-28 Jeremy AllisonMade changes suggested by Andrew review.
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-27 Jeremy AllisonDid the rewrite Andrew wanted where all knowledge of...
2000-04-27 Jeremy AllisonFixed crash bugs Andrew pointed out with LOCK4 smbtorture
2000-04-24 Jeremy AllisonAdded the code that keeps fd's open across a close...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-12 Jeremy AllisonCode to map tdb locks onto POSIX. Mainly placeholder...
2000-04-11 Jeremy AllisonThe latest open() code changes broke the NT directory...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-02-17 Tim PotterDon't assume that the (files_struct *) passed to fd_att...
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-16 Andrew Tridgellfixed some typos in access_table() which, amaziingly...
2000-01-16 Andrew Tridgellmade access_table() a pure logic function - makes it...
2000-01-16 Andrew Tridgellas obelix would say "these romans are crazy"
2000-01-16 Andrew Tridgellrewrote the access_table() code to get it right for...
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-13 Andrew Tridgellchanges to reflect the new syntax of the locking calls.
2000-01-08 Andrew Tridgellfix a error in access_table revealed by the new deny...
2000-01-08 Jeremy AllisonFixed deny mode bug :
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
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.