s3/smbd: ask_sharemode is not needed for info_level SMB_FIND_FILE_NAMES_INFO
[amitay/samba.git] / source3 / smbd /
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...
2017-01-22 Volker Lendeckesmbd: Streamline get_ea_names_from_file
2017-01-22 Volker Lendeckesmbd: Fix an indentation
2017-01-22 Volker Lendeckesmbd: Fix a few signed/unsigned hickups
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-10 Anoop C Ss3/smb2_read: Better fallback for incorrectly configure...
2017-01-09 David Disseldorpsmbd/ioctl: match WS2016 ReFS set compression behaviour
2017-01-09 Ralph Boehmes3/smbd: convert "mangled names" option to an enum
2016-12-07 Jeremy Allisons3: smbd: Add missing permissions check on destination...
2016-12-07 Jeremy Allisons3: smbd: Make check_parent_access() available to renam...
2016-12-07 Jeremy Allisons3: smbd: rename - missing early error exit if source...
2016-12-04 Andreas Schneiders3:waf: Make PARAM and SMBREGISTRY a subsystem of smbco...
2016-12-01 Uri Simchonismbd: avoid extra churn on a debug print
2016-11-19 Jeremy Allisons3/smbd: fix the last resort check that sets the file...
2016-10-25 Stefan Metzmachers3:smbd: only pass UCF_PREP_CREATEFILE to filename_conv...
2016-10-14 Volker Lendeckesmbd: Fix a comment
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-10-11 Ralph Boehmes3/vfs: remove now unused is_offline/set_offline VFS...
2016-10-11 Ralph Boehmes3/vfs: merge offline functionality into DOS attributes...
2016-10-06 David Disseldorpsmbd/ioctl: match WS2016 ReFS get compression behaviour
2016-10-04 Uri Simchonismbd: free talloc context if no quota records are available
2016-10-04 Uri Simchonintquotas: support "freeing" an empty quota list
2016-09-27 Günther Deschnerwerror: replace WERR_USER_NOT_FOUND with WERR_NERR_USER...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-24 Jeremy Allisons3: server: s3_tevent_context_init() -> samba_tevent_co...
2016-09-19 Ralph Boehmes3/smbd: use correct talloc memory context for tevent...
2016-09-16 Ralph Boehmes3/smbd: remove a misleading error message
2016-09-15 Ralph Boehmes3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary
2016-09-15 Volker Lendeckesmbd: Reset O_NONBLOCK on open files
2016-09-11 Ralph Boehmes3/smbd: use stat from smb_fname if valid in refuse_sym...
2016-09-11 Ralph Boehmes3/smbd: in call_trans2qfilepathinfo call lstat when...
2016-09-10 Christof Schmittsmbd: Adjust debug level of "No protocol supported...
2016-09-09 Volker Lendeckenotifyd: Don't trust remote pointers
2016-09-09 Volker Lendeckenotifyd: Trim down the noncluster case
next