WHATSNEW: Update release notes for Samba 4.0.2.
[ddiss/samba.git] / WHATSNEW.txt
1                    =============================
2                    Release Notes for Samba 4.0.2
3                          January 30, 2013
4                    =============================
5
6
7 This is a security release in order to address
8 CVE-2013-0213 (Clickjacking issue in SWAT) and
9 CVE-2013-0214 (Potential XSRF in SWAT).
10
11 o  CVE-2013-0213:
12    All current released versions of Samba are vulnerable to clickjacking in the
13    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
14    a malicious web page via a frame or iframe and then overlaid by other content,
15    an attacker could trick an administrator to potentially change Samba settings.
16
17    In order to be vulnerable, SWAT must have been installed and enabled
18    either as a standalone server launched from inetd or xinetd, or as a
19    CGI plugin to Apache. If SWAT has not been installed or enabled (which
20    is the default install state for Samba) this advisory can be ignored.
21
22 o  CVE-2013-0214:
23    All current released versions of Samba are vulnerable to a cross-site
24    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
25    user's password and then tricking a user who is authenticated with SWAT into
26    clicking a manipulated URL on a different web page, it is possible to manipulate
27    SWAT.
28
29    In order to be vulnerable, the attacker needs to know the victim's password.
30    Additionally SWAT must have been installed and enabled either as a standalone
31    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
32    not been installed or enabled (which is the default install state for Samba)
33    this advisory can be ignored.
34
35
36 Changes since 4.0.1:
37 ====================
38
39 o   Kai Blin <kai@samba.org>
40     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
41     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
42
43
44 #######################################
45 Reporting bugs & Development Discussion
46 #######################################
47
48 Please discuss this release on the samba-technical mailing list or by
49 joining the #samba-technical IRC channel on irc.freenode.net.
50
51 If you do report problems then please try to send high quality
52 feedback. If you don't provide vital information to help us track down
53 the problem then you will probably be ignored.  All bug reports should
54 be filed under the Samba 4.0 product in the project's Bugzilla
55 database (https://bugzilla.samba.org/).
56
57
58 ======================================================================
59 == Our Code, Our Bugs, Our Responsibility.
60 == The Samba Team
61 ======================================================================
62
63
64 Release notes for older releases follow:
65 ----------------------------------------
66
67                    =============================
68                    Release Notes for Samba 4.0.1
69                           January 15, 2013
70                    =============================
71
72
73 This is a security release in order to address CVE-2013-0172.
74
75 o  CVE-2013-0172:
76    Samba 4.0.0 as an AD DC may provide authenticated users with write access
77    to LDAP directory objects.
78
79    In AD, Access Control Entries can be assigned based on the objectClass
80    of the object.  If a user or a group the user is a member of has any
81    access based on the objectClass, then that user has write access to that
82    object.
83
84    Additionally, if a user has write access to any attribute on the object,
85    they may have access to write to all attributes.
86
87    An important mitigation is that anonymous access is totally disabled by
88    default.  The second important mitigation is that normal users are
89    typically only given the problematic per-objectClass right via the
90    "pre-windows 2000 compatible access" group, and Samba 4.0.0 incorrectly
91    does not make "authenticated users" part of this group.
92
93 Changes since 4.0.0:
94 ====================
95
96 o   Andrew Bartlett <abartlet@samba.org>
97     * Bug 9554 - CVE-2013-0172 - Samba 4.0 as an AD DC may provide authenticated
98       users with write access to LDAP directory objects.
99
100 #######################################
101 Reporting bugs & Development Discussion
102 #######################################
103
104 Please discuss this release on the samba-technical mailing list or by
105 joining the #samba-technical IRC channel on irc.freenode.net.
106
107 If you do report problems then please try to send high quality
108 feedback. If you don't provide vital information to help us track down
109 the problem then you will probably be ignored.  All bug reports should
110 be filed under the Samba 4.0 product in the project's Bugzilla
111 database (https://bugzilla.samba.org/).
112
113
114 ======================================================================
115 == Our Code, Our Bugs, Our Responsibility.
116 == The Samba Team
117 ======================================================================
118
119
120 ----------------------------------------------------------------------
121
122
123                    =============================
124                    Release Notes for Samba 4.0.0
125                          December 11, 2012
126                    =============================
127
128
129 This is is the first stable release of Samba 4.0.
130
131 This release contains the best of all of Samba's
132 technology parts, both a file server (that you can reasonably expect
133 to upgrade existing Samba 3.x releases to) and the AD domain
134 controller work previously known as 'Samba4'.
135
136 Major enhancements in Samba 4.0.0 include:
137
138 Active Directory services
139 =========================
140
141 Samba 4.0 supports the server-side of the Active Directory logon
142 environment used by Windows 2000 and later, so we can do full domain
143 join and domain logon operations with these clients.
144
145 Our Domain Controller (DC) implementation includes our own built-in
146 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
147 Samba3-like logon services provided over CIFS.  We correctly generate
148 the infamous Kerberos PAC, and include it with the Kerberos tickets we
149 issue.
150
151 When running an AD DC, you only need to run 'samba' (not smbd/nmbd/winbindd),
152 as the required services are co-coordinated by this master binary.
153 The tool to administer the Active Directory services is called 'samba-tool'.
154
155 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
156
157   http://wiki.samba.org/index.php/Samba4/HOWTO
158
159
160 File Services
161 =============
162
163 Samba 4.0.0 ships with two distinct file servers.  We now use the
164 file server from the Samba 3.x series 'smbd' for all file serving by
165 default.
166
167 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
168 is what was used prior to the beta2 release of Samba 4.0, and is
169 tuned to match the requirements of an AD domain controller.  We
170 continue to support this, not only to provide continuity to
171 installations that have deployed it as part of an AD DC, but also as a
172 running example of the NT-FSA architecture we expect to move smbd to in
173 the longer term.
174
175 For pure file server work, the binaries users would expect from that
176 series (smbd, nmbd, winbindd, smbpasswd) continue to be available.
177
178
179 DNS
180 ===
181
182 As DNS is an integral part of Active Directory, we also provide two DNS
183 solutions, a simple internal DNS server for 'out of the box' configurations
184 and a more elaborate BIND plugin using the BIND DLZ mechanism in versions
185 9.8 and 9.9. During the provision, you can select which backend to use.
186 With the internal backend, your DNS server is good to go.
187 If you chose the BIND_DLZ backend, a configuration file will be generated
188 for bind to make it use this plugin, as well as a file explaining how to
189 set up bind.
190
191
192 NTP
193 ===
194
195 To provide accurate timestamps to Windows clients, we integrate with
196 the NTP project to provide secured NTP replies.  To use you need to
197 start ntpd and configure it with the 'restrict ... ms-sntp' and
198 ntpsigndsocket options.
199
200
201 Python Scripting Interface
202 ==========================
203
204 A new scripting interface has been added to Samba 4, allowing
205 Python programs to interface to Samba's internals, and many tools and
206 internal workings of the DC code is now implemented in python.
207
208
209 Known Issues
210 ============
211
212 - Replication of DNS data from one AD server to another may not work.
213   The DNS data used by the internal DNS server and bind9_dlz is stored
214   in an application partition in our directory.  The replication of
215   this partition is not yet reliable.
216
217 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
218   containing _.  A workaround will be in a future release.
219
220 - samba_upgradeprovision should not be run when upgrading to this release
221   from a recent release.  No important database format changes have
222   been made since alpha16.
223
224 - Installation on systems without a system iconv (and developer
225   headers at compile time) is known to cause errors when dealing with
226   non-ASCII characters.
227
228 - Domain member support in the 'samba' binary is in its infancy, and
229   is not comparable to the support found in winbindd.  As such, do not
230   use the 'samba' binary (provided for the AD server) on a member
231   server.
232
233 - There is no NetBIOS browsing support (network neighbourhood)
234   available for the AD domain controller.  (Support in nmbd and smbd
235   for classic domains and member/standalone servers is unchanged).
236
237 - Clock Synchronisation is critical.  Many 'wrong password' errors are
238   actually due to Kerberos objecting to a clock skew between client
239   and server.  (The NTP work in the previous alphas are partly to assist
240   with this problem).
241
242 - The DRS replication code may fail.  Please contact the team if you
243   experience issues with DRS replication, as we have fixed many issues
244   here in response to feedback from our production users.
245
246 - Linux inotify will now only be supported on systems where glibc also supports
247   it (for details, please refer to bug #8850).
248
249
250 Upgrading
251 =========
252
253 Users upgrading from Samba 3.x domain controllers and wanting to use
254 Samba 4.0 as an AD DC should use the 'samba-tool domain
255 classicupgrade' command.  See the wiki for more details:
256 https://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO.
257
258 Users upgrading from Samba 4.0 alpha and beta releases since alpha15
259 should run 'samba-tool dbcheck --cross-ncs --fix' before re-starting
260 Samba.  Users upgrading from earlier alpha releases should contact the
261 team for advice.
262
263 Users upgrading an AD DC from any previous release should run
264 'samba-tool ntacl sysvolreset' to re-sync ACLs on the sysvol share
265 with those matching the GPOs in LDAP and the defaults from an initial
266 provision.  This will set an underlying POSIX ACL if required (eg not
267 using the NTVFS file server).
268
269 If you used the BIND9_FLATFILE or BIND9_DLZ features,
270 you'll have to add '-dns' to the 'server services' option,
271 as the internal dns server (SAMBA_INTERNAL) is the default now.
272
273
274 Supported features
275 ==================
276
277 A whitepaper of currently (un-)supported features is available on the wiki:
278
279   https://wiki.samba.org/index.php/Samba_4.0_Whitepaper
280
281
282 ######################################################################
283 Changes
284 #######
285
286 smb.conf changes
287 ----------------
288
289    Parameter Name                       Description
290    --------------                       -----------
291
292    acl compatibility                    Removed
293    allow dns updates                    New
294    announce as                          Removed
295    announce version                     Removed
296    cldap port                           New
297    client max protocol                  New
298    client min protocol                  New
299    client signing                       Changed default
300    dcerpc endpoint servers              New
301    dgram port                           New
302    directory security mask              Removed
303    display charset                      Removed
304    dns forwarder                        New
305    dns update command                   New
306    force security mode                  Removed
307    force directory security mode        Removed
308    homedir map                          Changed default
309    kernel oplocks                       Changed default
310    kernel share modes                   New
311    kpasswd port                         New
312    krb5 port                            New
313    nbt client socket address            New
314    nbt port                             New
315    nsupdate command                     New
316    ntp signd socket directory           New
317    ntvfs handler                        New
318    paranoid server security             Removed
319    pid directory                        New
320    printer admin                        Removed
321    rndc command                         New
322    rpc big endian                       New
323    samba kcc command                    New
324    security mask                        Removed
325    send spnego principal                Removed
326    server max protocol                  New
327    server min protocol                  New
328    server role                          New
329    server services                      New
330    server signing                       Changed default
331    share backend                        New
332    share modes                          Removed
333    smb2 max read                        Changed default
334    smb2 max write                       Changed default
335    smb2 max trans                       Changed default
336    socket address                       Removed
337    spn update command                   New
338    time offset                          Removed
339    tls cafile                           New
340    tls certfile                         New
341    tls crlfile                          New
342    tls dh params file                   New
343    tls enabled                          New
344    tls keyfile                          New
345    unicode                              New
346    web port                             New
347    winbindd privileged socket directory New
348    winbind sealed pipes                 New
349    winbindd socket directory            New
350
351
352 CHANGES SINCE 4.0.0rc6
353 ======================
354
355 o   Michael Adam <obnox@samba.org>
356     * BUG 9414: Honor password complexity settings.
357     * BUG 9456: developer-build: Fix panic when acl_xattr fails with access
358       denied.
359     * BUG 9457: Fix "map username script" with "security=ads" and Winbind.
360
361
362 o   Jeremy Allison <jra@samba.org>
363     * BUG 9462: Users can not be given write permissions any more by default.
364
365
366 o   Andrew Bartlett <abartlet@samba.org>
367     * BUG 9415: Install SWAT *.msg files with waf.
368
369
370 o   Alexander Bokovoy <ab@samba.org>
371     * BUG 9479: Support FIPS mode when building Samba.
372
373
374 o   Günther Deschner <gd@samba.org>
375     * BUG 9438: Fix netr_ServerPasswordSet2, netr_LogonSamLogon with netlogon
376       AES.
377
378
379 o   Tsukasa Hamano <hamano@osstech.co.jp>
380     * BUG 9471: Fix SEGV when using second vfs module.
381
382
383 o   Stefan Metzmacher <metze@samba.org>
384     * BUG 9414: Honor password complexity settings.
385     * BUG 9470: Fix MMC crashes.
386     * BUG 9481: Fix ACL on "cn=partitions,cn=configuration".
387
388
389 o   Andreas Schneider <asn@samba.org>
390     * BUG 9459: Install manpages only if we install the target.
391
392
393 o   Richard Sharpe <realrichardsharpe@gmail.com>
394     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
395
396
397 CHANGES SINCE 4.0.0rc5
398 ======================
399
400 In this release candidate, we have a significant number of improvements
401 to our Access Control List (ACL) code, particularly for the Active
402 Directory Domain Controller, but also in our general purpose file
403 server.
404
405 These changes are important, as they enable Group Policy Objects to work
406 correctly, allow administrators to impose restrictions on some users
407 reading certain parts of the directory and correctly propagating
408 inherited ACLs down the LDAP directory tree.
409
410 Users of the Active Directory Domain Controller upgrading from any
411 previous release should run 'samba-tool ntacl sysvolreset' to re-sync
412 ACLs on the sysvol share with those matching the GPOs in LDAP and the
413 defaults from an initial provision.  This will set an underlying POSIX
414 ACL if required.
415
416 The ACLs in the Active Directory are also checked on searches by default.
417 The automatic inheritance of ACLs is also correctly recalculated on
418 changes now.
419
420 o   Michael Adam <obnox@samba.org>
421     * BUG 9350: Fail "configure --with-ads" if ads support is not available.
422     * BUG 9446: Id mapping code delivers inconsistent results.
423     * BUG 9453: Fix building pdb_ldap as shared module.
424
425
426 o   Jeremy Allison <jra@samba.org>
427     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
428     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
429       ACLs backend.
430
431
432 o   Christian Ambach <ambi@samba.org>
433     * BUG 9178: Add DMAPI configure option and checks.
434     * BUG 9274: Document shadow:snapdirseverywhere option of vfs_shadow_copy2.
435     * BUG 9339: Backport build fixes from master.
436     * BUG 9411: aio read marks the file as modified.
437     * BUG 9413: Fix waf build on AIX6.
438
439
440 o   Andrew Bartlett <abartlet@samba.org>
441     * BUG 9121: Provide and use setproctitle replacement function for samba4
442       processes on linux.
443     * BUG 9271: samba-tool: Rework ldap attribute fetch in classicupgrade for
444       missing attributes.
445     * BUG 9421: Fix several build issues.
446     * BUG 9448: Backport several crash bugs from master.
447
448
449 o   Sumit Bose <sbose@redhat.com>
450     * BUG 9367: Use work around for 'winbind use default domain' only if it
451       is set.
452
453
454 o   Kai Blin <kai@samba.org>
455     * BUG 9399 - 'samba-tool dns serverinfo localhost' returns 'Memory
456       allocation error'.
457     * BUG 9449: Remove unused samba-dig tool.
458
459
460 o   Günther Deschner <gd@samba.org>
461     * BUG 9426: rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port().
462     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
463     * BUG 9451: Allow to force DNS updates using net.
464
465
466 o   David Disseldorp <ddiss@samba.org>
467     * BUG 9433: spoolss: Fix segfault when "default devmode" is disabled.
468
469
470 o   Amitay Isaacs <amitay@gmail.com>
471     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
472     * BUG 9354: Fix format string vulnerability in an error message.
473
474
475 o   Volker Lendecke <vl@samba.org>
476     * BUG 9422: Large read requests cause server to issue malformed reply.
477     * BUG 9440: Do not rely on dbwrap_record_get_value to return a talloc
478       object.
479
480
481 o   Stefan Metzmacher <metze@samba.org>
482     * BUG 8620: Read ACL are not enabled by default on DS.
483     * BUG 8621: ACL are not recalculated if parent is changed and inherit is
484       enabled.
485     * BUG 9373: samba-tool: Report a CommandError if loading of the config file
486       fails.
487     * BUG 9385: Add missing newline in the output of ldb_ldif_write_trace().
488     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
489     * BUG 9402: lib/addns: Fix working with a bind9 server.
490     * BUG 9406: ACL fixes since 4.0 rc1.
491     * BUG 9447: Backport tests from master.
492     * BUG 9448: Backport several crash bugs from master.
493
494
495 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
496     * BUG 9449: Remove phpldapadmin inclusion.
497
498
499 o   Matthieu Patou <mat@matws.net>
500     * BUG 9418: Fix MD5 detection in the autoconf build.
501
502
503 o   Arvid Requate <requate@univention.de>
504     * BUG 9376: Fix typo in got_duplicate_group check.
505     * BUG 9392: Fix 'samba-tool fsmo --role=schema'.
506
507
508 o   Andreas Schneider <asn@samba.org>
509     * BUG 9386: Failover if netlogon pipe is not available.
510     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
511
512
513 o   Karolin Seeger <kseeger@samba.org>
514     * BUG 9425: Do not build ntdb by default.
515     * BUG 9437: Warnings when building manpages with waf.
516     * BUG 9443: Manpages of the libraries are located in different
517       subdirectories.
518     * BUG 9444: Merge both samba.8 manpages.
519     * BUG 9445: Update man 7 samba.
520
521
522 o   Jelmer Vernooij <jelmer@samba.org>
523     * BUG 9339: Backport build fixes from master.
524
525
526 CHANGES SINCE 4.0.0rc4
527 ======================
528
529 With this release candidate the location of the socket samba accepts
530 connections from NTPd has changed, as has the enforced permissions.
531
532 This means the ntp.conf will need to change from (eg)
533
534 ntpsigndsocket /usr/local/samba/var/run/ntp_signd/
535
536 to
537
538 ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/
539
540 To use the socket with ntp on a system with an ntp user and group, you must
541 run:
542
543 chgrp ntp /usr/local/samba/var/lib/ntp_signd/
544
545 o   Michael Adam <obnox@samba.org>
546     * BUG 9321: winbindd:cache: Fix offline logons with cached credentials.
547     * BUG 9339: Build and quota fixes.
548     * BUG 9353: Fix the cluster(ctdb) build without system talloc installed.
549
550
551 o   Christian Ambach <ambi@samba.org>
552     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
553       NFSv4 filesystem.
554     * BUG 9361: Quotas management doesn't work with SMB2/3.
555
556
557 o   Andrew Bartlett <abartlet@samba.org>
558     * BUG 9317: Cannot easily change to internal DNS server.
559     * BUG 9338: lib/replace: Return size of xattr if size argument is 0.
560     * BUG 9339: Build and quota fixes.
561     * BUG 9340: Do not use the wheel group for 'administrators'.
562     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
563     * BUG 9352: Fix samba crashes with certain RPC calls.
564     * BUG 9355: Set mask values to 0777 and use fileserver.conf.
565     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
566     * BUG 9379: ntp_signd permissions are too broad.
567
568
569 o   Björn Baumbach <bb@sernet.de>
570     * BUG 9300: vfs_streams_depot: Add delete_lost option.
571     * BUG 9348: Fix the build against older ctdb versions.
572     * BUG 9345: fix use of <smbconfoption> tag.
573     * BUG 9349: Fix check for ctdb_private.h
574     * BUG 9351: Fail "configure --with-cluster-support" if ctdb support is not
575       available.
576
577
578 o   Ira Cooper <ira@samba.org>
579     * BUG 9339: Build and quota fixes.
580
581
582 o   Günther Deschner <gd@samba.org>
583     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
584
585
586 o   David Disseldorp <ddiss@samba.org>
587     * BUG 9125: Revert "s3-winbindd: make sure we obey the -n switch
588       also for samlogon cache access" and describe samlogon cache caveat for
589       'winbindd -n'.
590
591
592 o   Björn Jacke <bj@sernet.de>
593     * BUG 7472: Check for dn_expand also in libinet.
594     * BUG 9339: Build and quota fixes.
595
596
597 o   Volker Lendecke <vl@samba.org>
598     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
599       NFSv4 filesystem.
600     * BUG 9352: dsdb: Simplify DsCrackNameOneFilter a bit.
601
602
603 o   Stefan Metzmacher <metze@samba.org>
604     * BUG 8620: Read ACL are not enabled by default on DS.
605     * BUG 9175: Add smbXcli_session_set_disconnect_expired().
606     * BUG 9341: Fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile().
607     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
608     * BUG 9360: SMB1 tree connect time is wrong.
609
610
611 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
612     * BUG 9339: Build and quota fixes.
613
614
615 o   Rusty Russell <rusty@rustcorp.com.au>
616     * BUG 9339: Build and quota fixes.
617
618
619 o   Christof Schmitt <christof.schmitt@us.ibm.com>
620     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
621
622
623 o   Andreas Schneider <asn@samba.org>
624     * BUG 9326: Fix 'net ads join' message for the dns domain.
625     * BUG 9336: Add NetworkManager dispatcher script for Winbind.
626     * BUG 9339: Build and quota fixes.
627
628
629 o   Jelmer Vernooij <jelmer@samba.org>
630     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
631
632
633 CHANGES SINCE 4.0.0rc3
634 ======================
635
636 o   Michael Adam <obnox@samba.org>
637     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
638     * BUG 9319: validate stat(2) information before reconnect durable handles.
639
640
641 o   Jeremy Allison <jra@samba.org>
642     * BUG 9190: Fix regression (change in behavior) of default acl masks.
643       Remove "security mask", "force security mode", "directory security mask"
644       "force directory" and "security mode" parameters.
645     * BUG 9329: Directory listing with SeBackup can crash smbd.
646
647
648 o   Andrew Bartlett <abartlet@samba.org>
649     * BUG 9295: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind
650       are builtin.
651     * BUG 9322: Backport ldb version update.
652
653
654 o   Björn Baumbach <bb@sernet.de>
655     * BUG 9190: docs: Fix opening and ending tag mismatch: para.
656
657
658 o   Gregor Beck <gbeck@sernet.de>
659     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
660
661
662 o   David Disseldorp <ddiss@suse.de>
663     * BUG 8564: Fix segfault in pam_sm_authenticate().
664
665
666 o   Stefan Metzmacher <metze@samba.org>
667     * BUG 9184: Fix loop in tdgram_bsd_recvfrom().
668     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
669     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
670     * BUG 9309: Avoid a level 0 DEBUG if tstream_npa_connect_recv fails.
671     * BUG 9318: Fix write time updates for durable handles.
672
673
674 o   Andreas Schneider <asn@samba.org>
675     * BUG 9295: Build standard auth modules as internal modules.
676     * BUG 9301: Move 'smbprint' to a common location.
677
678
679 o   Jelmer Vernooij <jelmer@samba.org>
680     * BUG 9274: Add documentation and selftest fixes.
681
682
683 CHANGES SINCE 4.0.0rc2
684 ======================
685
686 o   Jeremy Allison <jra@samba.org>
687     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
688     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
689     * BUG 9214: Bad user supplied SMB2 credit value can cause smbd to call
690       smb_panic.
691     * BUG 9222: Document that signing cannot be disabled for SMB2 by design.
692
693
694 o   Andrew Bartlett <abartlet@samba.org>
695     * BUG 9235: Update Samba3-HOWTO Collection.
696     * BUG 9271: samba-tool: Skip chown in sysvolreset when it would fail on
697       a GID.
698     * BUG 9274: Update Samba3-HOWTO Collection.
699
700
701 o   Björn Baumbach <bb@sernet.de>
702     * BUG 9235: Fix opening and ending tag mismatch in Samba3-HOWTO.
703     * BUG 9271: Fix typos in samba_backup.
704     * BUG 9274: Add delete_lost option to vfs_streams_depot.8.
705
706
707 o   Kai Blin <kai@samba.org>
708     * BUG 9225: Fix return code for deleted DNS records.
709     * BUG 8878: Time out UDP requests after DNS_REQUEST_TIMEOUT seconds.
710
711
712 o   Günther Deschner <gd@samba.org>
713     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has
714     failed.
715
716
717 o   David Disseldorp <ddiss@samba.org>
718     * BUG 9269: Fix 64bit-portability-issue.
719
720
721 o   Björn Jacke <bj@sernet.de>
722     * BUG 5670: Apply some Solaris packaging fixes.
723     * BUG 8107: Fix poll replacement to become a msleep replacement.
724     * BUG 8344: Fix --with(out)-sendfile-support option handling.
725
726
727 o   Volker Lendecke <vl@samba.org>
728     * BUG 9223: Fix uninitialized variable in the cldap server.
729     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
730
731
732 o   Stefan Metzmacher <metze@samba.org>
733     * BUG 9271: Several samba-tool fixes.
734     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
735
736
737 o   Matthieu Patou <mat@matws.net>
738     * BUG 9240: Remove unused variable in DNS server.
739     * BUG 9252: Preliminary tests for dcpromo in Windows 2012 fails with
740       Samba DC.
741     * BUG 9253: Crackname returns a dns domain name even if there is no cracked
742       SID.
743     * BUG 9255: Getncchanges with exop for repl_obj returns highest_usn.
744     * BUG 9256: Getncchanges with exop for repl_obj_with_secrets should always
745       be allowed for RWDC.
746     * BUG 9257: LDAP server has at least one un-initialized variable.
747     * BUG 9258: LDAP server ignore configuration values set in the database for
748       timeout.
749     * BUG 9259: rodc join fails complaining that it can't find a RWDC.
750     * BUG 9260: kccdrs_replica_get_info returns invalid level when non
751       supported should be returned.
752     * BUG 9261: ds_replica_sync fails when specifying a name and not a guid.
753     * BUG 9264: getncchanges returns invalid_parameters when it should return
754       bad_nc.
755     * BUG 9254: DsExecuteKCC returns wrong error code if taskid != 0.
756     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
757
758
759 o   Rusty Russell <rusty@rustcorp.com.au>
760     * BUG 9268: Make tdb robust against shrinking tdbs.
761
762
763 o   Andreas Schneider <asn@samba.org>
764     * BUG 8769: Fix RAW printing for normal users.
765     * BUG 9112: Increase debug level for info that the db is empty.
766     * BUG 9244: Build pam_smbpass module only if enabled.
767     * BUG 9245: Make sure the registry is set up before we init printing.
768     * BUG 9276: Add config for systemd-tmpfiles.
769     * BUG 9280: Add support for reloading systemd services.
770
771
772 o   Karolin Seeger <kseeger@samba.org>
773     * BUG 7826: Remove link to Using Samba.
774     * BUG 8802: Add basic manpages for 'samba' and 'samba-tool'.
775     * BUG 9165: Fix makerpms.sh on RHEL.
776     * BUG 9243: Remove duplicate synonym min protocol.
777     * BUG 9271: Several samba-tool fixes.
778
779
780 o   Jelmer Vernooij <jelmer@samba.org>
781     * BUG 9243: Add basic documentation for 'server min protocol'.
782     * BUG 9271: Several samba-tool fixes.
783     * BUG 9274: Add documentation for several parameters.
784
785
786 o   Matthias Dieter Wallnöfer <mdw@samba.org>
787     * BUG 9183: Introduce the wildcard binding feature to allow DNS to listen on
788       localhost.
789
790
791 CHANGES SINCE 4.0.0rc1
792 ======================
793
794 o   Michael Adam <obnox@samba.org>
795     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
796       close work as Windows.
797
798
799 o   Jeremy Allison <jra@samba.org>
800     * BUG 9161: Re-add the vfs_Chdir() cache.
801     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
802       blob.
803     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
804
805
806 o   Christian Ambach <ambi@samba.org>
807     * BUG 9162: Fix the build of the GPFS VFS module.
808     * BUG 9197: Only do 'printing_subsystem_update' when printing is enabled.
809
810
811 o   Andrew Bartlett <abartlet@samba.org>
812     * BUG 9228: Fix build on systems without ldap development headers.
813
814
815 o   Alexander Bokovoy <ab@samba.org>
816     * BUG 9157: Cleanup idmap_ldap build dependencies.
817     * BUG 9228: Make smbldaphelper subsystem an internal library.
818     * BUG 9229: Fix build of winbindd- and krb5 locator-related manpages.
819
820
821 o   Sumit Bose <sbose@redhat.com>
822     * BUG 9185: Allow DNS resolution of trusted domains if DNS name is
823       available.
824
825
826 o   Ira Cooper <ira@samba.org>
827     * BUG 9162: Fix build on Illumos/Solaris using '--with-acl'.
828     * BUG 9173: Compound requests should continue processing.
829
830
831 o   Günther Deschner <gd@samba.org>
832     * BUG 9185: Winbind cannot resolve AD DC in a different subnet.
833
834
835 o   Björn Jacke <bj@sernet.de>
836     * BUG 9162: Fix the build of the ACL VFS modules.
837     * BUG 9172: Fix reporting of gfs2 quotas.
838
839
840 o   Volker Lendecke <vl@samba.org>
841     * BUG 9217: CreateFile with FILE_DIRECTORY_FILE can create directories
842       on read-only shares.
843
844
845 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
846     * BUG 9192: Fix service control for non-internal services.
847
848
849 o   Stefan Metzmacher <metze@samba.org>
850     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
851       close work as Windows.
852     * BUG 9184: Fix receiving of UDP packets from 0 bytes.
853     * BUG 9191: Release the share mode lock before calling exit_server().
854     * BUG 9193: Fix usage of invalid memory in smb2_signing_check_pdu().
855     * BUG 9194: Disallow '--prefix=/usr' and '--prefix=/usr/local' without
856       '--enable-fhs'.
857     * BUG 9198: Fix RHEL-CTDB packaging.
858
859
860 o   Matthieu Patou <mat@matws.net>
861     * BUG 9199: Fix usage of "panic action".
862     * BUG 9233: Fix a non handled memory out of memory.
863
864
865 o   Andreas Schneider <asn@samba.org>
866     * BUG 8632: Fix builtin forms order to match Windows again.
867     * BUG 9159: Fix generating idmap manpages.
868     * BUG 9218: Don't segfault if user specified ports out for range.
869     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
870       registry.
871
872
873 #######################################
874 Reporting bugs & Development Discussion
875 #######################################
876
877 Please discuss this release on the samba-technical mailing list or by
878 joining the #samba-technical IRC channel on irc.freenode.net.
879
880 If you do report problems then please try to send high quality
881 feedback. If you don't provide vital information to help us track down
882 the problem then you will probably be ignored.  All bug reports should
883 be filed under the Samba 4.0 product in the project's Bugzilla
884 database (https://bugzilla.samba.org/).
885
886
887 ======================================================================
888 == Our Code, Our Bugs, Our Responsibility.
889 == The Samba Team
890 ======================================================================
891