s3-libnet: Add libnet_join_get_machine_spns().
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 4.1.12
3                          September 8, 2014
4                    ==============================
5
6
7 This is the latest stable release of Samba 4.1.
8
9 Major enhancements in Samba 4.1.12 include:
10
11 o  New parameter "winbind request timeout" has been added (bug #3204). Please
12    see smb.conf man page for details.
13 o  Fix smbd crashes when filename contains non-ascii character (bug #10716).
14 o  dnsserver: Handle updates of tombstoned dnsNode objects (bug #10749).
15
16
17 Changes since 4.1.11:
18 ---------------------
19
20 o   Michael Adam <obnox@samba.org>
21     * BUG 10369: build: Fix configure to honour '--without-dmapi'.
22     * BUG 10737: s3:idmap: Don't log missing range config if range checking not
23       requested.
24     * BUG 10741: Fix flapping VFS gpfs offline bit.
25
26
27 o   Jeremy Allison <jra@samba.org>
28     * BUG 3204: s3: winbindd: On new client connect, prune idle or hung
29       connections older than "winbind request timeout". Add new parameter
30       "winbind request timeout".
31     * BUG 10640: lib: tevent: make TEVENT_SIG_INCREMENT atomic.
32     * BUG 10650: Make "case sensitive = True" option working with
33       "max protocol = SMB2" or higher in large directories.
34     * BUG 10716: Fix smbd crashes when filename contains non-ascii
35       character.
36     * BUG 10728: 'net time': Fix usage and core dump.
37     * BUG 10773: s3: smbd: POSIX ACLs. Remove incorrect check for
38       SECINFO_PROTECTED_DACL in incoming security_information flags in
39       posix_get_nt_acl_common().
40     * BUG 10794: vfs_dirsort: Fix an off-by-one error that can cause
41       uninitialized memory read.
42
43
44 o   Björn Baumbach <bb@sernet.de>
45     * BUG 10543: s3: Enforce a positive allocation_file_size for non-empty
46       files.
47
48
49 o   Kai Blin <kai@samba.org>
50     * BUG 10466: provision: Correctly provision the SOA record minimum TTL.
51
52
53 o   David Disseldorp <ddiss@samba.org>
54     * BUG 10652: Samba 4 consuming a lot of CPU when re-reading printcap info.
55     * BUG 10787: dosmode: Fix FSCTL_SET_SPARSE request validation.
56
57
58 o   Amitay Isaacs <amitay@gmail.com>
59     * BUG 10742: s4-rpc: dnsserver: Allow . to be specified for @ record.
60
61
62 o   Daniel Kobras <d.kobras@science-computing.de>
63     * BUG 10731: sys_poll_intr: Fix timeout arithmetic.
64
65
66 o   Ross Lagerwall <rosslagerwall@gmail.com>
67     * BUG 10778: s3:libsmb: Set a max charge for SMB2 connections.
68
69
70 o   Volker Lendecke <vl@samba.org>
71     * BUG 10716: lib: strings: Simplify strcasecmp.
72     * BUG 10758: lib: Remove unused nstrcpy.
73     * BUG 10782: smbd: Properly initialize mangle_hash.
74
75
76 o   Stefan Metzmacher <metze@samba.org>
77     * BUG 9831: s4:setup/dns_update_list: make use of the new substitution
78       variables.
79     * BUG 10723: Allow netr_ServerReqChallenge() and netr_ServerAuthenticate3()
80       on different connections.
81     * BUG 10749: s4-rpc: dnsserver: Handle updates of tombstoned dnsNode
82       objects.
83     * BUG 10751: s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when
84       explicitly asked for.
85     * BUG 10773: libcli/security: Add better detection of
86       SECINFO_[UN]PROTECTED_[D|S]ACL in get_sec_info().
87
88
89 o   Marc Muehlfeld <mmuehlfeld@samba.org>
90     * BUG 10761: docs: Fix typos in smb.conf (inherit acls).
91
92
93 o   Shirish Pargaonkar <spargaonkar@suse.com>
94     * BUG 10755: samba: Retain case sensitivity of cifs client.
95
96
97 o   Arvid Requate <requate@univention.de>
98     * BUG 9570: passdb: Fix NT_STATUS_NO_SUCH_GROUP.
99
100
101 o   Har Gagan Sahai <SHarGagan@novell.com>
102     * BUG 10759: Fix a memory leak in cli_set_mntpoint().
103
104
105 o   Roel van Meer <roel@1afa.com>
106     * BUG 10777: Don't discard result of checking grouptype.
107
108
109 #######################################
110 Reporting bugs & Development Discussion
111 #######################################
112
113 Please discuss this release on the samba-technical mailing list or by
114 joining the #samba-technical IRC channel on irc.freenode.net.
115
116 If you do report problems then please try to send high quality
117 feedback. If you don't provide vital information to help us track down
118 the problem then you will probably be ignored.  All bug reports should
119 be filed under the Samba 4.1 product in the project's Bugzilla
120 database (https://bugzilla.samba.org/).
121
122
123 ======================================================================
124 == Our Code, Our Bugs, Our Responsibility.
125 == The Samba Team
126 ======================================================================
127
128
129 Release notes for older releases follow:
130 ----------------------------------------
131
132 ======================================================================
133
134                    ==============================
135                    Release Notes for Samba 4.1.11
136                            August 1, 2014
137                    ==============================
138
139
140 This is a security release in order to address
141 CVE-2014-3560 (Remote code execution in nmbd).
142
143 o  CVE-2014-3560:
144    Samba 4.0.0 to 4.1.10 are affected by a remote code execution attack on
145    unauthenticated nmbd NetBIOS name services.
146
147    A malicious browser can send packets that may overwrite the heap of
148    the target nmbd NetBIOS name services daemon. It may be possible to
149    use this to generate a remote code execution vulnerability as the
150    superuser (root).
151
152
153 Changes since 4.1.10:
154 ---------------------
155
156 o   Volker Lendecke <vl@samba.org>
157     * BUG 10735: CVE-2014-3560: Fix unstrcpy macro length.
158
159
160 #######################################
161 Reporting bugs & Development Discussion
162 #######################################
163
164 Please discuss this release on the samba-technical mailing list or by
165 joining the #samba-technical IRC channel on irc.freenode.net.
166
167 If you do report problems then please try to send high quality
168 feedback. If you don't provide vital information to help us track down
169 the problem then you will probably be ignored.  All bug reports should
170 be filed under the Samba 4.1 product in the project's Bugzilla
171 database (https://bugzilla.samba.org/).
172
173
174 ======================================================================
175 == Our Code, Our Bugs, Our Responsibility.
176 == The Samba Team
177 ======================================================================
178
179
180 ----------------------------------------------------------------------
181
182
183                    ==============================
184                    Release Notes for Samba 4.1.10
185                            July 28, 2014
186                    ==============================
187
188
189 This is the latest stable release of Samba 4.1.
190
191
192 Changes since 4.1.9:
193 --------------------
194
195 o   Michael Adam <obnox@samba.org>
196     * BUG 10693: Backport ldb-1.1.17 + changes from master.
197
198
199 o   Jeremy Allison <jra@samba.org>
200     * BUG 10587: s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx
201       SMB1 servers.
202     * BUG 10653: Samba won't start on a machine configured with only IPv4.
203     * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
204       share mode violation.
205     * BUG 10673: s3: SMB2: Fix leak of blocking lock records in the database.
206     * BUG 10684: SMB1 blocking locks can fail notification on unlock, causing
207       client timeout.
208     * BUG 10685: s3: smbd: Locking, fix off-by one calculation in
209       brl_pending_overlap().
210     * BUG 10692: wbcCredentialCache fails if challenge_blob is not first.
211
212
213 o   Christian Ambach <ambi@samba.org>
214     * BUG 10693: lib/ldb: Fix compiler warnings.
215
216
217 o   Andrew Bartlett <abartlet@samba.org>
218     * BUG 8077: dbcheck: Add check and test for various invalid userParameters
219       values.
220     * BUG 8449: Simple use case results in "no talloc stackframe around, leaking
221       memory" error.)
222     * BUG 10130: dsdb: Always store and return the userParameters as a array of
223       LE 16-bit values.
224     * BUG 10582: dsdb: Rename private_data to rootdse_private_data in rootdse.
225     * BUG 10627: rid_array used before status checked - segmentation fault due
226       to null pointer dereference.
227     * BUG 10693: ldb: make the successful ldb_transaction_start() message
228       clearer.
229     * BUG 10694: dsdb: Return NO_SUCH_OBJECT if a basedn is a deleted object.
230     * BUG 10700: Backport access check related fixes from master.
231
232
233 o   Björn Baumbach <bb@sernet.de>
234     * BUG 10674: samba-tool: Add --site parameter to provision command.
235
236
237 o   Howard Chu <hyc@symas.com>
238     * BUG 10693: Fix SEGV from improperly formed SUBSTRING/PRESENCE filter.
239
240
241 o   Jeroen Dekkers <jeroen@dekkers.ch>
242     * BUG 10693: ldb: Do not build libldb-cmdline when using system ldb.
243
244
245 o   Nadezhda Ivanova <nivanova@symas.com>
246     * BUG 10693: s4-openldap: Remove use of talloc_reference in
247       ldb_map_outbound.c
248
249
250 o   Björn Jacke <bj@sernet.de>
251     * BUG 3263: net/doc: Make clear that net vampire is for NT4 domains only.
252
253
254 o   Abhidnya Joshi <achirmul@in.ibm.com>
255     * BUG s3: Fix missing braces in nfs4_acls.c.
256
257
258 o   Volker Lendecke <vl@samba.org>
259     * BUG 10593: Fix "PANIC: assert failed at ../source3/smbd/open.c(1582): ret".
260     * BUG 10663: msg_channel: Fix a 100% CPU loop.
261     * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
262       share mode violation.
263     * BUG 10680: smbstatus: Fix an uninitialized variable.
264     * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
265       to the invalid status check in the second client.
266     * BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs
267       241329, 240798, 1034791, 1034792 1034910, 1034910).
268     * BUG 10699: smbd: Avoid double-free in get_print_db_byname.
269
270
271 o   Stefan Metzmacher <metze@samba.org>
272     * BUG 8077: s4:dsdb/samldb: Don't allow 'userParameters' to be modified over
273       LDAP for now.
274     * BUG 9763: s4:dsdb/repl_meta_data: Make sure objectGUID can't be deleted.
275     * BUG 10469: ldb-samba: fix a memory leak in
276       ldif_canonicalise_objectCategory().
277     * BUG 10294: s4:repl_meta_data: fix array assignment in
278       replmd_process_linked_attribute().
279     * BUG 10536: dbchecker: Verify and fix broken dn values.
280     * BUG 10692: wbcCredentialCache fails if challenge_blob is not first.
281     * BUG 10693: ldb:pyldb: Add some more helper functions for LdbDn.
282     * BUG 10694: s4:dsdb/extended_dn_in: Don't force DSDB_SEARCH_SHOW_RECYCLED.
283     * BUG 10696: Backport autobuild/selftest fixes from master.
284     * BUG 10706: s3:smb2_read: let smb2_sendfile_send_data() behave like
285       send_file_readX().
286
287
288 o   Matthieu Patou <mat@matws.net>
289     * BUG 10693: pyldb: Decrement ref counters on py_results and quiet warnings.
290     * BUG 10698: Backport drs-crackname fixes from master.
291
292
293 o   Pavel Reichl <pavel.reichl@redhat.com>
294     * BUG 10693: ldb: Use of NULL pointer bugfix.
295
296
297 o   Garming Sam <garming@catalyst.net.nz>
298     * BUG 10703: Backport provision fixes from master.
299
300
301 o   Andreas Schneider <asn@samba.org>
302     * BUG 10693: ldb: Add a env variable to disable RTLD_DEEPBIND.
303
304
305 #######################################
306 Reporting bugs & Development Discussion
307 #######################################
308
309 Please discuss this release on the samba-technical mailing list or by
310 joining the #samba-technical IRC channel on irc.freenode.net.
311
312 If you do report problems then please try to send high quality
313 feedback. If you don't provide vital information to help us track down
314 the problem then you will probably be ignored.  All bug reports should
315 be filed under the Samba 4.1 product in the project's Bugzilla
316 database (https://bugzilla.samba.org/).
317
318
319 ======================================================================
320 == Our Code, Our Bugs, Our Responsibility.
321 == The Samba Team
322 ======================================================================
323
324
325 ----------------------------------------------------------------------
326
327
328                    =============================
329                    Release Notes for Samba 4.1.9
330                            June 23, 2014
331                    =============================
332
333
334 This is a security release in order to address
335 CVE-2014-0244 (Denial of service - CPU loop) and
336 CVE-2014-3493 (Denial of service - Server crash/memory corruption).
337
338 o  CVE-2014-0244:
339    All current released versions of Samba are vulnerable to a denial of
340    service on the nmbd NetBIOS name services daemon. A malformed packet
341    can cause the nmbd server to loop the CPU and prevent any further
342    NetBIOS name service.
343
344    This flaw is not exploitable beyond causing the code to loop expending
345    CPU resources.
346
347 o  CVE-2014-3493:
348    All current released versions of Samba are affected by a denial of service
349    crash involving overwriting memory on an authenticated connection to the
350    smbd file server.
351
352
353 Changes since 4.1.8:
354 --------------------
355
356 o   Jeremy Allison <jra@samba.org>
357     * BUG 10633: CVE-2014-0244: Fix nmbd denial of service.
358     * BUG 10654: CVE-2014-3493: Fix segmentation fault in
359       smbd_marshall_dir_entry()'s SMB_FIND_FILE_UNIX handler.
360
361
362 #######################################
363 Reporting bugs & Development Discussion
364 #######################################
365
366 Please discuss this release on the samba-technical mailing list or by
367 joining the #samba-technical IRC channel on irc.freenode.net.
368
369 If you do report problems then please try to send high quality
370 feedback. If you don't provide vital information to help us track down
371 the problem then you will probably be ignored.  All bug reports should
372 be filed under the Samba 4.1 product in the project's Bugzilla
373 database (https://bugzilla.samba.org/).
374
375
376 ======================================================================
377 == Our Code, Our Bugs, Our Responsibility.
378 == The Samba Team
379 ======================================================================
380
381
382 ----------------------------------------------------------------------
383
384
385                    =============================
386                    Release Notes for Samba 4.1.8
387                            June 3, 2014
388                    =============================
389
390
391 This is the latest stable release of Samba 4.1.
392
393 Please note that this bug fix release also addresses two minor security issues
394 without being a dedicated security release:
395
396   o CVE-2014-0239: dns: Don't reply to replies (bug #10609).
397   o CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response
398     (bug #10549).
399
400 For more details including security advisories and patches, please see
401
402   http://www.samba.org/samba/history/security.html
403
404
405 Changes since 4.1.7:
406 --------------------
407
408 o   Michael Adam <obnox@samba.org>
409     * BUG 10548: build: Fix ordering problems with lib-provided and internal
410       RPATHs.
411
412
413 o   Jeremy Allison <jra@samba.org>
414     * BUG 3124: s3: smb2: Fix 'xcopy /d' with samba shares.
415     * BUG 10544: s3: lib/util: Fix logic inside set_namearray loops.
416     * BUG 10564: Fix lock order violation and file lost.
417     * BUG 10577: Fix wildcard unlink to fail if we get an error rather than
418       trying to continue.
419
420
421 o   Andrew Bartlett <abartlet@samba.org>
422     * BUG 10569: dsdb: Do checks for invalid renames in samldb, before
423       repl_meta_data.
424
425
426 o   Björn Baumbach <bb@sernet.de>
427     * BUG 10239: s3: nmbd: Reset debug settings after reading config file.
428     * BUG 10544: s3: lib/util: set_namearray reads across end of namelist
429     * BUG 10556: lib-util: Rename memdup to smb_memdup and fix all callers.
430
431
432 o   Kai Blin <kai@samba.org>
433     * BUG 10609: CVE-2014-0239: dns: Don't reply to replies.
434
435
436 o   Alexander Bokovoy <ab@samba.org>
437     * BUG 10517: Use exit_daemon() to communicate status of startup to
438       systemd.
439
440
441 o   David Disseldorp <ddiss@samba.org>
442     * BUG 10590: byteorder: Do not assume PowerPC is big-endian.
443     * BUG 10612: printing: Fix purge of all print jobs.
444
445
446 o   Benjamin Franzke <benjaminfranzke@googlemail.com>
447     * BUG 10524: Fix adding NetApps.
448
449
450 o   Abhidnya Joshi <achirmul@in.ibm.com>
451     * BUG 10547: idmap_autorid: Fix failure in reverse lookup if ID is from
452       domain range index #0.
453
454
455 o   Stefan Metzmacher <metze@samba.org>
456     * BUG 10472: script/autobuild: Make use of
457       '--with-perl-{arch,lib}-install-dir'.
458
459
460 o   Noel Power <nopower@suse.com>
461     * BUG 10554: Fix read of deleted memory in reply_writeclose()'.
462
463
464 o   Jose A. Rivera <jarrpa@redhat.com>
465     * BUG 10151: Extra ':' in msg for Waf Cross Compile Build System with
466       Cross-answers command.
467     * BUG 10348: Fix empty body in if-statement in continue_domain_open_lookup.
468
469
470 o   Christof Schmitt <christof.schmitt@us.ibm.com>
471     * BUG 10549: CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS
472       response.
473
474
475 o   Andreas Schneider <asn@samba.org>
476     * BUG 10472: wafsamba: Fix the installation on FreeBSD.
477
478
479 #######################################
480 Reporting bugs & Development Discussion
481 #######################################
482
483 Please discuss this release on the samba-technical mailing list or by
484 joining the #samba-technical IRC channel on irc.freenode.net.
485
486 If you do report problems then please try to send high quality
487 feedback. If you don't provide vital information to help us track down
488 the problem then you will probably be ignored.  All bug reports should
489 be filed under the Samba 4.1 product in the project's Bugzilla
490 database (https://bugzilla.samba.org/).
491
492
493 ======================================================================
494 == Our Code, Our Bugs, Our Responsibility.
495 == The Samba Team
496 ======================================================================
497
498
499 ----------------------------------------------------------------------
500
501
502                    =============================
503                    Release Notes for Samba 4.1.7
504                            April 17, 2014
505                    =============================
506
507
508 This is the latest stable release of Samba 4.1.
509
510
511 Changes since 4.1.6:
512 --------------------
513
514 o   Jeremy Allison <jra@samba.org>
515     * BUG 9878: Make "force user" work as expected.
516     * BUG 9942: Fix problem with server taking too long to respond to a
517       MSG_PRINTER_DRVUPGRADE message.
518     * BUG 9993: s3-printing: Fix obvious memory leak in
519       printer_list_get_printer().
520     * BUG 10344: SessionLogoff on a signed connection with an outstanding notify
521       request crashes smbd.
522     * BUG 10431: Fix STATUS_NO_MEMORY response from Query File Posix Lock request.
523     * BUG 10508: smbd: Correctly add remote users into local groups.
524     * BUG 10534: Cleanup messages.tdb record after unclean smbd shutdown.
525
526
527 o   Christian Ambach <ambi@samba.org>
528     * BUG 9911: Fix build on AIX with IBM XL C/C++ (gettext detection issues).
529     * BUG 10308: Fix String Conversion Errors with Samba 4.1.0 Build on AIX 7.1.
530
531
532 o   Gregor Beck <gbeck@sernet.de>
533     * BUG 10230: Make (lib)smbclient work with NetApp.
534     * BUG 10458: Fix 'wbinfo -i' with one-way trust.
535     * s3:rpc_server: Minor refactoring of process_request_pdu().
536
537
538 o   Kai Blin <kai@samba.org>
539     * BUG 10471: Don't respond with NXDOMAIN to records that exist with another
540       type.
541
542
543 o   Alexander Bokovoy <ab@samba.org>
544     * BUG 10504: lsa.idl: Define lsa.ForestTrustCollisionInfo and
545       ForestTrustCollisionRecord as public structs.
546
547
548 o   Günther Deschner <gd@samba.org>
549     * BUG 10439: Increase max netbios name components.
550
551
552 o   David Disseldorp <ddiss@samba.org>
553     * BUG 10188: doc: Add "spoolss: architecture" parameter usage.
554     * BUG 10484: Initial FSRVP rpcclient requests fail with
555       NT_STATUS_PIPE_NOT_AVAILABLE.
556     * BUG 10521: rpcclient FSRVP request UNCs should include a trailing
557       backslash.
558
559
560 o   Daniel Liberman <danielvl@gmail.com>
561     * BUG 10387: 'net ads search' on high latency networks can return a partial
562       list with no error indication.
563
564
565 o   Stefan Metzmacher <metze@samba.org>
566     * BUG 10200: Make 'smbclient' support DFS shares with SMB2/3.
567     * BUG 10344: SessionLogoff on a signed connection with an outstanding notify
568       request crashes smbd.
569     * BUG 10422: max xmit > 64kb leads to segmentation fault.
570     * BUG 10444: smbd_server_connection_terminate("CTDB_SRVID_RELEASE_IP")
571       panics from within ctdbd_migrate() with invalid lock_order.
572     * BUG 10464: samba4 services not binding on IPv6 addresses causing
573       connection delays.
574
575
576 o   Garming Sam <garming@catalyst.net.nz>
577     * BUG 10378: dfs: Always call create_conn_struct with root privileges.
578
579
580 o   Andreas Schneider <asn@cryptomilk.org>
581     * BUG 10467: s3-vfs: Fix stream_depot vfs module on btrfs.
582     * BUG 10472: pidl: waf should have an option for the dir to install perl
583       files and do not glob.
584     * BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
585     * BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
586
587
588 o   Gustavo Zacarias <gustavo@zacarias.com.ar>
589     * BUG 10506: Make 'smbreadline' build with readline 6.3.
590
591
592 #######################################
593 Reporting bugs & Development Discussion
594 #######################################
595
596 Please discuss this release on the samba-technical mailing list or by
597 joining the #samba-technical IRC channel on irc.freenode.net.
598
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.1 product in the project's Bugzilla
603 database (https://bugzilla.samba.org/).
604
605
606 ======================================================================
607 == Our Code, Our Bugs, Our Responsibility.
608 == The Samba Team
609 ======================================================================
610
611
612 ----------------------------------------------------------------------
613
614
615                    =============================
616                    Release Notes for Samba 4.1.6
617                            March 11, 2014
618                    =============================
619
620
621 This is a security release in order to address
622 CVE-2013-4496 (Password lockout not enforced for SAMR password changes) and
623 CVE-2013-6442 (smbcacls can remove a file or directory ACL by mistake).
624
625 o  CVE-2013-4496:
626    Samba versions 3.4.0 and above allow the administrator to implement
627    locking out Samba accounts after a number of bad password attempts.
628
629    However, all released versions of Samba did not implement this check for
630    password changes, such as are available over multiple SAMR and RAP
631    interfaces, allowing password guessing attacks.
632
633 o  CVE-2013-6442:
634    Samba versions 4.0.0 and above have a flaw in the smbcacls command. If
635    smbcacls is used with the "-C|--chown name" or "-G|--chgrp name"
636    command options it will remove the existing ACL on the object being
637    modified, leaving the file or directory unprotected.
638
639
640 Changes since 4.1.5:
641 --------------------
642
643 o   Jeremy Allison <jra@samba.org>
644     * BUG 10327: CVE-2013-6442: ensure we don't lose an existing ACL when
645       setting owner or group owner.
646
647
648 o   Andrew Bartlett <abartlet@samba.org>
649     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
650       changes.
651
652
653 o   Stefan Metzmacher <metze@samba.org>
654     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
655       changes.
656
657
658 #######################################
659 Reporting bugs & Development Discussion
660 #######################################
661
662 Please discuss this release on the samba-technical mailing list or by
663 joining the #samba-technical IRC channel on irc.freenode.net.
664
665 If you do report problems then please try to send high quality
666 feedback. If you don't provide vital information to help us track down
667 the problem then you will probably be ignored.  All bug reports should
668 be filed under the Samba 4.1 product in the project's Bugzilla
669 database (https://bugzilla.samba.org/).
670
671
672 ======================================================================
673 == Our Code, Our Bugs, Our Responsibility.
674 == The Samba Team
675 ======================================================================
676
677
678 ----------------------------------------------------------------------
679
680
681                    =============================
682                    Release Notes for Samba 4.1.5
683                          February 21, 2014
684                    =============================
685
686
687 This is the latest stable release of Samba 4.1.
688
689 Major enhancements in Samba 4.1.5 include:
690
691 o  Fix 100% CPU utilization in winbindd when trying to free memory in
692    winbindd_reinit_after_fork (bug #10358).
693 o  smbd: Fix memory overwrites (bug #10415).
694
695
696 Changes since 4.1.4:
697 --------------------
698
699 o   Michael Adam <obnox@samba.org>
700     * BUG 10259: Make shadow_copy2 module working with Windows 7.
701
702
703 o   Jeremy Allison <jra@samba.org>
704     * BUG 2662: Make revamped directory handling code 64bit clean.
705     * BUG 10320: s3: smbpasswd: Fix crashes on invalid input.
706     * BUG 10358: Fix 100% CPU utilization in winbindd when trying to free
707       memory in winbindd_reinit_after_fork.
708     * BUG 10406: s3: vfs_dirsort module: Allow dirsort to work when multiple
709       simultaneous directories are open.
710     * BUG 10429: s3: modules: streaminfo: As we have no VFS function
711       SMB_VFS_LLISTXATTR we can't cope with a symlink when lp_posix_pathnames()
712       is true.
713
714
715 o   Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
716     * BUG 10087: ntlm_auth sometimes returns the wrong username to
717       mod_ntlm_auth_winbind.
718
719
720 o   Andrew Bartlett <abartlet@samba.org>
721     * BUG 10418: Fix INTERNAL ERROR: Signal 11 in the kdc pid.
722
723
724 o   Jeffrey Clark <dude@zaplabs.com>
725     * BUG 10418: Add support for Heimdal's unified krb5 and hdb plugin system.
726
727
728 o   Niels de Vos <ndevos@redhat.com>
729     * BUG 10384: vfs/glusterfs: In case atime is not passed, set it to the
730       current atime.
731
732
733 o   David Disseldorp <ddiss@samba.org>
734     * BUG 10424: vfs_btrfs: Fix incorrect zero length server-side copy request
735       handling.
736
737
738 o   Volker Lendecke <vl@samba.org>
739     * BUG 2191: s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
740     * BUG 10415: smbd: Fix memory overwrites.
741     * BUG 10436: smbd: Fix an ancient oplock bug.
742
743
744 o   Stefan Metzmacher <metze@samba.org>
745     * BUG 10442: Fix crash bug in smb2_notify code.
746
747
748 o   Andreas Schneider <asn@samba.org>
749     * BUG 10367: Fix several memory leaks.
750
751
752 o   Jelmer Vernooij <jelmer@samba.org>
753     * BUG 10418: Cope with first element in hdb_method having a different name
754       in different heimdal versions.
755
756
757 #######################################
758 Reporting bugs & Development Discussion
759 #######################################
760
761 Please discuss this release on the samba-technical mailing list or by
762 joining the #samba-technical IRC channel on irc.freenode.net.
763
764 If you do report problems then please try to send high quality
765 feedback. If you don't provide vital information to help us track down
766 the problem then you will probably be ignored.  All bug reports should
767 be filed under the Samba 4.1 product in the project's Bugzilla
768 database (https://bugzilla.samba.org/).
769
770
771 ======================================================================
772 == Our Code, Our Bugs, Our Responsibility.
773 == The Samba Team
774 ======================================================================
775
776
777 ----------------------------------------------------------------------
778
779
780                    =============================
781                    Release Notes for Samba 4.1.4
782                          January 10, 2014
783                    =============================
784
785
786 This is the latest stable release of Samba 4.1.
787
788 Major enhancements in Samba 4.1.4 include:
789
790 o  Fix segfault in smbd (bug #10284).
791 o  Fix SMB2 server panic when a smb2 brlock times out (bug #10311).
792
793
794 Changes since 4.1.3:
795 --------------------
796
797 o   Jeremy Allison <jra@samba.org>
798     * BUG 9870: smbd: Allow updates on directory write times on open handles.
799     * BUG 10260: smbclient shows no error if deleting a directory with del
800       failed.
801     * BUG 10297: smbd: Fix writing to a directory with -wx permissions
802       on a share.
803     * BUG 10305: ldb: bad if test in ldb_comparison_fold().
804
805
806 o   Christian Ambach <ambi@samba.org>
807     * BUG 10276: Fix waf build error on AIX with IBM XL C/C++.
808     * BUG 10280: s3:winbindd fix use of uninitialized variables.
809
810
811 o   Michele Baldessari <michele@acksyn.org>
812     * BUG 10281: Fix typos in man pages.
813
814
815 o   Jan Brummer <jan.brummer@tabos.org>
816     * BUG 10285: s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
817
818
819 o   Günther Deschner <gd@samba.org>
820     * BUG 10262: s3-libnetjoin: Use upper-case realm when composing default
821       upn.
822     * BUG 10281: Fix numerous typos in man pages.
823
824
825 o   David Disseldorp <ddiss@samba.org>
826     * BUG 10271: Send correct job-ID in print job notifications.
827
828
829 o   Poornima Gurusiddaiah <pgurusid@redhat.com>
830     * BUG 10337: vfs_glusterfs: Enable per client log file.
831
832
833 o   Volker Lendecke <vl@samba.org>
834     * BUG 10250: smbd: Fix a talloc hierarchy problem in msg_channel.
835     * BUG 10284: smbd: Fix segfaults.
836     * BUG 10297: smbd: Fix writing to a directory with -wx permissions
837       on a share.
838     * BUG 10311: Fix SMB2 server panic when a smb2 brlock times out.
839
840
841 o   Stefan Metzmacher <metze@samba.org>
842     * BUG 10298: Reduce smb2_server processing overhead.
843
844
845 o   Arvid Requate <requate@univention.de>
846     * BUG 10267: Fix printing via local printer drivers with Windows 8.
847
848
849 o   Christof Schmitt <cs@samba.org>
850     * BUG 10310: Fix AIO with SMB2 and locks.
851
852
853 o   Andreas Schneider <asn@samba.org>
854     * BUG 2191: Fix %G/%g substitution in 'template homedir'.
855     * BUG 10274: Fix several issues and warnings from analyzer tools.
856     * BUG 10286: s3-lib: Fix %G substitution for domain users in smbd.
857
858
859 #######################################
860 Reporting bugs & Development Discussion
861 #######################################
862
863 Please discuss this release on the samba-technical mailing list or by
864 joining the #samba-technical IRC channel on irc.freenode.net.
865
866 If you do report problems then please try to send high quality
867 feedback. If you don't provide vital information to help us track down
868 the problem then you will probably be ignored.  All bug reports should
869 be filed under the Samba 4.1 product in the project's Bugzilla
870 database (https://bugzilla.samba.org/).
871
872
873 ======================================================================
874 == Our Code, Our Bugs, Our Responsibility.
875 == The Samba Team
876 ======================================================================
877
878
879 ----------------------------------------------------------------------
880
881
882                    =============================
883                    Release Notes for Samba 4.1.3
884                          December 9, 2013
885                    =============================
886
887
888 This is a security release in order to address
889 CVE-2013-4408 (DCE-RPC fragment length field is incorrectly checked) and
890 CVE-2012-6150 (pam_winbind login without require_membership_of restrictions).
891
892 o  CVE-2013-4408:
893    Samba versions 3.4.0 and above (versions 3.4.0 - 3.4.17, 3.5.0 -
894    3.5.22, 3.6.0 - 3.6.21, 4.0.0 - 4.0.12 and including 4.1.2) are
895    vulnerable to buffer overrun exploits in the client processing of
896    DCE-RPC packets. This is due to incorrect checking of the DCE-RPC
897    fragment length in the client code.
898
899    This is a critical vulnerability as the DCE-RPC client code is part of
900    the winbindd authentication and identity mapping daemon, which is
901    commonly configured as part of many server installations (when joined
902    to an Active Directory Domain). A malicious Active Directory Domain
903    Controller or man-in-the-middle attacker impersonating an Active
904    Directory Domain Controller could achieve root-level access by
905    compromising the winbindd process.
906
907    Samba server versions 3.4.0 - 3.4.17 and versions 3.5.0 - 3.5.22 are
908    also vulnerable to a denial of service attack (server crash) due to a
909    similar error in the server code of those versions.
910
911    Samba server versions 3.6.0 and above (including all 3.6.x versions,
912    all 4.0.x versions and 4.1.x) are not vulnerable to this problem.
913
914    In addition range checks were missing on arguments returned from calls
915    to the DCE-RPC functions LookupSids (lsa and samr), LookupNames (lsa and samr)
916    and LookupRids (samr) which could also cause similar problems.
917
918    As this was found during an internal audit of the Samba code there are
919    no currently known exploits for this problem (as of December 9th 2013).
920
921 o  CVE-2012-6150:
922    Winbind allows for the further restriction of authenticated PAM logins using
923    the require_membership_of parameter. System administrators may specify a list
924    of SIDs or groups for which an authenticated user must be a member of. If an
925    authenticated user does not belong to any of the entries, then login should
926    fail. Invalid group name entries are ignored.
927
928    Samba versions 3.3.10, 3.4.3, 3.5.0 and later incorrectly allow login from
929    authenticated users if the require_membership_of parameter specifies only
930    invalid group names.
931
932    This is a vulnerability with low impact. All require_membership_of group
933    names must be invalid for this bug to be encountered.
934
935
936 Changes since 4.1.2:
937 --------------------
938
939 o   Jeremy Allison <jra@samba.org>
940     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
941
942
943 o   Stefan Metzmacher <metze@samba.org>
944     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
945
946
947 o   Noel Power <noel.power@suse.com>
948     * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
949       member of *any* require_membership_of specified groups.
950
951
952 #######################################
953 Reporting bugs & Development Discussion
954 #######################################
955
956 Please discuss this release on the samba-technical mailing list or by
957 joining the #samba-technical IRC channel on irc.freenode.net.
958
959 If you do report problems then please try to send high quality
960 feedback. If you don't provide vital information to help us track down
961 the problem then you will probably be ignored.  All bug reports should
962 be filed under the Samba 4.1 product in the project's Bugzilla
963 database (https://bugzilla.samba.org/).
964
965
966 ======================================================================
967 == Our Code, Our Bugs, Our Responsibility.
968 == The Samba Team
969 ======================================================================
970
971
972 ----------------------------------------------------------------------
973
974
975                    =============================
976                    Release Notes for Samba 4.1.2
977                          November 22, 2013
978                    =============================
979
980
981 This is is the latest stable release of Samba 4.1.
982
983
984 Changes since 4.1.1:
985 --------------------
986
987 o   Jeremy Allison <jra@samba.org>
988     * BUG 10187: Missing talloc_free can leak stackframe in error path.
989     * BUG 10196: RW Deny for a specific user is not overriding RW Allow for a
990       group.
991
992
993 o   Anand Avati <avati@redhat.com>
994     * BUG 10224: vfs_glusterfs: Implement proper mashalling/unmarshalling of
995       ACLs.
996
997
998 o   Andrew Bartlett <abartlet@samba.org>
999     * BUG 10052: dfs_server: Use dsdb_search_one to catch 0 results as well as
1000       NO_SUCH_OBJECT errors.
1001
1002
1003 o   Samuel Cabrero <scabrero@zentyal.com>
1004     * BUG 9091: s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled.
1005
1006
1007 o   Günther Deschner <gd@samba.org>
1008     * BUG 10264: s3-winbindd: Fix cache_traverse_validate_fn failure for
1009       NDR cache entries.
1010
1011
1012 o   Christopher R. Hertel <crh@redhat.com>
1013     * BUG 10224: vfs_glusterfs: Fix excessive debug output from
1014       vfs_gluster_open().
1015
1016
1017 o   Björn Jacke <bj@sernet.de>
1018     * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.
1019
1020
1021 o   Volker Lendecke <vl@samba.org>
1022     * BUG 10190: Fix memset used with constant zero length parameter.
1023     * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.
1024
1025
1026 o   Stefan Metzmacher <metze@samba.org>
1027     * BUG 10193: s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'.
1028     * BUG 10232: libcli/smb: Fix smb2cli_ioctl*() against Windows 2008.
1029
1030
1031 o   Susant Kumar Palai <spalai@redhat.com>
1032     * BUG 10224: VFS plugin was sending the actual size of the volume instead of
1033       the total number of block units because of which windows was getting the
1034       wrong volume capacity.
1035
1036
1037 o   Andreas Schneider <asn@samba.org>
1038     * BUG 10194: Make offline logon cache updating for cross child domain group
1039       membership.
1040     * BUG 10269: util: Remove 32bit macros breaking strict aliasing.
1041     * BUG 10253: Fix the build of vfs_glusterfs.
1042
1043
1044 #######################################
1045 Reporting bugs & Development Discussion
1046 #######################################
1047
1048 Please discuss this release on the samba-technical mailing list or by
1049 joining the #samba-technical IRC channel on irc.freenode.net.
1050
1051 If you do report problems then please try to send high quality
1052 feedback. If you don't provide vital information to help us track down
1053 the problem then you will probably be ignored.  All bug reports should
1054 be filed under the Samba 4.1 product in the project's Bugzilla
1055 database (https://bugzilla.samba.org/).
1056
1057
1058 ======================================================================
1059 == Our Code, Our Bugs, Our Responsibility.
1060 == The Samba Team
1061 ======================================================================
1062
1063
1064 ----------------------------------------------------------------------
1065
1066
1067                    =============================
1068                    Release Notes for Samba 4.1.1
1069                          November 11, 2013
1070                    =============================
1071
1072
1073 This is a security release in order to address
1074 CVE-2013-4475 (ACLs are not checked on opening an alternate
1075 data stream on a file or directory) and
1076 CVE-2013-4476 (Private key in key.pem world readable).
1077
1078 o  CVE-2013-4475:
1079    Samba versions 3.2.0 and above (all versions of 3.2.x, 3.3.x,
1080    3.4.x, 3.5.x, 3.6.x, 4.0.x and 4.1.x) do not check the underlying
1081    file or directory ACL when opening an alternate data stream.
1082
1083    According to the SMB1 and SMB2+ protocols the ACL on an underlying
1084    file or directory should control what access is allowed to alternate
1085    data streams that are associated with the file or directory.
1086
1087    By default no version of Samba supports alternate data streams
1088    on files or directories.
1089
1090    Samba can be configured to support alternate data streams by loading
1091    either one of two virtual file system modues (VFS) vfs_streams_depot or
1092    vfs_streams_xattr supplied with Samba, so this bug only affects Samba
1093    servers configured this way.
1094
1095    To determine if your server is vulnerable, check for the strings
1096    "streams_depot" or "streams_xattr" inside your smb.conf configuration
1097    file.
1098
1099 o  CVE-2013-4476:
1100    In setups which provide ldap(s) and/or https services, the private
1101    key for SSL/TLS encryption might be world readable. This typically
1102    happens in active directory domain controller setups.
1103
1104
1105 Changes since 4.1.0:
1106 --------------------
1107
1108 o   Jeremy Allison <jra@samba.org>
1109     * BUGs 10234 + 10229: CVE-2013-4475: Fix access check verification on stream
1110       files.
1111
1112
1113 o   Björn Baumbach <bb@sernet.de>
1114     * BUG 10234: CVE-2013-4476: Private key in key.pem world readable.
1115
1116
1117 #######################################
1118 Reporting bugs & Development Discussion
1119 #######################################
1120
1121 Please discuss this release on the samba-technical mailing list or by
1122 joining the #samba-technical IRC channel on irc.freenode.net.
1123
1124 If you do report problems then please try to send high quality
1125 feedback. If you don't provide vital information to help us track down
1126 the problem then you will probably be ignored.  All bug reports should
1127 be filed under the Samba 4.1 product in the project's Bugzilla
1128 database (https://bugzilla.samba.org/).
1129
1130
1131 ======================================================================
1132 == Our Code, Our Bugs, Our Responsibility.
1133 == The Samba Team
1134 ======================================================================
1135
1136
1137 ----------------------------------------------------------------------
1138
1139
1140                    =============================
1141                    Release Notes for Samba 4.1.0
1142                          October 11, 2013
1143                    =============================
1144
1145
1146 This is is the first stable release of Samba 4.1.
1147
1148 Samba 4.1 will be the next version of the Samba suite and includes
1149 all the technology found in both the Samba4 series and the stable 3.x
1150 series. The primary additional features over Samba 3.6 are
1151 support for the Active Directory logon protocols used by Windows 2000
1152 and above.
1153
1154 Major enhancements in Samba 4.1.0 include:
1155
1156 Client tools support SMB2/3
1157 ===========================
1158
1159 Samba 4.1.0 contains the first release of our client tools
1160 and client library that work over the new protocols SMB2 or SMB3.
1161 Note that SMB3 only works either to a Samba server version 4.0.0
1162 or above, or to a Windows Server running Windows 2012 or Windows 8.
1163
1164 The default protocol for smbclient and smbcacls is still
1165 SMB1 (the NT1 protocol dialect). An SMB2 or SMB3 connection
1166 can be selected in one of two ways. The easiest way to test
1167 the new protocol connection is to add the -mMAX_PROTOCOL
1168 command line switch to either smbclient or smbcacls.
1169
1170 For example, to connect using SMB3 with smbclient a user
1171 would type:
1172
1173 smbclient //server/share -Uuser%password -mSMB3
1174
1175 Another example of connecting using SMB2 using smbcacls
1176 would be:
1177
1178 smbcacls //server/share -Uuser%password -mSMB2 filename
1179
1180 Note that when connecting using SMB2 or SMB3 protocols
1181 the UNIX extensions are no longer available inside the
1182 smbclient command set. This is due to UNIX extensions
1183 not yet being defined for the SMB2 or SMB3 protocols.
1184
1185 The second way to select SMB2 or SMB3 connections is to
1186 set the "client max protocol" parameter in the [global]
1187 section of your smb.conf.
1188
1189 Setting this parameter will cause all client connections
1190 from Samba and its client tools to offer the requested
1191 max protocol to a server on every connection request.
1192
1193 For example, to cause all client tools (including winbindd,
1194 rpcclient, and the libsmbclient library) to attempt use SMB3
1195 by default add the line:
1196
1197 client max protocol = SMB3
1198
1199 to the [global] section of your smb.conf. This has not
1200 been as widely tested as the -mPROTOCOL options, but
1201 is intended to work correctly in the final release of
1202 4.1.0.
1203
1204 Encrypted transport
1205 ===================
1206
1207 Although Samba servers have supported encrypted transport
1208 connections using the UNIX extensions for many years,
1209 selecting SMB3 transport allows encrypted transport
1210 connections to Windows servers that support SMB3, as
1211 well as Samba servers.
1212
1213 In order to enable this, add the "-e" option to the
1214 smbclient command line.
1215
1216 For example, to connect to a Windows 2012 server over
1217 SMB3 and select an encrypted transport you would use
1218 the following command line:
1219
1220 smbclient //Win2012Server/share -Uuser%password -mSMB3 -e
1221
1222
1223 Directory database replication (AD DC mode)
1224 ===========================================
1225
1226 Directory replication has been reworked in order to improve the
1227 correctness and efficiency.
1228 As a net effect of it, replication with other domain controllers with
1229 a heavily modified schema is now possible (ie. Windows 2012 DCs or
1230 other Windows DC with exchange installed) and replication didn't fail
1231 anymore in such environments.
1232
1233
1234 Server-Side Copy Support
1235 ========================
1236
1237 Samba 4.1.0 adds support for server-side copy operations via the SMB2
1238 FSCTL_SRV_COPYCHUNK request. Clients making use of server-side copy
1239 support, such as Windows Server 2012, should experience considerable
1240 performance improvements for file copy operations, as file data need not
1241 traverse the network.
1242 This feature is enabled by default on the smbd file server.
1243
1244
1245 Btrfs Filesystem Integration
1246 ============================
1247
1248 The Btrfs VFS module provided with Samba 4.1.0 further improves the
1249 performance of server-side copy operations on shares backed by a Btrfs
1250 filesystem. It does so by allowing multiple files to share the same
1251 on-disk extents, avoiding the unnecessary duplication of source and
1252 destination file data during a server-side copy operation.
1253
1254 This feature can be explicitly enabled on smbd shares backed by a Btrfs
1255 filesystem with the smb.conf parameter:
1256 vfs objects = btrfs
1257
1258
1259 REMOVED COMPONENTS
1260 ==================
1261
1262 The Samba Web Administration Tool (SWAT) has been removed.
1263 Details why SWAT has been removed can be found on the samba-technical mailing
1264 list:
1265
1266 https://lists.samba.org/archive/samba-technical/2013-February/090572.html
1267
1268
1269 ######################################################################
1270 Changes
1271 #######
1272
1273 smb.conf changes
1274 ----------------
1275
1276    Parameter Name                       Description     Default
1277    --------------                       -----------     -------
1278
1279    acl allow execute always             New             False
1280    password level                       Removed
1281    set directory                        Removed
1282    use ntdb                             New             No
1283
1284
1285 RUNNING Samba 4.1 as an AD DC
1286 =============================
1287
1288 A short guide to setting up Samba as an AD DC can be found on the wiki:
1289
1290   https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
1291
1292
1293 COMMIT HIGHLIGHTS
1294 =================
1295
1296 o   Jeremy Allison <jra@samba.org>
1297     * Add SMB2 and SMB3 support for client tools and client library.
1298     * Add support for SMB3 Encrypted transport.
1299
1300
1301 o   David Disseldorp <ddiss@samba.org>
1302     * Add vfs_btrfs module.
1303     * Add support for server-side copy operations via the
1304       SMB2 FSCTL_SRV_COPYCHUNK request.
1305
1306
1307 CHANGES SINCE 4.1.0rc4
1308 ======================
1309
1310 o   Stefan Metzmacher <metze@samba.org>
1311     * BUG 10178: Fix PAC parsing failure.
1312
1313
1314 o   Andreas Schneider <asn@samba.org>
1315     * BUG 10132: pam_winbindd: Support the KEYRING ccache type.
1316
1317
1318 CHANGES SINCE 4.1.0rc3
1319 ======================
1320
1321 o   Michael Adam <obnox@samba.org>
1322     * BUG 10134: Add "acl allow execute always" parameter.
1323
1324
1325 o   Jeremy Allison <jra@samba.org>
1326     * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
1327       messages.
1328     * BUG 10145: Samba SMB2 client code reads the wrong short name length in a
1329       directory listing reply.
1330     * BUG 10149: cli_smb2_get_ea_list_path() failed to close file on exit.
1331     * BUG 10150: Not all OEM servers support the ALTNAME info level.
1332
1333
1334 o   Andrew Bartlett <abartlet@samba.org>
1335     * BUG 8077: dsdb: Convert the full string from UTF16 to UTF8, including
1336       embedded NULLs.
1337     * BUG 9461: python-samba-tool fsmo: Do not give an error on a successful
1338       role transfer.
1339     * BUG 10157: Regression causes replication failure with Windows 2008R2 and
1340       deletes Deleted Objects.
1341
1342
1343 o   Günther Deschner <gd@samba.org>
1344     * BUG 10147: Better document potential implications of a globally used
1345       "valid users".
1346
1347
1348 o   Korobkin <korobkin+samba@gmail.com>
1349     * BUG 10118: Raise the level of a debug when unable to open a printer.
1350
1351
1352 o   Volker Lendecke <vl@samba.org>
1353     * BUG 10008: dbwrap_ctdb: Treat empty records as non-existing.
1354     * BUG 10138: smbd: Always clean up share modes after hard crash.
1355
1356
1357 o   Daniel Liberman <danielvl@gmail.com>
1358     * BUG 10162: Fix POSIX ACL mapping when setting DENY ACE's from Windows.
1359
1360
1361 o   Stefan Metzmacher <metze@samba.org>
1362     * BUG 10144: libcli/smb: Use SMB1 MID=0 for the initial Negprot.
1363     * BUG 10146: libcli/smb: Only check the SMB2 session setup signature if
1364       required and valid.
1365
1366
1367 o   Matthieu Patou <mat@matws.net>
1368     * BUG 10158: Netbios related samba process consumes 100% CPU.
1369
1370
1371 o   Christof Schmitt <christof.schmitt@us.ibm.com>
1372     * BUG 10137: vfs_shadow_copy2: Display previous versions correctly over
1373       SMB2.
1374
1375
1376 CHANGES SINCE 4.1.0rc2
1377 ======================
1378
1379 o   Michael Adam <obnox@samba.org>
1380     * BUG 10107: Fix Winbind crashes on DC with trusted AD domains.
1381
1382
1383 o   Jeremy Allison <jra@samba.org>
1384     * BUG 5917: Fix working on site with Read Only Domain Controller.
1385     * BUG 9974: Add SMB2 and SMB3 support for smbclient.
1386     * BUG 10063: Fix memory leak in source3/lib/util.c:1493.
1387     * BUG 10121: Masks incorrectly applied to UNIX extension permission
1388       changes.
1389
1390
1391 o   Christian Ambach <ambi@samba.org>
1392     * BUG 9911: Build Samba 4.0.x on AIX with IBM XL C/C++.
1393
1394
1395 o   Andrew Bartlett <abartlet@samba.org>
1396     * BUG 9091: When replicating DNS for bind9_dlz we need to create the
1397       server-DNS account remotely.
1398
1399
1400 o   Günther Deschner <gd@samba.org>
1401     * BUG 9615: Winbind unable to retrieve user information from AD.
1402     * BUG 9899: winbind_lookup_names() fails because of
1403       NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
1404     * BUG 10107: Fix Winbind crashes on DC with trusted AD domains.
1405
1406
1407 o   Volker Lendecke <vl@samba.org>
1408     * BUG 10086: smbd: Fix async echo handler forking.
1409     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
1410       requests.
1411     * BUG 10114: Handle Dropbox (write-only-directory) case correctly
1412       in pathname lookup.
1413
1414
1415 o   Stefan Metzmacher <metze@samba.org>
1416     * BUG 10030: ::1 added to nameserver on join.
1417
1418
1419 o   Rusty Russell <rusty@rustcorp.com.au>
1420     * BUG 10000: Add man pages for ntdb tools.
1421
1422
1423 o   Karolin Seeger <kseeger@samba.org>
1424     * BUG 7364: Add man page for vfs_syncops.
1425     * BUG 7490: Add man page for vfs_linux_xfs_sgid.
1426     * BUG 10001: Add man page for samba-regedit tool.
1427     * BUG 10076: Fix variable list in vfs_crossrename man page.
1428
1429
1430 o   Andreas Schneider <asn@samba.org>
1431     * BUG 10073: Fix segmentation fault in 'net ads join'.
1432     * BUG 10082: s3-winbind: Fix a segfault passing NULL to a fstring argument.
1433
1434
1435 o   Richard Sharpe <realrichardsharpe@gmail.com>
1436     * BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
1437       out by Samba.
1438
1439
1440 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
1441     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
1442       requests.
1443
1444
1445 CHANGES SINCE 4.1.0rc1
1446 ======================
1447
1448 o   Jeremy Allison <jra@samba.org>
1449     * BUG 9992: Windows error 0x800700FE when copying files with xattr names
1450       containing ":".
1451     * BUG 10010: Missing integer wrap protection in EA list reading can cause
1452       server to loop with DOS (CVE-2013-4124).
1453     * BUG 10064: Linux kernel oplock breaks can miss signals.
1454
1455
1456 o   Andrew Bartlett <abartlet@samba.org>
1457     * BUG 9029: Fix replication with --domain-crictical-only to fill in
1458       backlinks.
1459     * BUG 9820: Fix crash of winbind after "ls -l
1460       /usr/local/samba/var/locks/sysvol".
1461     * BUG 10056: dsdb improvements.
1462
1463
1464 o   Björn Baumbach <bb@sernet.de>
1465     * BUG 10003: Fix segfault while reading incomplete session info.
1466
1467
1468 o   Gregor Beck <gbeck@sernet.de>
1469     * BUG 9678: Windows 8 Roaming profiles fail.
1470
1471
1472 o   Günther Deschner <gd@samba.org>
1473     * BUG 10043: Allow to change the default location for Kerberos credential
1474       caches.
1475
1476
1477 o   Volker Lendecke <vl@samba.org>
1478     * BUG 10013: Fix a 100% loop at shutdown time (smbd).
1479
1480
1481 o   Stefan Metzmacher <metze@samba.org>
1482     * BUG 9820: Fix crash of winbind after "ls -l
1483       /usr/local/samba/var/locks/sysvol".
1484     * BUG 10015: Fix/improve debug options.
1485     * BUG 10042: Fix crashes in socket_get_local_addr().
1486     * BUG 10056: dsdb improvements.
1487
1488
1489 o   Andreas Schneider <asn@samba.org>
1490     * BUG 9994: Do not delete an existing valid credential cache (s3-winbind).
1491     * BUG 10040: Rename regedit to samba-regedit.
1492     * BUG 10041: Remove obsolete swat manpage and references.
1493     * BUG 10048: nsswitch: Add OPT_KRB5CCNAME to avoid an error message.
1494
1495
1496 o   Alexander Werth <alexander.werth@de.ibm.com>
1497     * BUG 10045: Remove a redundant inlined substitution of ACLs.
1498
1499
1500 o   Ralph Wuerthner <ralphw@de.ibm.com>
1501     * BUG 10064: Linux kernel oplock breaks can miss signals.
1502
1503
1504 #######################################
1505 Reporting bugs & Development Discussion
1506 #######################################
1507
1508 Please discuss this release on the samba-technical mailing list or by
1509 joining the #samba-technical IRC channel on irc.freenode.net.
1510
1511 If you do report problems then please try to send high quality
1512 feedback. If you don't provide vital information to help us track down
1513 the problem then you will probably be ignored.  All bug reports should
1514 be filed under the Samba 4.1 product in the project's Bugzilla
1515 database (https://bugzilla.samba.org/).
1516
1517
1518 ======================================================================
1519 == Our Code, Our Bugs, Our Responsibility.
1520 == The Samba Team
1521 ======================================================================
1522