Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
[kai/samba.git] / source3 / smbd / open.c
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-22 Jeremy AllisonAdd runtime tests for "impossible" case with -DDEVELOPE...
2003-02-12 Jeremy AllisonCorrectly return access denied on share mode deny when...
2003-02-12 Jeremy AllisonCorrectly return access denied on share mode deny when...
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-02-04 Jeremy AllisonEnsure Samba passes the open attribute truncate tests...
2003-02-04 Jeremy AllisonEnsure Samba passes the open attribute truncate tests...
2003-01-30 Jeremy AllisonFix for interesting resource constraint condition....
2003-01-30 Jeremy AllisonFix for interesting resource constraint condition....
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-07 Tim PotterRemove unused variable.
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2002-11-19 Jeremy AllisonVery curious. It turns out attribute matching on trunca...
2002-11-19 Jeremy AllisonVery curious. It turns out attribute matching on trunca...
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
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-03 Jeremy AllisonEnsure we open UNIX fifo's non-blocking like we used...
2002-08-30 Jeremy AllisonFix bug with stat mode open being done on read-only...
2002-08-30 Jeremy AllisonCorrectly fail opens with mismatching SYSTEM or HIDDEN...
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
next