summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-03s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILETim Prouty1-2/+2
2008-12-03s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty1-6/+6
2008-12-03s3: Simplify the create_file_unix_path->open_file_ntcreate pathTim Prouty1-93/+38
2008-12-03s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILETim Prouty1-4/+19
2008-12-03s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty1-8/+18
2008-12-03s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILETim Prouty1-16/+42
2008-12-03s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty1-3/+4
2008-12-03s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty1-17/+17
2008-12-01s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher1-0/+2
2008-12-01s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher1-0/+7
2008-12-01s3:smbd: wildcard characters are allowed in stream namesStefan Metzmacher1-1/+11
2008-11-21Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison1-7/+1
2008-11-21Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison1-1/+7
2008-11-21Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison1-15/+46
2008-11-21First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison1-61/+82
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