WHATSNEW: Start release notes for Samba 3.6.14.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.6.14
3                            April 29, 2013
4                    ==============================
5
6
7 This is is the latest stable release of Samba 3.6.
8
9 Major enhancements in Samba 3.6.14 include:
10
11
12
13 Changes since 3.6.13:
14 ---------------------
15
16 o   Jeremy Allison <jra@samba.org>
17
18
19 ######################################################################
20 Reporting bugs & Development Discussion
21 #######################################
22
23 Please discuss this release on the samba-technical mailing list or by
24 joining the #samba-technical IRC channel on irc.freenode.net.
25
26 If you do report problems then please try to send high quality
27 feedback. If you don't provide vital information to help us track down
28 the problem then you will probably be ignored.  All bug reports should
29 be filed under the Samba 3.6 product in the project's Bugzilla
30 database (https://bugzilla.samba.org/).
31
32
33 ======================================================================
34 == Our Code, Our Bugs, Our Responsibility.
35 == The Samba Team
36 ======================================================================
37
38 Release notes for older releases follow:
39 ----------------------------------------
40
41                    ==============================
42                    Release Notes for Samba 3.6.13
43                            March 18, 2013
44                    ==============================
45
46
47 This is is the latest stable release of Samba 3.6.
48
49 Major enhancements in Samba 3.6.13 include:
50
51 o  Fix two resource leaks in winbindd (bug #9684).
52 o  Unlink after open causes smbd to panic (bug #9571).
53
54
55 Changes since 3.6.12:
56 --------------------
57
58 o   Jeremy Allison <jra@samba.org>
59     * BUG 9519: Samba returns unexpected error on SMB posix open.
60     * BUG 9585: Samba 3.6.x not correctly signing any but the last response in
61       a compound request/response.
62     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
63       /var/log/messages many times.
64     * BUG 9587: Archive flag is always set on directories.
65     * BUG 9588: ACLs are not inherited to directories for DFS shares.
66     * BUG 9637: Renaming directories as guest user in security share mode
67       doesn't work.
68
69
70 o   Björn Baumbach <bb@sernet.de>
71     * BUG 9568: Add dbwrap_tool.1 manual page.
72
73
74 o   Ira Cooper <ira@samba.org>
75     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
76
77
78 o   Günther Deschner <gd@samba.org>
79     * BUG 9474: Downgrade v4 printer driver requests to v3.
80
81
82 o   David Disseldorp <ddiss@samba.org>
83     * BUG 9378: Add extra attributes for AD printer publishing.
84     * BUG 9658: Fix initial large PAC sess setup response.
85
86
87 o   Björn Jacke <bj@sernet.de>
88     * BUG 7825: Fix GNU ld version detection with
89       old gcc releases.
90
91
92 o   Daniel Kobras <d.kobras@science-computing.de>
93     * BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
94
95
96 o   Guenter Kukkukk <kukks@samba.org>
97     * BUG 9701: Fix vfs_catia module.
98
99
100 o   Volker Lendecke <vl@samba.org>
101     * BUG 9541: Add support for posix_openpt.
102
103
104 o   Stefan Metzmacher <metze@samba.org>
105     * Bug 9625: wbcAuthenticateEx gives unix times.
106
107
108 o   Andreas Schneider <asn@samba.org>
109     * BUG 9574: Fix a possible null pointer dereference in spoolss.
110     * BUG 9684: Fix two resource leaks in winbindd.
111     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
112
113
114 o   Pavel Shilovsky <piastry@etersoft.ru>
115     * Bug #9571: Unlink after open causes smbd to panic.
116
117
118 ######################################################################
119 Reporting bugs & Development Discussion
120 #######################################
121
122 Please discuss this release on the samba-technical mailing list or by
123 joining the #samba-technical IRC channel on irc.freenode.net.
124
125 If you do report problems then please try to send high quality
126 feedback. If you don't provide vital information to help us track down
127 the problem then you will probably be ignored.  All bug reports should
128 be filed under the Samba 3.6 product in the project's Bugzilla
129 database (https://bugzilla.samba.org/).
130
131
132 ======================================================================
133 == Our Code, Our Bugs, Our Responsibility.
134 == The Samba Team
135 ======================================================================
136
137
138 ----------------------------------------------------------------------
139
140
141                    ==============================
142                    Release Notes for Samba 3.6.12
143                           January 30, 2013
144                    ==============================
145
146
147 This is a security release in order to address
148 CVE-2013-0213 (Clickjacking issue in SWAT) and
149 CVE-2013-0214 (Potential XSRF in SWAT).
150
151 o  CVE-2013-0213:
152    All current released versions of Samba are vulnerable to clickjacking in the
153    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
154    a malicious web page via a frame or iframe and then overlaid by other content,
155    an attacker could trick an administrator to potentially change Samba settings.
156
157    In order to be vulnerable, SWAT must have been installed and enabled
158    either as a standalone server launched from inetd or xinetd, or as a
159    CGI plugin to Apache. If SWAT has not been installed or enabled (which
160    is the default install state for Samba) this advisory can be ignored.
161
162 o  CVE-2013-0214:
163    All current released versions of Samba are vulnerable to a cross-site
164    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
165    user's password and then tricking a user who is authenticated with SWAT into
166    clicking a manipulated URL on a different web page, it is possible to manipulate
167    SWAT.
168
169    In order to be vulnerable, the attacker needs to know the victim's password.
170    Additionally SWAT must have been installed and enabled either as a standalone
171    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
172    not been installed or enabled (which is the default install state for Samba)
173    this advisory can be ignored.
174
175
176 Changes since 3.6.11:
177 --------------------
178
179 o   Kai Blin <kai@samba.org>
180     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
181     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
182
183
184 ######################################################################
185 Reporting bugs & Development Discussion
186 #######################################
187
188 Please discuss this release on the samba-technical mailing list or by
189 joining the #samba-technical IRC channel on irc.freenode.net.
190
191 If you do report problems then please try to send high quality
192 feedback. If you don't provide vital information to help us track down
193 the problem then you will probably be ignored.  All bug reports should
194 be filed under the Samba 3.6 product in the project's Bugzilla
195 database (https://bugzilla.samba.org/).
196
197
198 ======================================================================
199 == Our Code, Our Bugs, Our Responsibility.
200 == The Samba Team
201 ======================================================================
202
203
204 ----------------------------------------------------------------------
205
206
207                    ==============================
208                    Release Notes for Samba 3.6.11
209                          January 21, 2013
210                    ==============================
211
212
213 This is is the latest stable release of Samba 3.6.
214
215 Major enhancements in Samba 3.6.11 include:
216
217 o   defer_open is triggered multiple times on the same request (bug #9196).
218 o   Fix SEGV wh_n using second vfs module (bug #9471).
219
220
221 Changes since 3.6.10:
222 --------------------
223
224 o   Jeremy Allison <jra@samba.org>
225     * BUG 9196: defer_open is triggered multiple times on the same request.
226     * BUG 9550: Mask off signals the correct way from the signal handler.
227
228
229 o   Björn Baumbach <bb@sernet.de>
230     * BUG 9569: ntlm_auth.1: Fix format and make examples visible.
231
232
233 o   Tsukasa Hamano <hamano@osstech.co.jp>
234     * BUG 9471: Fix SEGV when using second vfs module.
235
236
237 o   Volker Lendecke <vl@samba.org>
238     * BUG 9548: Correctly detect O_DIRECT.
239     * BUG 9546: Fix aio_suspend detection on FreeBSD.
240
241
242 ######################################################################
243 Reporting bugs & Development Discussion
244 #######################################
245
246 Please discuss this release on the samba-technical mailing list or by
247 joining the #samba-technical IRC channel on irc.freenode.net.
248
249 If you do report problems then please try to send high quality
250 feedback. If you don't provide vital information to help us track down
251 the problem then you will probably be ignored.  All bug reports should
252 be filed under the Samba 3.6 product in the project's Bugzilla
253 database (https://bugzilla.samba.org/).
254
255
256 ======================================================================
257 == Our Code, Our Bugs, Our Responsibility.
258 == The Samba Team
259 ======================================================================
260
261
262 ----------------------------------------------------------------------
263
264
265                    ==============================
266                    Release Notes for Samba 3.6.10
267                          December 10, 2012
268                    ==============================
269
270
271 This is is the latest stable release of Samba 3.6.
272
273 Major enhancements in Samba 3.6.10 include:
274
275 o  Respond correctly to FILE_STREAM_INFO requests (bug #9460).
276 o  Fix segfault when "default devmode" is disabled (bug #9433).
277 o  Fix segfaults in "log level = 10" on Solaris (bug #9390).
278
279
280 Changes since 3.6.9:
281 --------------------
282
283 o   Jeremy Allison <jra@samba.org>
284     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
285     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
286       ACLs backend.
287
288
289 o   Björn Baumbach <bb@sernet.de>
290     * BUG 9345: Manpages: Fix use of <smbconfoption> tag.
291
292
293 o   Sumit Bose <sbose@redhat.com>
294     * BUG 9367: Use work around for 'winbind use default domain' only if it is
295       set.
296
297
298 o   Günther Deschner <gd@samba.org>
299     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
300     * BUG 9426: Lookup nametype 0x20 in rpc_pipe_open_tcp_port().
301     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
302     * BUG 9451: Allow to force DNS updates using net.
303
304
305 o   David Disseldorp <ddiss@samba.org>
306     * BUG 9433: Fix segfault when "default devmode" is disabled.
307
308
309 o   Volker Lendecke <vl@samba.org>
310     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
311     * BUG 9422: Large read requests cause server to issue malformed reply.
312     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
313
314
315 o   Stefan Metzmacher <metze@samba.org>
316     * BUG 9209: Improve the smb2.create.blob test.
317     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
318     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
319     * BUG 9402: lib/addns doesn't work with a bind9 server.
320
321
322 o   Matthieu Patou <mat@matws.net>
323     * BUG 9418: Fix MD5 detection in the autoconf build.
324
325
326 o   Andreas Schneider <asn@samba.org>
327     * BUG 8564: Fix segfault in pam_sm_authenticate().
328     * BUG 9326: Fix 'net ads join' message for the dns domain.
329     * BUG 9386: Winbind: Failover if netlogon pipe is not available.
330     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
331
332
333 o   Richard Sharpe <realrichardsharpe@gmail.com>
334     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
335
336
337 ######################################################################
338 Reporting bugs & Development Discussion
339 #######################################
340
341 Please discuss this release on the samba-technical mailing list or by
342 joining the #samba-technical IRC channel on irc.freenode.net.
343
344 If you do report problems then please try to send high quality
345 feedback. If you don't provide vital information to help us track down
346 the problem then you will probably be ignored.  All bug reports should
347 be filed under the Samba 3.6 product in the project's Bugzilla
348 database (https://bugzilla.samba.org/).
349
350
351 ======================================================================
352 == Our Code, Our Bugs, Our Responsibility.
353 == The Samba Team
354 ======================================================================
355
356
357 ----------------------------------------------------------------------
358
359
360                    =============================
361                    Release Notes for Samba 3.6.9
362                          October 29, 2012
363                    =============================
364
365
366 This is is the latest stable release of Samba 3.6.
367
368 Major enhancements in Samba 3.6.9 include:
369
370 o  When setting a non-default ACL, don't forget to apply masks to
371    SMB_ACL_USER and SMB_ACL_GROUP entries (bug #9236).
372 o  Winbind can't fetch user or group info from AD via LDAP (bug #9147).
373 o  Fix segfault in smbd if user specified ports out for range (bug #9218).
374
375
376 Changes since 3.6.8:
377 --------------------
378
379 o   Michael Adam <obnox@samba.org>
380     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
381       Windows.
382
383
384 o   Jeremy Allison <jra@samba.org>
385     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
386     * BUG 9016: Connection to outbound trusted domain goes offline.
387     * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2.
388     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
389     * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
390     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
391       blob.
392     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
393     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
394     * BUG 9222: Signing cannot be disabled for SMB2 by design, so fix the
395       documentation instead.
396     * BUG 9236: When setting a non-default ACL, don't forget to apply masks to
397       SMB_ACL_USER and SMB_ACL_GROUP entries.
398
399
400 o   Andrew Bartlett <abartlet@samba.org>
401     * BUG 8788: Initialise ticket to ensure we do not invalid memory.
402
403
404 o   Ira Cooper <ira@samba.org>
405     * BUG 9173: Compound requests should continue processing.
406
407
408 o   Günther Deschner <gd@samba.org>
409     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
410
411
412 o   Björn Jacke <bj@sernet.de>
413     * BUG 3272: quota: Don't force the block size to 512.
414     * BUG 8107: Add some includes for poll.h.
415     * BUG 8146: Fix wrong test == syntax in configure.
416     * BUG 8344: Fix --with(out)-sendfile-support option handling in autoconf.
417     * BUG 9172: Add quota support for gfs2.
418
419
420 o   Volker Lendecke <vl@samba.org>
421     * BUG 9188: Fix crash bug in idmap_hash.
422     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
423
424
425 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
426     * BUG 9013: Fix crash on null pam change pw response.
427
428
429 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
430     * BUG 9192: Fix service control for non-internal services.
431
432
433 o   Stefan Metzmacher <metze@samba.org>
434     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
435       Windows.
436     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
437     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
438
439
440 o   Matthieu Patou <mat@matws.net>
441     * BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
442
443
444 o   Rusty Russell <rusty@rustcorp.com.au>
445     * BUG 9268: Make robust against shrinking tdbs.
446
447
448 o   Joachim Schmitz <schmitz@hp.com>
449     * BUG 8107: Fix poll replacement to become a msleep replacement.
450
451
452 o   Andreas Schneider <asn@samba.org>
453     * BUG 8632: Fix builtin forms order to match Windows again.
454     * BUG 8769: Fix RAW printing for normal users.
455     * BUG 9112: Increase debug level for info that the db is empty.
456     * BUG 9154: Open printers with the right access mask.
457     * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
458     * BUG 9218: Fix segfault in smbd if user specified ports out for range.
459     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
460       registry.
461     * BUG 9280: Add support for reloading systemd services.
462
463
464 o   Karolin Seeger <kseeger@samba.org>
465     * BUG 9165: Fix makerpms.sh on RHEL.
466
467
468 ######################################################################
469 Reporting bugs & Development Discussion
470 #######################################
471
472 Please discuss this release on the samba-technical mailing list or by
473 joining the #samba-technical IRC channel on irc.freenode.net.
474
475 If you do report problems then please try to send high quality
476 feedback. If you don't provide vital information to help us track down
477 the problem then you will probably be ignored.  All bug reports should
478 be filed under the Samba 3.6 product in the project's Bugzilla
479 database (https://bugzilla.samba.org/).
480
481
482 ======================================================================
483 == Our Code, Our Bugs, Our Responsibility.
484 == The Samba Team
485 ======================================================================
486
487
488 ----------------------------------------------------------------------
489
490
491                    =============================
492                    Release Notes for Samba 3.6.8
493                          September 17, 2012
494                    =============================
495
496
497 This is is the latest stable release of Samba 3.6.
498
499 Major enhancements in Samba 3.6.8 include:
500
501 o  Fix crash bug in smbd caused by a blocking lock followed by
502    close (bug #9084).
503 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
504
505
506 Changes since 3.6.7:
507 --------------------
508
509 o   Jeremy Allison <jra@samba.org>
510     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
511     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
512     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
513
514
515 o   Christian Ambach <ambi@samba.org>
516     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
517
518
519 o   Andrew Bartlett <abartlet@samba.org>
520     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
521       members.
522     * BUG 9067: Use correct RID for "Domain Guests" primary group.
523
524
525 o   David Binderman <dcb314@hotmail.com>
526     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
527
528
529 o   David Disseldorp <ddiss@samba.org>
530     * BUG 9123: Fix lprng job tracking errors.
531
532
533 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
534     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
535       clients.
536
537
538 o   Hargagan <shargagan@novell.com>
539     * BUG 9085: Fix NMB registration for a duplicate workstation.
540
541
542 o   Björn Jacke <bj@sernet.de>
543     * BUG 9037: Open and netbsd have the md5 symbols in libc.
544     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
545
546
547 o   Volker Lendecke <vl@samba.org>
548     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
549       T4 (sun4v) systems on Solaris 10.
550     * BUG 9058: Backport FSCTL codes from master.
551     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
552       close.
553     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
554       oplock handling on delete requests.
555
556
557 o   Herb Lewis <hlewis@panasas.com>
558     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
559       and NDR parsing errors.
560
561
562 o   Stefan Metzmacher <metze@samba.org>
563     * BUG 9058: Fix segfault in smbstatus.
564
565
566 o   Andreas Schneider <asn@samba.org>
567     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
568       symbols.
569     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
570     * BUG 9122: Initialize the print backend after we setup winreg.
571     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
572
573
574 ######################################################################
575 Reporting bugs & Development Discussion
576 #######################################
577
578 Please discuss this release on the samba-technical mailing list or by
579 joining the #samba-technical IRC channel on irc.freenode.net.
580
581 If you do report problems then please try to send high quality
582 feedback. If you don't provide vital information to help us track down
583 the problem then you will probably be ignored.  All bug reports should
584 be filed under the Samba 3.6 product in the project's Bugzilla
585 database (https://bugzilla.samba.org/).
586
587
588 ======================================================================
589 == Our Code, Our Bugs, Our Responsibility.
590 == The Samba Team
591 ======================================================================
592
593
594 ----------------------------------------------------------------------
595
596
597                    =============================
598                    Release Notes for Samba 3.6.7
599                            August 6, 2012
600                    =============================
601
602
603 This is is the latest stable release of Samba 3.6.
604
605 Major enhancements in Samba 3.6.7 include:
606
607 o  Fix resolving our own "Domain Local" groups (bug #9052).
608 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
609
610
611 Changes since 3.6.6:
612 --------------------
613
614 o   Jeremy Allison <jra@samba.org>
615     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
616     * BUG 8989: Send correct responses to NT Transact Secondary when no data
617       and no params for the Trans2 calls are set.
618     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
619       configure.
620
621
622 o   David Binderman <dcb314@hotmail.com>
623     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
624
625
626 o   Günther Deschner <gd@samba.org>
627     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
628
629
630 o   David Disseldorp <ddiss@samba.org>
631     * BUG 8719: Printing fails in function cups_job_submit.
632     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
633
634
635 o   Olaf Flebbe <o.flebbe@science-computing.de>
636     * BUG 8552: Correct documentation of "case sensitive".
637
638
639 o   Björn Jacke <bj@sernet.de>
640     * BUG 8996: Fix build without ads support.
641
642
643 o   Volker Lendecke <vl@samba.org>
644     * BUG 9003: Fix posix acl on gpfs.
645     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
646       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
647
648
649 o   Stefan Metzmacher <metze@samba.org>
650     * BUG 9002: Don't turn negative cache entries into valid idmappings.
651     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
652     * BUG 9057: Fix bugs in SMB2 credit handling code.
653
654
655 o   Jiri Popelka <jpopelka@redhat.com>
656     * BUG 9055: Fix build against CUPS 1.6.
657
658
659 o   Jura Sasek <jiri.sasek@oracle.com>
660     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
661
662
663 o   Andreas Schneider <asn@samba.org>
664     * BUG 9052: Fix resolving our own "Domain Local" groups.
665
666
667 ######################################################################
668 Reporting bugs & Development Discussion
669 #######################################
670
671 Please discuss this release on the samba-technical mailing list or by
672 joining the #samba-technical IRC channel on irc.freenode.net.
673
674 If you do report problems then please try to send high quality
675 feedback. If you don't provide vital information to help us track down
676 the problem then you will probably be ignored.  All bug reports should
677 be filed under the Samba 3.6 product in the project's Bugzilla
678 database (https://bugzilla.samba.org/).
679
680
681 ======================================================================
682 == Our Code, Our Bugs, Our Responsibility.
683 == The Samba Team
684 ======================================================================
685
686
687 ----------------------------------------------------------------------
688
689
690                    =============================
691                    Release Notes for Samba 3.6.6
692                            June 25, 2012
693                    =============================
694
695
696 This is is the latest stable release of Samba 3.6.
697
698 Major enhancements in Samba 3.6.6 include:
699
700 o  Fix possible memory leaks in the Samba master process (bug #8970).
701 o  Fix uninitialized memory read in talloc_free().
702 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
703
704
705 Changes since 3.6.5:
706 --------------------
707
708 o   Michael Adam <obnox@samba.org>
709     * BUG 8738: SMB2 server will not release unused shares.
710     * BUG 8749: Sign non guest sessions in SessionSetup.
711     * BUG 8921: Fix race writing registry values.
712
713
714 o   Jeremy Allison <jra@samba.org>
715     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
716     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
717     * BUG 8723: Add pthread-based aio VFS module.
718     * BUG 8784: When calculating the share security mask, take priviliges into
719       account for the connecting user.
720     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
721       se_access_check accepts.
722     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
723       enabled.
724     * BUG 8857: Setting traverse rights fails to enable directory traversal when
725       acl_xattr in use.
726     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
727       set.
728     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
729     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
730       DC IP addresses.
731     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
732     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
733     * BUG 8957: Typo in pam_winbindd code MUST fix.
734     * BUG 8970: Fix possible memory leaks in the Samba master process.
735     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
736       smbd is idle.
737     * BUG 8972: Directory group write permission bit is set if unix extensions
738       are enabled.
739
740
741 o   Christian Ambach <ambi@samba.org>
742     * BUG 8406: Fix a return code check in Winbind.
743     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
744       groups has more than 1000 groups.
745
746
747 o   Andrew Bartlett <abartlet@samba.org>
748     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
749     * BUG 8727: Fix smbclients with posix large reads.
750     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
751       at a time.
752
753
754 o   Björn Baumbach <bb@sernet.de>
755     * BUG 7564: Fix default name resolve order in the manpage.
756     * BUG 8554, 8612, 8748: Add new printers to registry.
757     * BUG 8789: Remove whitespace in example samba.ldif.
758
759
760 o   Alexander Bokovoy <ab@samba.org>
761     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
762
763
764 o   Alejandro Escanero Blanco <aescanero@gmail.com>
765     * BUG 8798: The primary rid should be in the groups rid array.
766
767
768 o   Ira Cooper <samba@ira.wakeful.net>
769     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
770     * BUG 8743: Fix configure.developer builds on Solaris.
771     * BUG 8910: Fix bad bugfix for bug #8910.
772     * BUG 8952: Fix negative SID->uid/gid cache handling.
773     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
774
775
776 o   David Disseldorp <ddiss@samba.org>
777     * BUG 8762: Fix crash in printer_list_set_printer().
778
779
780 o   Olaf Flebbe <o.flebbe@science-computing.de>
781     * BUG 8859: Fix assertion in reg_parse.
782
783
784 o   Björn Jacke <bj@sernet.de>
785     * BUG 8732: Fix compile of krb5 locator on Solaris.
786     * BUG 8869: Remove outdated netscape ds 5 schema file.
787     * BUG 8978: Remove dependency on automake for 'make everything'.
788
789
790 o   Steve Langasek <steve.langasek@ubuntu.com>
791     * BUG 8920: Fix null dereference in pdb_interface.
792
793
794 o   Volker Lendecke <vl@samba.org>
795     * Fix uninitialized memory read in talloc_free().
796     * BUG 8567: Fix segfault in dom_sid_compare.
797     * BUG 8733: Delete streams on directories (streams_depot).
798     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
799     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
800     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
801     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
802     * BUG 8998: Notify code can miss a ChDir.
803
804
805 o   Stefan Metzmacher <metze@samba.org>
806     * BUG 8139: Ignore SMBecho errors (the server may not support it).
807     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
808       current transaction.
809     * BUG 8311: Winzip occasionally can not read files out of an open winzip
810       dialog.
811     * BUG 8739: Fill the sids array of the info in
812       wbcAuthUserInfo_to_netr_SamInfo3().
813     * BUG 8749: Sign non guest sessions in SessionSetup.
814     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
815
816
817 o   Matthieu Patou <mat@matws.net>
818     * BUG 8599: Set the can_do_validation6 also for trusted domain.
819     * BUG 8714: Catch with pid filename's change when config file is not
820       smb.conf.
821     * BUG 8734: Don't try to do clever thing if the username is not found while
822       authenticating through Winbind.
823     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
824     * BUG 8975: Call dump_core_setup after command line option has been parsed.
825
826
827 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
828     * BUG 8826: Prepend '/' to filename argument (docs).
829
830
831 o   Andreas Schneider <asn@samba.org>
832     * BUG 8944 and 8567: Don't lookup the system user in pdb.
833
834
835 o   Richard Sharpe <realrichardsharpe@gmail.com>
836     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
837       SEC_STD_WRITE_OWNER.
838     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
839     * BUG 8822: Fix building out-of-tree modules.
840     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
841       storage.
842     * BUG 8970: Fix possible memory leaks in the Samba master process.
843
844
845 o   Simo Sorce <idra@samba.org>
846     * BUG 8915: Fix pam_winbind build against newer iniparser library.
847
848
849 o   Joseph Tam <jtam.home@gmail.com>
850     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
851
852
853 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
854     * BUG 8845: Move print_backend_init() behind init_system_info().
855
856
857 ######################################################################
858 Reporting bugs & Development Discussion
859 #######################################
860
861 Please discuss this release on the samba-technical mailing list or by
862 joining the #samba-technical IRC channel on irc.freenode.net.
863
864 If you do report problems then please try to send high quality
865 feedback. If you don't provide vital information to help us track down
866 the problem then you will probably be ignored.  All bug reports should
867 be filed under the Samba 3.6 product in the project's Bugzilla
868 database (https://bugzilla.samba.org/).
869
870
871 ======================================================================
872 == Our Code, Our Bugs, Our Responsibility.
873 == The Samba Team
874 ======================================================================
875
876
877 ----------------------------------------------------------------------
878
879
880                    =============================
881                    Release Notes for Samba 3.6.5
882                           April 30, 2012
883                    =============================
884
885
886 This is a security release in order to address
887 CVE-2012-2111 (Incorrect permission checks when granting/removing
888 privileges can compromise file server security).
889
890 o  CVE-2012-2111:
891    Samba 3.4.x to 3.6.4 are affected by a
892    vulnerability that allows arbitrary users
893    to modify privileges on a file server.
894
895
896 Changes since 3.6.4:
897 --------------------
898
899
900 o   Jeremy Allison <jra@samba.org>
901     * Fix  incorrect permission checks when granting/removing
902       privileges (CVE-2012-2111).
903
904
905 ######################################################################
906 Reporting bugs & Development Discussion
907 #######################################
908
909 Please discuss this release on the samba-technical mailing list or by
910 joining the #samba-technical IRC channel on irc.freenode.net.
911
912 If you do report problems then please try to send high quality
913 feedback. If you don't provide vital information to help us track down
914 the problem then you will probably be ignored.  All bug reports should
915 be filed under the Samba 3.6 product in the project's Bugzilla
916 database (https://bugzilla.samba.org/).
917
918
919 ======================================================================
920 == Our Code, Our Bugs, Our Responsibility.
921 == The Samba Team
922 ======================================================================
923
924
925 ----------------------------------------------------------------------
926
927
928                    =============================
929                    Release Notes for Samba 3.6.4
930                           April 10, 2012
931                    =============================
932
933
934 This is a security release in order to address
935 CVE-2012-1182 ("root" credential remote code execution).
936
937 o  CVE-2012-1182:
938    Samba 3.0.x to 3.6.3 are affected by a
939    vulnerability that allows remote code
940    execution as the "root" user.
941
942
943 Changes since 3.6.3:
944 --------------------
945
946
947 o   Stefan Metzmacher <metze@samba.org>
948     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
949      allocated array (CVE-2012-1182).
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 3.6 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 3.6.3
977                          January 29, 2012
978                    =============================
979
980
981 This is a security release in order to address
982 CVE-2012-0817 (Memory leak/Denial of service).
983
984 o  CVE-2012-0817:
985    The Samba File Serving daemon (smbd) in Samba versions
986    3.6.0 to 3.6.2 is affected by a memory leak that can
987    cause a server denial of service.
988
989
990 Changes since 3.6.2:
991 --------------------
992
993
994 o   Jeremy Allison <jra@samba.org>
995     * BUG 8724: Fix memory leak in parent smbd on connection.
996
997
998 o   Ira Cooper <samba@ira.wakeful.net>
999     * BUG 8724: Fix memory leak in parent smbd on connection.
1000
1001
1002 ######################################################################
1003 Reporting bugs & Development Discussion
1004 #######################################
1005
1006 Please discuss this release on the samba-technical mailing list or by
1007 joining the #samba-technical IRC channel on irc.freenode.net.
1008
1009 If you do report problems then please try to send high quality
1010 feedback. If you don't provide vital information to help us track down
1011 the problem then you will probably be ignored.  All bug reports should
1012 be filed under the Samba 3.6 product in the project's Bugzilla
1013 database (https://bugzilla.samba.org/).
1014
1015
1016 ======================================================================
1017 == Our Code, Our Bugs, Our Responsibility.
1018 == The Samba Team
1019 ======================================================================
1020
1021
1022 ----------------------------------------------------------------------
1023
1024
1025                    =============================
1026                    Release Notes for Samba 3.6.2
1027                          January 25, 2012
1028                    =============================
1029
1030
1031 This is the latest stable release of Samba 3.6.
1032
1033 Major enhancements in Samba 3.6.2 include:
1034
1035 o  Make Winbind receive user/group information (bug #8371).
1036 o  Several SMB2 fixes.
1037
1038
1039 Changes since 3.6.1:
1040 --------------------
1041
1042
1043 o   Michael Adam <obnox@samba.org>
1044     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1045       REG_SZ values.
1046
1047
1048 o   Jeremy Allison <jra@samba.org>
1049     * BUG 8541: readlink() on Linux clients fails if the symlink target is
1050       outside of the share.
1051     * BUG 8542: smbclient posix_open command fails to return correct info on
1052       open file.
1053     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
1054     * BUG 8561: Password change settings not fully observed.
1055     * BUG 8562: Fix double free error in talloc.
1056     * BUG 8614: Ensure we correctly calculate reply credits over all returned
1057       SMB2 replies.
1058     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
1059       a DACL.
1060     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
1061       set SEC_DESC_DACL_PRESENT in the type field.
1062     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
1063       inheritable entries on a directory with no stored ACL.
1064     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
1065     * the share.
1066     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
1067       the share.
1068     * BUG 8673: Fix NT ACL issue.
1069     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1070       analyzer.
1071     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
1072       pipe on short write.
1073     * BUG 8687: Fix typo in 'net memberships' usage.
1074     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
1075     * Fix a crash bug in the spoolss code.
1076     * Add new contributing FAQ announcing acceptance of corporate (C).
1077
1078
1079 o   Christian Ambach <ambi@samba.org>
1080     * BUG 8444: Add an allocation pool to idmap_autorid.
1081     * BUG 8585: Increase a debug level.
1082
1083
1084 o   Andrew Bartlett <abartlet@samba.org>
1085     * BUG 8623: Fix crash bug when trying to browse Samba printers.
1086
1087
1088 o   Björn Baumbach <bb@sernet.de>
1089     * BUG 8580: Enable inotify if sys or kernel inotify is available.
1090     * BUG 8618: Fix migrate printer code.
1091
1092
1093 o   Gregor Beck <gbeck@sernet.de>
1094     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1095       REG_SZ values.
1096
1097
1098 o   Günther Deschner <gd@samba.org>
1099     * BUG 7465: Remove pointless use_memory_krb5_ccache.
1100     * BUG 8176: Fix perl path.
1101     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
1102     * BUG 8692: libads: Fix malloc/talloc mismatch in
1103       ads_keytab_verify_ticket().
1104
1105
1106 o   David Disseldorp <ddiss@suse.de>
1107     * BUG 4942: DeletePrinterDriverEx deletes files in use.
1108     * BUG 8575: Add systemd service files.
1109     * BUG 8606: Fix intermittent print job failures caused by character
1110       conversion errors.
1111     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
1112
1113
1114 o   Björn Jacke <bj@sernet.de>
1115     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
1116     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
1117     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
1118       vfs_acl_tdb vfs modules.
1119
1120
1121 o   Frank Lahm <franklahm@googlemail.com>
1122     * BUG 8419: Make VFS op "streaminfo" stackable.
1123
1124
1125 o   Volker Lendecke <vl@samba.org>
1126     * BUG 8371: Make Winbind receive user/group information.
1127     * BUG 8639: Fix the vfs_commit module.
1128     * BUG 8686: Packet validation checks can be done before length validation
1129       causing uninitialized memory read.
1130
1131
1132 o   Stefan Metzmacher <metze@samba.org>
1133     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
1134     * BUG 8357: Grant credits in async interim responses (SMB2).
1135     * BUG 8560: Make SMB2 handle compound request headers in the same way
1136       as Windows.
1137     * BUG 8573: Fix alignment in the non-extended-security negprot.
1138     * BUG 8586: libsmb: Only align unicode pipe_name.
1139     * BUG 8579: smb2_flush: Don't send uninitialized memory.
1140     * BUG 8592: Don't limit the number of open dptrs for SMB2.
1141     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
1142     * BUG 8684: Try ctdbd_init_connection() as root.
1143
1144
1145 o   Masafumi Nakayama <MASA23@jp.ibm.com>
1146     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
1147
1148
1149 o   Matthieu Patou <mat@matws.net>
1150     * BUG 8600: Make cldap work over IPv6.
1151     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1152       analyzer.
1153
1154
1155 o   Andreas Schneider <asn@samba.org>
1156     * BUG 8550: Fix setting the machine account password.
1157     * BUG 8575: Add systemd service files.
1158     * BUG 8608: Winbind: Don't fail on users without a uid.
1159     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
1160     * BUG 8643: Add an update function for Winbind cache.
1161     * BUG 8678: Fix Winbind segfault if we can't map the last user.
1162
1163
1164 o   Karolin Seeger <kseeger@samba.org>
1165     * BUG 7705: Fix some RHEL packaging issues.
1166
1167
1168 o   Richard Sharpe <realrichardsharpe@gmail.com>
1169     * BUG 8607: Improve configure.in so it can be used outside the Samba source
1170       tree.
1171
1172
1173 o   Brad Smith <brad@comstyle.com>
1174     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
1175
1176
1177 o   Henry Wong <henry@stuffedcow.net>
1178     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
1179       while.
1180
1181
1182 ######################################################################
1183 Reporting bugs & Development Discussion
1184 #######################################
1185
1186 Please discuss this release on the samba-technical mailing list or by
1187 joining the #samba-technical IRC channel on irc.freenode.net.
1188
1189 If you do report problems then please try to send high quality
1190 feedback. If you don't provide vital information to help us track down
1191 the problem then you will probably be ignored.  All bug reports should
1192 be filed under the Samba 3.6 product in the project's Bugzilla
1193 database (https://bugzilla.samba.org/).
1194
1195
1196 ======================================================================
1197 == Our Code, Our Bugs, Our Responsibility.
1198 == The Samba Team
1199 ======================================================================
1200
1201
1202 ----------------------------------------------------------------------
1203
1204
1205                    =============================
1206                    Release Notes for Samba 3.6.1
1207                           October 20, 2011
1208                    =============================
1209
1210
1211 This is the latest stable release of Samba 3.6.
1212
1213 Major enhancements in Samba 3.6.1 include:
1214
1215 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
1216 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
1217 o  Several SMB2 fixes.
1218 o  The VFS ACL modules are no longer experimental but production-ready.
1219
1220
1221 Changes since 3.6.0:
1222 --------------------
1223
1224
1225 o   Michael Adam <obnox@samba.org>
1226     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
1227
1228
1229 o   Jeremy Allison <jra@samba.org>
1230     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
1231     * BUG 8229: Fix 'widelinks' regression.
1232     * BUG 8370: Fix vfs_chown_fsp.
1233     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
1234       shares with SMB2.
1235     * BUG 8422: Fix infinite loop in ACL module code.
1236     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
1237       reply stream.
1238     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
1239       isn't given.
1240     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
1241       legacy dialects.
1242     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
1243     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1244       smb2_max_trans.
1245     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
1246       create.
1247     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
1248     * BUG 8477: Map to guest can return uninitialized blob of data.
1249     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
1250       set.
1251     * BUG 8494: Remove "experimental" label on VFS ACL modules.
1252     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
1253       cifsfs create.
1254     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
1255     * BUG 8521: Winbind cache timeout expiry test was reversed.
1256
1257
1258 o   Christian Ambach <ambi@samba.org>
1259     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
1260     * BUG 8518: SMB2 create call returns incorrect file allocation size.
1261
1262
1263 o   Björn Baumbach <bb@sernet.de>
1264     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
1265
1266
1267 o   Bram <fnzon@lists.wizbit.be>
1268     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
1269
1270
1271 o   Ira Cooper <ira@wakeful.net>
1272     * BUG 8395: Optimize serverid_exists() for Solaris.
1273     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
1274       renames.
1275
1276
1277 o   Günther Deschner <gd@samba.org>
1278     * BUG 8401: registry/reg_format.c must include includes.h.
1279     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
1280
1281
1282 o   David Disseldorp <ddiss@suse.de>
1283     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
1284     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1285
1286
1287 o   Wilco Baan Hofman <wilco@baanhofman.nl>
1288     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
1289
1290
1291 o   Björn Jacke <bj@sernet.de>
1292     * BUG 8256: Add man vfs_aio_fork.
1293     * BUG 8363: Fix build of vfs_prealloc on SLES8.
1294
1295
1296 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
1297     * BUG 8515: Disallow "." in can_set_delete_on_close().
1298
1299
1300 o   Volker Lendecke <vl@samba.org>
1301     * BUG 7864: Fix usage of cli_errstr().
1302     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
1303     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
1304     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
1305     * BUG 8385: Fix smbclient access to NT4 shares.
1306     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
1307     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
1308     * BUG 8433: Fix segfault in iconv.c.
1309     * BUG 8455: Samba PDC is looking up only primary user group.
1310
1311
1312 o   Herb Lewis <hlewis@panasas.com>
1313     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
1314
1315
1316 o   Stefan Metzmacher <metze@samba.org>
1317     * BUG 8407: SMB2 server can return requests out-of-order when processing
1318       a compound request.
1319     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
1320     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1321       smb2_max_trans.
1322     * BUG 8476: Don't call smbd_terminate_connection in
1323       smb2_validate_message_id().
1324     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
1325     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1326
1327
1328 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1329     * BUG 8390: Fix the build of vfs_aixacl2.c.
1330
1331
1332 o   Andreas Schneider <asn@samba.org>
1333     * BUG 8236: Empty notify servername.
1334     * BUG 8351: While migrating forms, don't fail if the form already exists.
1335
1336
1337 o   Andrew Tridgell <tridge@samba.org>
1338     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
1339
1340
1341 ######################################################################
1342 Reporting bugs & Development Discussion
1343 #######################################
1344
1345 Please discuss this release on the samba-technical mailing list or by
1346 joining the #samba-technical IRC channel on irc.freenode.net.
1347
1348 If you do report problems then please try to send high quality
1349 feedback. If you don't provide vital information to help us track down
1350 the problem then you will probably be ignored.  All bug reports should
1351 be filed under the Samba 3.6 product in the project's Bugzilla
1352 database (https://bugzilla.samba.org/).
1353
1354
1355 ======================================================================
1356 == Our Code, Our Bugs, Our Responsibility.
1357 == The Samba Team
1358 ======================================================================
1359
1360
1361 ----------------------------------------------------------------------
1362
1363
1364                    =============================
1365                    Release Notes for Samba 3.6.0
1366                           August 9, 2011
1367                    =============================
1368
1369
1370 This is the first release of Samba 3.6.0.
1371
1372 Major enhancements in Samba 3.6.0 include:
1373
1374
1375 Changed security defaults
1376 -------------------------
1377
1378 Samba 3.6 has adopted a number of improved security defaults that will
1379 impact on existing users of Samba.
1380
1381  client ntlmv2 auth = yes
1382  client use spnego principal = no
1383  send spnego principal = no
1384
1385 The impact of 'client ntlmv2 auth = yes' is that by default we will not
1386 use NTLM authentication as a client.  This applies to the Samba client
1387 tools such as smbclient and winbind, but does not change the separately
1388 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
1389 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
1390 set 'client ntlmv2 auth = no' in your smb.conf
1391
1392 The impact of 'client use spnego principal = no' is that Samba will
1393 use CIFS/hostname to obtain a kerberos ticket, acting more like
1394 Windows when using Kerberos against a CIFS server in smbclient,
1395 winbind and other Samba client tools.  This will change which servers
1396 we will successfully negotiate kerberos connections to.  This is due
1397 to Samba no longer trusting a server-provided hint which is not
1398 available from Windows 2008 or later.  For correct operation with all
1399 clients, all aliases for a server should be recorded as a as a
1400 servicePrincipalName on the server's record in AD.  (For this reason,
1401 this behavior change and parameter was also made in Samba 3.5.9)
1402
1403 The impact of 'send spnego principal = no' is to match Windows 2008 and
1404 not to send this principal, making existing clients give more consistent
1405 behaviour (more likely to fall back to NTLMSSP) between Samba and
1406 Windows 2008, and between Windows versions that did and no longer use
1407 this insecure hint.
1408
1409
1410 SMB2 support
1411 ------------
1412
1413 SMB2 support in 3.6.0 is fully functional (with one omission),
1414 and can be enabled by setting:
1415
1416 max protocol = SMB2
1417
1418 in the [global] section of your smb.conf and re-starting
1419 Samba. All features should work over SMB2 except the modification
1420 of user quotas using the Windows quota management tools.
1421
1422 As this is the first release containing what we consider
1423 to be a fully featured SMB2 protocol, we are not enabling
1424 this by default, but encourage users to enable SMB2 and
1425 test it. Once we have enough confirmation from Samba
1426 users and OEMs that SMB2 support is stable in wide user
1427 testing we will enable SMB2 by default in a future Samba
1428 release.
1429
1430
1431 Internal Winbind passdb changes
1432 -------------------------------
1433
1434 Winbind has been changed to use the internal samr and lsa rpc pipe to get
1435 local user and group information instead of calling passdb functions. The
1436 reason is to use more of our infrastructure and test this infrastructure by
1437 using it. With this approach more code in Winbind is shared.
1438
1439
1440 New Spoolss code
1441 ----------------
1442
1443 The spoolss and the old RAP printing code have been completely
1444 overhauled and refactored.
1445
1446 All calls from lanman/printing code has been changed to go through the
1447 spoolss RPC interfaces, this allows us to keep all checks in one place
1448 and avoid special cases in the main printing code.
1449 Printing code has been therefore confined within the spoolss code.
1450
1451 All the printing code, including the spoolss RPC interfaces has been
1452 changed to use the winreg RPC interfaces to store all data.
1453 All data has been migrated from custom, arbitrary TDB files to the
1454 registry interface. This transition allow us to present correct data to
1455 windows client accessing the server registry through the winreg RPC
1456 interfaces to query for printer data. Data is served out from a real
1457 registry implementation and therefore arguably 100% forward compatible.
1458
1459 Migration code from the previous TDB files formats is provided. This
1460 code is automatically invoked the first time the new code is run on the
1461 server. Although manual migration is also available using the 'net
1462 printer migrate' command.
1463
1464 These changes not only make all the spoolss code much more closer to
1465 "the spec", it also greatly improves our internal testing of both
1466 spoolss and winreg interfaces, and reduces overall code duplication.
1467
1468 As part of this work, new tests have been also added to increase
1469 coverage.
1470
1471 This code will also allow, in future, an easy transition to split out
1472 the spooling functions into a separate daemon for those OEMs that do not
1473 need printing functionality in their appliances, reducing the code
1474 footprint.
1475
1476
1477 ID Mapping Changes
1478 ------------------
1479
1480 The id mapping configuration has been a source of much grief in the past.
1481 For this release, id mapping has been rewritten yet again with the goal
1482 of making the configuration more simple and more coherent while keeping
1483 the needed flexibility and even adding to the flexibility in some respects.
1484
1485 The major change that implies the configuration simplifications is at
1486 the heart of the id mapping system: The separation of the "idmap alloc
1487 system" that is responsible for the unix id counters in the tdb, tdb2
1488 and ldap idmap backends from the id mapping code itself has been removed.
1489 The sids_to_unixids operation is now atomic and encapsulates (if needed)
1490 the action of allocating a unix id for a mapping that is to be created.
1491 Consequently all idmap alloc configuration parameters have vanished and
1492 it is hence now also not possible any more to specify an idmap alloc
1493 backend different from the idmap backend. Each idmap backend uses its
1494 own idmap unixid creation mechanism transparently.
1495
1496 As a consequence of the id mapping changes, the methods that are used
1497 for storing and deleting id mappings have been removed from the winbindd
1498 API. The "net idmap dump/restore" commands have been rewritten to
1499 not speak through winbindd any more but directly act on the databases.
1500 This is currently available for the tdb and tdb2 backends, the implementation
1501 for ldap still missing.
1502
1503 The allocate_id functionality is preserved for the unix id creator of the
1504 default idmap configuration is also used as the source of unix ids
1505 for the group mapping database and for the posix attributes in a
1506 ldapsam:editposix setup.
1507
1508 As part of the changes, the default idmap configuration has been
1509 changed to be more coherent with the per-domain configuration.
1510 The parameters "idmap uid", "idmap gid" and "idmap range" are now
1511 deprecated in favour of the systematic "idmap config * : range"
1512 and "idmap config * : backend" parameters. The reason for this change
1513 is that the old options only provided an incomplete and hence deceiving
1514 backwards compatibility, which was a source of many problems with
1515 upgrades. By introducing this change in configuration, it should be
1516 brought to the conciousness of the users that even the simple
1517 id mapping is not working exactly as in Samba 3.0 versions any more.
1518
1519
1520 Endpoint Mapper
1521 ---------------
1522
1523 As Microsoft is more and more relying on endpoint mapper and we didn't have a
1524 complete implementation we decided to create an instance for Samba. The
1525 endpoint mapper is like a DNS server but for ports. If you want to talk to a
1526 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
1527 port it is running. Then you can connect to the service and make sure that it
1528 is running.
1529
1530 The code is deactivated by default, because it needs more testing and it
1531 doesn't scale yet. If you want to enable and test the endpoint mapper
1532 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
1533
1534
1535 Internal restructuring
1536 ----------------------
1537
1538 Ongoing internal restructuring for better separation of internal subsystem to
1539 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
1540 waf build.
1541
1542
1543 SMB Traffic Analyzer
1544 --------------------
1545
1546 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
1547 featuring encryption, multiple arguments, and easier parseability. A new
1548 tool 'smbta-util' has been created to control the encryption behaviour
1549 of SMBTA. For compatibility, SMBTA by default operates on version 1.
1550 There are programs consuming the data that the module sends.
1551
1552 More information can be found on
1553 http://holger123.wordpress.com/smb-traffic-analyzer/
1554
1555
1556 NFS quota backend on Linux
1557 --------------------------
1558
1559 A new nfs quota backend for Linux has been added that is based
1560 on the existing Solaris/FreeBSD implementation. This allows samba
1561 to communicate correct diskfree information for nfs imports that
1562 are re-exported as samba shares.
1563
1564
1565 ######################################################################
1566 Changes
1567 #######
1568
1569 smb.conf changes
1570 ----------------
1571
1572    Parameter Name                      Description     Default
1573    --------------                      -----------     -------
1574
1575    async smb echo handler              New             No
1576    client ntlmv2 auth                  Changed Default Yes
1577    client use spnego principal         New             No
1578    ctdb locktime warn threshold        New             0
1579    idmap alloc backend                 Removed
1580    log writeable files on exit         New             No
1581    multicast dns register              New             Yes
1582    ncalrpc dir                         New
1583    send spnego principal               New             No
1584    smb2 max credits                    New             8192
1585    smb2 max read                       New             1048576
1586    smb2 max trans                      New             1048576
1587    smb2 max write                      New             1048576
1588    username map cache time             New             0
1589    winbind max clients                 New             200
1590
1591    The variable substitutions for %i and %I no longer
1592    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
1593    if the host has IPv6 enabled. Now %i and %I contain just
1594    '192.168.0.1'.
1595
1596 Commit Highlights
1597 -----------------
1598
1599 o   Michael Adam <obnox@samba.org>
1600     * ID Mapping changes.
1601
1602
1603 o   Jeremy Allison <jra@samba.org>
1604     * Implement SMB2 support.
1605
1606
1607 o   Stefan Metzmacher <metze@samba.org>
1608     * Implement SMB2 support.
1609
1610
1611 o   Andreas Schneider <asn@samba.org>
1612     * Add an Endpoint Mapper daemon.
1613
1614
1615 Changes since 3.6.0rc3
1616 ----------------------
1617
1618 o   Michael Adam <obnox@samba.org>
1619     * BUG 8327: Fix the reload of the configuration, also reload activated
1620       registry shares.
1621     * BUG 8328: Cleanup of idmap_tdb2 code.
1622
1623
1624 o   Jeremy Allison <jra@samba.org>
1625     * BUG 7462: Make SA_RESETHAND conditional on its existance.
1626     * BUG 8324: smbclient cannot list directories from a big-endian machine.
1627     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
1628
1629
1630 o   Christian Ambach <ambi@samba.org>
1631     * BUG 8330: Fix NFSv4 ACL merging logic.
1632
1633
1634 o   Andrew Bartlett <abartlet@samba.org>
1635     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
1636
1637
1638 o   Björn Baumbach <bb@sernet.de>
1639     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
1640
1641
1642 o   Alban Browaeys <prahal@yahoo.com>
1643     * BUG 8341: Fix segfault in libsmbclient.
1644
1645
1646 o   Björn Jacke <bj@sernet.de>
1647     * BUG 8362: Fix build issue on old glibc systems.
1648
1649
1650 o   Volker Lendecke <vlendec@samba.org>
1651     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
1652
1653
1654 o   Stefan Metzmacher <metze@samba.org>
1655     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
1656     * BUG 8357: Make sure we grant credits on async read/write operations.
1657     * BUG 8358: Fix a bug in run_poll_events().
1658
1659
1660 Changes since 3.6.0rc2
1661 ----------------------
1662
1663 o   Michael Adam <obnox@samba.org>
1664     * BUG 8213: Fixes in idmap_autorid.
1665     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
1666     * BUG 8281: Fix build of examples/VFS/*.
1667
1668
1669 o   Jeremy Allison <jra@samba.org>
1670     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
1671       module.
1672     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
1673       is set.
1674     * BUG 8219: Fix SMB Panic from Windows 7 client.
1675     * BUG 8254: Fix "acl check permissions = no".
1676     * BUG 8293: Fix log file rotating in SMB2.
1677     * BUG 8304: Fix uninitialized variable in error path.
1678     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
1679       locks.
1680     * BUG 8310: toupper_ascii() is broken on big-endian systems.
1681     * BUG 8314: Fix smbd crash with unknown user.
1682
1683
1684 o   Christian Ambach <ambi@samba.org>
1685     * BUG 8231: Fix crash bug in 'net cache get'.
1686     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
1687     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
1688     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
1689     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
1690
1691
1692 o   Andrew Bartlett <abartlet@samba.org>
1693     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
1694     * Mark 'time offset' parameter as deprecated.
1695
1696
1697 o   Gregor Beck <gbeck@sernet.de>
1698     * BUG 8193: Add new command 'enumerate_recursive'.
1699     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
1700
1701
1702 o   Kai Blin <kai@samba.org>
1703     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
1704     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
1705
1706
1707 o   Günther Deschner <gd@samba.org>
1708     * BUG 7888: Deal with buggy 3.0 based PDCs.
1709     * BUG 8214: Fix smbd crash on printer driver upgrade.
1710     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
1711
1712
1713 o   Björn Jacke <bj@sernet.de>
1714     * BUG 8262: Fix build of vfs_commit.
1715
1716
1717 o   Günter Kukkukk <linux@kukkukk.com>
1718     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
1719
1720
1721 o   Volker Lendecke <vl@samba.org>
1722     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
1723     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1724     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
1725
1726
1727 o   Herb Lewis <hlewis@panasas.com>
1728     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
1729
1730
1731 o   Stefan Metzmacher <metze@samba.org>
1732     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1733     * BUG 8195: Make rpc client code working against NT4 servers.
1734     * BUG 8224: Fix the build on FreeBSD.
1735     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
1736       compilers.
1737     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
1738     * BUG 8264: Fix Valgrind bugs in svcctl.
1739     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
1740     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
1741
1742
1743 o   Andreas Schneider <asn@samba.org>
1744     * BUG 8215: Fix Winbind unix username lookup.
1745     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
1746
1747
1748 Changee since 3.6.0rc1
1749 ----------------------
1750
1751 o   Michael Adam <obnox@samba.org>
1752     * BUG 8200: Add support for multiple writeable ldap idmap domains.
1753
1754
1755 o   Jeremy Allison <jra@samba.org>
1756     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
1757     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
1758     * BUG 8133: Fix strange behavior for the file (whose filename first
1759       character is period ) in SMB2 case.
1760     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
1761     * BUG 8150: Ban "dos charset = utf8".
1762     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
1763     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
1764     * BUG 8157: Fix parsing a cups printcap file.
1765     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
1766     * BUG 8175: Fix smbd deadlock.
1767     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
1768       separate functions.
1769     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
1770     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
1771
1772
1773 o   Christian Ambach <ambi@samba.org>
1774     * BUG 8152: Fix smbd crash in release_ip().
1775
1776
1777 o   Andrew Bartlett <abartlet@samba.org>
1778     * BUG 8151: Deprecate security parameters.
1779
1780
1781 o   Gregor Beck <gbeck@sernet.de>
1782     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
1783       from the client.
1784     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
1785
1786
1787 o   Sumit Bose <sbose@redhat.com>
1788     * BUG 8142: Fix typos in LDAP schema files.
1789
1790
1791 o   Holger Hetterich <hhetter@novell.com>
1792     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
1793     * BUG 8154: Actually make use of SMBTA subversion numbers.
1794
1795
1796 o   Björn Jacke <bj@sernet.de>
1797     * BUG 7998: Remove warning if IOV_MAX is not defined.
1798
1799
1800 o   Jim McDonough <jmcd@samba.org>
1801     * BUG 8166: Don't lockout users when offline.
1802
1803
1804 o   Stefan Metzmacher <metze@samba.org>
1805     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
1806     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
1807
1808
1809 o   Andreas Schneider <asn@samba.org>
1810     * BUG 8155: Fix registering only named pipes on EPM for a service.
1811
1812
1813 o   Volker Lendecke <vl@samba.org>
1814     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
1815       server.
1816     * BUG 8185: "security=server" does not obey guest login field.
1817     * BUG 8189: Support shadow copy display over SMB2.
1818     * BUG 8199: Fix potential crash in smbd handling smb2.
1819
1820
1821 o   Samuel Thibault <sthibault@debian.org>
1822     * BUG 7998: Fix build on Hurd.
1823
1824
1825 Changes since 3.6.0pre3
1826 -----------------------
1827
1828 o   Jeremy Allison <jra@samba.org>
1829     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
1830     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
1831     * Remove fstrings from client struct.
1832     * BUGFIX when converting from safe_strcpy to strlcpy.
1833     * Fix off-by-one calculations with strlcpy.
1834     * Ensure we always write the correct incoming mid into the share mode table
1835       entries.
1836     * Fix the SMB2 oplock showstopper.
1837
1838
1839 o   Christian Ambach <christian.ambach@de.ibm.com>
1840     * Convert user-specified domain to uppercase in libsmb.
1841
1842
1843 o   Günther Deschner <gd@samba.org>
1844     * BUG 8132: Fix filling printers location field when using cups.
1845     * Fix Coverity CID #2302: FORWARD_NULL.
1846     * Fix cups_pull_comment_location().
1847     * Fix double free of cups request.
1848     * Make cups_pull_comment_location() work again.
1849     * Fix potential crash bug in display_print_driver3().
1850
1851
1852 o   Volker Lendecke <vl@samba.org>
1853     * Properly clean up in pthreadpool_init in case of failure.
1854     * Make plaintext session setup async.
1855     * Reduce fd load in Winbind children.
1856     * Avoid a potential 100% CPU loop in Winbind.
1857     * Tune broadcast namequeries for unique names.
1858     * Properly deal with exited winbind children.
1859     * Fix dup_smb2_vec3.
1860     * Fix return check in nss_wins.
1861
1862
1863 Changes since 3.6.0pre2
1864 -----------------------
1865
1866 o   Michael Adam <obnox@samba.org>
1867     * Fix build of tdb2.
1868
1869
1870 o   Jeremy Allison <jra@samba.org>
1871     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
1872       vfs_acl_xattr or vfs_acl_tdb module.
1873     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
1874       are null.
1875     * Correctly detect and deny symlinks anywhere in a path (not just the last
1876       component) if "follow symlinks = no".
1877
1878
1879 o   Günther Deschner <gd@samba.org>
1880     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
1881     * Fix timeout in rpc_pipe_open_tcp_port().
1882     * Fix the build of "--with-profiling-data".
1883     * Fix the AIX 5.3 build.
1884
1885
1886 o   Sergey Korsak <skif@1plus1.net>
1887     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
1888
1889
1890 o   Volker Lendecke <vl@samba.org>
1891     * BUG 8066: Fix wrong output in 'smbget'.
1892     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
1893       2471, 2478.
1894     * nsswitch: Add 'wbinfo --lookup-sids'.
1895     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
1896     * Fix smbd with the async echo responder.
1897     * Fix the build of vfs_gpfs.c.
1898     * Add a 10-second timeout for the 445 or netbios connection to a DC.
1899     * Many pthreadpool fixes.
1900
1901
1902 o   Stefan Metzmacher <metze@samba.org>
1903     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
1904
1905
1906 o   Rusty Russell <rusty@rustcorp.com.au>
1907     * Fix transaction recovery area for converted tdbs.
1908
1909
1910
1911 Changes since 3.6.0pre1
1912 -----------------------
1913
1914 o   Michael Adam <obnox@samba.org>
1915     * ID Mapping changes.
1916     * Add "--option" to 'testparm'.
1917
1918
1919 o   Jeremy Allison <jra@samba.org>
1920     * BUG 7080: Quota only shown when logged as root.
1921     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
1922     * BUG 7996: Sgid bit lost on folder rename.
1923     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
1924     * Fix crash bug on smbd shutdown when using FOPENDIR().
1925     * Ensure we don't return an incorrect access mask.
1926     * Fix bug against the new Mac client.
1927     * Fix leak in error path.
1928     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
1929
1930
1931 o   Christian Ambach <christian.ambach@de.ibm.com>
1932     * Fix a segfault in the krb5 locator plugin.
1933     * Enable sharesec for registry shares.
1934
1935
1936 o   Andrew Bartlett <abartlet@samba.org>
1937     * Fix memory leak in "security=share" and "force user".
1938
1939
1940 o   Björn Baumbach <bb@sernet.de>
1941     * BUG 7875: Fix 'nmbd --port'.
1942     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
1943       architectures.
1944
1945
1946 o   Gregor Beck <gbeck@sernet.de>
1947     * Add new 'net idmap check' command.
1948     * Add new 'net idmap delete' command.
1949     * Fix segfault on missing input file in 'net idmap restore'.
1950
1951
1952 o   Olly Betts <olly@survex.com>
1953     * Fix 'net usersidlist' not to skip every other user.
1954
1955
1956 o   Günther Deschner <gd@samba.org>
1957     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
1958     * BUG 7945: Let winbind try to use samlogon validation level 6.
1959     * Fix Coverity ID 2041.
1960     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
1961     * Internal restructuring.
1962     * Don't wipe out all printer drivers when only one should be deleted.
1963     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
1964
1965
1966 o   David Disseldorp <ddiss@suse.de>
1967     * BUG 7915: Fix cups pcap reload with no printers.
1968     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
1969     * Fix memory leak in print_cups.c.
1970     * Remove duplicate cups response processing code.
1971     * Follow force user/group for driver IO.
1972     * Initiate pcap reload from parent smbd.
1973     * Reload shares after pcap cache fill.
1974
1975
1976 o   Björn Jacke <bj@sernet.de>
1977     * BUG 8033: Add explicit configure option whether or not to enable dmapi
1978       support.
1979
1980
1981 o   Volker Lendecke <vl@samba.org>
1982     * BUG 7917: Fix bug in chain_reply.
1983     * BUG 7940: Fall back for utimes calls.
1984     * BUG 8009: Fix getting username in 'net rap session'.
1985     * BUG 8010: Use jenkins hash for str_checksum.
1986     * BUG 8042: Fix file creation on OS/X.
1987     * Fix numerous Coverity IDs.
1988     * Fix a memory leak in check_sam_security_info3.
1989     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
1990     * Make "net sam list [users|workstations]" list only the right things.
1991     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
1992     * Use the right credentials in check_netlogond_security.
1993     * Add support for AF_NETLINK addr notifications.
1994     * Fork multiple Winbind children per domain.
1995     * Fix a deadlock between smbd and ctdbd.
1996     * Add 'wbinfo --dc-info'.
1997     * Make "nmbd socket dir" configurable.
1998     * Fix a valgrind error.
1999     * Fix a memleak in receive_getdc_response.
2000
2001
2002 o   Nikolay Martynov <mar.kolya@gmail.com>
2003     * BUG 8010: Fix inode generation so nautilus can count total dir size
2004       correctly.
2005
2006
2007 o   Stefan Metzmacher <metze@samba.org>
2008     * BUG 7567: Fix printing from Windows 7.
2009     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
2010     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
2011     * Don't grant SEC_STD_DELETE always to the owner of a file.
2012     * Fix segfaults on addrchange errors in Winbind.
2013     * Allow machine accounts as members in groupdb.
2014
2015
2016 o   Jonathan Nieder <jrnieder@gmail.com>
2017     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
2018       scary.
2019
2020
2021 o   Andreas Schneider <asn@samba.org>
2022     * Add an Endpoint Mapper daemon.
2023     * Add IPv6 support for the endpoint mapper.
2024     * Free unused memory in the rpc server.
2025     * Fix possible segfaults in svcctl server.
2026     * Fix possible segfault with client_id in rpc server.
2027     * Add a 'svcctl shutdown' function to rpc server.
2028     * Fix a resource leak in net_afs.
2029     * Fix a resource leak in smbta-util.
2030     * Fix possible resource leak in net_usershare.
2031     * Fix possible resource leak in 'smbget'.
2032     * Fix possible resource leak in 'smbfilter'.
2033     * Fix a possible null pointer dereference in smbd.
2034
2035
2036 o   Pavel Shilovsky <piastry@etersoft.ru>
2037     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
2038     * Ensure we send the direct levelII oplock break to the correct fid.
2039
2040
2041 o   Simo Sorce <idra@samba.org>
2042     * Fix private libdir and codepages paths.
2043
2044
2045 o   Andrew Tridgell <tridge@samba.org>
2046     * Fix a valgrind error.
2047
2048
2049 ######################################################################
2050 Reporting bugs & Development Discussion
2051 #######################################
2052
2053 Please discuss this release on the samba-technical mailing list or by
2054 joining the #samba-technical IRC channel on irc.freenode.net.
2055
2056 If you do report problems then please try to send high quality
2057 feedback. If you don't provide vital information to help us track down
2058 the problem then you will probably be ignored.  All bug reports should
2059 be filed under the Samba 3.6 product in the project's Bugzilla
2060 database (https://bugzilla.samba.org/).
2061
2062
2063 ======================================================================
2064 == Our Code, Our Bugs, Our Responsibility.
2065 == The Samba Team
2066 ======================================================================
2067