summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison1-1/+6
2008-11-04Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison1-2/+79
2008-11-03Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison1-43/+83
2008-11-03Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison1-14/+4
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison1-5/+42
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison1-0/+9
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-3/+3
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-26/+26
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-9/+11
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-1/+1
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison1-0/+4
2008-09-26Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison1-3/+1
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