summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
Commit message (Collapse)AuthorAgeFilesLines
* WHATSNEW: Encrypted secretsGary Lockyer2017-12-181-0/+33
| | | | | | | | | | Document the encrypted secrets feature in WHATSNEW.txt Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Dec 18 04:36:19 CET 2017 on sn-devel-144
* WHATSNEW: document the removal of 'auth methods', 'map untrusted to domain' ↵Stefan Metzmacher2017-12-141-2/+6
| | | | | | | | | | and 'profile acls' Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Dec 14 00:40:31 CET 2017 on sn-devel-144
* Add mdns name configuration optionKevin Anderson2017-12-081-1/+25
| | | | | | | | | | | | | | | Add the mdns name configuration variable to control the mdns hostname. The default is to use the NETBIOS name of the system to match previous versions which is typically the hostname in all capitals. A value of mdns can be provided to defer the hostname to the mdns library. With the recent patch to support time machine being merged this patch allows for a user to configure the server name that is advertised to be lower cased through Avahi advertisements. Signed-off-by: Kevin Anderson <andersonkw2@gmail.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: Mention removed net serverid subcommandsVolker Lendecke2017-12-051-0/+17
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue Dec 5 17:54:18 CET 2017 on sn-devel-144
* WHATSNEW: Add new smb.conf parameterKarolin Seeger2017-12-011-0/+3
| | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: Remove old entry about accelerated AESKarolin Seeger2017-12-011-19/+1
| | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: Explain reversal of smbclient symlink parameters against Windows ↵Jeremy Allison2017-11-301-0/+11
| | | | | | | | | | | | server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13172 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Nov 30 19:32:21 CET 2017 on sn-devel-144
* doc: Add samba_gpoupdate man page, update WHATSNEWDavid Mulder2017-11-201-0/+13
| | | | | | Signed-off-by: David Mulder <dmulder@suse.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* vfs: Remove aio_linuxVolker Lendecke2017-11-111-0/+9
| | | | | | | | | | | | Triggered by https://bugzilla.samba.org/show_bug.cgi?id=13128 I think this module should go. Once Linux aio will do what Samba needs, this might be worth another look. What we should instead do soon is support Linux preadv2 and the RWF_NOWAIT flag to avoid the thread context switch whenever possible. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-0/+1
| | | | | Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: Mention code removal from "net" and "rpcclient"Volker Lendecke2017-09-201-0/+22
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: Add Using x86_64 Accelerated AES Crypto Instructions section.Jeremy Allison2017-09-071-0/+18
| | | | | | | | | Describes --accel-aes configure time option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13008 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Start release notes for Samba 4.8.0pre1.Karolin Seeger2017-07-041-256/+3
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Jul 4 17:41:59 CEST 2017 on sn-devel-144
* WHATSNEW: Prepare release notes for Samba 4.7.0rc1.Karolin Seeger2017-07-041-1/+1
| | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Fix typoAndrew Bartlett2017-07-041-1/+1
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Add docs for ntlm auth changesAndrew Bartlett2017-07-041-0/+7
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Improved AD performance (particularly linked attributes)Garming Sam2017-07-031-0/+14
| | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: DNS at domain join improvementsGarming Sam2017-07-031-0/+12
| | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: Additional hashes introduced with WDigestGarming Sam2017-07-031-14/+27
| | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: Improved RODC supportGarming Sam2017-07-031-0/+20
| | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: Add entry for Multi-process LDAP ServerAndrew Bartlett2017-07-021-0/+10
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Add an entry for the LDB whole DB locking issueAndrew Bartlett2017-07-021-0/+31
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: document "client max protocol" change to SMB3_11Stefan Metzmacher2017-06-271-3/+25
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: document the new smbclient bannerStefan Metzmacher2017-06-271-0/+9
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: Fix typo...Karolin Seeger2017-06-271-25/+27
| | | | | | | | | | and add some new/changed parameters. Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jun 27 03:19:19 CEST 2017 on sn-devel-144
* WHATSNEW: change the default for "map untrusted to domain" to "auto"Stefan Metzmacher2017-06-161-1/+3
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* WHATSNEW: deprecated "profile acls"Stefan Metzmacher2017-06-131-0/+1
| | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jun 13 22:45:28 CEST 2017 on sn-devel-144
* WHATSNEW: Add Dynamic RPC port rangeAndreas Schneider2017-06-081-0/+14
| | | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Jun 8 00:27:24 CEST 2017 on sn-devel-144
* WHATSNEW: Add new 'net tdb locking' commandChristof Schmitt2017-05-091-0/+10
| | | | | | | | Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Tue May 9 01:14:25 CEST 2017 on sn-devel-144
* WHATSNEW: Add Samba AD with MIT KerberosAndreas Schneider2017-05-031-0/+28
| | | | | | | | | | | Pair-Programmed-With: Guenther Deschner <gd@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed May 3 15:57:44 CEST 2017 on sn-devel-144
* WHATSNEW: Give the 'strict sync' change a header lineAndreas Schneider2017-05-031-6/+9
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison2017-04-221-0/+19
| | | | | | | | | | | | | | | | | | | | XXX_init(TALLOC_CTX *) Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
* lib: param: Remove lpcfg_register_defaults_hook().Jeremy Allison2017-04-181-0/+10
| | | | | | | | | Completely unused functionality. Gets rid of another talloc_autofree_context(). Updated WHATSNEW to make this clear. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* WHATSNEW: Deprecate "auth methods" and "map untrusted to domain"Stefan Metzmacher2017-04-071-1/+3
| | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Apr 7 20:42:39 CEST 2017 on sn-devel-144
* WHATSNEW: Add entry for auth auditAndrew Bartlett2017-03-291-1/+19
| | | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Mar 29 06:35:12 CEST 2017 on sn-devel-144
* WHATSNEW: Document "strict sync" default change.Jeremy Allison2017-03-251-0/+6
| | | | | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Mar 25 04:41:19 CET 2017 on sn-devel-144
* WHATSNEW: Add link to known issues.Karolin Seeger2017-02-161-1/+2
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Thu Feb 16 14:37:11 CET 2017 on sn-devel-144
* WHATSNEW: Start release notes for Samba 4.7.0pre1.Karolin Seeger2017-01-121-165/+2
| | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: fix typoBjörn Jacke2017-01-071-1/+1
| | | | | Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sat Jan 7 03:19:03 CET 2017 on sn-devel-144
* WHATSNEW: Some small formal fixes.Karolin Seeger2017-01-031-6/+2
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Jan 3 16:03:12 CET 2017 on sn-devel-144
* WHATSNEW: Add text for AD DC changesAndrew Bartlett2016-12-241-0/+44
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: CTDB updatesMartin Schwenke2016-12-211-0/+51
| | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed Dec 21 08:36:32 CET 2016 on sn-devel-144
* WHATSNEW: Add some information about ID mappingAndreas Schneider2016-12-201-0/+14
| | | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Dec 20 11:40:07 CET 2016 on sn-devel-144
* WHATSNEW: Add Printing changesAndreas Schneider2016-12-201-0/+9
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* WHATSNEW: Use capital K for KerberosAndreas Schneider2016-12-201-1/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* WHATSNEW: document fruit:resource option spelling issueRalph Boehme2016-12-021-0/+18
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* WHATSNEW: document new inherit owner optionUri Simchoni2016-11-241-0/+11
| | | | | | | | Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org> Autobuild-User(master): Uri Simchoni <uri@samba.org> Autobuild-Date(master): Thu Nov 24 20:23:46 CET 2016 on sn-devel-144
* WHATSNEW: document kerberos encryption typesUri Simchoni2016-11-241-0/+16
| | | | | Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org>
* WHATSNEW: clear the sections for 4.6Stefan Metzmacher2016-08-231-308/+2
| | | | | | | | | | The 4.5.x WHATSNEW.txt is maintained in v4-5-test. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Aug 23 16:02:09 CEST 2016 on sn-devel-144
* WHATSNEW: add shadow:snapprefix and shadow:delimiterStefan Metzmacher2016-07-281-0/+24
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>