summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix a panicVolker Lendecke2019-06-131-7/+6
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-4/+4
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+1
* smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-031-8/+22
* s3:smbd: remove "0x" string prefix from dev/inoRalph Boehme2018-10-311-9/+9
* s3:smbd: Move a variable declaration closer to its useVolker Lendecke2018-10-251-1/+1
* smbd: Simplify lease_match() a bitVolker Lendecke2018-09-071-2/+0
* smbd: Fix a typoVolker Lendecke2018-08-171-1/+1
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-4/+4
* s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-05-301-1/+6
* s3: smbd: Use FCHMOD call, not FCHMOD_ACL call if mode bits reset needed.Jeremy Allison2018-05-251-6/+6
* s3: smbd: Optimization. Only do the FCHMOD_ACL call if mode bits not equal.Jeremy Allison2018-05-251-6/+7
* s3: smbd: optimization. Only do the FCHMOD call if needed.Jeremy Allison2018-05-251-3/+5
* s3: smbd: Remove use of SMB_VFS_FCHMOD_ACL() in overwrite case.Jeremy Allison2018-05-251-24/+5
* s3: smbd: Add clarifying comment on mode change on overwritten files.Jeremy Allison2018-05-251-0/+19
* s3: smbd: Remove existing_unx_mode, an unused parameter to open_match_attribu...Jeremy Allison2018-05-251-4/+1
* Convert affected by previous commit lines from DEBUG(10,..) to DBG_DEBUG().Timur I. Bakeyev2018-05-161-4/+4
* Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev2018-05-161-2/+2
* Fix spelling s/missmatch/mismatch/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/desriptor/descriptor/Mathieu Parent2018-05-121-1/+1
* smbd: Fix CID 240676 Dereference after null checkVolker Lendecke2018-04-041-0/+7
* s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison2018-03-291-0/+12
* smbd: Pass "file_id" explicitly to send_break_message()Volker Lendecke2018-02-131-6/+7
* smbd: Pass "file_id" explicitly into share_mode_entry_to_message()Volker Lendecke2018-02-131-1/+1
* smbd: Pass in "file_id" into validate_my_share_entriesVolker Lendecke2018-02-131-5/+5
* smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2018-02-131-4/+6
* s3/smbd: fix handling of delete-on-close on directoriesRalph Boehme2018-02-031-1/+44
* dbwrap_watch: Remove the "prec" parameter from watch_recvVolker Lendecke2017-11-291-2/+1
* s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison2017-11-111-28/+68
* Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison2017-11-101-104/+11
* s3/smbd: let non_widelink_open() chdir() to directories directlyRalph Boehme2017-07-071-5/+25
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-011-1/+1
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-7/+7
* s3: smbd: Add missing out of memory check.Jeremy Allison2017-07-011-0/+4
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-9/+17
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-26/+17
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-25/+62
* s3: smbd: fix regression with non-wide symlinks to directories over SMB3.Daniel Kobras2017-06-261-2/+22
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-2/+2
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-1/+0
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-221-2/+1
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-281-1/+1
* CVE-2017-2619: s3: smbd: Use the new non_widelink_open() function.Jeremy Allison2017-03-231-1/+22
* CVE-2017-2619: s3: smbd: Add the core functions to prevent symlink open races.Jeremy Allison2017-03-231-0/+238
* CVE-2017-2619: s3: smbd: Move special handling of symlink errno's into a util...Jeremy Allison2017-03-231-17/+26
* CVE-2017-2619: s3: smbd: Remove O_NOFOLLOW guards. We insist on O_NOFOLLOW ex...Jeremy Allison2017-03-231-5/+1
* s3/smbd: add my copyright to open.cRalph Boehme2017-03-101-0/+1
* s3/smbd: fix deferred open with streams and kernel oplocksRalph Boehme2017-03-101-11/+104