summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: SMB1 UNIX extensions - remove dead code.Jeremy Allison2019-11-061-13/+0
* s3: smbd: SMB1 UNIX extensions - POSIX mknod should just create the object, n...Jeremy Allison2019-11-061-34/+1
* s3: smbd: SMB1 UNIX extensions - only allow size change on regular file.Jeremy Allison2019-11-061-8/+10
* 3: smbd: SMB1 UNIX extensions - For POSIX mknod we can only create blk/chr/fi...Jeremy Allison2019-11-061-0/+5
* s3: smbd: SMB1 UNIX extensions - Ensure POSIX mknod is root-only.Jeremy Allison2019-11-061-0/+7
* s3: smbd: Change smb_set_file_unix_basic() to call SMB_VFS_UNLINKAT() in 3 pl...Jeremy Allison2019-09-261-3/+12
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+2
* s3: smbd: Change smb_set_file_unix_link() to call SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-1/+6
* s3: smbd: Change smbd_do_qfilepathinfo(): case SMB_QUERY_FILE_UNIX_LINK: to c...Jeremy Allison2019-08-231-3/+6
* s3: smbd: Make smb_unix_mknod() call SMB_VFS_MKNODAT() instead of SMB_VFS_MKN...Jeremy Allison2019-08-221-1/+8
* s3: smbd: Make hardlink_internals() call SMB_VFS_LINKAT() instead of SMB_VFS_...Jeremy Allison2019-08-201-1/+9
* smbd: Simplify has_other_nonposix_opens()Volker Lendecke2019-08-191-2/+1
* smbd: Move handling the 1sec sharing_violation delay into smb1 codeVolker Lendecke2019-08-071-0/+17
* smbd: Remove "share_access" from fcb_or_dos_open()Volker Lendecke2019-08-061-1/+0
* smbd: Fix the build with clangVolker Lendecke2019-08-061-1/+1
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-061-2/+2
* s3: smbd: remove redundant smb_dname arg from dptr_create()Ralph Boehme2019-08-061-1/+0
* s3: smbd: Remove dptr_close() from reply_findclose().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Remove dptr_close() from call_trans2findnext().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Remove dptr_close() from call_trans2findfirst().Jeremy Allison2019-08-061-2/+2
* s3: smbd: Replace dptr_fsp() with dptr_fetch_lanman2_fsp() in reply_findclose().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Convert call_trans2findnext() to use dptr_fetch_lanman2_fsp().Jeremy Allison2019-08-061-14/+11
* s3: smbd: Convert SMB1 call_trans2findfirst() to use handle-based directory e...Jeremy Allison2019-08-061-12/+69
* s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findnext()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findfirst()Jeremy Allison2019-08-061-0/+11
* s3: smbd: Prepare for SMB1 directory handle opens in reply_findclose()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Move the strange OS/2 directory key == -1 close semantics to the ca...Jeremy Allison2019-08-061-1/+9
* smbd: Move fcb_or_dos_open() out of open_file_ntcreate()Volker Lendecke2019-07-081-2/+19
* smbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_send()Volker Lendecke2019-07-021-1/+0
* vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2019-07-011-10/+0
* s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme2019-07-011-23/+2
* s3:smbd: rename get_FileIndex() to get_fs_file_id()Ralph Boehme2019-07-011-13/+13
* s3:smbd: return inode number, not FileIndex for UNIX query info levelRalph Boehme2019-07-011-2/+1
* s3: smbd: If smbd_do_qfilepathinfo() causes an oplock or lease break, we must...Jeremy Allison2019-06-241-0/+4
* s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.Jeremy Allison2019-06-241-1/+1
* s3: smbd: Add default ACLS can only be set on directory check to smb_set_posi...Jeremy Allison2019-06-241-0/+8
* s3: smbd: Only pass fsp to set_unix_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-241-1/+0
* s3: smbd: Change set_unix_posix_default_acl() to return NTSTATUS.Jeremy Allison2019-06-241-3/+2
* s3: smbd: Make set_unix_posix_acl() return NTSTATUS.Jeremy Allison2019-06-241-3/+2
* s3: smbd: Fix smb_query_posix_acl() to always use fsp handle.Jeremy Allison2019-06-241-24/+53
* s3: smbd: Plumb through struct smb_request *req parameter so it can be used b...Jeremy Allison2019-06-241-1/+4
* s3: smbd: Fix smb_query_posix_acl() to use modern coding standards.Jeremy Allison2019-06-241-40/+62
* s3: smbd: Factor out code into a separate function smb_query_posix_acl().Jeremy Allison2019-06-241-93/+111
* s3: smbd: Now we always have a handle in smb_set_posix_acl(), use it instead ...Jeremy Allison2019-06-241-4/+4
* s3: smbd: Update smb_set_posix_acl() to always use an open file handle.Jeremy Allison2019-06-241-0/+31
* s3: smbd: Add get_posix_fsp() utility function. Not yet used.Jeremy Allison2019-06-241-0/+76
* s3: smbd: Clarify logic with helper variables in smb_set_posix_acl()Jeremy Allison2019-06-241-10/+19
* s3: smbd: Make data offset use clearer in smb_set_posix_acl()Jeremy Allison2019-06-241-3/+8
* s3: smbd: Add correct wrap checks to smb_set_posix_acl().Jeremy Allison2019-06-241-3/+35
* s3: smbd: Update smb_set_posix_acl() to have only one exit path.Jeremy Allison2019-06-241-7/+17