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