s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filename...
[kamenim/samba-autobuild/.git] / source3 / smbd /
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-05-31 Andreas Schneiders3:smbd: Set up local and remote address for fake conne...
2017-05-31 Andreas Schneiders3:smbd: Pass down remote and local address to get_refe...
2017-05-28 Ralph Boehmes3/smbd: fix exclusive lease optimisation
2017-05-22 Jeremy Allisons3: smbd: Correctly identify a snapshot path using...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2...
2017-05-22 Jeremy Allisons3: smbd: Fix up the ucf_flags correctly in smb_file_re...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2...
2017-05-22 Jeremy Allisons3: smbd: In ntrename OR in ucf_flags, don't overwrite.
2017-05-22 Jeremy Allisons3: smbd: Always use ucf_flags_from_smb_request() in...
2017-05-22 Jeremy Allisons3: smbd: Split out ucf_flags_from_smb_request() from...
2017-05-22 Jeremy Allisons3: smbd: Make it clear we only overwrite *ppath_contai...
2017-05-22 Jeremy Allisons3: smbd: Remove ugly use of discard_const that previou...
2017-05-22 Jeremy Allisons3: smbd: Remove bool dfs_pathnames paramter from resol...
2017-05-17 Peter SomogyiSMB_INFO_ALLOCATION: return with UINT32_MAX rather...
2017-05-16 David Disseldorp... smbd/smb2_ioctl: check for NULL dst_fsp before use
2017-05-10 Günther Deschners3-smbd: remove some dead prototypes
2017-05-10 David Disseldorpsmbd/smb2_ioctl: instruct VFS to ignore locks for dup...
2017-05-10 David Disseldorpsmbd/smb2_ioctl: validate dup_extent request lengths
2017-05-10 David Disseldorpsmbd/smb2_ioctl: check sparseness for dup extents
2017-05-10 David Disseldorpsmbd/smb2_ioctl: check for for overlap of dup extent...
2017-05-10 Aurelien Aptelsmbd/smb2_ioctl: add support for FSCTL_DUPLICATE_EXTENT...
2017-05-10 Aurelien Aptelvfs: add parameter to copy chunk VFS function to handle...
2017-05-06 Ralph Boehmes3/smbd: update exclusive oplock optimisation to the...
2017-05-06 Ralph Boehmes3/smbd: update exclusive oplock optimisation to the...
2017-05-02 Volker Lendeckesmbd: Fix a 32-bit problem
2017-04-28 Gary Lockyersource3 smdb: fix null pointer dereference
2017-04-28 Doug Nazars3: smbd: inotify_map_mask_to_filter incorrectly indexe...
2017-04-26 Shilpa Krishnareddynotify: Fix ordering of events in notifyd
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-18 Ralph Boehmes3/smbd: add "smbd:find async delay usec" to SMB2 FIND
2017-04-18 Ralph Boehmes3/smbd: make write time fetching async
2017-04-18 Ralph Boehmes3/smbd: enable processing SMB2 requests async internally
2017-04-18 Ralph Boehmes3/smbd: ask_sharemode is not needed for info_level...
2017-04-18 Ralph Boehmes3/smbd: add file_id return arg to smbd_dirptr_lanman2_...
2017-04-18 Jeremy Allisons3:smbd: Fix incorrect use of sys_getgroups()
2017-04-07 Volker Lendeckesmbd: Fix smb1 findfirst with DFS
2017-03-29 Gary Lockyerrpc_server: Re-order and rename remote and local addres...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-28 Ralph Boehmes3/smbd: optimize copy-chunk by merging chunks if possible
2017-03-28 Ralph Boehmes3/smbd: implement a serializing async copy-chunk loop
2017-03-28 Ralph Boehmes3/smbd: move cc_copy into fsctl_srv_copychunk_state
2017-03-28 Ralph Boehmes3/smbd: move copychunk ioctl limits to IDL
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix incorrect logic exposed by fix for the...
2017-03-26 Uri Simchonismbd: add zero_file_id flag
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-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Correctly fallback to open_dir...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Move the reference counting...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create and use open_dir_safely...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Opendir_internal() early retur...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create wrapper function for...
2017-03-23 Ralph BoehmeCVE-2017-2619: s3/smbd: re-open directory after dptr_Cl...
2017-03-16 Aurelien Aptels3:smbd: exit early if srv_send_smb fails
2017-03-15 Jeremy Allisons3: locking: Move two leases functions into a new file.
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-03-10 Ralph Boehmes3/smbd: add const to get_lease_type() args
2017-03-03 Volker Lendeckesmbd: Do an early exit on negprot failure
2017-03-03 Jeremy Allisons3: smbd: Restart reading the incoming SMB2 fd when...
2017-03-02 Uri Simchonismbd: remove coupling between get_ea_names_from_file...
2017-03-02 Uri Simchonismbd: get_ea_list_from_file_path() - remove a duplicate...
2017-03-02 Uri Simchonismbd: refuse_symlink() - do not fail if the file does...
2017-03-01 Volker Lendeckeposix_acls: Use talloc_zero_array
2017-03-01 Volker Lendeckeposix_acls: Do a *bit* of reformatting
2017-02-25 Aurelien Aptels3/smbd: allow GET_DFS_REFERRAL fsctl on any smb2 connexion
2017-02-22 Chris LambCorrect "allready" typos.
2017-02-22 Chris LambCorrect "succeded" typos.
2017-02-22 Chris LambCorrect "cleint" typos.
2017-02-22 Chris LambCorrect "defered" typos.
2017-02-16 Jeremy Allisons3: smbd: Don't loop infinitely on bad-symlink resolution.
2017-02-15 Volker Lendeckesmbd: Fix some whitespace
2017-02-15 Volker Lendeckesmbd: Make "create_file_sids" static
2017-02-01 Volker Lendeckesmbd: Fix "map acl inherit" = yes
2017-01-30 Jeremy Allisons3: smbd: Make set_conn_connectpath() call canonicalize...
2017-01-30 Jeremy Allisons3: smbd: Correctly canonicalize any incoming shadow...
2017-01-27 Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-01-27 Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-01-27 Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-01-27 Stefan Metzmachers3:smbd: allow "server min protocol = SMB3_00" to go...
2017-01-23 Ralph Boehmes3/smbd: check for invalid access_mask smbd_calculate_a...
next