summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-15Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison1-3/+7
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher1-0/+5
2008-07-24If we're not allowing streams on this conn ptr,Jeremy Allison1-0/+5
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke1-1/+1
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-3/+4
2008-06-15Remove the current_user references from open.cVolker Lendecke1-6/+4
2008-06-15Remove the current_user reference from fake_file.cVolker Lendecke1-1/+2
2008-05-10Remove "user" from connection_structVolker Lendecke1-2/+3
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-55/+1
2008-05-02Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison1-2/+2
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-1/+1
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-1/+9
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-5/+10
2008-03-11Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison1-2/+3
2008-02-22Fix debug messages.Jeremy Allison1-4/+5
2008-01-22Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke1-2/+1
2008-01-20Free case_state earlierVolker Lendecke1-0/+2
2008-01-20NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke1-1/+2
2008-01-19Couple of minor fixes for POSIX pathname processing in theJeremy Allison1-1/+1
2008-01-19Add streams supportVolker Lendecke1-12/+202
2008-01-12delete on close even prevents stat opensVolker Lendecke1-6/+6
2008-01-12There's no point in calling FLOCK on a non-existing fdVolker Lendecke1-7/+9
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-4/+4
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-7/+1
2008-01-09Replace an uninitialized variableVolker Lendecke1-0/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam1-3/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-3/+3
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam1-2/+1
2008-01-04Using a bool with a logical operation. IBM checker caught.Jeremy Allison1-1/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-2/+2
2008-01-01Use NULL instead of 0Volker Lendecke1-4/+4
2007-12-28Fix setting the initial permission bitsVolker Lendecke1-4/+9
2007-12-26We need to return the correct atimeVolker Lendecke1-1/+6
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam1-11/+11
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam1-1/+1
2007-12-11separate out create_file_unixpath()Volker Lendecke1-171/+242
2007-12-11Move more stuff out of the wayVolker Lendecke1-7/+7
2007-12-11Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke1-4/+4
2007-12-10Increase debug levelVolker Lendecke1-1/+1
2007-12-07Pass only internal oplock request values to create_fileVolker Lendecke1-42/+5
2007-12-07More parameter shufflingVolker Lendecke1-1/+1
2007-12-07Re-arrange create_file() parametersVolker Lendecke1-1/+1
2007-12-07Make fname arg to create_file a "const char *"Volker Lendecke1-6/+15
2007-12-05There's no point in passing down a 0Volker Lendecke1-15/+25
2007-12-05Move create_file to open.cVolker Lendecke1-0/+475
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-3/+3