Improve configure.in so it can be used outside the Samba source tree.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.5.13
3                           , 2011
4                    ==============================
5
6
7 This is the latest stable release of Samba 3.5.
8
9 Major enhancements in Samba 3.5.13 include:
10
11 o  
12
13 Changes since 3.5.12:
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.5 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
39 Release notes for older releases follow:
40 ----------------------------------------
41
42                    ==============================
43                    Release Notes for Samba 3.5.12
44                           November 2, 2011
45                    ==============================
46
47
48 This is the latest stable release of Samba 3.5.
49
50 Major enhancements in Samba 3.5.12 include:
51
52 o  Fix race condition in Winbind (bug 7844).
53 o  The VFS ACL modules are no longer experimental but production-ready.
54
55
56 Changes since 3.5.11:
57 --------------------
58
59
60 o   Jeremy Allison <jra@samba.org>
61     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
62     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
63     * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
64     * BUG 8370: Fix vfs_chown_fsp.
65     * BUG 8422: Fix infinite loop in ACL module code.
66     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
67       isn't given.
68     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
69     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
70       set.
71     * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
72       cifsfs create.
73     * BUG 8541: Fix readlink() on Linux clients if the symlink target is
74       outside of the share.
75     * BUG 8542: smbclient posix_open command fails to return correct info on
76       open file.
77
78
79 o   Pierre Carrier <pcarrier@redhat.com>
80     * BUG 8186: Allow changing the maximum number of simultaneous clients in
81       Winbind through an smb.conf option.
82
83
84 o   Günther Deschner <gd@samba.org>
85     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
86     * BUG 7888: Deal with buggy 3.0 based PDCs.
87     * BUG 8491: Fix some coverity issues.
88
89
90 o   David Disseldorp <ddiss@suse.de>
91     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
92
93
94 o   Björn Jacke <bj@sernet.de>
95     * BUG 8256: Add man vfs_aio_fork.
96     * BUG 8362: Fix SWAT build issue on old glibc systems.
97     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
98
99
100 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
101     * BUG 8515: Disallow "." in can_set_delete_on_close().
102
103
104 o   Volker Lendecke <vl@samba.org>
105     * BUG 7844: Fix race condition in Winbind.
106     * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
107     * BUG 8420: Fix getent group if trusted domains are not reachable.
108
109
110 o   Stefan Metzmacher <metze@samba.org
111     * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
112       CVE-2011-2522.
113     * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
114     * BUG 8491: Fix some coverity issues.
115
116
117 ######################################################################
118 Reporting bugs & Development Discussion
119 #######################################
120
121 Please discuss this release on the samba-technical mailing list or by
122 joining the #samba-technical IRC channel on irc.freenode.net.
123
124 If you do report problems then please try to send high quality
125 feedback. If you don't provide vital information to help us track down
126 the problem then you will probably be ignored.  All bug reports should
127 be filed under the Samba 3.5 product in the project's Bugzilla
128 database (https://bugzilla.samba.org/).
129
130
131 ======================================================================
132 == Our Code, Our Bugs, Our Responsibility.
133 == The Samba Team
134 ======================================================================
135
136
137 ----------------------------------------------------------------------
138
139
140                    ==============================
141                    Release Notes for Samba 3.5.11
142                            August 4, 2011
143                    ==============================
144
145
146 This is the latest stable release of Samba 3.5.
147
148 Major enhancements in Samba 3.5.11 include:
149
150 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
151    (bug #8238).
152 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
153
154
155 Changes since 3.5.10:
156 --------------------
157
158
159 o   Jeremy Allison <jra@samba.org>
160     * BUG 7462: Make SA_RESETHAND conditional on its existance.
161     * BUG 8254: Make "acl check permissions = no" working in all cases.
162
163
164 o   Gregor Beck <gbeck@sernet.de>
165     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
166
167
168 o   David Disseldorp <ddiss@suse.de>
169     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
170       messages in smbd.
171
172
173 o   Björn Jacke <bj@sernet.de>
174     * BUG 7460: Include sys/file.h only when available.
175
176
177 o   Volker Lendecke <vl@samba.org>
178     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
179     * BUG 8238: Fix access to Samba shares when Windows security patch
180       KB2536276 is installed.
181     * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
182
183
184 o   Stefan Metzmacher <metze@samba.org>
185     * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
186     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
187
188
189 ######################################################################
190 Reporting bugs & Development Discussion
191 #######################################
192
193 Please discuss this release on the samba-technical mailing list or by
194 joining the #samba-technical IRC channel on irc.freenode.net.
195
196 If you do report problems then please try to send high quality
197 feedback. If you don't provide vital information to help us track down
198 the problem then you will probably be ignored.  All bug reports should
199 be filed under the Samba 3.5 product in the project's Bugzilla
200 database (https://bugzilla.samba.org/).
201
202
203 ======================================================================
204 == Our Code, Our Bugs, Our Responsibility.
205 == The Samba Team
206 ======================================================================
207
208
209 ----------------------------------------------------------------------
210
211
212                    ==============================
213                    Release Notes for Samba 3.5.10
214                            July 26, 2011
215                    ==============================
216
217
218 This is a security release in order to address
219 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
220 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
221
222
223 o  CVE-2011-2522:
224    The Samba Web Administration Tool (SWAT) in Samba versions
225    3.0.x to 3.5.9 are affected by a cross-site request forgery.
226
227
228 o  CVE-2011-2694:
229    The Samba Web Administration Tool (SWAT) in Samba versions
230    3.0.x to 3.5.9 are affected by a cross-site scripting
231    vulnerability.
232
233 Please note that SWAT must be enabled in order for these
234 vulnerabilities to be exploitable. By default, SWAT
235 is *not* enabled on a Samba install.
236
237
238 Changes since 3.5.9:
239 --------------------
240
241
242 o   Kai Blin <kai@samba.org>
243     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
244     * BUG 8290: CSRF vulnerability in SWAT.
245
246
247 ######################################################################
248 Reporting bugs & Development Discussion
249 #######################################
250
251 Please discuss this release on the samba-technical mailing list or by
252 joining the #samba-technical IRC channel on irc.freenode.net.
253
254 If you do report problems then please try to send high quality
255 feedback. If you don't provide vital information to help us track down
256 the problem then you will probably be ignored.  All bug reports should
257 be filed under the Samba 3.5 product in the project's Bugzilla
258 database (https://bugzilla.samba.org/).
259
260
261 ======================================================================
262 == Our Code, Our Bugs, Our Responsibility.
263 == The Samba Team
264 ======================================================================
265
266
267 ----------------------------------------------------------------------
268
269
270                    =============================
271                    Release Notes for Samba 3.5.9
272                            June 14, 2011
273                    =============================
274
275
276 This is the latest stable release of Samba 3.5.
277
278 Major enhancements in Samba 3.5.9 include:
279
280 o  Sgid bit lost on folder rename (bug #7996).
281 o  ACL can get lost when files are being renamed (bug #7987).
282 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
283 o  Samba now follows Windows behaviour as a Kerberos client,
284    requesting a CIFS/ ticket (bug #7893).
285
286 New Kerberos behaviour
287 ----------------------
288
289 A new parameter 'client use spnego principal' defaults to 'no' and
290 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
291 more like Windows when using Kerberos against a CIFS server in
292 smbclient, winbind and other Samba client tools.  This will change
293 which servers we will successfully negotiate kerberos connections to.
294 This is due to Samba no longer trusting a server-provided hint which
295 is not available from Windows 2008 or later.  For correct operation
296 with all clients, all aliases for a server should be recorded as a as
297 a servicePrincipalName on the server's record in AD.
298
299 Changes since 3.5.8:
300 --------------------
301
302 o   Jeremy Allison <jra@samba.org>
303     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
304       blob size is greater than 16 kB.
305     * BUG 7080: Quota only shown when logged as root.
306     * BUG 7528: Fix Solaris with NIS autohome.
307     * BUG 7987: ACL can get lost when files are being renamed.
308     * BUG 7996: sgid bit lost on folder rename.
309     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
310       workgroup is configured.
311     * BUG 8072: Fix panic in create_file_acl_common.
312     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
313       setups.
314     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
315       vfs_acl_xattr or vfs_acl_tdb module.
316     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
317       blobs are null.
318     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
319     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
320     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
321     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
322       permissions = yes".
323
324
325 o   Christian Ambach <ambi@samba.org>
326     * BUG 8008: Fix a segfault in the krb5 locator plugin.
327     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
328       getgrouplist() is not defined.
329     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
330       global setting to a per share setting.
331
332
333 o   Andrew Bartlett <abartlet@samba.org>
334     * BUG 7893: Don't ever ask for machine$ principals as a target.
335
336
337 o   Björn Baumbach <bb@sernet.de>
338     * BUG 8074: Fix debug message.
339
340
341 o   Dmitry Butskoy <dmitry@butskoy.name>
342     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
343
344
345 o   Marc A. Dahlhaus <mad@wol.de>
346     * BUG 8047: Fix mdns registration if "interfaces=" is used.
347
348
349 o   Günther Deschner <gd@samba.org>
350     * BUG 7993: Make sure we don't crash when publishing a single printer.
351     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
352     * BUG 8132: Fix filling printers location field when using CUPS.
353
354
355 o   David Disseldorp <ddiss@suse.de>
356     * BUG 7836: Make newly added printers visible to clients.
357     * BUG 7994: Use printcap IDL for IPC.
358
359
360 o   Björn Jacke <bj@sernet.de>
361     * BUG 7825: Fix GNU ld version detection with old gcc releases.
362     * BUG 8033: Add explicit configure option whether to enable dmapi
363       support or not.
364
365
366 o   Sergey Korsak <skif@1plus1.net>
367     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
368
369
370 o   Volker Lendecke <vl@samba.org>
371     * BUG 8009: Fix getting username in 'net rap session'.
372     * BUG 8011: Fix memory corruption in shadow_copy2.
373     * BUG 8016: Fix gpfs_get_xattr.
374     * BUG 8042: File creation on OS/X.
375     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
376     * BUG 8066: Fix wrong output in 'smbget'.
377     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
378
379
380 o   Nikolay Martynov <mar.kolya@gmail.com>
381     * BUG 8010: Fix inode generation so nautilus can count total dir size
382       correctly.
383
384
385 o   Jim McDonough <jmcd@samba.org>
386     * BUG 6364: Pull realm from supplied username on libnet join.
387     * BUG 8166: Don't lockout users when offline.
388
389
390 o   Stefan Metzmacher <metze@samba.org>
391     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
392     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
393
394
395 o   Larry Reid <lcreid@jadesystems.ca>
396     * BUG 8055: Can't see Parts of DFS CIFS share.
397
398
399 o   Simo Sorce <idra@samba.org>
400     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
401
402
403 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
404     * BUG 6762: Fix ctdb on gpfs error with MS Office.
405
406
407
408 ######################################################################
409 Reporting bugs & Development Discussion
410 #######################################
411
412 Please discuss this release on the samba-technical mailing list or by
413 joining the #samba-technical IRC channel on irc.freenode.net.
414
415 If you do report problems then please try to send high quality
416 feedback. If you don't provide vital information to help us track down
417 the problem then you will probably be ignored.  All bug reports should
418 be filed under the Samba 3.5 product in the project's Bugzilla
419 database (https://bugzilla.samba.org/).
420
421
422 ======================================================================
423 == Our Code, Our Bugs, Our Responsibility.
424 == The Samba Team
425 ======================================================================
426
427
428 ----------------------------------------------------------------------
429
430
431                    =============================
432                    Release Notes for Samba 3.5.8
433                            March 7, 2011
434                    =============================
435
436
437 This is the latest stable release of Samba 3.5.
438
439 Major enhancements in Samba 3.5.8 include:
440
441 o  Fix Winbind crash bug when no DC is available (bug #7730).
442 o  Fix finding users on domain members (bug #7743).
443 o  Fix memory leaks in Winbind (bug #7879).
444 o  Fix printing with Windows 7 clients (bug #7567).
445
446
447 Changes since 3.5.7:
448 --------------------
449
450
451 o   Michael Adam <obnox@samba.org>
452     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
453     * BUG 7871: Fix 'net ads dns register' in cluster setups.
454     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
455
456
457 o   Jeremy Allison <jra@samba.org>
458     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
459       messages.
460     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
461       acl_tdb modules.
462     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
463       attributes on create.
464     * BUG 7734: Apply appropriate create masks when creating files with "inherit
465       ACLs" set to true.
466     * BUG 7743: Fix finding users on domain members.
467     * BUG 7744: Fix "dfree cache time" parameter.
468     * BUG 7777: Fix requesting lookups for BUILTIN sids.
469     * BUG 7785: Fix atime limit.
470     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
471       signing.
472     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
473     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
474       allocate is on.
475     * BUG 7843: Expand the local SAMs aliases.
476     * BUG 7892: Fix stale lock in open_file_fchmod().
477     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
478
479
480 o   Andrew Bartlett <abartlet@samba.org>
481     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
482
483
484 o   Björn Baumbach <bb@sernet.de>
485     * BUG 7875: Fix 'nmbd --port'.
486     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
487
488
489 o   Günther Deschner <gd@samba.org>
490     * BUG 7567: Fix printing with Windows 7 clients.
491     * BUG 7641: Handle Windows 9x adddriver calls without config file.
492     * BUG 7945: Let Winbind try to use samlogon validation level 6.
493
494
495 o   Holger Hetterich <hhetter@novell.com>
496     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
497       name.
498
499
500 o   Björn Jacke <bj@sernet.de>
501     * BUG 7821: Fix build of shared libraries on Tru64.
502
503
504 o   Volker Lendecke <vl@samba.org>
505     * BUG 7066: Fix "Your Password expires today" message for users of trusted
506       domains.
507     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
508     * BUG 7656: Fix scalability problem with hundreds of printers.
509     * BUG 7665: Fix memory leak in the netapi routines.
510     * BUG 7730: Fix Winbind crash bug when no DC is available.
511     * BUG 7774: Fix a getgrent crash with many groups.
512     * BUG 7779: Fix smbd crash caused by expand_msdfs.
513     * BUG 7800: Make Winbind recover from a signing error.
514     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
515     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
516     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
517     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
518       support.
519     * BUG 7879: Fix memory leaks in Winbind.
520     * BUG 7881: Fix flaky Winbind against Windows 2008.
521     * BUG 7917: Fix connections from WinCE.
522     * BUG 7940: Fix opening MS Powerpoint files.
523
524
525 o   Stefan Metzmacher <metze@samba.org>
526     * BUG 7567: Fix printing with Windows 7 clients.
527     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
528       support.
529     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
530       SMB servers.
531     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
532       account name.
533     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
534     * BUG 7942: Fix endless loops caused by inotify.
535     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
536
537
538 o   Jonathan Nieder <jrnieder@gmail.com>
539     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
540       scary.
541
542
543 o   olivier <olivier@virtscano.fakenet>
544     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
545
546
547 o   Rusty Russell <rusty@rustcorp.com.au>
548     * BUG 7498: Fix updating the time on close in vfs_gpfs.
549
550
551 ######################################################################
552 Reporting bugs & Development Discussion
553 #######################################
554
555 Please discuss this release on the samba-technical mailing list or by
556 joining the #samba-technical IRC channel on irc.freenode.net.
557
558 If you do report problems then please try to send high quality
559 feedback. If you don't provide vital information to help us track down
560 the problem then you will probably be ignored.  All bug reports should
561 be filed under the Samba 3.5 product in the project's Bugzilla
562 database (https://bugzilla.samba.org/).
563
564
565 ======================================================================
566 == Our Code, Our Bugs, Our Responsibility.
567 == The Samba Team
568 ======================================================================
569
570
571 ----------------------------------------------------------------------
572
573
574                    =============================
575                    Release Notes for Samba 3.5.7
576                           February 28, 2011
577                    =============================
578
579
580 This is a security release in order to address CVE-2011-0719.
581
582
583 o  CVE-2011-0719:
584    All current released versions of Samba are vulnerable to
585    a denial of service caused by memory corruption. Range
586    checks on file descriptors being used in the FD_SET macro
587    were not present allowing stack corruption. This can cause
588    the Samba code to crash or to loop attempting to select
589    on a bad file descriptor set.
590
591
592 Changes since 3.5.6:
593 --------------------
594
595
596 o   Jeremy Allison <jra@samba.org>
597     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
598
599
600 ######################################################################
601 Reporting bugs & Development Discussion
602 #######################################
603
604 Please discuss this release on the samba-technical mailing list or by
605 joining the #samba-technical IRC channel on irc.freenode.net.
606
607 If you do report problems then please try to send high quality
608 feedback. If you don't provide vital information to help us track down
609 the problem then you will probably be ignored.  All bug reports should
610 be filed under the Samba 3.5 product in the project's Bugzilla
611 database (https://bugzilla.samba.org/).
612
613
614 ======================================================================
615 == Our Code, Our Bugs, Our Responsibility.
616 == The Samba Team
617 ======================================================================
618
619
620 ----------------------------------------------------------------------
621
622
623                    =============================
624                    Release Notes for Samba 3.5.6
625                           October 8, 2010
626                    =============================
627
628
629 This is the latest stable release of Samba 3.5.
630
631 Major enhancements in Samba 3.5.6 include:
632
633   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
634   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
635   o Fix crash bug with invalid SPNEGO token (bug #7694).
636   o Fix Winbind internal error (bug #7636).
637
638
639 Changes since 3.5.5
640 -------------------
641
642
643 o   Jeremy Allison <jra@samba.org>
644     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
645       Sign-in Assistant.
646     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
647     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
648     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
649       Kerberos.
650     * BUG 7589: Fix using cached credentials in ntlm_auth.
651     * BUG 7590: Fix Winbind offline login.
652     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
653       performance counter code.
654     * BUG 7636: Fix Winbind internal error.
655     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
656       directory".
657     * BUG 7693: Fix smbd changing mode of files on rename.
658     * BUG 7694: Fix crash bug with invalid SPNEGO token.
659     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
660
661
662 o   Günther Deschner <gd@samba.org>
663     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
664     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
665     * BUG 7658: Fix "dereferencing type-punned pointer will break
666       strict-aliasing rules" warnings).
667     * BUG 7665: Fix memory leak in netapi connection manager.
668
669
670 o   Björn Jacke <bj@sernet.de>
671     * BUG 7244: Fall back to cups-config for underlinked libs.
672     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
673       struct members.
674
675
676 o   Volker Lendecke <vl@samba.org>
677     * BUG 7336: Enable idmap_passdb module build as shared.
678     * BUG 7531: Fix the charset_pull routine.
679     * BUG 7635: Fix 'smbclient -M'.
680     * BUG 7656: Fix scalability problem with hundreds of printers.
681     * BUG 7684: Fix fd leak in libwbclient.so.
682     * BUG 7688: Fix crash bug in rpcclient.
683     * BUG 7470: Standardize S_IREAD and S_IWRITE.
684     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
685
686
687 o   Jim McDonough <jmcd@samba.org>
688     * BUG 7280: Fix auto printers with registry config.
689
690
691 o   Andreas Schneider <asn@samba.org>
692     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
693
694
695 o   Chere Zhou <chere.zhou@isilon.com>
696     * BUG 7662: Align change notify replies on 4-byte boundary.
697
698
699 ######################################################################
700 Reporting bugs & Development Discussion
701 #######################################
702
703 Please discuss this release on the samba-technical mailing list or by
704 joining the #samba-technical IRC channel on irc.freenode.net.
705
706 If you do report problems then please try to send high quality
707 feedback. If you don't provide vital information to help us track down
708 the problem then you will probably be ignored.  All bug reports should
709 be filed under the Samba 3.5 product in the project's Bugzilla
710 database (https://bugzilla.samba.org/).
711
712
713 ======================================================================
714 == Our Code, Our Bugs, Our Responsibility.
715 == The Samba Team
716 ======================================================================
717
718
719 ----------------------------------------------------------------------
720
721
722                    =============================
723                    Release Notes for Samba 3.5.5
724                          September 14, 2010
725                    =============================
726
727
728 This is a security release in order to address CVE-2010-3069.
729
730
731 o  CVE-2010-3069:
732    All current released versions of Samba are vulnerable to
733    a buffer overrun vulnerability. The sid_parse() function
734    (and related dom_sid_parse() function in the source4 code)
735    do not correctly check their input lengths when reading a
736    binary representation of a Windows SID (Security ID). This
737    allows a malicious client to send a sid that can overflow
738    the stack variable that is being used to store the SID in the
739    Samba smbd server.
740
741
742 Changes since 3.5.4
743 --------------------
744
745
746 o   Jeremy Allison <jra@samba.org>
747     * BUG 7669: Fix for CVE-2010-3069.
748
749
750 o   Andrew Bartlett <abartlet@samba.org>
751     * BUG 7669: Fix for CVE-2010-3069.
752
753
754 ######################################################################
755 Reporting bugs & Development Discussion
756 #######################################
757
758 Please discuss this release on the samba-technical mailing list or by
759 joining the #samba-technical IRC channel on irc.freenode.net.
760
761 If you do report problems then please try to send high quality
762 feedback. If you don't provide vital information to help us track down
763 the problem then you will probably be ignored.  All bug reports should
764 be filed under the Samba 3.5 product in the project's Bugzilla
765 database (https://bugzilla.samba.org/).
766
767
768 ======================================================================
769 == Our Code, Our Bugs, Our Responsibility.
770 == The Samba Team
771 ======================================================================
772
773
774 ----------------------------------------------------------------------
775
776
777                    =============================
778                    Release Notes for Samba 3.5.4
779                            June 23, 2010
780                    =============================
781
782
783 This is the latest stable release of Samba 3.5.
784
785 Major enhancements in Samba 3.5.4 include:
786
787   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
788     from ldap (bug #7448).
789   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
790
791
792 Changes since 3.5.3
793 -------------------
794
795
796 o   Michael Adam <obnox@samba.org>
797     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
798
799
800 o   Jeremy Allison <jra@samba.org>
801     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
802     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
803     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
804
805
806 o   Günther Deschner <gd@samba.org>
807     * BUG 7341: Fix Winbind over IPv6.
808     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
809     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
810     * BUG 7517: Fix session setup from linux kernel cifs clients with
811       "sec=ntlmv2".
812
813
814 o   Olaf Flebbe <o.flebbe@science-computing.de>
815     * BUG 7209: Fix build on RHEL5.
816
817
818 o   Björn Jacke <bj@sernet.de>
819     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
820     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
821     * BUG 7504: Fix numerous build issues.
822
823
824 o   Volker Lendecke <vl@samba.org>
825     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
826     * BUG 7262: Fix editing users' groups via UsrMgr.
827
828
829 o   Buchan Milne <bgmilne@mandriva.org>
830     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
831
832
833 o   Matthieu Patou <mat@matws.net>
834     * BUG 7099: Allow previous password to be stored and use it to check
835       tickets.
836
837
838 o   Andreas Schneider <asn@samba.org>
839     * BUG 7423: Fix printing large formats.
840
841
842 o   Roel van Meer <rolek@bokxing.nl>
843     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
844       missing from ldap.
845
846
847 ######################################################################
848 Reporting bugs & Development Discussion
849 #######################################
850
851 Please discuss this release on the samba-technical mailing list or by
852 joining the #samba-technical IRC channel on irc.freenode.net.
853
854 If you do report problems then please try to send high quality
855 feedback. If you don't provide vital information to help us track down
856 the problem then you will probably be ignored.  All bug reports should
857 be filed under the Samba 3.5 product in the project's Bugzilla
858 database (https://bugzilla.samba.org/).
859
860
861 ======================================================================
862 == Our Code, Our Bugs, Our Responsibility.
863 == The Samba Team
864 ======================================================================
865
866
867 ----------------------------------------------------------------------
868
869
870                    =============================
871                    Release Notes for Samba 3.5.3
872                             May 19, 2010
873                    =============================
874
875
876 This is the latest stable release of Samba 3.5.
877
878 Major enhancements in Samba 3.5.3 include:
879
880   o Fix MS-DFS functionality (bug #7339).
881   o Fix a Winbind crash when scanning trusts (bug #7389).
882   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
883
884
885 Changes since 3.5.2
886 -------------------
887
888
889 o   Jeremy Allison <jra@samba.org>
890     * BUG 7288: Fix SMB job IDs in CUPS job names.
891     * BUG 7339: Fix MS-DFS functionality.
892
893
894 o   Andrew Bartlett <abartlet@samba.org>
895     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
896
897
898 o   Ira Cooper <samba@ira.wakeful.net>
899     * BUG 7384: Fix bitmap leak in dptr_Close.
900
901
902 o   Günther Deschner <gd@samba.org>
903     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
904     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
905     * BUG 7418: Fix 'net rpc printer list' command.
906
907
908 o   Olaf Flebbe <o.flebbe@science-computing.de>
909     * BUG 7421: Rename mod_name to module_name.
910
911
912 o   Björn Jacke <bj@sernet.de>
913     * BUG 7352: Make TIME_T_MAX defines consistent.
914     * BUG 7385: Fix building with Solaris' gcc.
915
916
917 o   Jeff Layton <jlayton@redhat.com>
918     * BUG 7315: Fix segfault in mount.cifs.
919
920
921 o   Volker Lendecke <vl@samba.org>
922     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
923     * BUG 7389: Fix a Winbind crash when scanning trusts.
924     * BUG 7398: Fix rename problems with full_audit VFS module.
925
926
927 o   Jim McDonough <jmcd@samba.org>
928     * BUG 7378: Display an error on 'net conf import' failures.
929
930
931 o   Stefan Metzmacher <metze@samba.org>
932     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
933       headers.
934     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
935     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
936
937
938 o   Luca Olivetti <luca@wetron.es>
939     * BUG 7263: Fix cups encryption setting.
940
941
942 ######################################################################
943 Reporting bugs & Development Discussion
944 #######################################
945
946 Please discuss this release on the samba-technical mailing list or by
947 joining the #samba-technical IRC channel on irc.freenode.net.
948
949 If you do report problems then please try to send high quality
950 feedback. If you don't provide vital information to help us track down
951 the problem then you will probably be ignored.  All bug reports should
952 be filed under the Samba 3.5 product in the project's Bugzilla
953 database (https://bugzilla.samba.org/).
954
955
956 ======================================================================
957 == Our Code, Our Bugs, Our Responsibility.
958 == The Samba Team
959 ======================================================================
960
961
962 ----------------------------------------------------------------------
963
964
965                    =============================
966                    Release Notes for Samba 3.5.2
967                            April 7, 2010
968                    =============================
969
970
971 This is the latest stable release of Samba 3.5.
972
973 Major enhancements in Samba 3.5.2 include:
974
975   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
976     (bug #7237).
977   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
978   o Fix an uninitialized variable read in smbd (bug #7254).
979   o Fix a memleak in Winbind (bug #7278).
980   o Fix Winbind reconnection to it's own domain (bug #7295).
981
982
983 Changes since 3.5.1
984 -------------------
985
986
987 o   Michael Adam <obnox@samba.org>
988     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
989       present.
990     * BUG 7232: Fix race conditions in CTDB persistent transactions.
991     * BUG 7313: Make 'net conf addshare' atomic.
992     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
993       the registry backend.
994
995
996 o   Jeremy Allison <jra@samba.org>
997     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
998     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
999     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
1000     * BUG 7255: Fix "printer admin" functionality.
1001     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
1002     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
1003     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
1004
1005
1006 o   Kai Blin <kai@samba.org>
1007     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
1008
1009
1010 o   Günther Deschner <gd@samba.org>
1011     * BUG 6727: Fix several printing issues.
1012     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
1013       null domain.
1014     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
1015     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
1016       behavior.
1017
1018
1019 o   Holger Hetterich <hhetter@novell.com>
1020     * BUG 7203: Fix 'net share' command.
1021
1022
1023 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
1024     * BUG 7269: Fix job management commands for CUPS queues.
1025
1026
1027 o   Jeff Layton <jlayton@redhat.com>
1028     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
1029       mountpoint with a symlink.
1030
1031
1032 o   Volker Lendecke <vl@samba.org>
1033     * BUG 5198: Fix parsing of the gecos field.
1034     * BUG 7202: Fix access by multi-threaded applications.
1035     * BUG 7212: Fix returning of group members with 'getent group'.
1036     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
1037     * BUG 7229: Fix a NULL pointer dereference in smbd.
1038     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1039     * BUG 7254: Fix an uninitialized variable read in smbd.
1040     * BUG 7278: Fix a memleak in Winbind.
1041
1042
1043 o   Roel van Meer <rolek@alt001.com>
1044     * BUG 6814: Fix valgrind warning.
1045
1046
1047 o   Stefan Metzmacher <metze@samba.org>
1048     * BUG 7170: Never mark external domains as internal in Winbind.
1049     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
1050     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
1051     * BUG 7295: Fix Winbind reconnection to it's own domain.
1052     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
1053       inbound trust.
1054
1055
1056 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1057     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
1058
1059
1060 o   Simo Sorce <idra@samba.org>
1061     * BUG 7204: Fix DN parsing name was always null.
1062
1063
1064 o   Andrew Tridgell <tridge@samba.org>
1065     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
1066       for some time.
1067
1068
1069 o   Bo Yang <boyang@samba.org>
1070     * BUG 7206: Signals are processed twice in child.
1071
1072
1073
1074 ######################################################################
1075 Reporting bugs & Development Discussion
1076 #######################################
1077
1078 Please discuss this release on the samba-technical mailing list or by
1079 joining the #samba-technical IRC channel on irc.freenode.net.
1080
1081 If you do report problems then please try to send high quality
1082 feedback. If you don't provide vital information to help us track down
1083 the problem then you will probably be ignored.  All bug reports should
1084 be filed under the Samba 3.5 product in the project's Bugzilla
1085 database (https://bugzilla.samba.org/).
1086
1087
1088 ======================================================================
1089 == Our Code, Our Bugs, Our Responsibility.
1090 == The Samba Team
1091 ======================================================================
1092
1093 ----------------------------------------------------------------------
1094
1095                    =============================
1096                    Release Notes for Samba 3.5.1
1097                             March 8, 2010
1098                    =============================
1099
1100
1101 This is a security release in order to address CVE-2010-0728.
1102
1103
1104 o  CVE-2010-0728:
1105    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
1106    was added to fix a problem with Linux asynchronous IO handling.
1107    This code introduced a bad security flaw on Linux platforms if the
1108    binaries were built on Linux platforms with libcap support.
1109    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
1110    capabilities, allowing all file system access to be allowed
1111    even when permissions should have denied access.
1112
1113
1114 Changes since 3.5.0
1115 -------------------
1116
1117
1118 o   Jeremy Allison <jra@samba.org>
1119     * BUG 7222: Fix for CVE-2010-0728.
1120
1121
1122 ######################################################################
1123 Reporting bugs & Development Discussion
1124 #######################################
1125
1126 Please discuss this release on the samba-technical mailing list or by
1127 joining the #samba-technical IRC channel on irc.freenode.net.
1128
1129 If you do report problems then please try to send high quality
1130 feedback. If you don't provide vital information to help us track down
1131 the problem then you will probably be ignored.  All bug reports should
1132 be filed under the Samba 3.5 product in the project's Bugzilla
1133 database (https://bugzilla.samba.org/).
1134
1135
1136 ======================================================================
1137 == Our Code, Our Bugs, Our Responsibility.
1138 == The Samba Team
1139 ======================================================================
1140
1141
1142 ----------------------------------------------------------------------
1143
1144
1145                    =============================
1146                    Release Notes for Samba 3.5.0
1147                             March 1, 2010
1148                    ===============================
1149
1150
1151 This is the first stable release of Samba 3.5.
1152
1153
1154 Major enhancements in Samba 3.5.0 include:
1155
1156 General changes:
1157 o Add support for full Windows timestamp resolution
1158 o The Using Samba HTML book has been removed.
1159 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
1160 o The default value of "wide links" has been changed to "no".
1161
1162 Protocol changes:
1163 o Experimental implementation of SMB2
1164
1165 Printing Changes:
1166 o Add encryption support for connections to a CUPS server
1167
1168 Winbind changes:
1169 o Major refactoring
1170 o Asynchronous
1171
1172 VFS modules:
1173 o New vfs_scannedonly module has been added.
1174
1175
1176 General changes:
1177 ================
1178
1179 Support for full Windows timestamp resolution has been added. This effectively
1180 makes us use Windows' full 100ns timestamp resolution if supported by the
1181 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
1182
1183 The Using Samba HTML book has been removed from the Samba tarball.
1184 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
1185
1186 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
1187 credentials cached by Winbind at logon time. This is very useful e.g. when
1188 connecting to a Samba server using Nautilus without re-entering username and
1189 password. This feature is enabled by default and can be disabled per application
1190 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
1191
1192 The default value of "wide links" has been changed to "no" to avoid an insecure
1193 default configuration ("wide links = yes" and "unix extensions = yes"). For
1194 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
1195
1196
1197 Protocol changes
1198 ================
1199
1200 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1201 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1202 SMB protocol used by Windows Vista and higher.
1203
1204 Printing Changes
1205 ================
1206
1207 A new parameter "cups encrypt" has been added to control whether connections to
1208 CUPS servers will be encrypted or not. The default is to use unencrypted
1209 connections.
1210
1211 Winbind changes
1212 ===============
1213
1214 The Winbind daemon has been refactored internally to be asynchronous. The new
1215 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1216
1217 VFS modules
1218 ===========
1219
1220 A new VFS module "scannedonly" has been added. This is a filter that
1221 talks to an antivirus-engine and stores whether a file is clean or not.
1222 Users do only see clean files on their filesystem.
1223
1224
1225 ######################################################################
1226 Changes
1227 #######
1228
1229 smb.conf changes
1230 ----------------
1231
1232    Parameter Name                      Description     Default
1233    --------------                      -----------     -------
1234
1235    create krb5 conf                    New             yes
1236    ctdb timeout                        New             0
1237    cups encrypt                        New             no
1238    debug hires timestamp               Changed Default yes
1239    ldap deref                          New             auto
1240    ldap follow referral                New             auto
1241    nmbd bind explicit broadcast        New             no
1242    wide links                          Changed Default no
1243
1244
1245 New configure options
1246 ---------------------
1247
1248 --enable-external-libtdb        Enable external tdb
1249 --enable-netapi                 Turn on netapi support
1250 --enable-pthreadpool            Enable pthreads pool helper support
1251 --with-cifsumount               Include umount.cifs (Linux only) support
1252 --with-codepagedir=DIR          Where to put codepages
1253
1254
1255 Commit Highlights
1256 =================
1257
1258 o   Björn Jacke <bj@sernet.de>
1259     * Add support for full Windows timestamp resolution.
1260     * Add encryption support for connections to a CUPS server.
1261
1262
1263 o   Volker Lendecke <vl@samba.org>
1264     * Major internal refactoring of the Winbind daemon.
1265     * Make Winbind asynchronous.
1266     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1267       by Winbind.
1268
1269
1270 o   Stefan Metzmacher <metze@samba.org>
1271     * Implement the new SMB2 protocol (experimental).
1272
1273
1274 Changes since 3.5.0rc3
1275 ----------------------
1276
1277
1278 o   Günther Deschner <gd@samba.org>
1279     * BUG 7181: Fix 'net ads dns' usage calls.
1280     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1281
1282
1283 o   Volker Lendecke <vl@samba.org>
1284     * BUG 7145: Fix duplicate sam and unix accounts.
1285     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1286
1287
1288 o   Stefan Metzmacher <metze@samba.org>
1289     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1290
1291
1292 Changes since 3.5.0rc2
1293 ----------------------
1294
1295
1296 o   Jeremy Allison <jra@samba.org>
1297     * BUG 6557: Fix vfs_full_audit.
1298     * BUG 6876: Fix duplicate initializer in the rmdir module.
1299     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1300     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1301       Linux asynchronous IO (aio).
1302     * BUG 7069: Fix 'smbget' error status.
1303     * BUG 7072: Fix unlocking of accounts from ldap.
1304     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1305     * BUG 7081: Fix vfs_expand_msdfs.
1306     * BUG 7084: Fix storing of create time on directories in an EA in new
1307       create time code.
1308     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1309     * BUG 7118: Fix nmbd problems with socket address.
1310     * BUG 7122: Fix reading of large browselist.
1311     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1312     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1313       value(s) error when "mangling method = hash"..
1314
1315
1316 o   Steven Danneman <steven.danneman@isilon.com>
1317     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1318
1319
1320 o   Günther Deschner <gd@samba.org>
1321     * BUG 6888: Fix printing with 64 bit clients.
1322     * BUG 7130: Fix listing of printjobs in  Windows 7.
1323     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1324
1325
1326 o   Björn Jacke <bj@sernet.de>
1327     * BUG 7103: Fix build issue on Tru64.
1328     * BUG 7116: Change ldap filter to what really was intended.
1329     * Fix some wrong newlines in de translation strings.
1330
1331
1332 o   Jeff Layton <jlayton@redhat.com>
1333     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1334
1335
1336 o   Volker Lendecke <vl@samba.org>
1337     * BUG 7085: Fix an early release of the global lock that can cause data
1338       corruption in libtdb.
1339     * BUG 7139: Owner of file not available with Kerberos.
1340
1341
1342 o   Stefan Metzmacher <metze@samba.org>
1343     * BUG 6888: Fix printing with 64 bit clients.
1344     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1345     * BUG 7116: Add pdb_ldap performance fixes.
1346     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1347     * BUG 7119: Support large browselist.
1348     * BUG 7140: Fix IPv4/IPv6 problems.
1349
1350
1351 o   Lars Müller <lars@samba.org>
1352     * BUG 7071: Fix build of 'smbfilter'.
1353     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1354     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1355
1356
1357 o   Olivier Sessink <olivier@virtscano.fakenet>
1358     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1359
1360
1361 o   Bo Yang <boyang@samba.org>
1362     * BUG 7106: Fix malformed require_membership_of_sid.
1363
1364
1365
1366 Changes since 3.5.0rc1
1367 ----------------------
1368
1369
1370 o   Michael Adam <obnox@samba.org>
1371     * BUG 4347: Check password history before increasing "badPasswordCount".
1372
1373
1374 o   Jeremy Allison <jra@samba.org>
1375     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1376     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1377       rights fails even if the delete right is set on the object in
1378       vfs_acl_xattr and vfs_acl_tdb.
1379     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1380     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1381     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1382
1383
1384 o   Giovanni Bajo <rasky@develer.com>
1385     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1386       with Windows.
1387
1388
1389 o   Kai Blin <kai@samba.org>
1390     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1391
1392
1393 o   Günther Deschner <gd@samba.org>
1394     * BUG 7043: Fix crash bug in libsmbclient.
1395
1396
1397 o   André Hentschel <nerv@dawncrow.de>
1398     * BUG 7039: Complete German translation of 'net'.
1399
1400
1401 o   Björn Jacke <bj@sernet.de>
1402     * BUG 7039: Improve some German translations in 'net'.
1403
1404
1405 o   William Jojo <w.jojo@hvcc.edu>
1406     * BUG 7052: Fix DFS on AIX.
1407
1408
1409 o   Volker Lendecke <vl@samba.org>
1410     * BUG 6981: Fix large paged search with DirX LDAP servers.
1411     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1412     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1413     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1414     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1415       credentials cached by Winbind.
1416     * Lock down some srvsvc calls according to what w2k3 seems to do.
1417
1418
1419 o   Stefan Metzmacher <metze@samba.org>
1420     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1421       pdb_ldap.
1422
1423
1424 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1425     * BUG 7034: Fix segfault in vfs_cap.
1426
1427
1428 o   Olivier Sessink <oliviersessink@gmail.com>
1429     * BUG 7028: Add new scannedonly VFS module.
1430
1431
1432 Changes since 3.5.0pre2
1433 -----------------------
1434
1435 o   Jeremy Allison <jra@samba.org>
1436     * BUG 6837: Fix "Too many open files" when trying to access large number of
1437       files with Windows 7.
1438     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1439     * BUG 7020: Fix smbd using 2G memory.
1440     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1441       attributes by protocol level.
1442     * Vector correctly through reply_openerror() (which uses the same logic).
1443     * Fix bugs with the full Windows ACL support.
1444
1445
1446 o   Kai Blin <kai@samba.org>
1447     * Add a few missing gettext calls to the 'net' command.
1448     * Fix up a share type translation and translate some more strings in 'net'.
1449
1450
1451 o   Günther Deschner <gd@samba.org>
1452     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1453     * Add spoolss_DriverInfo7.
1454     * Fix rpcclient after setprinter IDL fixes.
1455     * Use generated krb5.conf in 'net ads testjoin'.
1456
1457
1458 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1459     * BUG 6992: make test for getgrouplist cacheable.
1460
1461
1462 o   André Hentschel <nerv@dawncrow.de>
1463     * Add some German translations for the 'net' command.
1464
1465
1466 o   Suresh Jayaraman <sjayaraman@suse.de>
1467     * Update mount.cifs man page with nounix option.
1468
1469
1470 o   Volker Lendecke <vl@samba.org>
1471     * Fix _samr_GetAliasMembership for results with 0 rids.
1472     * Fix an error case in cli_negprot.
1473     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1474     * Restore correct timeouts for SMB requests.
1475     * Fix a 64-bit error in libsmb.
1476     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1477     * Simplify/cleanup Winbind code.
1478
1479
1480 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1481     * Fix write behind memory block in libtalloc.
1482     * Fix result check for getaddrinfo().
1483
1484
1485 o   Jim McDonough <jmcd@samba.org>
1486     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1487
1488
1489 o   Brian Lu <brian.lu@sun.com>
1490     * BUG 6991: Create symbol links to shared libraries.
1491
1492
1493 o   Stefan Metzmacher <metze@samba.org>
1494     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1495       to tsocket.
1496     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1497     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1498     * Fix standalone 'make installdocs'.
1499
1500
1501 o   Peter Rosin <peda@lysator.liu.se>
1502     * Output %p as unsigned in snprintf replacement.
1503
1504
1505 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1506     * New attempt at TDB transaction nesting allow/disallow.
1507
1508
1509 o   Kirill Smelkov <kirr@mns.spb.ru>
1510     * Remove swig stuff from libtdb.
1511     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1512
1513
1514 o   Simo Sorce <idra@samba.org>
1515     * Change the way mksysms work in libtalloc.
1516
1517
1518 o   Jelmer Vernooij <jelmer@samba.org>
1519     * Also build and install tdb manpages from standalone tdb.
1520
1521
1522 o   Bo Yang <boyang@samba.org>
1523     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1524     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1525       query.
1526     * List trusted domains from wcache when domain is offline.
1527
1528
1529 Changes since 3.5.0pre1
1530 -----------------------
1531
1532 o   Michael Adam <obnox@samba.org>
1533     * Fix the build when no external talloc and tdb are installed.
1534     * Fix detection of CTDB headers on systems without system-libtalloc.
1535
1536
1537 o   Jeremy Allison <jra@samba.org>
1538     * BUG 6802: A created folder does not properly inherit permissions from
1539       parent in vfs_acl_xattr.
1540     * BUG 6837: "Too many open files" when trying to access large number of
1541       files from Windows 7.
1542     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1543       module.
1544     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1545     * Restructure the ACL code.
1546     * Refactor reply_rmdir to use handle based code.
1547
1548
1549 o   Dan Cox <dan@wep.net>
1550     * BUG 2350: Add LDAP Alias Dereferencing support.
1551
1552
1553 o   Günther Deschner <gd@samba.org>
1554     * BUG 6929: Fix build with recent heimdal.
1555     * Fix several printing issues.
1556     * Fix the build on Mac OS X 10.6.2.
1557     * Fix net and rpcclient after setprinterdataex changes.
1558     * Add full support for level 8 printer drivers.
1559     * Add more spoolss architectures to IDL.
1560     * Fix enumprinter key client and server.
1561     * Fix crash in EnumPrinterDataEx.
1562
1563
1564 o   Björn Jacke <bj@sernet.de>
1565     * Prefer posix_fallocate for doing "strict allocate".
1566
1567
1568 o   Matt Kraai <mkraai@beckman.com>
1569     * BUG 6860: Fix shared library build on QNX.
1570
1571
1572 o   Volker Lendecke <vl@samba.org>
1573     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1574       share.
1575     * BUG 6435: Fix minor memory corruption.
1576     * Restore "fake directory create times" as a share parameter.
1577     * Fix explicit stat64 support.
1578     * Add support for NetWkstaGetInfo 101 and 102.
1579     * Add rpcclient wkssvc_enumerateusers.
1580     * De-deprecate "write cache size" to prevent its removal without a proper
1581       alternative.
1582     * Allow more than 1000 users in BUILTIN\Users.
1583
1584
1585 o   Jim McDonough <jmcd@samba.org>
1586     * BUG 6967: Prevent glibc error on 'net ads join'.
1587
1588
1589 o   Lars Müller <lars@samba.org>
1590     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1591       set while configure.
1592
1593
1594 o   Ian Puleston <ipuleston@sonicwall.com>
1595     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1596
1597
1598 o   Karolin Seeger <kseeger@samba.org>
1599     * Fix the build of the example VFS modules.
1600
1601
1602 o   Bo Yang <boyang@samba.org>
1603     * BUG 6879: Fix crash in Winbind.
1604     * Fix crash in free_file_list().
1605     * Give the user a chance to change password when password will expire soon.
1606
1607
1608 ######################################################################
1609 Reporting bugs & Development Discussion
1610 #######################################
1611
1612 Please discuss this release on the samba-technical mailing list or by
1613 joining the #samba-technical IRC channel on irc.freenode.net.
1614
1615 If you do report problems then please try to send high quality
1616 feedback. If you don't provide vital information to help us track down
1617 the problem then you will probably be ignored.  All bug reports should
1618 be filed under the Samba 3.5 product in the project's Bugzilla
1619 database (https://bugzilla.samba.org/).
1620
1621
1622 ======================================================================
1623 == Our Code, Our Bugs, Our Responsibility.
1624 == The Samba Team
1625 ======================================================================