r15958: Make us pass RAW-OPLOCK with kernel oplocks off.
[jpeach/samba.git] / source / smbd / open.c
2006-05-30 Jeremy Allisonr15958: Make us pass RAW-OPLOCK with kernel oplocks...
2006-05-30 Jeremy Allisonr15949: Patch for bug #3308 to stop us returning duplicate
2006-05-29 James Peachr15943: Update misleading DEBUG statements and comments...
2006-05-03 Jeremy Allisonr15404: Check for WRITE_THOUGH before calling lp_ fn...
2006-04-27 Jeremy Allisonr15293: Don't ever set O_SYNC on open unless "strict...
2006-04-19 Jeremy Allisonr15138: Teach Samba the difference between exclusive...
2006-04-04 James Peachr14898: This change is an attempt to improve the qualit...
2006-04-03 Stefan Metzmacherr14883: add 'smbd:sharedelay' option, so that we can...
2006-03-21 Jeremy Allisonr14602: Fix another logic bug in new oplock handling...
2006-03-20 Jeremy Allisonr14596: Fix a logic bug with multiple oplock contention.
2006-02-26 Volker Lendecker13694: Committing patch from Aleksey Fedoseev <aleksey...
2006-02-20 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2006-02-18 Jeremy Allisonr13559: Fix bug #3522 reported by Sandeep Tamhankar...
2006-02-03 Gerald Carterr13316: Let the carnage begin....
2006-02-03 Jeremy Allisonr13314: This code has been causing problems since 1...
2006-02-03 Jeremy Allisonr13299: From testing W2K3 and W2K the delete on close...
2006-02-02 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2006-02-01 Jeremy Allisonr13274: Fix for bug #3467. Not a show stopper.
2006-01-12 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2006-01-06 Volker Lendecker12735: After talking to Tridge and Jeremy... This...
2006-01-05 Volker Lendecker12721: GPFS 2.4 on Linux will contain some windows...
2005-12-24 Volker Lendecker12460: Fixes for bug 3349
2005-12-13 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2005-12-12 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2005-10-27 Jeremy Allisonr11341: Put directory opens into the share mode db...
2005-10-12 Jeremy Allisonr10943: Unused variable. Bug #3160 from jason@ncac...
2005-10-12 Jeremy Allisonr10930: Fix erroneous debug spotted by Herb.
2005-10-05 Jeremy Allisonr10744: Fix for the second incarnation of bug #3088...
2005-09-30 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2005-09-09 Jeremy Allisonr10133: Fix bug #3044. open-exec is read-only.
2005-08-24 Volker Lendecker9584: Fix a race condition in Samba 3. If two files...
2005-07-15 Volker Lendecker8492: open_mode_check does not use the parameter p_fla...
2005-07-11 Gerald Carterr8329: merging changes from SAMBA_3_0 and setting versi...
2005-07-08 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2005-06-27 Jeremy Allisonr7963: Add aio support to 3.0.
2005-06-21 Gerald Carterr7791: sync with SAMBA_3_0 branch as of r7789. Geting...
2005-05-08 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2005-04-18 Gerald Carterr6369: update release notes
2005-04-14 Jeremy Allisonr6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC...
2005-04-14 Gerald Carterr6334: revert 3.0.15pre1 changes. roll back to 3.0.14.
2005-04-12 Gerald Carterr6303: Setting up for 3.0.15pre1
2005-04-06 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2005-04-04 Jeremy Allisonr6200: Returned access should contain share mode as...
2005-04-02 Jeremy Allisonr6174: Fixup T2 open call - we were returning 2 bytes...
2005-04-01 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2005-03-31 Jeremy Allisonr6152: Correctly check OpenX open modes.
2005-03-17 Gerald Carterr5870: syncing up for 3.0.12
2005-03-17 Jim McDonoughr5854: Fix coredump when OS/2 checks for long file...
2005-03-17 Jeremy Allisonr5848: Fix inherit owner to chown directories in a...
2005-03-15 Jeremy Allisonr5792: Added new parameter "inherit owner". If set...
2005-03-11 Gerald Carterr5739: sync for 3.0.12rc1 (current with SAMBA_3_0 r5738)
2005-03-02 Jeremy Allisonr5630: This may be a mistake ... needs more cthon inves...
2005-03-02 Jeremy Allisonr5623: Horrible band-aid patch to fix Blue-Arc torture...
2005-01-26 Gerald Carterr5021: Starting to look at final code for 3.0.11rc1.
2005-01-26 Jeremy Allisonr5014: Split out the request to send an async level...
2004-12-23 Gerald Carterr4348: syncing up for 3.0.11pre1
2004-12-16 Gerald Carterr4231: commiting changes to 3.0.10 save-diskspace-tags/samba-3.0.10
2004-12-07 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-11-30 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2004-11-18 Volker Lendecker3853: Fix an uninitialized variable warning. Jeremy...
2004-10-25 Gerald Carterr3220: merging current 3.0 code to release branch
2004-10-16 Jeremy Allisonr3002: Fix for bug #1886 - prevent delete on close...
2004-09-01 Gerald Carterr2176: syncing necessary changes for 3.0.7
2004-08-27 Jeremy Allisonr2083: Fix memleak on return code path.
2004-08-24 Jeremy Allisonr2027: Fix for but #1657, used initialized variable...
2004-07-07 Gerald Carterr1383: sync from 3.0 tree
2004-06-30 Jeremy Allisonr1304: Turns out non-io opens that cause oplock breaks...
2004-06-26 Jeremy Allisonr1263: Make "defer sharing violations" a global parameter.
2004-06-26 Jeremy Allisonr1260: Added new parameter in the protocol section...
2004-06-09 Jeremy Allisonr1097: Fix errno being incorrectly set. Noticed by...
2004-06-08 Jeremy Allisonr1089: Removed spurious oplock message in deferred...
2004-06-08 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2004-06-02 Jeremy Allisonr974: Fix open code to pass more torture tests. We...
2004-05-30 Jeremy Allisonr945: "Correct" (as in, more correct) way to handle...
2004-05-24 Gerald Carterr843: first rounds of sync's for 3.0.5pre1
2004-05-19 Jeremy Allisonr779: Fix specific case of open that doesn't cause...
2004-05-14 Jeremy Allisonr742: Volker discovered that we can truncate a locked...
2004-05-14 Richard Sharper740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION...
2004-04-04 Gerald Carterr15: syncing for 3.0.3pre2
2004-04-04 CVS Import Userr5: merge in the SAMBA_3_0_RELEASE branch from cvs
2004-04-04 CVS Import Userr2: import HEAD into svn+ssh://svn.samba.org/home/svn...