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