summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+2
* Use NULL instead of 0Volker Lendecke2008-01-011-4/+4
* Fix setting the initial permission bitsVolker Lendecke2007-12-281-4/+9
* We need to return the correct atimeVolker Lendecke2007-12-261-1/+6
* Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-221-11/+11
* Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-221-1/+1
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7
* Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke2007-12-111-4/+4
* Increase debug levelVolker Lendecke2007-12-101-1/+1
* Pass only internal oplock request values to create_fileVolker Lendecke2007-12-071-42/+5
* More parameter shufflingVolker Lendecke2007-12-071-1/+1
* Re-arrange create_file() parametersVolker Lendecke2007-12-071-1/+1
* Make fname arg to create_file a "const char *"Volker Lendecke2007-12-071-6/+15
* There's no point in passing down a 0Volker Lendecke2007-12-051-15/+25
* Move create_file to open.cVolker Lendecke2007-12-051-0/+475
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-3/+3
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-2/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-0/+4
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.Jeremy Allison2007-10-101-0/+10
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-12/+28
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-17/+15
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23725: Remove get_current_mid()Volker Lendecke2007-10-101-17/+33
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-20/+46
* r23375: Fix a 64-bit warningVolker Lendecke2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-40/+29
* r23151: Re-arrange the logic so it looks identical to theJeremy Allison2007-10-101-8/+14
* r23150: Fix Samba3 in the build farm again. In the case where theJeremy Allison2007-10-101-0/+17
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-10-101-18/+22
* r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison2007-10-101-1/+6
* r22942: Some message_register -> messaging_register conversionsVolker Lendecke2007-10-101-5/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-2/+4
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* 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