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