summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-21/+21
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+4
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
2007-10-10r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.Jeremy Allison1-0/+10
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-12/+28
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-1/+1
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-2/+2
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-17/+15
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23725: Remove get_current_mid()Volker Lendecke1-17/+33
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-20/+46
2007-10-10r23375: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-40/+29
2007-10-10r23151: Re-arrange the logic so it looks identical to theJeremy Allison1-8/+14
2007-10-10r23150: Fix Samba3 in the build farm again. In the case where theJeremy Allison1-0/+17
2007-10-10r23100: Implement the delete on close semantics I've just tested forJeremy Allison1-18/+22
2007-10-10r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison1-1/+6
2007-10-10r22942: Some message_register -> messaging_register conversionsVolker Lendecke1-5/+10
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-2/+4
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-2/+1
2007-10-10r21480: Make fd_open match fd_close be translatingJeremy Allison1-9/+12
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-5/+0
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-35/+74
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