smbd: Pass lease parameters explicitly to find_fsp_lease
[gd/samba-autobuild/.git] / source3 / smbd / open.c
2019-04-14 Volker Lendeckesmbd: Pass lease parameters explicitly to find_fsp_lease
2019-04-14 Volker Lendeckesmbd: Introduce a helper variable in delay_for_oplock()
2019-04-14 Volker Lendeckesmbd: Introduce a helper variable in delay_for_oplock()
2019-04-09 Volker Lendeckesmbd: Factor out map_lease_type_to_oplock
2019-03-15 David Disseldorpsmbd: fix check_parent_access() talloc stackframe leaks
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-11-30 Olly BettsFix spelling mistakes
2018-11-27 Ralph Boehmes3:smbd: add twrp args to filename_convert()
2018-11-03 Christof Schmittsmbd: Fix DELETE_ON_CLOSE behaviour on files with READ_...
2018-10-31 Ralph Boehmes3:smbd: remove "0x" string prefix from dev/ino
2018-10-25 Volker Lendeckes3:smbd: Move a variable declaration closer to its use
2018-09-07 Volker Lendeckesmbd: Simplify lease_match() a bit
2018-08-17 Volker Lendeckesmbd: Fix a typo
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-05-30 Ralph Boehmes3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_S...
2018-05-25 Jeremy Allisons3: smbd: Use FCHMOD call, not FCHMOD_ACL call if mode...
2018-05-25 Jeremy Allisons3: smbd: Optimization. Only do the FCHMOD_ACL call...
2018-05-25 Jeremy Allisons3: smbd: optimization. Only do the FCHMOD call if...
2018-05-25 Jeremy Allisons3: smbd: Remove use of SMB_VFS_FCHMOD_ACL() in overwri...
2018-05-25 Jeremy Allisons3: smbd: Add clarifying comment on mode change on...
2018-05-25 Jeremy Allisons3: smbd: Remove existing_unx_mode, an unused parameter...
2018-05-16 Timur I. BakeyevConvert affected by previous commit lines from DEBUG...
2018-05-16 Timur I. BakeyevRemove extra 0x prefix for the "%p" format specifiers...
2018-05-12 Mathieu ParentFix spelling s/missmatch/mismatch/
2018-05-12 Mathieu ParentFix spelling s/desriptor/descriptor/
2018-04-03 Volker Lendeckesmbd: Fix CID 240676 Dereference after null check
2018-03-29 Jeremy Allisons3: smbd: Files or directories can't be opened DELETE_O...
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly to send_break_message()
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly into share_mode_entry_t...
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into validate_my_share_entries
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into share_mode_str()
2018-02-03 Ralph Boehmes3/smbd: fix handling of delete-on-close on directories
2017-11-29 Volker Lendeckedbwrap_watch: Remove the "prec" parameter from watch_recv
2017-11-11 Jeremy Allisons3: smbd: kernel oplocks. Replace retry_open() with...
2017-11-10 Jeremy AllisonRevert "s3/smbd: fix deferred open with streams and...
2017-07-07 Ralph Boehmes3/smbd: let non_widelink_open() chdir() to directories...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CONNECTPATH to take const struc...
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-07-01 Jeremy Allisons3: smbd: Add missing out of memory check.
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-26 Daniel Kobrass3: smbd: fix regression with non-wide symlinks to...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Always use ucf_flags_from_smb_request() in...
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Use the new non_widelink_open...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Add the core functions to...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Move special handling of symli...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Remove O_NOFOLLOW guards....
2017-03-10 Ralph Boehmes3/smbd: add my copyright to open.c
2017-03-10 Ralph Boehmes3/smbd: fix deferred open with streams and kernel...
2017-03-10 Ralph Boehmes3/smbd: all callers of defer_open() pass a lck
2017-03-10 Ralph Boehmes3/smbd: remove async_open arg from defer_open()
2017-03-10 Ralph Boehmes3/smbd: fix schedule_async_open() timer
2017-03-10 Ralph Boehmes3/smbd: add and use retry_open() instead of defer_open...
2017-03-10 Ralph Boehmes3/smbd: simplify defer_open()
2017-03-10 Ralph Boehmes3/smbd: req is already validated at the beginning...
2017-03-10 Ralph Boehmes3/smbd: add comments and some reformatting to open_fil...
2017-02-22 Chris LambCorrect "defered" typos.
2017-02-16 Jeremy Allisons3: smbd: Don't loop infinitely on bad-symlink resolution.
2017-01-23 Ralph Boehmes3/smbd: check for invalid access_mask smbd_calculate_a...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-12-07 Jeremy Allisons3: smbd: Make check_parent_access() available to renam...
2016-09-15 Volker Lendeckesmbd: Reset O_NONBLOCK on open files
2016-08-10 Uri Simchonismbd: add an option to inherit only the UNIX owner
2016-07-19 Jeremy Allisons3: smbd: Fix delete operations enumerating streams...
2016-07-15 Volker Lendeckesmbd: Convert locking.tdb to new dbwrap_watch
2016-07-15 Volker Lendeckedbwrap: Add "blocker" to record_watch_send
2016-06-25 Ralph Boehmes3/smbd: only use stored dos attributes for open_match_...
2016-06-21 Volker Lendeckesmbd: Fix a signed/unsigned hickup
2016-05-19 Michael Adamsmbd:close: only remove kernel share modes if they...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-12 Andrew Bartlettsmbd: Only check dev/inode in open_directory, not the...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to static.
2016-03-07 Jeremy Allisons3: smbd: Change delete_all_streams() to take a const...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-02-05 Jose A. Riveras3:smbd:open: Skip redundant call to file_set_dosmode...
2016-01-23 Ralph Boehmes3:smbd: Ignore initial allocation size for directory...
2015-12-23 Jeremy Allisons3: smbd: Remove *all* uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: open_file: use FSP_POSIX_FLAGS_PATHNAMES
2015-12-23 Jeremy Allisons3: smbd: In open.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In open.c Use ucf_flags variable instead...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Ralph Boehmes3: smbd: When requesting posix open in open_file_ntcre...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-11-06 Mathieu ParentFix various spelling errors
2015-10-12 Ralph Boehmes3:smbd: remove unused arg oplock_request
2015-09-24 Jeremy Allisons3: smbd: Fix mkdir race condition.
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
next