r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
[nivanova/samba-autobuild/.git] / source3 / smbd / open.c
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2007-10-10 Jeremy Allisonr6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6200: Returned access should contain share mode as...
2007-10-10 Jeremy Allisonr6174: Fixup T2 open call - we were returning 2 bytes...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr6152: Correctly check OpenX open modes.
2007-10-10 Jim McDonoughr5854: Fix coredump when OS/2 checks for long file...
2007-10-10 Jeremy Allisonr5848: Fix inherit owner to chown directories in a...
2007-10-10 Jeremy Allisonr5792: Added new parameter "inherit owner". If set...
2007-10-10 Jeremy Allisonr5630: This may be a mistake ... needs more cthon inves...
2007-10-10 Jeremy Allisonr5623: Horrible band-aid patch to fix Blue-Arc torture...
2007-10-10 Jeremy Allisonr5014: Split out the request to send an async level...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Volker Lendecker3853: Fix an uninitialized variable warning. Jeremy...
2007-10-10 Jeremy Allisonr3002: Fix for bug #1886 - prevent delete on close...
2007-10-10 Jeremy Allisonr2083: Fix memleak on return code path.
2007-10-10 Jeremy Allisonr2027: Fix for but #1657, used initialized variable...
2007-10-10 Jeremy Allisonr1304: Turns out non-io opens that cause oplock breaks...
2007-10-10 Jeremy Allisonr1263: Make "defer sharing violations" a global parameter.
2007-10-10 Jeremy Allisonr1260: Added new parameter in the protocol section...
2007-10-10 Jeremy Allisonr1097: Fix errno being incorrectly set. Noticed by...
2007-10-10 Jeremy Allisonr1089: Removed spurious oplock message in deferred...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2007-10-10 Jeremy Allisonr974: Fix open code to pass more torture tests. We...
2007-10-10 Jeremy Allisonr945: "Correct" (as in, more correct) way to handle...
2007-10-10 Jeremy Allisonr779: Fix specific case of open that doesn't cause...
2007-10-10 Jeremy Allisonr742: Volker discovered that we can truncate a locked...
2007-10-10 Richard Sharper740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2004-03-19 Jeremy AllisonFix for #1064 - ensure truncate attribute checking...
2004-02-28 Jeremy AllisonCan't set allocation size on directories, return correc...
2004-02-28 Jeremy AllisonCan't set allocation size on directories, return correc...
2004-02-24 Jeremy AllisonMore gentest error fixups.
2004-02-24 Jeremy AllisonMore gentest error fixups.
2003-11-18 Jeremy AllisonRemove unneeded second open for filename ending in...
2003-11-18 Jeremy AllisonRemove unneeded second open for filename ending in...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-19 Jeremy AllisonImplement SMBexit properly. Found by Samba4 tester...
2003-08-14 Jeremy AllisonFix SMBseek and get/set position information SMBs....
2003-08-07 Jeremy AllisonAn oplock break reply from the client causes the sequen...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-29 Jeremy AllisonFinish tridge's patch as referenced here :
2003-07-24 Jeremy AllisonFix from matt.zinkevicius@hp.com to stop files being...
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-07 Jeremy AllisonFix spotted by Nadav Danieli <nadavd@exanet.com> -...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonAdd more info to debug info...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyEliminate NULL pointers from VFS interface. All hooks...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-01 Jeremy AllisonFix for bugid 51 from Dragan Krnic.
2003-05-01 Jeremy AllisonFix for bugid 51 from Dragan Krnic.
2003-04-24 Andrew BartlettThis is really trying to be a StrnCpy (most names will...
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-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....
next