summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: consolidate fsp allocation for open_directory() and open_file_ntcreate()Ralph Boehme2020-07-181-64/+31
* smbd: use helper variable for fd in fd_open()Ralph Boehme2020-07-181-8/+7
* smbd: remove errno saving from fd_open()Ralph Boehme2020-07-181-8/+0
* smbd: remove a nested block in non_widelink_open()Ralph Boehme2020-07-181-12/+9
* smbd: use (global) POSIX pathname state in non_widelink_open()Ralph Boehme2020-07-181-1/+1
* smbd: check for conn->cwd_fsp in fd_close()Ralph Boehme2020-07-181-0/+4
* smbd: use a helper variable in open_file()Ralph Boehme2020-07-181-0/+5
* smbd: remove unused NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETERalph Boehme2020-07-181-1/+1
* smbd: ensure we do a base open for internal stream deletesRalph Boehme2020-07-181-2/+2
* s3:smbd: avoid dereferencing client->connectionsStefan Metzmacher2020-07-081-1/+1
* s3:smbd: check for stale pid in delay_for_oplock_fn() when leases_db_get() failsStefan Metzmacher2020-07-071-1/+36
* s3:smbd: Fix a possibile null pointer dereferenceAndreas Schneider2020-06-161-1/+1
* smbd: use fd_openat()Ralph Boehme2020-05-211-5/+5
* smbd: add fd_openat()Ralph Boehme2020-05-211-0/+64
* smbd: use SMB_VFS_OPENAT() in non_widelink_open()Ralph Boehme2020-05-211-1/+19
* smbd: remove redundant conn arg from non_widelink_open()Ralph Boehme2020-05-211-12/+9
* smbd: realign non_widelink_open() argsRalph Boehme2020-05-211-5/+5
* smbd: remove redundant conn arg from fd_open()Ralph Boehme2020-05-211-8/+7
* smbd: remove redundant conn arg from fd_open_atomic()Ralph Boehme2020-05-211-4/+3
* smbd: realign fd_open_atomic() argsRalph Boehme2020-05-211-4/+4
* smbd: realign args to fd_open_atomic() in open_file()Ralph Boehme2020-05-211-2/+5
* smbd: realign args to open_file() in open_file_ntcreate()Ralph Boehme2020-05-211-4/+8
* smbd: remove redundant conn arg from open_file()Ralph Boehme2020-05-211-2/+2
* smbd: assert (fsp->dirfsp == conn->cwd_fsp) in open_file_ntcreate()Ralph Boehme2020-05-211-0/+2
* smbd: set fsp->dirfsp in create_file_unixpath()Ralph Boehme2020-05-211-0/+6
* smbd: use dirfsp in mkdir_internal()Ralph Boehme2020-05-211-2/+2
* smbd: fix check_parent_access() args alignment in mkdir_internal()Ralph Boehme2020-05-211-3/+3
* smbd: fix SMB_VFS_MKDIRAT() arg alignment in mkdir_internal()Ralph Boehme2020-05-211-3/+3
* smbd: pass dirfsp to mkdir_internal()Ralph Boehme2020-05-211-2/+5
* smbd: set fsp->dirfsp in open_directory()Ralph Boehme2020-05-211-0/+6
* smbd: use dirfsp in open_directory()Ralph Boehme2020-05-211-2/+2
* smbd: pass dirfsp to open_directory()Ralph Boehme2020-05-211-0/+5
* smbd: realign args in calls to open_directory()Ralph Boehme2020-05-211-9/+20
* smbd: pass dirfsp to create_file_unixpath()Ralph Boehme2020-05-211-0/+5
* smbd: realign create_file_unixpath() argsRalph Boehme2020-05-211-11/+29
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-1/+11
* smbd: move conn_rootdir_fname to non_widelink_open()Ralph Boehme2020-05-211-29/+14
* smbd: prepare for replacing SMB_VFS_READLINKAT() with SMB_VFS_STATX() in the ...Ralph Boehme2020-05-211-10/+14
* smbd: exit early in the error case in fd_open()Ralph Boehme2020-05-211-3/+6
* smbd: refactor flags computation for fd_open() in open_directory() a bitRalph Boehme2020-05-211-4/+6
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-140/+1
* smbd: fix for bug 14375Ralph Boehme2020-05-121-2/+7
* smbd: make conflicting_access available to other functionsRalph Boehme2020-05-121-6/+7
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in inherit_n...Jeremy Allison2020-05-071-5/+6
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_calc...Jeremy Allison2020-05-071-5/+8
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_chec...Jeremy Allison2020-05-071-3/+4
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_chec...Jeremy Allison2020-05-071-3/+7
* smbd: set twrp in target_fname in target_fname()Ralph Boehme2020-05-051-0/+1
* smbd: realign target_fname initialisation in process_symlink_open()Ralph Boehme2020-05-051-1/+3
* smbd: pass twrp as NTTIME to filename_convert() and all the way down to canon...Ralph Boehme2020-05-051-1/+1