summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-2/+1
* r21480: Make fd_open match fd_close be translatingJeremy Allison2007-10-101-9/+12
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-5/+0
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-35/+74
* r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke2007-10-101-5/+6
* r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke2007-10-101-2/+2
* r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-10-101-2/+2
* r21064: The core of this patch isVolker Lendecke2007-10-101-1/+2
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-10-101-7/+5
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-10-101-4/+6
* r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke2007-10-101-0/+5
* r20845: Somehow I missed this one - should have been part of theJeremy Allison2007-10-101-4/+7
* r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke2007-10-101-5/+0
* r20451: Survive the first of the filter-tests (mkdir).Volker Lendecke2007-10-101-2/+3
* r20433: Work in progress: Survive more of RAW-NOTIFY.Volker Lendecke2007-10-101-15/+21
* r20394: This is a *VERY* early start of my work on notify.Volker Lendecke2007-10-101-6/+10
* r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke2007-10-101-35/+51
* r20344: Move the calls to inherit_access_acls and change_owner_to_parent toge...Volker Lendecke2007-10-101-14/+16
* r20343: Split change_owner_to_parent fd-based (for file opens) and a name-bas...Volker Lendecke2007-10-101-73/+83
* r20342: Move the lstat into mkdir_internal, for the FILE_OPEN case in open_di...Volker Lendecke2007-10-101-18/+30
* r20340: Join vfs_MkDir to its only callerVolker Lendecke2007-10-101-7/+25
* r20339: Make mkdir_internal static to open.cVolker Lendecke2007-10-101-3/+47
* r20338: Restructure open_directory a bit. This gets rid of a race condition r...Volker Lendecke2007-10-101-52/+36
* r20257: Hey, change_owner_to_parent is now static :-)Volker Lendecke2007-10-101-4/+4
* r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke2007-10-101-1/+3
* r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison2007-10-101-3/+12
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-24/+13
* r19077: Fix an uninitialized variableVolker Lendecke2007-10-101-2/+2
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-1/+1
* r17676: Fix printing bug found by kukks. Don't copy a returnJeremy Allison2007-10-101-1/+1
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-2/+0
* r17254: Simple flattening of an if-statement, no logic change.Volker Lendecke2007-10-101-21/+27
* r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNCJeremy Allison2007-10-101-3/+0
* r17248: Ensure we definately add the WRITE_DATA on O_TRUNC.Jeremy Allison2007-10-101-3/+4
* r17247: When we map generic to specific we need to rememberJeremy Allison2007-10-101-2/+5
* r17229: Indent-style reformatting -- getting used to the code again :-)Volker Lendecke2007-10-101-51/+53
* r17228: Modest reformattingVolker Lendecke2007-10-101-17/+24
* r17152: Don't handle the delete pending here, awaitJeremy Allison2007-10-101-7/+0
* r17142: Ensure we record the correct can_read/can_writeJeremy Allison2007-10-101-4/+6
* r17140: Get rid of the lock release/reacquire code ! Turns outJeremy Allison2007-10-101-85/+73
* r17131: Optimisation - when doing a stat open don't open theJeremy Allison2007-10-101-1/+1
* r17130: Remove unneeded unlock call.Jeremy Allison2007-10-101-3/+0
* r17128: Missed a logic error in my last patch. Ensure we deal with anyJeremy Allison2007-10-101-5/+42
* r17125: Drastic problems require drastic solutions. There'sJeremy Allison2007-10-101-76/+73
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-112/+117
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-101-2/+2
* r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter2007-10-101-2/+0
* r16198: Fix Klocwork 1023Volker Lendecke2007-10-101-1/+0
* r15960: Don't double-free (ensure we always free file_fsp inJeremy Allison2007-10-101-1/+0
* r15959: Ooops. Use the right file_free call...Jeremy Allison2007-10-101-3/+3