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