WHATSNEW: Add release notes for 3.6.3.
[samba.git] / WHATSNEW.txt
1                    =============================
2                    Release Notes for Samba 3.6.3
3                          January 29, 2012
4                    =============================
5
6
7 This is a security release in order to address
8 CVE-2012-0817 (Memory leak/Denial of service).
9
10 o  CVE-2012-0817:
11    The Samba File Serving daemon (smbd) in Samba versions
12    3.6.0 to 3.6.2 is affected by a memory leak that can
13    cause a server denial of service.
14
15
16 Changes since 3.6.2:
17 --------------------
18
19
20 o   Jeremy Allison <jra@samba.org>
21     * BUG 8724: Fix memory leak in parent smbd on connection.
22
23
24 o   Ira Cooper <samba@ira.wakeful.net>
25     * BUG 8724: Fix memory leak in parent smbd on connection.
26
27
28 ######################################################################
29 Reporting bugs & Development Discussion
30 #######################################
31
32 Please discuss this release on the samba-technical mailing list or by
33 joining the #samba-technical IRC channel on irc.freenode.net.
34
35 If you do report problems then please try to send high quality
36 feedback. If you don't provide vital information to help us track down
37 the problem then you will probably be ignored.  All bug reports should
38 be filed under the Samba 3.6 product in the project's Bugzilla
39 database (https://bugzilla.samba.org/).
40
41
42 ======================================================================
43 == Our Code, Our Bugs, Our Responsibility.
44 == The Samba Team
45 ======================================================================
46
47 Release notes for older releases follow:
48 ----------------------------------------
49
50                    =============================
51                    Release Notes for Samba 3.6.2
52                          January 25, 2012
53                    =============================
54
55
56 This is the latest stable release of Samba 3.6.
57
58 Major enhancements in Samba 3.6.2 include:
59
60 o  Make Winbind receive user/group information (bug #8371).
61 o  Several SMB2 fixes.
62
63
64 Changes since 3.6.1:
65 --------------------
66
67
68 o   Michael Adam <obnox@samba.org>
69     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
70       REG_SZ values.
71
72
73 o   Jeremy Allison <jra@samba.org>
74     * BUG 8541: readlink() on Linux clients fails if the symlink target is
75       outside of the share.
76     * BUG 8542: smbclient posix_open command fails to return correct info on
77       open file.
78     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
79     * BUG 8561: Password change settings not fully observed.
80     * BUG 8562: Fix double free error in talloc.
81     * BUG 8614: Ensure we correctly calculate reply credits over all returned
82       SMB2 replies.
83     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
84       a DACL.
85     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
86       set SEC_DESC_DACL_PRESENT in the type field.
87     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
88       inheritable entries on a directory with no stored ACL.
89     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
90     * the share.
91     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
92       the share.
93     * BUG 8673: Fix NT ACL issue.
94     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
95       analyzer.
96     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
97       pipe on short write.
98     * BUG 8687: Fix typo in 'net memberships' usage.
99     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
100     * Fix a crash bug in the spoolss code.
101     * Add new contributing FAQ announcing acceptance of corporate (C).
102
103
104 o   Christian Ambach <ambi@samba.org>
105     * BUG 8444: Add an allocation pool to idmap_autorid.
106     * BUG 8585: Increase a debug level.
107
108
109 o   Andrew Bartlett <abartlet@samba.org>
110     * BUG 8623: Fix crash bug when trying to browse Samba printers.
111
112
113 o   Björn Baumbach <bb@sernet.de>
114     * BUG 8580: Enable inotify if sys or kernel inotify is available.
115     * BUG 8618: Fix migrate printer code.
116
117
118 o   Gregor Beck <gbeck@sernet.de>
119     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
120       REG_SZ values.
121
122
123 o   Günther Deschner <gd@samba.org>
124     * BUG 7465: Remove pointless use_memory_krb5_ccache.
125     * BUG 8176: Fix perl path.
126     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
127     * BUG 8692: libads: Fix malloc/talloc mismatch in
128       ads_keytab_verify_ticket().
129
130
131 o   David Disseldorp <ddiss@suse.de>
132     * BUG 4942: DeletePrinterDriverEx deletes files in use.
133     * BUG 8575: Add systemd service files.
134     * BUG 8606: Fix intermittent print job failures caused by character
135       conversion errors.
136     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
137
138
139 o   Björn Jacke <bj@sernet.de>
140     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
141     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
142     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
143       vfs_acl_tdb vfs modules.
144
145
146 o   Frank Lahm <franklahm@googlemail.com>
147     * BUG 8419: Make VFS op "streaminfo" stackable.
148
149
150 o   Volker Lendecke <vl@samba.org>
151     * BUG 8371: Make Winbind receive user/group information.
152     * BUG 8639: Fix the vfs_commit module.
153     * BUG 8686: Packet validation checks can be done before length validation
154       causing uninitialized memory read.
155
156
157 o   Stefan Metzmacher <metze@samba.org>
158     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
159     * BUG 8357: Grant credits in async interim responses (SMB2).
160     * BUG 8560: Make SMB2 handle compound request headers in the same way
161       as Windows.
162     * BUG 8573: Fix alignment in the non-extended-security negprot.
163     * BUG 8586: libsmb: Only align unicode pipe_name.
164     * BUG 8579: smb2_flush: Don't send uninitialized memory.
165     * BUG 8592: Don't limit the number of open dptrs for SMB2.
166     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
167     * BUG 8684: Try ctdbd_init_connection() as root.
168
169
170 o   Masafumi Nakayama <MASA23@jp.ibm.com>
171     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
172
173
174 o   Matthieu Patou <mat@matws.net>
175     * BUG 8600: Make cldap work over IPv6.
176     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
177       analyzer.
178
179
180 o   Andreas Schneider <asn@samba.org>
181     * BUG 8550: Fix setting the machine account password.
182     * BUG 8575: Add systemd service files.
183     * BUG 8608: Winbind: Don't fail on users without a uid.
184     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
185     * BUG 8643: Add an update function for Winbind cache.
186     * BUG 8678: Fix Winbind segfault if we can't map the last user.
187
188
189 o   Karolin Seeger <kseeger@samba.org>
190     * BUG 7705: Fix some RHEL packaging issues.
191
192
193 o   Richard Sharpe <realrichardsharpe@gmail.com>
194     * BUG 8607: Improve configure.in so it can be used outside the Samba source
195       tree.
196
197
198 o   Brad Smith <brad@comstyle.com>
199     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
200
201
202 o   Henry Wong <henry@stuffedcow.net>
203     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
204       while.
205
206
207 ######################################################################
208 Reporting bugs & Development Discussion
209 #######################################
210
211 Please discuss this release on the samba-technical mailing list or by
212 joining the #samba-technical IRC channel on irc.freenode.net.
213
214 If you do report problems then please try to send high quality
215 feedback. If you don't provide vital information to help us track down
216 the problem then you will probably be ignored.  All bug reports should
217 be filed under the Samba 3.6 product in the project's Bugzilla
218 database (https://bugzilla.samba.org/).
219
220
221 ======================================================================
222 == Our Code, Our Bugs, Our Responsibility.
223 == The Samba Team
224 ======================================================================
225
226
227 ----------------------------------------------------------------------
228
229
230                    =============================
231                    Release Notes for Samba 3.6.1
232                           October 20, 2011
233                    =============================
234
235
236 This is the latest stable release of Samba 3.6.
237
238 Major enhancements in Samba 3.6.1 include:
239
240 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
241 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
242 o  Several SMB2 fixes.
243 o  The VFS ACL modules are no longer experimental but production-ready.
244
245
246 Changes since 3.6.0:
247 --------------------
248
249
250 o   Michael Adam <obnox@samba.org>
251     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
252
253
254 o   Jeremy Allison <jra@samba.org>
255     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
256     * BUG 8229: Fix 'widelinks' regression.
257     * BUG 8370: Fix vfs_chown_fsp.
258     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
259       shares with SMB2.
260     * BUG 8422: Fix infinite loop in ACL module code.
261     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
262       reply stream.
263     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
264       isn't given.
265     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
266       legacy dialects.
267     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
268     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
269       smb2_max_trans.
270     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
271       create.
272     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
273     * BUG 8477: Map to guest can return uninitialized blob of data.
274     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
275       set.
276     * BUG 8494: Remove "experimental" label on VFS ACL modules.
277     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
278       cifsfs create.
279     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
280     * BUG 8521: Winbind cache timeout expiry test was reversed.
281
282
283 o   Christian Ambach <ambi@samba.org>
284     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
285     * BUG 8518: SMB2 create call returns incorrect file allocation size.
286
287
288 o   Björn Baumbach <bb@sernet.de>
289     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
290
291
292 o   Bram <fnzon@lists.wizbit.be>
293     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
294
295
296 o   Ira Cooper <ira@wakeful.net>
297     * BUG 8395: Optimize serverid_exists() for Solaris.
298     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
299       renames.
300
301
302 o   Günther Deschner <gd@samba.org>
303     * BUG 8401: registry/reg_format.c must include includes.h.
304     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
305
306
307 o   David Disseldorp <ddiss@suse.de>
308     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
309     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
310
311
312 o   Wilco Baan Hofman <wilco@baanhofman.nl>
313     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
314
315
316 o   Björn Jacke <bj@sernet.de>
317     * BUG 8256: Add man vfs_aio_fork.
318     * BUG 8363: Fix build of vfs_prealloc on SLES8.
319
320
321 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
322     * BUG 8515: Disallow "." in can_set_delete_on_close().
323
324
325 o   Volker Lendecke <vl@samba.org>
326     * BUG 7864: Fix usage of cli_errstr().
327     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
328     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
329     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
330     * BUG 8385: Fix smbclient access to NT4 shares.
331     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
332     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
333     * BUG 8433: Fix segfault in iconv.c.
334     * BUG 8455: Samba PDC is looking up only primary user group.
335
336
337 o   Herb Lewis <hlewis@panasas.com>
338     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
339
340
341 o   Stefan Metzmacher <metze@samba.org>
342     * BUG 8407: SMB2 server can return requests out-of-order when processing
343       a compound request.
344     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
345     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
346       smb2_max_trans.
347     * BUG 8476: Don't call smbd_terminate_connection in
348       smb2_validate_message_id().
349     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
350     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
351
352
353 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
354     * BUG 8390: Fix the build of vfs_aixacl2.c.
355
356
357 o   Andreas Schneider <asn@samba.org>
358     * BUG 8236: Empty notify servername.
359     * BUG 8351: While migrating forms, don't fail if the form already exists.
360
361
362 o   Andrew Tridgell <tridge@samba.org>
363     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
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.0
391                           August 9, 2011
392                    =============================
393
394
395 This is the first release of Samba 3.6.0.
396
397 Major enhancements in Samba 3.6.0 include:
398
399
400 Changed security defaults
401 -------------------------
402
403 Samba 3.6 has adopted a number of improved security defaults that will
404 impact on existing users of Samba.
405
406  client ntlmv2 auth = yes
407  client use spnego principal = no
408  send spnego principal = no
409
410 The impact of 'client ntlmv2 auth = yes' is that by default we will not
411 use NTLM authentication as a client.  This applies to the Samba client
412 tools such as smbclient and winbind, but does not change the separately
413 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
414 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
415 set 'client ntlmv2 auth = no' in your smb.conf
416
417 The impact of 'client use spnego principal = no' is that Samba will
418 use CIFS/hostname to obtain a kerberos ticket, acting more like
419 Windows when using Kerberos against a CIFS server in smbclient,
420 winbind and other Samba client tools.  This will change which servers
421 we will successfully negotiate kerberos connections to.  This is due
422 to Samba no longer trusting a server-provided hint which is not
423 available from Windows 2008 or later.  For correct operation with all
424 clients, all aliases for a server should be recorded as a as a
425 servicePrincipalName on the server's record in AD.  (For this reason,
426 this behavior change and parameter was also made in Samba 3.5.9)
427
428 The impact of 'send spnego principal = no' is to match Windows 2008 and
429 not to send this principal, making existing clients give more consistent
430 behaviour (more likely to fall back to NTLMSSP) between Samba and
431 Windows 2008, and between Windows versions that did and no longer use
432 this insecure hint.
433
434
435 SMB2 support
436 ------------
437
438 SMB2 support in 3.6.0 is fully functional (with one omission),
439 and can be enabled by setting:
440
441 max protocol = SMB2
442
443 in the [global] section of your smb.conf and re-starting
444 Samba. All features should work over SMB2 except the modification
445 of user quotas using the Windows quota management tools.
446
447 As this is the first release containing what we consider
448 to be a fully featured SMB2 protocol, we are not enabling
449 this by default, but encourage users to enable SMB2 and
450 test it. Once we have enough confirmation from Samba
451 users and OEMs that SMB2 support is stable in wide user
452 testing we will enable SMB2 by default in a future Samba
453 release.
454
455
456 Internal Winbind passdb changes
457 -------------------------------
458
459 Winbind has been changed to use the internal samr and lsa rpc pipe to get
460 local user and group information instead of calling passdb functions. The
461 reason is to use more of our infrastructure and test this infrastructure by
462 using it. With this approach more code in Winbind is shared.
463
464
465 New Spoolss code
466 ----------------
467
468 The spoolss and the old RAP printing code have been completely
469 overhauled and refactored.
470
471 All calls from lanman/printing code has been changed to go through the
472 spoolss RPC interfaces, this allows us to keep all checks in one place
473 and avoid special cases in the main printing code.
474 Printing code has been therefore confined within the spoolss code.
475
476 All the printing code, including the spoolss RPC interfaces has been
477 changed to use the winreg RPC interfaces to store all data.
478 All data has been migrated from custom, arbitrary TDB files to the
479 registry interface. This transition allow us to present correct data to
480 windows client accessing the server registry through the winreg RPC
481 interfaces to query for printer data. Data is served out from a real
482 registry implementation and therefore arguably 100% forward compatible.
483
484 Migration code from the previous TDB files formats is provided. This
485 code is automatically invoked the first time the new code is run on the
486 server. Although manual migration is also available using the 'net
487 printer migrate' command.
488
489 These changes not only make all the spoolss code much more closer to
490 "the spec", it also greatly improves our internal testing of both
491 spoolss and winreg interfaces, and reduces overall code duplication.
492
493 As part of this work, new tests have been also added to increase
494 coverage.
495
496 This code will also allow, in future, an easy transition to split out
497 the spooling functions into a separate daemon for those OEMs that do not
498 need printing functionality in their appliances, reducing the code
499 footprint.
500
501
502 ID Mapping Changes
503 ------------------
504
505 The id mapping configuration has been a source of much grief in the past.
506 For this release, id mapping has been rewritten yet again with the goal
507 of making the configuration more simple and more coherent while keeping
508 the needed flexibility and even adding to the flexibility in some respects.
509
510 The major change that implies the configuration simplifications is at
511 the heart of the id mapping system: The separation of the "idmap alloc
512 system" that is responsible for the unix id counters in the tdb, tdb2
513 and ldap idmap backends from the id mapping code itself has been removed.
514 The sids_to_unixids operation is now atomic and encapsulates (if needed)
515 the action of allocating a unix id for a mapping that is to be created.
516 Consequently all idmap alloc configuration parameters have vanished and
517 it is hence now also not possible any more to specify an idmap alloc
518 backend different from the idmap backend. Each idmap backend uses its
519 own idmap unixid creation mechanism transparently.
520
521 As a consequence of the id mapping changes, the methods that are used
522 for storing and deleting id mappings have been removed from the winbindd
523 API. The "net idmap dump/restore" commands have been rewritten to
524 not speak through winbindd any more but directly act on the databases.
525 This is currently available for the tdb and tdb2 backends, the implementation
526 for ldap still missing.
527
528 The allocate_id functionality is preserved for the unix id creator of the
529 default idmap configuration is also used as the source of unix ids
530 for the group mapping database and for the posix attributes in a
531 ldapsam:editposix setup.
532
533 As part of the changes, the default idmap configuration has been
534 changed to be more coherent with the per-domain configuration.
535 The parameters "idmap uid", "idmap gid" and "idmap range" are now
536 deprecated in favour of the systematic "idmap config * : range"
537 and "idmap config * : backend" parameters. The reason for this change
538 is that the old options only provided an incomplete and hence deceiving
539 backwards compatibility, which was a source of many problems with
540 upgrades. By introducing this change in configuration, it should be
541 brought to the conciousness of the users that even the simple
542 id mapping is not working exactly as in Samba 3.0 versions any more.
543
544
545 Endpoint Mapper
546 ---------------
547
548 As Microsoft is more and more relying on endpoint mapper and we didn't have a
549 complete implementation we decided to create an instance for Samba. The
550 endpoint mapper is like a DNS server but for ports. If you want to talk to a
551 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
552 port it is running. Then you can connect to the service and make sure that it
553 is running.
554
555 The code is deactivated by default, because it needs more testing and it
556 doesn't scale yet. If you want to enable and test the endpoint mapper
557 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
558
559
560 Internal restructuring
561 ----------------------
562
563 Ongoing internal restructuring for better separation of internal subsystem to
564 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
565 waf build.
566
567
568 SMB Traffic Analyzer
569 --------------------
570
571 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
572 featuring encryption, multiple arguments, and easier parseability. A new
573 tool 'smbta-util' has been created to control the encryption behaviour
574 of SMBTA. For compatibility, SMBTA by default operates on version 1.
575 There are programs consuming the data that the module sends.
576
577 More information can be found on
578 http://holger123.wordpress.com/smb-traffic-analyzer/
579
580
581 NFS quota backend on Linux
582 --------------------------
583
584 A new nfs quota backend for Linux has been added that is based
585 on the existing Solaris/FreeBSD implementation. This allows samba
586 to communicate correct diskfree information for nfs imports that
587 are re-exported as samba shares.
588
589
590 ######################################################################
591 Changes
592 #######
593
594 smb.conf changes
595 ----------------
596
597    Parameter Name                      Description     Default
598    --------------                      -----------     -------
599
600    async smb echo handler              New             No
601    client ntlmv2 auth                  Changed Default Yes
602    client use spnego principal         New             No
603    ctdb locktime warn threshold        New             0
604    idmap alloc backend                 Removed
605    log writeable files on exit         New             No
606    multicast dns register              New             Yes
607    ncalrpc dir                         New
608    send spnego principal               New             No
609    smb2 max credits                    New             8192
610    smb2 max read                       New             1048576
611    smb2 max trans                      New             1048576
612    smb2 max write                      New             1048576
613    username map cache time             New             0
614    winbind max clients                 New             200
615
616    The variable substitutions for %i and %I no longer
617    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
618    if the host has IPv6 enabled. Now %i and %I contain just
619    '192.168.0.1'.
620
621 Commit Highlights
622 -----------------
623
624 o   Michael Adam <obnox@samba.org>
625     * ID Mapping changes.
626
627
628 o   Jeremy Allison <jra@samba.org>
629     * Implement SMB2 support.
630
631
632 o   Stefan Metzmacher <metze@samba.org>
633     * Implement SMB2 support.
634
635
636 o   Andreas Schneider <asn@samba.org>
637     * Add an Endpoint Mapper daemon.
638
639
640 Changes since 3.6.0rc3
641 ----------------------
642
643 o   Michael Adam <obnox@samba.org>
644     * BUG 8327: Fix the reload of the configuration, also reload activated
645       registry shares.
646     * BUG 8328: Cleanup of idmap_tdb2 code.
647
648
649 o   Jeremy Allison <jra@samba.org>
650     * BUG 7462: Make SA_RESETHAND conditional on its existance.
651     * BUG 8324: smbclient cannot list directories from a big-endian machine.
652     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
653
654
655 o   Christian Ambach <ambi@samba.org>
656     * BUG 8330: Fix NFSv4 ACL merging logic.
657
658
659 o   Andrew Bartlett <abartlet@samba.org>
660     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
661
662
663 o   Björn Baumbach <bb@sernet.de>
664     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
665
666
667 o   Alban Browaeys <prahal@yahoo.com>
668     * BUG 8341: Fix segfault in libsmbclient.
669
670
671 o   Björn Jacke <bj@sernet.de>
672     * BUG 8362: Fix build issue on old glibc systems.
673
674
675 o   Volker Lendecke <vlendec@samba.org>
676     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
677
678
679 o   Stefan Metzmacher <metze@samba.org>
680     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
681     * BUG 8357: Make sure we grant credits on async read/write operations.
682     * BUG 8358: Fix a bug in run_poll_events().
683
684
685 Changes since 3.6.0rc2
686 ----------------------
687
688 o   Michael Adam <obnox@samba.org>
689     * BUG 8213: Fixes in idmap_autorid.
690     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
691     * BUG 8281: Fix build of examples/VFS/*.
692
693
694 o   Jeremy Allison <jra@samba.org>
695     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
696       module.
697     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
698       is set.
699     * BUG 8219: Fix SMB Panic from Windows 7 client.
700     * BUG 8254: Fix "acl check permissions = no".
701     * BUG 8293: Fix log file rotating in SMB2.
702     * BUG 8304: Fix uninitialized variable in error path.
703     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
704       locks.
705     * BUG 8310: toupper_ascii() is broken on big-endian systems.
706     * BUG 8314: Fix smbd crash with unknown user.
707
708
709 o   Christian Ambach <ambi@samba.org>
710     * BUG 8231: Fix crash bug in 'net cache get'.
711     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
712     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
713     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
714     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
715
716
717 o   Andrew Bartlett <abartlet@samba.org>
718     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
719     * Mark 'time offset' parameter as deprecated.
720
721
722 o   Gregor Beck <gbeck@sernet.de>
723     * BUG 8193: Add new command 'enumerate_recursive'.
724     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
725
726
727 o   Kai Blin <kai@samba.org>
728     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
729     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
730
731
732 o   Günther Deschner <gd@samba.org>
733     * BUG 7888: Deal with buggy 3.0 based PDCs.
734     * BUG 8214: Fix smbd crash on printer driver upgrade.
735     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
736
737
738 o   Björn Jacke <bj@sernet.de>
739     * BUG 8262: Fix build of vfs_commit.
740
741
742 o   Günter Kukkukk <linux@kukkukk.com>
743     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
744
745
746 o   Volker Lendecke <vl@samba.org>
747     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
748     * BUG 8102: Do not allow to change file ACLs from normal domusers.
749     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
750
751
752 o   Herb Lewis <hlewis@panasas.com>
753     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
754
755
756 o   Stefan Metzmacher <metze@samba.org>
757     * BUG 8102: Do not allow to change file ACLs from normal domusers.
758     * BUG 8195: Make rpc client code working against NT4 servers.
759     * BUG 8224: Fix the build on FreeBSD.
760     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
761       compilers.
762     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
763     * BUG 8264: Fix Valgrind bugs in svcctl.
764     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
765     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
766
767
768 o   Andreas Schneider <asn@samba.org>
769     * BUG 8215: Fix Winbind unix username lookup.
770     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
771
772
773 Changee since 3.6.0rc1
774 ----------------------
775
776 o   Michael Adam <obnox@samba.org>
777     * BUG 8200: Add support for multiple writeable ldap idmap domains.
778
779
780 o   Jeremy Allison <jra@samba.org>
781     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
782     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
783     * BUG 8133: Fix strange behavior for the file (whose filename first
784       character is period ) in SMB2 case.
785     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
786     * BUG 8150: Ban "dos charset = utf8".
787     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
788     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
789     * BUG 8157: Fix parsing a cups printcap file.
790     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
791     * BUG 8175: Fix smbd deadlock.
792     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
793       separate functions.
794     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
795     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
796
797
798 o   Christian Ambach <ambi@samba.org>
799     * BUG 8152: Fix smbd crash in release_ip().
800
801
802 o   Andrew Bartlett <abartlet@samba.org>
803     * BUG 8151: Deprecate security parameters.
804
805
806 o   Gregor Beck <gbeck@sernet.de>
807     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
808       from the client.
809     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
810
811
812 o   Sumit Bose <sbose@redhat.com>
813     * BUG 8142: Fix typos in LDAP schema files.
814
815
816 o   Holger Hetterich <hhetter@novell.com>
817     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
818     * BUG 8154: Actually make use of SMBTA subversion numbers.
819
820
821 o   Björn Jacke <bj@sernet.de>
822     * BUG 7998: Remove warning if IOV_MAX is not defined.
823
824
825 o   Jim McDonough <jmcd@samba.org>
826     * BUG 8166: Don't lockout users when offline.
827
828
829 o   Stefan Metzmacher <metze@samba.org>
830     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
831     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
832
833
834 o   Andreas Schneider <asn@samba.org>
835     * BUG 8155: Fix registering only named pipes on EPM for a service.
836
837
838 o   Volker Lendecke <vl@samba.org>
839     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
840       server.
841     * BUG 8185: "security=server" does not obey guest login field.
842     * BUG 8189: Support shadow copy display over SMB2.
843     * BUG 8199: Fix potential crash in smbd handling smb2.
844
845
846 o   Samuel Thibault <sthibault@debian.org>
847     * BUG 7998: Fix build on Hurd.
848
849
850 Changes since 3.6.0pre3
851 -----------------------
852
853 o   Jeremy Allison <jra@samba.org>
854     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
855     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
856     * Remove fstrings from client struct.
857     * BUGFIX when converting from safe_strcpy to strlcpy.
858     * Fix off-by-one calculations with strlcpy.
859     * Ensure we always write the correct incoming mid into the share mode table
860       entries.
861     * Fix the SMB2 oplock showstopper.
862
863
864 o   Christian Ambach <christian.ambach@de.ibm.com>
865     * Convert user-specified domain to uppercase in libsmb.
866
867
868 o   Günther Deschner <gd@samba.org>
869     * BUG 8132: Fix filling printers location field when using cups.
870     * Fix Coverity CID #2302: FORWARD_NULL.
871     * Fix cups_pull_comment_location().
872     * Fix double free of cups request.
873     * Make cups_pull_comment_location() work again.
874     * Fix potential crash bug in display_print_driver3().
875
876
877 o   Volker Lendecke <vl@samba.org>
878     * Properly clean up in pthreadpool_init in case of failure.
879     * Make plaintext session setup async.
880     * Reduce fd load in Winbind children.
881     * Avoid a potential 100% CPU loop in Winbind.
882     * Tune broadcast namequeries for unique names.
883     * Properly deal with exited winbind children.
884     * Fix dup_smb2_vec3.
885     * Fix return check in nss_wins.
886
887
888 Changes since 3.6.0pre2
889 -----------------------
890
891 o   Michael Adam <obnox@samba.org>
892     * Fix build of tdb2.
893
894
895 o   Jeremy Allison <jra@samba.org>
896     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
897       vfs_acl_xattr or vfs_acl_tdb module.
898     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
899       are null.
900     * Correctly detect and deny symlinks anywhere in a path (not just the last
901       component) if "follow symlinks = no".
902
903
904 o   Günther Deschner <gd@samba.org>
905     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
906     * Fix timeout in rpc_pipe_open_tcp_port().
907     * Fix the build of "--with-profiling-data".
908     * Fix the AIX 5.3 build.
909
910
911 o   Sergey Korsak <skif@1plus1.net>
912     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
913
914
915 o   Volker Lendecke <vl@samba.org>
916     * BUG 8066: Fix wrong output in 'smbget'.
917     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
918       2471, 2478.
919     * nsswitch: Add 'wbinfo --lookup-sids'.
920     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
921     * Fix smbd with the async echo responder.
922     * Fix the build of vfs_gpfs.c.
923     * Add a 10-second timeout for the 445 or netbios connection to a DC.
924     * Many pthreadpool fixes.
925
926
927 o   Stefan Metzmacher <metze@samba.org>
928     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
929
930
931 o   Rusty Russell <rusty@rustcorp.com.au>
932     * Fix transaction recovery area for converted tdbs.
933
934
935
936 Changes since 3.6.0pre1
937 -----------------------
938
939 o   Michael Adam <obnox@samba.org>
940     * ID Mapping changes.
941     * Add "--option" to 'testparm'.
942
943
944 o   Jeremy Allison <jra@samba.org>
945     * BUG 7080: Quota only shown when logged as root.
946     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
947     * BUG 7996: Sgid bit lost on folder rename.
948     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
949     * Fix crash bug on smbd shutdown when using FOPENDIR().
950     * Ensure we don't return an incorrect access mask.
951     * Fix bug against the new Mac client.
952     * Fix leak in error path.
953     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
954
955
956 o   Christian Ambach <christian.ambach@de.ibm.com>
957     * Fix a segfault in the krb5 locator plugin.
958     * Enable sharesec for registry shares.
959
960
961 o   Andrew Bartlett <abartlet@samba.org>
962     * Fix memory leak in "security=share" and "force user".
963
964
965 o   Björn Baumbach <bb@sernet.de>
966     * BUG 7875: Fix 'nmbd --port'.
967     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
968       architectures.
969
970
971 o   Gregor Beck <gbeck@sernet.de>
972     * Add new 'net idmap check' command.
973     * Add new 'net idmap delete' command.
974     * Fix segfault on missing input file in 'net idmap restore'.
975
976
977 o   Olly Betts <olly@survex.com>
978     * Fix 'net usersidlist' not to skip every other user.
979
980
981 o   Günther Deschner <gd@samba.org>
982     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
983     * BUG 7945: Let winbind try to use samlogon validation level 6.
984     * Fix Coverity ID 2041.
985     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
986     * Internal restructuring.
987     * Don't wipe out all printer drivers when only one should be deleted.
988     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
989
990
991 o   David Disseldorp <ddiss@suse.de>
992     * BUG 7915: Fix cups pcap reload with no printers.
993     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
994     * Fix memory leak in print_cups.c.
995     * Remove duplicate cups response processing code.
996     * Follow force user/group for driver IO.
997     * Initiate pcap reload from parent smbd.
998     * Reload shares after pcap cache fill.
999
1000
1001 o   Björn Jacke <bj@sernet.de>
1002     * BUG 8033: Add explicit configure option whether or not to enable dmapi
1003       support.
1004
1005
1006 o   Volker Lendecke <vl@samba.org>
1007     * BUG 7917: Fix bug in chain_reply.
1008     * BUG 7940: Fall back for utimes calls.
1009     * BUG 8009: Fix getting username in 'net rap session'.
1010     * BUG 8010: Use jenkins hash for str_checksum.
1011     * BUG 8042: Fix file creation on OS/X.
1012     * Fix numerous Coverity IDs.
1013     * Fix a memory leak in check_sam_security_info3.
1014     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
1015     * Make "net sam list [users|workstations]" list only the right things.
1016     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
1017     * Use the right credentials in check_netlogond_security.
1018     * Add support for AF_NETLINK addr notifications.
1019     * Fork multiple Winbind children per domain.
1020     * Fix a deadlock between smbd and ctdbd.
1021     * Add 'wbinfo --dc-info'.
1022     * Make "nmbd socket dir" configurable.
1023     * Fix a valgrind error.
1024     * Fix a memleak in receive_getdc_response.
1025
1026
1027 o   Nikolay Martynov <mar.kolya@gmail.com>
1028     * BUG 8010: Fix inode generation so nautilus can count total dir size
1029       correctly.
1030
1031
1032 o   Stefan Metzmacher <metze@samba.org>
1033     * BUG 7567: Fix printing from Windows 7.
1034     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
1035     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
1036     * Don't grant SEC_STD_DELETE always to the owner of a file.
1037     * Fix segfaults on addrchange errors in Winbind.
1038     * Allow machine accounts as members in groupdb.
1039
1040
1041 o   Jonathan Nieder <jrnieder@gmail.com>
1042     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
1043       scary.
1044
1045
1046 o   Andreas Schneider <asn@samba.org>
1047     * Add an Endpoint Mapper daemon.
1048     * Add IPv6 support for the endpoint mapper.
1049     * Free unused memory in the rpc server.
1050     * Fix possible segfaults in svcctl server.
1051     * Fix possible segfault with client_id in rpc server.
1052     * Add a 'svcctl shutdown' function to rpc server.
1053     * Fix a resource leak in net_afs.
1054     * Fix a resource leak in smbta-util.
1055     * Fix possible resource leak in net_usershare.
1056     * Fix possible resource leak in 'smbget'.
1057     * Fix possible resource leak in 'smbfilter'.
1058     * Fix a possible null pointer dereference in smbd.
1059
1060
1061 o   Pavel Shilovsky <piastry@etersoft.ru>
1062     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
1063     * Ensure we send the direct levelII oplock break to the correct fid.
1064
1065
1066 o   Simo Sorce <idra@samba.org>
1067     * Fix private libdir and codepages paths.
1068
1069
1070 o   Andrew Tridgell <tridge@samba.org>
1071     * Fix a valgrind error.
1072
1073
1074 ######################################################################
1075 Reporting bugs & Development Discussion
1076 #######################################
1077
1078 Please discuss this release on the samba-technical mailing list or by
1079 joining the #samba-technical IRC channel on irc.freenode.net.
1080
1081 If you do report problems then please try to send high quality
1082 feedback. If you don't provide vital information to help us track down
1083 the problem then you will probably be ignored.  All bug reports should
1084 be filed under the Samba 3.6 product in the project's Bugzilla
1085 database (https://bugzilla.samba.org/).
1086
1087
1088 ======================================================================
1089 == Our Code, Our Bugs, Our Responsibility.
1090 == The Samba Team
1091 ======================================================================
1092