s3:lib/gencache: place gencache.tdb into /var/cache/samba
[Samba.git] / WHATSNEW.txt
blob884740603a7dd9ed7f25846e9490bd8eb30a90b2
1                    =============================
2                    Release Notes for Samba 4.0.9
3                           August 20, 2013
4                    =============================
7 This is is the latest stable release of Samba 4.0.
9 Major enhancements in Samba 4.0.9 include:
11 o  Fix crash of Winbind after "ls -l /usr/local/samba/var/locks/sysvol"
12    (bug #9820).
13 o  Fix segmentation fault while reading incomplete session info (bug #10003).
14 o  smbd: Fix a 100% loop at shutdown time (bug #10013).
17 Changes since 4.0.8:
18 --------------------
20 o   Michael Adam <obnox@samba.org>
21     * BUG 9930: smbd: Cleanup disonnected durable handles.
24 o   Jeremy Allison <jra@samba.org>
25     * BUG 9992: Fix Windows error 0x800700FE when copying files with xattr names
26       containing ":".
27     * BUG 10064: Linux kernel oplock breaks can miss signals.
30 o   Andrew Bartlett <abartlet@samba.org>
31     * BUG 9820: Fix crash of Winbind after "ls -l
32       /usr/local/samba/var/locks/sysvol".
33     * BUG 10014: Fix excessive RID allocation.
36 o   Björn Baumbach <bb@sernet.de>
37     * BUG 10003: s3-lib: Fix segmentation fault while reading incomplete
38       session info.
41 o   Gregor Beck <gbeck@sernet.de>
42     * BUG 9678: Windows 8 Roaming profiles fail.
43     * BUG 9930: smbd: Cleanup disonnected durable handles.
46 o   Kai Blin <kai@samba.org>
47     * BUG 10015: Add debugclass for DNS server.
50 o   Alexander Bokovoy <ab@samba.org>
51     * BUG 9779: Add UPN enumeration to passdb internal API.
54 o   Günther Deschner <gd@samba.org>
55     * BUG 10043: Allow to change the default location for Kerberos credential
56       caches.
57     * BUG 10073: net ads join: Fix segmentation fault in
58       create_local_private_krb5_conf_for_domain.
61 o   Volker Lendecke <vl@samba.org>
62     * BUG 10013: smbd: Fix a 100% loop at shutdown time.
65 o   Stefan Metzmacher <metze@samba.org>
66     * BUG 9820: Fix crash of Winbind after "ls -l
67       /usr/local/samba/var/locks/sysvol".
68     * BUG 10003: s3-lib: Fix segmentation fault while reading incomplete
69       session info.
70     * BUG 10015: Fix/improve debug options.
73 o   Christof Schmitt <christof.schmitt@us.ibm.com>
74     * BUG 9970: vfs_streams_xattr: Do not attempt to write empty attribute
75       twice.
78 o   Andreas Schneider <asn@samba.org>
79     * BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
80     * BUG 10073: net ads join: Fix segmentation fault in
81       create_local_private_krb5_conf_for_domain.
84 o   Ralph Wuerthner <ralphw@de.ibm.com>
85     * BUG 10064: Linux kernel oplock breaks can miss signals.
88 ######################################################################
89 Reporting bugs & Development Discussion
90 #######################################
92 Please discuss this release on the samba-technical mailing list or by
93 joining the #samba-technical IRC channel on irc.freenode.net.
95 If you do report problems then please try to send high quality
96 feedback. If you don't provide vital information to help us track down
97 the problem then you will probably be ignored.  All bug reports should
98 be filed under the Samba 4.0 product in the project's Bugzilla
99 database (https://bugzilla.samba.org/).
102 ======================================================================
103 == Our Code, Our Bugs, Our Responsibility.
104 == The Samba Team
105 ======================================================================
108 Release notes for older releases follow:
109 ----------------------------------------
111                    =============================
112                    Release Notes for Samba 4.0.8
113                           August 05, 2013
114                    =============================
117 This is a security release in order to address
118 CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
119 server to loop with DOS).
121 o  CVE-2013-4124:
122    All current released versions of Samba are vulnerable to a denial of
123    service on an authenticated or guest connection. A malformed packet
124    can cause the smbd server to loop the CPU performing memory
125    allocations and preventing any further service.
127    A connection to a file share, or a local account is needed to exploit
128    this problem, either authenticated or unauthenticated if guest
129    connections are allowed.
131    This flaw is not exploitable beyond causing the code to loop
132    allocating memory, which may cause the machine to exceed memory
133    limits.
136 Changes since 4.0.7:
137 --------------------
139 o   Jeremy Allison <jra@samba.org>
140     * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
141       reading can cause server to loop with DOS.
144 ######################################################################
145 Reporting bugs & Development Discussion
146 #######################################
148 Please discuss this release on the samba-technical mailing list or by
149 joining the #samba-technical IRC channel on irc.freenode.net.
151 If you do report problems then please try to send high quality
152 feedback. If you don't provide vital information to help us track down
153 the problem then you will probably be ignored.  All bug reports should
154 be filed under the Samba 4.0 product in the project's Bugzilla
155 database (https://bugzilla.samba.org/).
158 ======================================================================
159 == Our Code, Our Bugs, Our Responsibility.
160 == The Samba Team
161 ======================================================================
164 ----------------------------------------------------------------------
167                    =============================
168                    Release Notes for Samba 4.0.7
169                            July 2, 2013
170                    =============================
173 This is is the latest stable release of Samba 4.0.
175 Major enhancements in Samba 4.0.7 include:
177 o  Fix a core dump with invalid lock order while opening/editing
178    or copying MS files (bug #9794).
179 o  Fix crash bug from search of mail= (bug #9967).
180 o  winbind4: talloc use after free (bug #9832).
183 Changes since 4.0.6:
184 --------------------
186 o   Michael Adam <obnox@samba.org>
187     * BUG 9909: build: Add missing new line to replaced python shebang line.
190 o   Jeremy Allison <jra@samba.org>
191     * BUG 9794: Fix a core dump with invalid lock order while opening/editing
192       or copying MS files.
195 o   Andrew Bartlett <abartlet@samba.org>
196     * BUG 9465: s3-rpc_server: Ensure we are root when starting and using
197       gensec.
198     * BUG 9906: Doc fixes for 4.0.
199     * BUG 9907: Build fixes for 4.0 found during autoconf or debian packaging
200       work.
201     * BUG 9967: Fix crash bug from search of mail=.
202     * BUG 9968: Fix build with system Heimdal of samba4kgetcred.
205 o   Björn Baumbach <bb@sernet.de>
206     * BUG 9947: Check for netbios aliases in ad_get_referrals.
209 o   Kai Blin <kai@samba.org>
210     * BUG 9485: Add support for MX queries.
211     * BUG 9559: dns: Delete dnsNode objects when they are empty.
212     * BUG 9632: dns: Support larger queries when asking forwarder.
215 o   David Disseldorp <ddiss@samba.org>
216     * BUG 8997: Change libreplace GPL source to LGPL.
217     * BUG 9900: is_printer_published GUID retrieval.
218     * BUG 9910: PIE builds not supported.
221 o   Peng Haitao <penght@cn.fujitsu.com>
222     * BUG 9941: Fix a bug of drvupgrade of smbcontrol.
225 o   Björn Jacke <bj@sernet.de>
226     * BUG 9880: Use of wrong RFC2307 primary group field.
229 o   Volker Lendecke <vl@samba.org>
230     * BUG 9832: winbind4: talloc use after free.
231     * BUG 9953: Fix tevent_poll on 32-bit machines (Coverity ID 989236).
234 o   Stefan Metzmacher <metze@samba.org>
235     * BUG 9805: s3:lib/server_mutex: Open mutex.tdb with CLEAR_IF_FIRST.
236     * BUG 9929: s4:winbind: Don't leak libnet_context into the main event
237       context.
240 o   Andreas Schneider <asn@samba.org>
241     * BUG 9881: Check for system libtevent.
244 o   Michael Wood <esiotrot@gmail.com>
245     * BUG 9964: docs: Avoid mentioning a possibly misleading option.
248 o   Vadim Zhukov <persgray@gmail.com>
249     * BUG 9888: More generic check for OpenBSD platform.
252 ######################################################################
253 Reporting bugs & Development Discussion
254 #######################################
256 Please discuss this release on the samba-technical mailing list or by
257 joining the #samba-technical IRC channel on irc.freenode.net.
259 If you do report problems then please try to send high quality
260 feedback. If you don't provide vital information to help us track down
261 the problem then you will probably be ignored.  All bug reports should
262 be filed under the Samba 4.0 product in the project's Bugzilla
263 database (https://bugzilla.samba.org/).
266 ======================================================================
267 == Our Code, Our Bugs, Our Responsibility.
268 == The Samba Team
269 ======================================================================
272 ----------------------------------------------------------------------
275                    =============================
276                    Release Notes for Samba 4.0.6
277                            May 21, 2013
278                    =============================
281 This is is the latest stable release of Samba 4.0.
283 Major enhancements in Samba 4.0.6 include:
285 o  Fix crash during Win8 sync (bug #9822).
286 o  Fix segfault when loging in with wrong password from w2k8r2 (bug #9834).
289 Changes since 4.0.5:
290 --------------------
292 o   Jeremy Allison <jra@samba.org>
293     * BUG 9412: SMB2 server doesn't support recvfile.
294     * BUG 9722: Properly handle oplock breaks in compound requests.
295     * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
296       of talloc and doesn't cope with directories being modified whilst reading.
297     * BUG 9811: Old DOS SMB CTEMP request uses a non-VFS function to access the
298       filesystem.
299     * BUG 9822: Fix crash during Win8 sync.
302 o   Anand Avati <avati@redhat.com>
303     * BUG 9833: Function called in unix_convert() path can overwrite errno.
306 o   Andrew Bartlett <abartlet@samba.org>
307     * BUG 9785: Use specified python for runtime installation of Samba.
308     * BUG 9834: Fix segfault when loging in with wrong password from w2k8r2.
311 o   Alexander Bokovoy <ab@samba.org>
312     * BUG 9767: Fix 'net ads join' when called via stdin.
315 o   David Disseldorp <ddiss@samba.org>
316     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
317     * BUG 9830: Fix panic in nt_printer_publish_ads.
320 o   Volker Lendecke <vl@samba.org>
321     * BUG 9775: Fix segfault for "artificial" conn_structs in vfs_fake_perms.
322     * BUG 9809: Package new dbwrap_tool man page.
323     * BUG 9824: SMB signing and the async echo responder don't work together.
324     * BUG 9832: talloc use after free in winbind4.
325     * BUG 9854: Fix NULL pointer dereference in Winbind.
326     * BUG 9868: Fix making LIBNDR_PREG_OBJ.
329 o   Stefan Metzmacher <metze@samba.org>
330     * BUG 9545: Fix the build of vfs_notify_fam.
331     * BUG 9803: Change '--with-dmapi' to 'default=auto' to match the autoconf
332       build.
333     * BUG 9804: wafsamba: Display the default value in help for
334       SAMBA3_ADD_OPTION.
335     * BUG 9382: Add support for PFC_FLAG_OBJECT_UUID when parsing packets.
338 o   Andreas Schneider <asn@samba.org>
339     * BUG 9139: Fix the username map optimization.
340     * BUG 9699: Fix adding case sensitive spn.
341     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
342     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
345 o   Richard Sharpe <realrichardsharpe@gmail.com>
346     * BUG 9722:  Properly handle oplock breaks in compound requests.
349 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
350     * BUG 9782: Fix panic when running 'smbtorture smb.base'.
353 ######################################################################
354 Reporting bugs & Development Discussion
355 #######################################
357 Please discuss this release on the samba-technical mailing list or by
358 joining the #samba-technical IRC channel on irc.freenode.net.
360 If you do report problems then please try to send high quality
361 feedback. If you don't provide vital information to help us track down
362 the problem then you will probably be ignored.  All bug reports should
363 be filed under the Samba 4.0 product in the project's Bugzilla
364 database (https://bugzilla.samba.org/).
367 ======================================================================
368 == Our Code, Our Bugs, Our Responsibility.
369 == The Samba Team
370 ======================================================================
373 ----------------------------------------------------------------------
376                    =============================
377                    Release Notes for Samba 4.0.5
378                            April 9, 2013
379                    =============================
382 This is is the latest stable release of Samba 4.0.
384 Major enhancements in Samba 4.0.5 include:
386 o  Fix large reads/writes from some Linux clients (bug #9706).
387 o  Add 'samba-tool dbcheck --reset-well-known-acls' (bugs #9740 and #9267).
390 Changes since 4.0.4:
391 --------------------
393 o   Michael Adam <obnox@samba.org>
394     * BUG 9617: libnss-winbindd does not provide pass struct for groups mapped
395       with ID_TYPE_BOTH and vice versa.
396     * BUG 9653: idmap_autorid: Fix freeing of non-talloced memory.
397     * BUG 9711: s4:winbindd: Do not drop the workgroup name in the getgrnam, getgrent
398       and getgrgid calls.
401 o   Jeremy Allison <jra@samba.org>
402     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
403     * BUG 9519: Samba returns unexpected error on SMB posix open.
404     * BUG 9642: Fix the build of vfs_afsacl.
405     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
406     * BUG 9706: Fix large reads/writes from some Linux clients.
407     * BUG 9724: is_encrypted_packet() function incorrectly used inside server.
408     * BUG 9733: Fix 'smbcontrol close-share'.
409     * BUG 9748: Remove unneeded fstat system call from hot read path.
410     * BUG 9760: Fix incorrect parsing of SMB2 command codes.
413 o   Christian Ambach <ambi@samba.org>
414     * BUG 9643: Fix the build with --fake-kaserver.
415     * BUG 9644: Fix compile of source3/lib/afs.c.
416     * BUG 9669: Fix crash in 'net rpc join' against a Samba 3.0.33 PDC.
419 o   Timur Bakeyev <timur@FreeBSD.org>
420     * BUG 9666: Fix filtering of link-local addresses.
423 o   Andrew Bartlett <abartlet@samba.org>
424     * BUG 9663: 'make test' hangs.
425     * BUG 9697: DsReplicaGetInfo fails due to sendto() EMSGSIZE error
426       on UNIX domain socket.
427     * BUG 9703: Fix build on solaris8: Do not force a specific perl on
428       pod2man.
429     * BUG 9717: Set LD_LIBRARY_PATH in install_with_python.sh.
430     * BUG 9718: s4-idmap: Remove requirement that posixAccount or posixGroup be set
431       for rfc2307.
432     * BUG 9719: Allow forcing an override of an old @MODULES record.
433     * BUG 9720: Do not print the admin password during 'samba-tool
434       classicupgrade'.
435     * BUG 9721: Make samba_upgradedns more robust (do not guess addresses
436       when just changing roles).
437     * BUG 9725: upgradeprovision and 'samba-tool dbcheck' patches for 4.0.NEXT.
438     * BUG 9728: DO NOT install samba_upgradeprovision in 4.0.x.
439     * BUG 9739: PIDL: Build fixes for hosts without CPP (Solaris 11).
440     * BUG 9740: Add 'samba-tool dbcheck --reset-well-known-acls'.
441     * BUG 9267: Can't delegate adding computers to domain.
444 o   Alexander Bokovoy <ab@samba.org>
445     * BUG 9636: PIDL: Fix parsing linemarkers in preprocessor output.
446     * BUG 9639: Rename internal subsystem pdb_ldap to pdb_ldapsam.
449 o   Ira Cooper <ira@samba.org>
450     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
453 o   David Disseldorp <ddiss@samba.org>
454     * BUG 9633: Recursive mget should continue on EPERM.
457 o   Landon Fuller <landonf@bikemonkey.org>
458     * BUG 9656: Work around FreeBSD's getaddrinfo() underscore issue.
459     * BUG 9696: Remove incomplete samba_dnsupdate IPv6 link-local address
460       check.
461     * BUG 9697: Handle EMSGSIZE on UNIX domain sockets.
464 o   Björn Jacke <bj@sernet.de>
465     * BUG 7825: Fix GNU ld version detection with old gcc releases.
468 o   Daniel Kobras <d.kobras@science-computing.de>
469     * BUG 9039: Never try to map global SAM name.
472 o   Guenter Kukkukk <kukks@samba.org>
473     * BUG 9701: Fix vfs_catia and update documentation.
476 o   Volker Lendecke <vl@samba.org>
477     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
478     * BUG 9727: Fix NULL pointer dereference.
479     * BUG 9736: Change to smbd/dir.c code gives significant performance
480       increases on large directory listings.
483 o   Stefan Metzmacher <metze@samba.org>
484     * BUG 9557: Fix build on AIX.
485     * BUG 9625: Reauth-capable client fails to access shares on Windows member.
486     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
487     * BUG 9706: Parameter is incorrect on Android.
490 o   Andreas Schneider <asn@samba.org>
491     * BUG 9664: Fix correct linking of libreplace with cmdline-credentials.
492     * BUG 9683: Fix several resource (fd) leaks.
493     * BUG 9685: Fix a memory leak in spoolss rpc server.
494     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
495     * BUG 9687: Fix several possible null pointer dereferences.
496     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
497     * BUG 9735: Fix Winbind separator in upn to username conversion.
498     * BUG 9758: Don't leak the epm_Map policy handle.
501 o   Richard Sharpe <rsharpe@samba.org>
502     * BUG 9674: Samba denies owner Read Control when there is a DENY entry
503       while W2K08 does not.
504     * BUG 9689: Make sure that domain joins work correctly when the DC disallows
505       NTLM auth.
506     * BUG 9704: Fix nss_winbind name on FreeBSD.
507     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
508       allowed to.
511 Note about upgrading from older versions:
512 -----------------------------------------
514 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
515 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
516 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
517 new registry based printing management.  This means during the migration we
518 also need to do charset conversion. This can only been done manually cause we don't
519 know in which encoding the tdb is. You have to specify the correct code page
520 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
521 The mostly used one is Windows Latin1 which is CP1252.
523 We've extended the 'net printing dump' and 'net printing migrate' commands to
524 define the encoding of the tdb. So you can correctly view the tdb with:
526   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
528 or migrate it with e.g.:
530   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
532 If you migrate printers we suggest you do it in the following order.
534 ntforms.tdb
535 ntdrivers.tdb
536 ntprinting.tdb
538 Don't forget to rename, move or delete these files in /var/lib/samba after the
539 migration.
541 [1] https://en.wikipedia.org/wiki/Code_page
544 ######################################################################
545 Reporting bugs & Development Discussion
546 #######################################
548 Please discuss this release on the samba-technical mailing list or by
549 joining the #samba-technical IRC channel on irc.freenode.net.
551 If you do report problems then please try to send high quality
552 feedback. If you don't provide vital information to help us track down
553 the problem then you will probably be ignored.  All bug reports should
554 be filed under the Samba 4.0 product in the project's Bugzilla
555 database (https://bugzilla.samba.org/).
558 ======================================================================
559 == Our Code, Our Bugs, Our Responsibility.
560 == The Samba Team
561 ======================================================================
564 ----------------------------------------------------------------------
567                    =============================
568                    Release Notes for Samba 4.0.4
569                           March 19, 2013
570                    =============================
573 This is a security release in order to address CVE-2013-1863
574 (World-writeable files may be created in additional shares on a
575 Samba 4.0 AD DC).
577 o  CVE-2013-1863:
578    Administrators of the Samba 4.0 Active Directory Domain
579    Controller might unexpectedly find files created world-writeable
580    if additional CIFS file shares are created on the AD DC.
581    Samba versions 4.0.0rc6 - 4.0.3 (inclusive) are affected by this
582    defect.
585 Changes since 4.0.3:
586 --------------------
588 o   Andrew Bartlett <abartlet@samba.org>
589     * BUG 9709: CVE-2013-1863: Remove forced set of 'create mask' to 0777.
592 ######################################################################
593 Reporting bugs & Development Discussion
594 #######################################
596 Please discuss this release on the samba-technical mailing list or by
597 joining the #samba-technical IRC channel on irc.freenode.net.
599 If you do report problems then please try to send high quality
600 feedback. If you don't provide vital information to help us track down
601 the problem then you will probably be ignored.  All bug reports should
602 be filed under the Samba 4.0 product in the project's Bugzilla
603 database (https://bugzilla.samba.org/).
606 ======================================================================
607 == Our Code, Our Bugs, Our Responsibility.
608 == The Samba Team
609 ======================================================================
612 ----------------------------------------------------------------------
615                    =============================
616                    Release Notes for Samba 4.0.3
617                          February 05, 2013
618                    =============================
621 This is is the latest stable release of Samba 4.0.
623 Major enhancements in Samba 4.0.3 include:
625 o  check_password_quality: Handle non-ASCII characters properly (bug #9105).
626 o  Fix ACL problem with delegation of privileges and deletion of accounts
627    over LDAP interface (bug #8909).
628 o  Fix 'smbd' panic triggered by unlink after open (bug #9571).
629 o  smbd: Fix memleak in the async echo handler (bug #9549).
631 Known issues:
632 -------------
634 o  For more details concerning the ACL problem with delegation of privileges
635    and deletion of accounts over LDAP interface (bugs #8909 and #9267)
636    regarding upgrades from older 4.0.x versions, please see
638      http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Upgrading
640    which will be filled with details once we have worked out an upgrade
641    strategy.
643 Changes since 4.0.2:
644 --------------------
646 o   Michael Adam <obnox@samba.org>
647     * BUG 9568: Document the command line options in dbwrap_tool(1).
650 o   Jeremy Allison <jra@samba.org>
651     * BUG 9196: defer_open is triggered multiple times on the same request.
652     * BUG 9518: conn->share_access appears not be be reset between users.
653     * BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in
654       a signal handler.
655     * BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients.
656     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
657       /var/log/message many times.
658     * BUG 9587: Archive flag is always set on directories.
659     * BUG 9588: ACLs are not inherited to directories for DFS shares.
662 o   Andrew Bartlett <abartlet@samba.org>
663     * BUG 8909: Fix ACL problem with delegation of privileges and deletion of
664       accounts over LDAP interface.
665     * BUG 9461: FSMO seize of naming role fails: NT_STATUS_IO_TIMEOUT.
666     * BUG 9564: Fix compilation of Solaris ACL module.
667     * BUG 9581: gensec: Allow login without a PAC by default.
668     * BUG 9596: Linked attribute handling should be by GUID.
669     * BUG 9598: Use pid,task_id as cluster_id in process_single just like
670       process_prefork.
671     * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we
672       delete a transaction.
673     * BUG 9609: Add 'ldbdump' tool.
674     * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from
675       ldb_tdb.h.
676     * BUG 9609: ldb: Change ltdb_unpack_data to take an ldb_context.
677     * BUG 9610: dsdb: Make secrets_tdb_sync cope with -H secrets.ldb.
680 o   Björn Baumbach <bb@sernet.de>
681     * BUG 9512: wafsamba: Use additional xml catalog file.
682     * BUG 9517: samba_dnsupdate: Set KRB5_CONFIG for nsupdate command.
683     * BUG 9552: smb.conf(5): Update list of available protocols.
684     * BUG 9568: Add dbwrap_tool.1 manual page.
685     * BUG 9569: ntlm_auth(1): Fix format and make examples visible.
688 o   Ira Cooper <ira@samba.org>
689     * BUG 9575: Duplicate flags defined in the winbindd protocol.
692 o   Günther Deschner <gd@samba.org>
693     * BUG 9474: Downgrade v4 printer driver requests to v3.
694     * BUG 9595: s3-winbind: Fix the build of idmap_ldap.
697 o   David Disseldorp <ddiss@samba.org>
698     * BUG 9378: Add extra attributes for AD printer publishing.
701 o   Stephen Gallagher <sgallagh@redhat.com>
702     * BUG 9609: ldb: Move doxygen comments for ldb_connect to the right place.
705 o   Volker Lendecke <vl@samba.org>
706     * BUG 9541: Make use of posix_openpt.
707     * BUG 9544: Fix build of vfs_commit and plug in async pwrite support.
708     * BUG 9546: Fix aio_suspend detection on FreeBSD.
709     * BUG 9548: Correctly detect O_DIRECT.
710     * BUG 9549: smbd: Fix memleak in the async echo handler.
713 o   Stefan Metzmacher <metze@samba.org>
714     * BUG 8909: Fix ACL problem with delegation of privileges and deletion of
715       accounts over LDAP interface.
716     * BUG 9105: check_password_quality: Handle non-ASCII characters properly.
717     * BUG 9481: samba_upgradeprovision: fix the nTSecurityDescriptor on more
718       containers.
719     * BUG 9499: s3:smb2_negprot: set the 'remote_proto' value.
720     * BUG 9508: s4:drsuapi: Make sure we report the meta data from the cycle
721       start.
722     * BUG 9540: terminate the irpc_servers_byname() result with
723       server_id_set_disconnected().
724     * BUG 9598: Fix timeouts of some IRPC calls.
725     * BUG 9609: Fix a warning by converting from TDB_DATA to struct ldb_val.
728 o   Matthieu Patou <mat@matws.net>
729     * BUG 8909: Add documentation.
730     * BUG 9565: Adding additional Samba 4.0 DC to W2k8 srv AD domain (in win200
731       functional level) produces dbcheck errors.
734 o   Arvid Requate <requate@univention.de>
735     * BUG 9555: s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup.
738 o   Rusty Russell <rusty@rustcorp.com.au>
739     * BUG 9609: tdb: Add '-e' option to tdbdump (and document it).
740     * BUG 9609: tdb: 'tdbdump' should log errors, and fail in that case.
741     * BUG 9609: tdb: Add tdb_rescue() to allow an emergency best-effort dump.
744 o   Samba-JP oota <ribbon@samba.gr.jp>
745     * BUG 9528: Remove superfluous bracket in samba.8.xml.
746     * BUG 9530: Fix typo in vfs_tsmsm.8.xml.
749 o   Andreas Schneider <asn@samba.org>
750     * BUG 9574: Fix a possible null pointer dereference in spoolss.
753 o   Karolin Seeger <kseeger@samba.org>
754     * BUG 9591: Correct meta data in ldb manpages.
757 o   Pavel Shilovsky <piastry@etersoft.ru>
758     * BUG 9571: Fix 'smbd' panic triggered by unlink after open.
761 o   Andrew Tridgell <tridge@samba.org>
762     * BUG 9609: ldb: Fix callers for ldb_pack_data() and ldb_unpack_data().
763     * BUG 9609: ldb: move ldb_pack.c into common.
766 o   Jelmer Vernooij <jelmer@samba.org>
767     * BUG 9503: waf assumes that pythonX.Y-config is a Python script.
770 ######################################################################
771 Reporting bugs & Development Discussion
772 #######################################
774 Please discuss this release on the samba-technical mailing list or by
775 joining the #samba-technical IRC channel on irc.freenode.net.
777 If you do report problems then please try to send high quality
778 feedback. If you don't provide vital information to help us track down
779 the problem then you will probably be ignored.  All bug reports should
780 be filed under the Samba 4.0 product in the project's Bugzilla
781 database (https://bugzilla.samba.org/).
784 ======================================================================
785 == Our Code, Our Bugs, Our Responsibility.
786 == The Samba Team
787 ======================================================================
790 ----------------------------------------------------------------------
793                    =============================
794                    Release Notes for Samba 4.0.2
795                          January 30, 2013
796                    =============================
799 This is a security release in order to address
800 CVE-2013-0213 (Clickjacking issue in SWAT) and
801 CVE-2013-0214 (Potential XSRF in SWAT).
803 o  CVE-2013-0213:
804    All current released versions of Samba are vulnerable to clickjacking in the
805    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
806    a malicious web page via a frame or iframe and then overlaid by other content,
807    an attacker could trick an administrator to potentially change Samba settings.
809    In order to be vulnerable, SWAT must have been installed and enabled
810    either as a standalone server launched from inetd or xinetd, or as a
811    CGI plugin to Apache. If SWAT has not been installed or enabled (which
812    is the default install state for Samba) this advisory can be ignored.
814 o  CVE-2013-0214:
815    All current released versions of Samba are vulnerable to a cross-site
816    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
817    user's password and then tricking a user who is authenticated with SWAT into
818    clicking a manipulated URL on a different web page, it is possible to manipulate
819    SWAT.
821    In order to be vulnerable, the attacker needs to know the victim's password.
822    Additionally SWAT must have been installed and enabled either as a standalone
823    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
824    not been installed or enabled (which is the default install state for Samba)
825    this advisory can be ignored.
828 Changes since 4.0.1:
829 ====================
831 o   Kai Blin <kai@samba.org>
832     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
833     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
836 #######################################
837 Reporting bugs & Development Discussion
838 #######################################
840 Please discuss this release on the samba-technical mailing list or by
841 joining the #samba-technical IRC channel on irc.freenode.net.
843 If you do report problems then please try to send high quality
844 feedback. If you don't provide vital information to help us track down
845 the problem then you will probably be ignored.  All bug reports should
846 be filed under the Samba 4.0 product in the project's Bugzilla
847 database (https://bugzilla.samba.org/).
850 ======================================================================
851 == Our Code, Our Bugs, Our Responsibility.
852 == The Samba Team
853 ======================================================================
856 ----------------------------------------------------------------------
859                    =============================
860                    Release Notes for Samba 4.0.1
861                           January 15, 2013
862                    =============================
865 This is a security release in order to address CVE-2013-0172.
867 o  CVE-2013-0172:
868    Samba 4.0.0 as an AD DC may provide authenticated users with write access
869    to LDAP directory objects.
871    In AD, Access Control Entries can be assigned based on the objectClass
872    of the object.  If a user or a group the user is a member of has any
873    access based on the objectClass, then that user has write access to that
874    object.
876    Additionally, if a user has write access to any attribute on the object,
877    they may have access to write to all attributes.
879    An important mitigation is that anonymous access is totally disabled by
880    default.  The second important mitigation is that normal users are
881    typically only given the problematic per-objectClass right via the
882    "pre-windows 2000 compatible access" group, and Samba 4.0.0 incorrectly
883    does not make "authenticated users" part of this group.
885 Changes since 4.0.0:
886 ====================
888 o   Andrew Bartlett <abartlet@samba.org>
889     * Bug 9554 - CVE-2013-0172 - Samba 4.0 as an AD DC may provide authenticated
890       users with write access to LDAP directory objects.
892 #######################################
893 Reporting bugs & Development Discussion
894 #######################################
896 Please discuss this release on the samba-technical mailing list or by
897 joining the #samba-technical IRC channel on irc.freenode.net.
899 If you do report problems then please try to send high quality
900 feedback. If you don't provide vital information to help us track down
901 the problem then you will probably be ignored.  All bug reports should
902 be filed under the Samba 4.0 product in the project's Bugzilla
903 database (https://bugzilla.samba.org/).
906 ======================================================================
907 == Our Code, Our Bugs, Our Responsibility.
908 == The Samba Team
909 ======================================================================
912 ----------------------------------------------------------------------
915                    =============================
916                    Release Notes for Samba 4.0.0
917                          December 11, 2012
918                    =============================
921 This is is the first stable release of Samba 4.0.
923 This release contains the best of all of Samba's
924 technology parts, both a file server (that you can reasonably expect
925 to upgrade existing Samba 3.x releases to) and the AD domain
926 controller work previously known as 'Samba4'.
928 Major enhancements in Samba 4.0.0 include:
930 Active Directory services
931 =========================
933 Samba 4.0 supports the server-side of the Active Directory logon
934 environment used by Windows 2000 and later, so we can do full domain
935 join and domain logon operations with these clients.
937 Our Domain Controller (DC) implementation includes our own built-in
938 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
939 Samba3-like logon services provided over CIFS.  We correctly generate
940 the infamous Kerberos PAC, and include it with the Kerberos tickets we
941 issue.
943 When running an AD DC, you only need to run 'samba' (not smbd/nmbd/winbindd),
944 as the required services are co-coordinated by this master binary.
945 The tool to administer the Active Directory services is called 'samba-tool'.
947 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
949   http://wiki.samba.org/index.php/Samba4/HOWTO
952 File Services
953 =============
955 Samba 4.0.0 ships with two distinct file servers.  We now use the
956 file server from the Samba 3.x series 'smbd' for all file serving by
957 default.
959 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
960 is what was used prior to the beta2 release of Samba 4.0, and is
961 tuned to match the requirements of an AD domain controller.  We
962 continue to support this, not only to provide continuity to
963 installations that have deployed it as part of an AD DC, but also as a
964 running example of the NT-FSA architecture we expect to move smbd to in
965 the longer term.
967 For pure file server work, the binaries users would expect from that
968 series (smbd, nmbd, winbindd, smbpasswd) continue to be available.
971 Domain Member Support
972 =====================
974 Domain member support in the 'samba' binary is in its infancy, and
975 is not comparable to the support found in 'winbindd'. As such, on
976 Samba domain member servers, the binaries 'smbd', 'nmbd' and 'winbindd'
977 are to be used, as known from Samba 3 domain member server setups.
978 The only exceptions from this rule are the cases which explicitly
979 require the 'samba' binary, namely running the ntvfs file server,
980 the CIFS proxy or OpenChange on a domain member.
986 As DNS is an integral part of Active Directory, we also provide two DNS
987 solutions, a simple internal DNS server for 'out of the box' configurations
988 and a more elaborate BIND plugin using the BIND DLZ mechanism in versions
989 9.8 and 9.9. During the provision, you can select which backend to use.
990 With the internal backend, your DNS server is good to go.
991 If you chose the BIND_DLZ backend, a configuration file will be generated
992 for bind to make it use this plugin, as well as a file explaining how to
993 set up bind.
999 To provide accurate timestamps to Windows clients, we integrate with
1000 the NTP project to provide secured NTP replies.  To use you need to
1001 start ntpd and configure it with the 'restrict ... ms-sntp' and
1002 ntpsigndsocket options.
1005 Python Scripting Interface
1006 ==========================
1008 A new scripting interface has been added to Samba 4, allowing
1009 Python programs to interface to Samba's internals, and many tools and
1010 internal workings of the DC code is now implemented in python.
1013 Known Issues
1014 ============
1016 - Replication of DNS data from one AD server to another may not work.
1017   The DNS data used by the internal DNS server and bind9_dlz is stored
1018   in an application partition in our directory.  The replication of
1019   this partition is not yet reliable.
1021 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
1022   containing _.  A workaround will be in a future release.
1024 - samba_upgradeprovision should not be run when upgrading to this release
1025   from a recent release.  No important database format changes have
1026   been made since alpha16.
1028 - Installation on systems without a system iconv (and developer
1029   headers at compile time) is known to cause errors when dealing with
1030   non-ASCII characters.
1032 - There is no NetBIOS browsing support (network neighbourhood)
1033   available for the AD domain controller.  (Support in nmbd and smbd
1034   for classic domains and member/standalone servers is unchanged).
1036 - Clock Synchronisation is critical.  Many 'wrong password' errors are
1037   actually due to Kerberos objecting to a clock skew between client
1038   and server.  (The NTP work in the previous alphas are partly to assist
1039   with this problem).
1041 - The DRS replication code may fail.  Please contact the team if you
1042   experience issues with DRS replication, as we have fixed many issues
1043   here in response to feedback from our production users.
1045 - Linux inotify will now only be supported on systems where glibc also supports
1046   it (for details, please refer to bug #8850).
1049 Upgrading
1050 =========
1052 Users upgrading from Samba 3.x domain controllers and wanting to use
1053 Samba 4.0 as an AD DC should use the 'samba-tool domain
1054 classicupgrade' command.  See the wiki for more details:
1055 https://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO.
1057 Users upgrading from Samba 4.0 alpha and beta releases since alpha15
1058 should run 'samba-tool dbcheck --cross-ncs --fix' before re-starting
1059 Samba.  Users upgrading from earlier alpha releases should contact the
1060 team for advice.
1062 Users upgrading an AD DC from any previous release should run
1063 'samba-tool ntacl sysvolreset' to re-sync ACLs on the sysvol share
1064 with those matching the GPOs in LDAP and the defaults from an initial
1065 provision.  This will set an underlying POSIX ACL if required (eg not
1066 using the NTVFS file server).
1068 If you used the BIND9_FLATFILE or BIND9_DLZ features,
1069 you'll have to add '-dns' to the 'server services' option,
1070 as the internal dns server (SAMBA_INTERNAL) is the default now.
1073 Supported features
1074 ==================
1076 A whitepaper of currently (un-)supported features is available on the wiki:
1078   https://wiki.samba.org/index.php/Samba_4.0_Whitepaper
1081 ######################################################################
1082 Changes
1083 #######
1085 smb.conf changes
1086 ----------------
1088    Parameter Name                       Description
1089    --------------                       -----------
1091    acl compatibility                    Removed
1092    allow dns updates                    New
1093    announce as                          Removed
1094    announce version                     Removed
1095    cldap port                           New
1096    client max protocol                  New
1097    client min protocol                  New
1098    client signing                       Changed default
1099    dcerpc endpoint servers              New
1100    dgram port                           New
1101    directory security mask              Removed
1102    display charset                      Removed
1103    dns forwarder                        New
1104    dns update command                   New
1105    force security mode                  Removed
1106    force directory security mode        Removed
1107    homedir map                          Changed default
1108    kernel oplocks                       Changed default
1109    kernel share modes                   New
1110    kpasswd port                         New
1111    krb5 port                            New
1112    nbt client socket address            New
1113    nbt port                             New
1114    nsupdate command                     New
1115    ntp signd socket directory           New
1116    ntvfs handler                        New
1117    paranoid server security             Removed
1118    pid directory                        New
1119    printer admin                        Removed
1120    rndc command                         New
1121    rpc big endian                       New
1122    samba kcc command                    New
1123    security mask                        Removed
1124    send spnego principal                Removed
1125    server max protocol                  New
1126    server min protocol                  New
1127    server role                          New
1128    server services                      New
1129    server signing                       Changed default
1130    share backend                        New
1131    share modes                          Removed
1132    smb2 max read                        Changed default
1133    smb2 max write                       Changed default
1134    smb2 max trans                       Changed default
1135    socket address                       Removed
1136    spn update command                   New
1137    time offset                          Removed
1138    tls cafile                           New
1139    tls certfile                         New
1140    tls crlfile                          New
1141    tls dh params file                   New
1142    tls enabled                          New
1143    tls keyfile                          New
1144    unicode                              New
1145    web port                             New
1146    winbindd privileged socket directory New
1147    winbind sealed pipes                 New
1148    winbindd socket directory            New
1151 CHANGES SINCE 4.0.0rc6
1152 ======================
1154 o   Michael Adam <obnox@samba.org>
1155     * BUG 9414: Honor password complexity settings.
1156     * BUG 9456: developer-build: Fix panic when acl_xattr fails with access
1157       denied.
1158     * BUG 9457: Fix "map username script" with "security=ads" and Winbind.
1161 o   Jeremy Allison <jra@samba.org>
1162     * BUG 9462: Users can not be given write permissions any more by default.
1165 o   Andrew Bartlett <abartlet@samba.org>
1166     * BUG 9415: Install SWAT *.msg files with waf.
1169 o   Alexander Bokovoy <ab@samba.org>
1170     * BUG 9479: Support FIPS mode when building Samba.
1173 o   Günther Deschner <gd@samba.org>
1174     * BUG 9438: Fix netr_ServerPasswordSet2, netr_LogonSamLogon with netlogon
1175       AES.
1178 o   Tsukasa Hamano <hamano@osstech.co.jp>
1179     * BUG 9471: Fix SEGV when using second vfs module.
1182 o   Stefan Metzmacher <metze@samba.org>
1183     * BUG 9414: Honor password complexity settings.
1184     * BUG 9470: Fix MMC crashes.
1185     * BUG 9481: Fix ACL on "cn=partitions,cn=configuration".
1188 o   Andreas Schneider <asn@samba.org>
1189     * BUG 9459: Install manpages only if we install the target.
1192 o   Richard Sharpe <realrichardsharpe@gmail.com>
1193     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
1196 CHANGES SINCE 4.0.0rc5
1197 ======================
1199 In this release candidate, we have a significant number of improvements
1200 to our Access Control List (ACL) code, particularly for the Active
1201 Directory Domain Controller, but also in our general purpose file
1202 server.
1204 These changes are important, as they enable Group Policy Objects to work
1205 correctly, allow administrators to impose restrictions on some users
1206 reading certain parts of the directory and correctly propagating
1207 inherited ACLs down the LDAP directory tree.
1209 Users of the Active Directory Domain Controller upgrading from any
1210 previous release should run 'samba-tool ntacl sysvolreset' to re-sync
1211 ACLs on the sysvol share with those matching the GPOs in LDAP and the
1212 defaults from an initial provision.  This will set an underlying POSIX
1213 ACL if required.
1215 The ACLs in the Active Directory are also checked on searches by default.
1216 The automatic inheritance of ACLs is also correctly recalculated on
1217 changes now.
1219 o   Michael Adam <obnox@samba.org>
1220     * BUG 9350: Fail "configure --with-ads" if ads support is not available.
1221     * BUG 9446: Id mapping code delivers inconsistent results.
1222     * BUG 9453: Fix building pdb_ldap as shared module.
1225 o   Jeremy Allison <jra@samba.org>
1226     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
1227     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
1228       ACLs backend.
1231 o   Christian Ambach <ambi@samba.org>
1232     * BUG 9178: Add DMAPI configure option and checks.
1233     * BUG 9274: Document shadow:snapdirseverywhere option of vfs_shadow_copy2.
1234     * BUG 9339: Backport build fixes from master.
1235     * BUG 9411: aio read marks the file as modified.
1236     * BUG 9413: Fix waf build on AIX6.
1239 o   Andrew Bartlett <abartlet@samba.org>
1240     * BUG 9121: Provide and use setproctitle replacement function for samba4
1241       processes on linux.
1242     * BUG 9271: samba-tool: Rework ldap attribute fetch in classicupgrade for
1243       missing attributes.
1244     * BUG 9421: Fix several build issues.
1245     * BUG 9448: Backport several crash bugs from master.
1248 o   Sumit Bose <sbose@redhat.com>
1249     * BUG 9367: Use work around for 'winbind use default domain' only if it
1250       is set.
1253 o   Kai Blin <kai@samba.org>
1254     * BUG 9399 - 'samba-tool dns serverinfo localhost' returns 'Memory
1255       allocation error'.
1256     * BUG 9449: Remove unused samba-dig tool.
1259 o   Günther Deschner <gd@samba.org>
1260     * BUG 9426: rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port().
1261     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
1262     * BUG 9451: Allow to force DNS updates using net.
1265 o   David Disseldorp <ddiss@samba.org>
1266     * BUG 9433: spoolss: Fix segfault when "default devmode" is disabled.
1269 o   Amitay Isaacs <amitay@gmail.com>
1270     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
1271     * BUG 9354: Fix format string vulnerability in an error message.
1274 o   Volker Lendecke <vl@samba.org>
1275     * BUG 9422: Large read requests cause server to issue malformed reply.
1276     * BUG 9440: Do not rely on dbwrap_record_get_value to return a talloc
1277       object.
1280 o   Stefan Metzmacher <metze@samba.org>
1281     * BUG 8620: Read ACL are not enabled by default on DS.
1282     * BUG 8621: ACL are not recalculated if parent is changed and inherit is
1283       enabled.
1284     * BUG 9373: samba-tool: Report a CommandError if loading of the config file
1285       fails.
1286     * BUG 9385: Add missing newline in the output of ldb_ldif_write_trace().
1287     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
1288     * BUG 9402: lib/addns: Fix working with a bind9 server.
1289     * BUG 9406: ACL fixes since 4.0 rc1.
1290     * BUG 9447: Backport tests from master.
1291     * BUG 9448: Backport several crash bugs from master.
1294 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
1295     * BUG 9449: Remove phpldapadmin inclusion.
1298 o   Matthieu Patou <mat@matws.net>
1299     * BUG 9418: Fix MD5 detection in the autoconf build.
1302 o   Arvid Requate <requate@univention.de>
1303     * BUG 9376: Fix typo in got_duplicate_group check.
1304     * BUG 9392: Fix 'samba-tool fsmo --role=schema'.
1307 o   Andreas Schneider <asn@samba.org>
1308     * BUG 9386: Failover if netlogon pipe is not available.
1309     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
1312 o   Karolin Seeger <kseeger@samba.org>
1313     * BUG 9425: Do not build ntdb by default.
1314     * BUG 9437: Warnings when building manpages with waf.
1315     * BUG 9443: Manpages of the libraries are located in different
1316       subdirectories.
1317     * BUG 9444: Merge both samba.8 manpages.
1318     * BUG 9445: Update man 7 samba.
1321 o   Jelmer Vernooij <jelmer@samba.org>
1322     * BUG 9339: Backport build fixes from master.
1325 CHANGES SINCE 4.0.0rc4
1326 ======================
1328 With this release candidate the location of the socket samba accepts
1329 connections from NTPd has changed, as has the enforced permissions.
1331 This means the ntp.conf will need to change from (eg)
1333 ntpsigndsocket /usr/local/samba/var/run/ntp_signd/
1337 ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/
1339 To use the socket with ntp on a system with an ntp user and group, you must
1340 run:
1342 chgrp ntp /usr/local/samba/var/lib/ntp_signd/
1344 o   Michael Adam <obnox@samba.org>
1345     * BUG 9321: winbindd:cache: Fix offline logons with cached credentials.
1346     * BUG 9339: Build and quota fixes.
1347     * BUG 9353: Fix the cluster(ctdb) build without system talloc installed.
1350 o   Christian Ambach <ambi@samba.org>
1351     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
1352       NFSv4 filesystem.
1353     * BUG 9361: Quotas management doesn't work with SMB2/3.
1356 o   Andrew Bartlett <abartlet@samba.org>
1357     * BUG 9317: Cannot easily change to internal DNS server.
1358     * BUG 9338: lib/replace: Return size of xattr if size argument is 0.
1359     * BUG 9339: Build and quota fixes.
1360     * BUG 9340: Do not use the wheel group for 'administrators'.
1361     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
1362     * BUG 9352: Fix samba crashes with certain RPC calls.
1363     * BUG 9355: Set mask values to 0777 and use fileserver.conf.
1364     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
1365     * BUG 9379: ntp_signd permissions are too broad.
1368 o   Björn Baumbach <bb@sernet.de>
1369     * BUG 9300: vfs_streams_depot: Add delete_lost option.
1370     * BUG 9348: Fix the build against older ctdb versions.
1371     * BUG 9345: fix use of <smbconfoption> tag.
1372     * BUG 9349: Fix check for ctdb_private.h
1373     * BUG 9351: Fail "configure --with-cluster-support" if ctdb support is not
1374       available.
1377 o   Ira Cooper <ira@samba.org>
1378     * BUG 9339: Build and quota fixes.
1381 o   Günther Deschner <gd@samba.org>
1382     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
1385 o   David Disseldorp <ddiss@samba.org>
1386     * BUG 9125: Revert "s3-winbindd: make sure we obey the -n switch
1387       also for samlogon cache access" and describe samlogon cache caveat for
1388       'winbindd -n'.
1391 o   Björn Jacke <bj@sernet.de>
1392     * BUG 7472: Check for dn_expand also in libinet.
1393     * BUG 9339: Build and quota fixes.
1396 o   Volker Lendecke <vl@samba.org>
1397     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
1398       NFSv4 filesystem.
1399     * BUG 9352: dsdb: Simplify DsCrackNameOneFilter a bit.
1402 o   Stefan Metzmacher <metze@samba.org>
1403     * BUG 8620: Read ACL are not enabled by default on DS.
1404     * BUG 9175: Add smbXcli_session_set_disconnect_expired().
1405     * BUG 9341: Fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile().
1406     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
1407     * BUG 9360: SMB1 tree connect time is wrong.
1410 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
1411     * BUG 9339: Build and quota fixes.
1414 o   Rusty Russell <rusty@rustcorp.com.au>
1415     * BUG 9339: Build and quota fixes.
1418 o   Christof Schmitt <christof.schmitt@us.ibm.com>
1419     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
1422 o   Andreas Schneider <asn@samba.org>
1423     * BUG 9326: Fix 'net ads join' message for the dns domain.
1424     * BUG 9336: Add NetworkManager dispatcher script for Winbind.
1425     * BUG 9339: Build and quota fixes.
1428 o   Jelmer Vernooij <jelmer@samba.org>
1429     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
1432 CHANGES SINCE 4.0.0rc3
1433 ======================
1435 o   Michael Adam <obnox@samba.org>
1436     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1437     * BUG 9319: validate stat(2) information before reconnect durable handles.
1440 o   Jeremy Allison <jra@samba.org>
1441     * BUG 9190: Fix regression (change in behavior) of default acl masks.
1442       Remove "security mask", "force security mode", "directory security mask"
1443       "force directory" and "security mode" parameters.
1444     * BUG 9329: Directory listing with SeBackup can crash smbd.
1447 o   Andrew Bartlett <abartlet@samba.org>
1448     * BUG 9295: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind
1449       are builtin.
1450     * BUG 9322: Backport ldb version update.
1453 o   Björn Baumbach <bb@sernet.de>
1454     * BUG 9190: docs: Fix opening and ending tag mismatch: para.
1457 o   Gregor Beck <gbeck@sernet.de>
1458     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1461 o   David Disseldorp <ddiss@suse.de>
1462     * BUG 8564: Fix segfault in pam_sm_authenticate().
1465 o   Stefan Metzmacher <metze@samba.org>
1466     * BUG 9184: Fix loop in tdgram_bsd_recvfrom().
1467     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
1468     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1469     * BUG 9309: Avoid a level 0 DEBUG if tstream_npa_connect_recv fails.
1470     * BUG 9318: Fix write time updates for durable handles.
1473 o   Andreas Schneider <asn@samba.org>
1474     * BUG 9295: Build standard auth modules as internal modules.
1475     * BUG 9301: Move 'smbprint' to a common location.
1478 o   Jelmer Vernooij <jelmer@samba.org>
1479     * BUG 9274: Add documentation and selftest fixes.
1482 CHANGES SINCE 4.0.0rc2
1483 ======================
1485 o   Jeremy Allison <jra@samba.org>
1486     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
1487     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
1488     * BUG 9214: Bad user supplied SMB2 credit value can cause smbd to call
1489       smb_panic.
1490     * BUG 9222: Document that signing cannot be disabled for SMB2 by design.
1493 o   Andrew Bartlett <abartlet@samba.org>
1494     * BUG 9235: Update Samba3-HOWTO Collection.
1495     * BUG 9271: samba-tool: Skip chown in sysvolreset when it would fail on
1496       a GID.
1497     * BUG 9274: Update Samba3-HOWTO Collection.
1500 o   Björn Baumbach <bb@sernet.de>
1501     * BUG 9235: Fix opening and ending tag mismatch in Samba3-HOWTO.
1502     * BUG 9271: Fix typos in samba_backup.
1503     * BUG 9274: Add delete_lost option to vfs_streams_depot.8.
1506 o   Kai Blin <kai@samba.org>
1507     * BUG 9225: Fix return code for deleted DNS records.
1508     * BUG 8878: Time out UDP requests after DNS_REQUEST_TIMEOUT seconds.
1511 o   Günther Deschner <gd@samba.org>
1512     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has
1513     failed.
1516 o   David Disseldorp <ddiss@samba.org>
1517     * BUG 9269: Fix 64bit-portability-issue.
1520 o   Björn Jacke <bj@sernet.de>
1521     * BUG 5670: Apply some Solaris packaging fixes.
1522     * BUG 8107: Fix poll replacement to become a msleep replacement.
1523     * BUG 8344: Fix --with(out)-sendfile-support option handling.
1526 o   Volker Lendecke <vl@samba.org>
1527     * BUG 9223: Fix uninitialized variable in the cldap server.
1528     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
1531 o   Stefan Metzmacher <metze@samba.org>
1532     * BUG 9271: Several samba-tool fixes.
1533     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
1536 o   Matthieu Patou <mat@matws.net>
1537     * BUG 9240: Remove unused variable in DNS server.
1538     * BUG 9252: Preliminary tests for dcpromo in Windows 2012 fails with
1539       Samba DC.
1540     * BUG 9253: Crackname returns a dns domain name even if there is no cracked
1541       SID.
1542     * BUG 9255: Getncchanges with exop for repl_obj returns highest_usn.
1543     * BUG 9256: Getncchanges with exop for repl_obj_with_secrets should always
1544       be allowed for RWDC.
1545     * BUG 9257: LDAP server has at least one un-initialized variable.
1546     * BUG 9258: LDAP server ignore configuration values set in the database for
1547       timeout.
1548     * BUG 9259: rodc join fails complaining that it can't find a RWDC.
1549     * BUG 9260: kccdrs_replica_get_info returns invalid level when non
1550       supported should be returned.
1551     * BUG 9261: ds_replica_sync fails when specifying a name and not a guid.
1552     * BUG 9264: getncchanges returns invalid_parameters when it should return
1553       bad_nc.
1554     * BUG 9254: DsExecuteKCC returns wrong error code if taskid != 0.
1555     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
1558 o   Rusty Russell <rusty@rustcorp.com.au>
1559     * BUG 9268: Make tdb robust against shrinking tdbs.
1562 o   Andreas Schneider <asn@samba.org>
1563     * BUG 8769: Fix RAW printing for normal users.
1564     * BUG 9112: Increase debug level for info that the db is empty.
1565     * BUG 9244: Build pam_smbpass module only if enabled.
1566     * BUG 9245: Make sure the registry is set up before we init printing.
1567     * BUG 9276: Add config for systemd-tmpfiles.
1568     * BUG 9280: Add support for reloading systemd services.
1571 o   Karolin Seeger <kseeger@samba.org>
1572     * BUG 7826: Remove link to Using Samba.
1573     * BUG 8802: Add basic manpages for 'samba' and 'samba-tool'.
1574     * BUG 9165: Fix makerpms.sh on RHEL.
1575     * BUG 9243: Remove duplicate synonym min protocol.
1576     * BUG 9271: Several samba-tool fixes.
1579 o   Jelmer Vernooij <jelmer@samba.org>
1580     * BUG 9243: Add basic documentation for 'server min protocol'.
1581     * BUG 9271: Several samba-tool fixes.
1582     * BUG 9274: Add documentation for several parameters.
1585 o   Matthias Dieter Wallnöfer <mdw@samba.org>
1586     * BUG 9183: Introduce the wildcard binding feature to allow DNS to listen on
1587       localhost.
1590 CHANGES SINCE 4.0.0rc1
1591 ======================
1593 o   Michael Adam <obnox@samba.org>
1594     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
1595       close work as Windows.
1598 o   Jeremy Allison <jra@samba.org>
1599     * BUG 9161: Re-add the vfs_Chdir() cache.
1600     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
1601       blob.
1602     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
1605 o   Christian Ambach <ambi@samba.org>
1606     * BUG 9162: Fix the build of the GPFS VFS module.
1607     * BUG 9197: Only do 'printing_subsystem_update' when printing is enabled.
1610 o   Andrew Bartlett <abartlet@samba.org>
1611     * BUG 9228: Fix build on systems without ldap development headers.
1614 o   Alexander Bokovoy <ab@samba.org>
1615     * BUG 9157: Cleanup idmap_ldap build dependencies.
1616     * BUG 9228: Make smbldaphelper subsystem an internal library.
1617     * BUG 9229: Fix build of winbindd- and krb5 locator-related manpages.
1620 o   Sumit Bose <sbose@redhat.com>
1621     * BUG 9185: Allow DNS resolution of trusted domains if DNS name is
1622       available.
1625 o   Ira Cooper <ira@samba.org>
1626     * BUG 9162: Fix build on Illumos/Solaris using '--with-acl'.
1627     * BUG 9173: Compound requests should continue processing.
1630 o   Günther Deschner <gd@samba.org>
1631     * BUG 9185: Winbind cannot resolve AD DC in a different subnet.
1634 o   Björn Jacke <bj@sernet.de>
1635     * BUG 9162: Fix the build of the ACL VFS modules.
1636     * BUG 9172: Fix reporting of gfs2 quotas.
1639 o   Volker Lendecke <vl@samba.org>
1640     * BUG 9217: CreateFile with FILE_DIRECTORY_FILE can create directories
1641       on read-only shares.
1644 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
1645     * BUG 9192: Fix service control for non-internal services.
1648 o   Stefan Metzmacher <metze@samba.org>
1649     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
1650       close work as Windows.
1651     * BUG 9184: Fix receiving of UDP packets from 0 bytes.
1652     * BUG 9191: Release the share mode lock before calling exit_server().
1653     * BUG 9193: Fix usage of invalid memory in smb2_signing_check_pdu().
1654     * BUG 9194: Disallow '--prefix=/usr' and '--prefix=/usr/local' without
1655       '--enable-fhs'.
1656     * BUG 9198: Fix RHEL-CTDB packaging.
1659 o   Matthieu Patou <mat@matws.net>
1660     * BUG 9199: Fix usage of "panic action".
1661     * BUG 9233: Fix a non handled memory out of memory.
1664 o   Andreas Schneider <asn@samba.org>
1665     * BUG 8632: Fix builtin forms order to match Windows again.
1666     * BUG 9159: Fix generating idmap manpages.
1667     * BUG 9218: Don't segfault if user specified ports out for range.
1668     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
1669       registry.
1672 #######################################
1673 Reporting bugs & Development Discussion
1674 #######################################
1676 Please discuss this release on the samba-technical mailing list or by
1677 joining the #samba-technical IRC channel on irc.freenode.net.
1679 If you do report problems then please try to send high quality
1680 feedback. If you don't provide vital information to help us track down
1681 the problem then you will probably be ignored.  All bug reports should
1682 be filed under the Samba 4.0 product in the project's Bugzilla
1683 database (https://bugzilla.samba.org/).
1686 ======================================================================
1687 == Our Code, Our Bugs, Our Responsibility.
1688 == The Samba Team
1689 ======================================================================