summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+2
* 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
* s3: smbd: Update smb_set_posix_acl() argument list to prepare for handle open.Jeremy Allison2019-06-241-0/+2
* s3: smbd: Update smb_set_posix_acl() to modern coding standards.Jeremy Allison2019-06-241-8/+9
* smbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()Volker Lendecke2019-06-201-35/+73
* smbd: Return "blocker_pid" from do_lock()Volker Lendecke2019-06-201-0/+1
* smbd: Use smbd_do_unlocking() in smb_set_posix_lock()Volker Lendecke2019-06-201-6/+7
* smbd: Simplify smb_set_posix_lock()Volker Lendecke2019-06-201-5/+8
* smbd: Avoid casts in smb_set_posix_lock()Volker Lendecke2019-06-201-7/+7
* smbd: Slightly simplify smb_set_posix_lock()Volker Lendecke2019-06-181-34/+35
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-271-1/+5
* smbd: Make "check_access()" static to trans2.cVolker Lendecke2019-05-031-4/+4
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-011-0/+57
* s3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFOStefan Metzmacher2019-03-281-2/+4
* smbd: Focus smb_file_link_information on correct posix'nessVolker Lendecke2019-03-191-1/+2
* smbd: Enhance debugging for setting hard linksVolker Lendecke2019-03-191-2/+9
* smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAM...Jeremy Allison2019-02-241-0/+1
* smbd: use lp_smbd_getinfo_ask_sharemode()Ralph Boehme2018-12-061-6/+20
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+8
* smbd: Use wire_perms_to_unix in unix_perms_from_wireVolker Lendecke2018-11-131-18/+1
* smbd: Use has_other_nonposix_opens in smb_posix_unlinkVolker Lendecke2018-09-111-21/+9
* smbd: Enhance debugging in set_file_sizeVolker Lendecke2018-08-171-1/+3
* s3/smbd: Don't stat when doing a quota operation (as it's a fake file)Noel Power2018-07-311-1/+2
* smbd: let smbd_dirptr_lanman2_entry return smb_fnameRalph Boehme2018-07-271-3/+19
* smbd: rework error exit in smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-3/+7
* smbd: pass get_dosmode to mode_fn in smbd_dirptr_get_entry()Ralph Boehme2018-07-271-1/+2
* smbd: pass get_dosmode to smbd_dirptr_get_entry()Ralph Boehme2018-07-271-0/+1
* smbd: add "get_dosmode" argument to smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-1/+2