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