summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-2/+4
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