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