updated the 3.0 branch from the head branch - ready for alpha18
[samba.git] / source3 / smbd / open.c
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-08 Andrew BartlettFix const warning
2002-06-22 Andrew BartlettRaise some debug levels.
2002-04-23 Jeremy AllisonWhen doing a non-io open the stat failing is no cause...
2002-04-20 Andrew Tridgelltry to cope better with the take ownership operation...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-26 Jeremy AllisonMatched W2K *insane* open semantics....
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-21 Jeremy AllisonFix stupid typo !
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
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-07 Jeremy AllisonFixed delete on close semantics - preparing for share...
2002-02-26 Andrew TridgellThis is a nasty hack to fix "xcopy /o" from win2000...
2002-02-15 Tim PotterMerge of smbclient print crash bug fix from app head.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jeremy AllisonFixed display of "remote downlevel document" in old...
2002-01-17 Andrew Tridgelldon't use O_NONBLOCK in open(). This was added erroneou...
2002-01-12 Jeremy AllisonAdded the O_NOFOLLOW flag if follow symlinks is set...
2001-12-16 Jeremy AllisonMoved fchown_acl change to the point where we *really...
2001-11-28 Jeremy AllisonSpelling pedents strike again :-).
2001-11-28 Jeremy AllisonEnsure the CAN_WRITE is checked and prevents O_CREAT...
2001-11-28 Jeremy AllisonRe-added "Share modes" meaning don't allow deny mode...
2001-11-27 Jeremy AllisonFix for the logic bug wrt. existant oplocks. See long...
2001-11-27 Jeremy Allisonnsswitch/winbindd_group.c nsswitch/winbindd_user.c...
2001-11-23 Jeremy AllisonFixed delete on close bug. Added core dump code to...
2001-10-20 Jeremy AllisonMove from timestamp to gen count file id's for finding...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-24 Jeremy AllisonChange log message to 2 from zero when failing to creat...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Simo Sorceuse variables _before_ freeing them!
2001-09-05 Andrew Tridgellfixed formatting to make the code vaguely readable...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-22 Jeremy AllisonMissed '\' at eol...
2001-08-22 Jeremy AllisonTidyup fixes for fcntl spin problem.
2001-08-22 Jeremy AllisonFixed the (incorrect) paranioa fix I put in for the...
2001-08-21 Volker LendeckeThis is Jeremy pretending to be Volker, 'cos the
2001-07-24 Jeremy AllisonWe were making an assumption in the oplock
2001-07-05 Jeremy AllisonFix race where wrong action (created or opened) could...
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-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 -...
next