summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* If we're not allowing streams on this conn ptr,Jeremy Allison2008-07-241-0/+5
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-1/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-3/+4
* Remove the current_user references from open.cVolker Lendecke2008-06-151-6/+4
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-151-1/+2
* Remove "user" from connection_structVolker Lendecke2008-05-101-2/+3
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-55/+1
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-021-2/+2
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-1/+9
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-5/+10
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-111-2/+3
* Fix debug messages.Jeremy Allison2008-02-221-4/+5
* Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke2008-01-221-2/+1
* Free case_state earlierVolker Lendecke2008-01-201-0/+2
* NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke2008-01-201-1/+2
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-191-1/+1
* Add streams supportVolker Lendecke2008-01-191-12/+202
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-4/+4
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-7/+1
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+2
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-3/+3
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-2/+1
* Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
* 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