r23765: Another error-path restore_case_semantics().
[tprouty/samba.git] / source / smbd / open.c
2007-10-10 Volker Lendecker23725: Remove get_current_mid()
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23375: Fix a 64-bit warning
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr23151: Re-arrange the logic so it looks identical...
2007-10-10 Jeremy Allisonr23150: Fix Samba3 in the build farm again. In the...
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 Jeremy Allisonr23087: Fix POSIX setfilepathinfo to use lstat, not...
2007-10-10 Volker Lendecker22942: Some message_register -> messaging_register...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr21665: Fix bug #4428 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr21480: Make fd_open match fd_close be translating
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Volker Lendecker21093: Remove the hash and dnotify backends. Disabling...
2007-10-10 Volker Lendecker21087: Make the param list of notify_fname match notif...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Jeremy Allisonr20845: Somehow I missed this one - should have been...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20451: Survive the first of the filter-tests (mkdir).
2007-10-10 Volker Lendecker20433: Work in progress: Survive more of RAW-NOTIFY.
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Volker Lendecker20344: Move the calls to inherit_access_acls and chang...
2007-10-10 Volker Lendecker20343: Split change_owner_to_parent fd-based (for...
2007-10-10 Volker Lendecker20342: Move the lstat into mkdir_internal, for the...
2007-10-10 Volker Lendecker20340: Join vfs_MkDir to its only caller
2007-10-10 Volker Lendecker20339: Make mkdir_internal static to open.c
2007-10-10 Volker Lendecker20338: Restructure open_directory a bit. This gets...
2007-10-10 Volker Lendecker20257: Hey, change_owner_to_parent is now static :-)
2007-10-10 Volker Lendecker20228: Bring the calling conventions of inherit_access...
2007-10-10 Jeremy Allisonr19993: Fix the problem with Linux clients requesting...
2007-10-10 Jim McDonoughr19647: Add some GPFS support in a vfs mod. Also adds...
2007-10-10 Volker Lendecker19077: Fix an uninitialized variable
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Jeremy Allisonr17676: Fix printing bug found by kukks. Don't copy...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17254: Simple flattening of an if-statement, no logic...
2007-10-10 Jeremy Allisonr17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNC
2007-10-10 Jeremy Allisonr17248: Ensure we definately add the WRITE_DATA on...
2007-10-10 Jeremy Allisonr17247: When we map generic to specific we need to...
2007-10-10 Volker Lendecker17229: Indent-style reformatting -- getting used to...
2007-10-10 Volker Lendecker17228: Modest reformatting
2007-10-10 Jeremy Allisonr17152: Don't handle the delete pending here, await
2007-10-10 Jeremy Allisonr17142: Ensure we record the correct can_read/can_write
2007-10-10 Jeremy Allisonr17140: Get rid of the lock release/reacquire code...
2007-10-10 Jeremy Allisonr17131: Optimisation - when doing a stat open don't...
2007-10-10 Jeremy Allisonr17130: Remove unneeded unlock call.
2007-10-10 Jeremy Allisonr17128: Missed a logic error in my last patch. Ensure...
2007-10-10 Jeremy Allisonr17125: Drastic problems require drastic solutions...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Gerald Carterr16219: BUG 3836, 3837, 3004: compile warning fixes...
2007-10-10 Volker Lendecker16198: Fix Klocwork 1023
2007-10-10 Jeremy Allisonr15960: Don't double-free (ensure we always free file_f...
2007-10-10 Jeremy Allisonr15959: Ooops. Use the right file_free call...
2007-10-10 Jeremy Allisonr15958: Make us pass RAW-OPLOCK with kernel oplocks...
2007-10-10 Jeremy Allisonr15949: Patch for bug #3308 to stop us returning duplicate
2007-10-10 James Peachr15943: Update misleading DEBUG statements and comments...
2007-10-10 Jeremy Allisonr15404: Check for WRITE_THOUGH before calling lp_ fn...
2007-10-10 Jeremy Allisonr15293: Don't ever set O_SYNC on open unless "strict...
2007-10-10 Jeremy Allisonr15138: Teach Samba the difference between exclusive...
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Stefan Metzmacherr14883: add 'smbd:sharedelay' option, so that we can...
2007-10-10 Jeremy Allisonr14602: Fix another logic bug in new oplock handling...
2007-10-10 Jeremy Allisonr14596: Fix a logic bug with multiple oplock contention.
2007-10-10 Volker Lendecker13694: Committing patch from Aleksey Fedoseev <aleksey...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13559: Fix bug #3522 reported by Sandeep Tamhankar...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13314: This code has been causing problems since 1...
2007-10-10 Jeremy Allisonr13299: From testing W2K3 and W2K the delete on close...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr13274: Fix for bug #3467. Not a show stopper.
2007-10-10 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2007-10-10 Volker Lendecker12735: After talking to Tridge and Jeremy... This...
2007-10-10 Volker Lendecker12721: GPFS 2.4 on Linux will contain some windows...
2007-10-10 Volker Lendecker12460: Fixes for bug 3349
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11341: Put directory opens into the share mode db...
2007-10-10 Jeremy Allisonr10943: Unused variable. Bug #3160 from jason@ncac...
2007-10-10 Jeremy Allisonr10930: Fix erroneous debug spotted by Herb.
2007-10-10 Jeremy Allisonr10744: Fix for the second incarnation of bug #3088...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10133: Fix bug #3044. open-exec is read-only.
2007-10-10 Volker Lendecker9584: Fix a race condition in Samba 3. If two files...
2007-10-10 Volker Lendecker8492: open_mode_check does not use the parameter p_fla...
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...
next