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