]> git.samba.org - samba.git/blob - WHATSNEW.txt
s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it
[samba.git] / WHATSNEW.txt
1                    =============================
2                    Release Notes for Samba 3.5.7
3                           , 2010
4                    =============================
5
6
7 This is the latest stable release of Samba 3.5.
8
9 Major enhancements in Samba 3.5.7 include:
10
11   o
12
13 Changes since 3.5.5
14 -------------------
15
16
17 o   Jeremy Allison <jra@samba.org>
18
19
20 ######################################################################
21 Reporting bugs & Development Discussion
22 #######################################
23
24 Please discuss this release on the samba-technical mailing list or by
25 joining the #samba-technical IRC channel on irc.freenode.net.
26
27 If you do report problems then please try to send high quality
28 feedback. If you don't provide vital information to help us track down
29 the problem then you will probably be ignored.  All bug reports should
30 be filed under the Samba 3.5 product in the project's Bugzilla
31 database (https://bugzilla.samba.org/).
32
33
34 ======================================================================
35 == Our Code, Our Bugs, Our Responsibility.
36 == The Samba Team
37 ======================================================================
38
39
40 Release notes for older releases follow:
41 ----------------------------------------
42
43                    =============================
44                    Release Notes for Samba 3.5.6
45                           October 8, 2010
46                    =============================
47
48
49 This is the latest stable release of Samba 3.5.
50
51 Major enhancements in Samba 3.5.6 include:
52
53   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
54   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
55   o Fix crash bug with invalid SPNEGO token (bug #7694).
56   o Fix Winbind internal error (bug #7636).
57
58
59 Changes since 3.5.5
60 -------------------
61
62
63 o   Jeremy Allison <jra@samba.org>
64     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
65       Sign-in Assistant.
66     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
67     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
68     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
69       Kerberos.
70     * BUG 7589: Fix using cached credentials in ntlm_auth.
71     * BUG 7590: Fix Winbind offline login.
72     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
73       performance counter code.
74     * BUG 7636: Fix Winbind internal error.
75     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
76       directory".
77     * BUG 7693: Fix smbd changing mode of files on rename.
78     * BUG 7694: Fix crash bug with invalid SPNEGO token.
79     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
80
81
82 o   Günther Deschner <gd@samba.org>
83     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
84     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
85     * BUG 7658: Fix "dereferencing type-punned pointer will break
86       strict-aliasing rules" warnings).
87     * BUG 7665: Fix memory leak in netapi connection manager.
88
89
90 o   Björn Jacke <bj@sernet.de>
91     * BUG 7244: Fall back to cups-config for underlinked libs.
92     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
93       struct members.
94
95
96 o   Volker Lendecke <vl@samba.org>
97     * BUG 7336: Enable idmap_passdb module build as shared.
98     * BUG 7531: Fix the charset_pull routine.
99     * BUG 7635: Fix 'smbclient -M'.
100     * BUG 7656: Fix scalability problem with hundreds of printers.
101     * BUG 7684: Fix fd leak in libwbclient.so.
102     * BUG 7688: Fix crash bug in rpcclient.
103     * BUG 7470: Standardize S_IREAD and S_IWRITE.
104     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
105
106
107 o   Jim McDonough <jmcd@samba.org>
108     * BUG 7280: Fix auto printers with registry config.
109
110
111 o   Andreas Schneider <asn@samba.org>
112     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
113
114
115 o   Chere Zhou <chere.zhou@isilon.com>
116     * BUG 7662: Align change notify replies on 4-byte boundary.
117
118
119 ######################################################################
120 Reporting bugs & Development Discussion
121 #######################################
122
123 Please discuss this release on the samba-technical mailing list or by
124 joining the #samba-technical IRC channel on irc.freenode.net.
125
126 If you do report problems then please try to send high quality
127 feedback. If you don't provide vital information to help us track down
128 the problem then you will probably be ignored.  All bug reports should
129 be filed under the Samba 3.5 product in the project's Bugzilla
130 database (https://bugzilla.samba.org/).
131
132
133 ======================================================================
134 == Our Code, Our Bugs, Our Responsibility.
135 == The Samba Team
136 ======================================================================
137
138
139 ----------------------------------------------------------------------
140
141
142                    =============================
143                    Release Notes for Samba 3.5.5
144                          September 14, 2010
145                    =============================
146
147
148 This is a security release in order to address CVE-2010-3069.
149
150
151 o  CVE-2010-3069:
152    All current released versions of Samba are vulnerable to
153    a buffer overrun vulnerability. The sid_parse() function
154    (and related dom_sid_parse() function in the source4 code)
155    do not correctly check their input lengths when reading a
156    binary representation of a Windows SID (Security ID). This
157    allows a malicious client to send a sid that can overflow
158    the stack variable that is being used to store the SID in the
159    Samba smbd server.
160
161
162 Changes since 3.5.4
163 --------------------
164
165
166 o   Jeremy Allison <jra@samba.org>
167     * BUG 7669: Fix for CVE-2010-3069.
168
169
170 o   Andrew Bartlett <abartlet@samba.org>
171     * BUG 7669: Fix for CVE-2010-3069.
172
173
174 ######################################################################
175 Reporting bugs & Development Discussion
176 #######################################
177
178 Please discuss this release on the samba-technical mailing list or by
179 joining the #samba-technical IRC channel on irc.freenode.net.
180
181 If you do report problems then please try to send high quality
182 feedback. If you don't provide vital information to help us track down
183 the problem then you will probably be ignored.  All bug reports should
184 be filed under the Samba 3.5 product in the project's Bugzilla
185 database (https://bugzilla.samba.org/).
186
187
188 ======================================================================
189 == Our Code, Our Bugs, Our Responsibility.
190 == The Samba Team
191 ======================================================================
192
193
194 ----------------------------------------------------------------------
195
196
197                    =============================
198                    Release Notes for Samba 3.5.4
199                            June 23, 2010
200                    =============================
201
202
203 This is the latest stable release of Samba 3.5.
204
205 Major enhancements in Samba 3.5.4 include:
206
207   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
208     from ldap (bug #7448).
209   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
210
211
212 Changes since 3.5.3
213 -------------------
214
215
216 o   Michael Adam <obnox@samba.org>
217     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
218
219
220 o   Jeremy Allison <jra@samba.org>
221     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
222     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
223     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
224
225
226 o   Günther Deschner <gd@samba.org>
227     * BUG 7341: Fix Winbind over IPv6.
228     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
229     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
230     * BUG 7517: Fix session setup from linux kernel cifs clients with
231       "sec=ntlmv2".
232
233
234 o   Olaf Flebbe <o.flebbe@science-computing.de>
235     * BUG 7209: Fix build on RHEL5.
236
237
238 o   Björn Jacke <bj@sernet.de>
239     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
240     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
241     * BUG 7504: Fix numerous build issues.
242
243
244 o   Volker Lendecke <vl@samba.org>
245     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
246     * BUG 7262: Fix editing users' groups via UsrMgr.
247
248
249 o   Buchan Milne <bgmilne@mandriva.org>
250     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
251
252
253 o   Matthieu Patou <mat@matws.net>
254     * BUG 7099: Allow previous password to be stored and use it to check
255       tickets.
256
257
258 o   Andreas Schneider <asn@samba.org>
259     * BUG 7423: Fix printing large formats.
260
261
262 o   Roel van Meer <rolek@bokxing.nl>
263     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
264       missing from ldap.
265
266
267 ######################################################################
268 Reporting bugs & Development Discussion
269 #######################################
270
271 Please discuss this release on the samba-technical mailing list or by
272 joining the #samba-technical IRC channel on irc.freenode.net.
273
274 If you do report problems then please try to send high quality
275 feedback. If you don't provide vital information to help us track down
276 the problem then you will probably be ignored.  All bug reports should
277 be filed under the Samba 3.5 product in the project's Bugzilla
278 database (https://bugzilla.samba.org/).
279
280
281 ======================================================================
282 == Our Code, Our Bugs, Our Responsibility.
283 == The Samba Team
284 ======================================================================
285
286
287 ----------------------------------------------------------------------
288
289
290                    =============================
291                    Release Notes for Samba 3.5.3
292                             May 19, 2010
293                    =============================
294
295
296 This is the latest stable release of Samba 3.5.
297
298 Major enhancements in Samba 3.5.3 include:
299
300   o Fix MS-DFS functionality (bug #7339).
301   o Fix a Winbind crash when scanning trusts (bug #7389).
302   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
303
304
305 Changes since 3.5.2
306 -------------------
307
308
309 o   Jeremy Allison <jra@samba.org>
310     * BUG 7288: Fix SMB job IDs in CUPS job names.
311     * BUG 7339: Fix MS-DFS functionality.
312
313
314 o   Andrew Bartlett <abartlet@samba.org>
315     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
316
317
318 o   Ira Cooper <samba@ira.wakeful.net>
319     * BUG 7384: Fix bitmap leak in dptr_Close.
320
321
322 o   Günther Deschner <gd@samba.org>
323     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
324     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
325     * BUG 7418: Fix 'net rpc printer list' command.
326
327
328 o   Olaf Flebbe <o.flebbe@science-computing.de>
329     * BUG 7421: Rename mod_name to module_name.
330
331
332 o   Björn Jacke <bj@sernet.de>
333     * BUG 7352: Make TIME_T_MAX defines consistent.
334     * BUG 7385: Fix building with Solaris' gcc.
335
336
337 o   Jeff Layton <jlayton@redhat.com>
338     * BUG 7315: Fix segfault in mount.cifs.
339
340
341 o   Volker Lendecke <vl@samba.org>
342     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
343     * BUG 7389: Fix a Winbind crash when scanning trusts.
344     * BUG 7398: Fix rename problems with full_audit VFS module.
345
346
347 o   Jim McDonough <jmcd@samba.org>
348     * BUG 7378: Display an error on 'net conf import' failures.
349
350
351 o   Stefan Metzmacher <metze@samba.org>
352     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
353       headers.
354     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
355     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
356
357
358 o   Luca Olivetti <luca@wetron.es>
359     * BUG 7263: Fix cups encryption setting.
360
361
362 ######################################################################
363 Reporting bugs & Development Discussion
364 #######################################
365
366 Please discuss this release on the samba-technical mailing list or by
367 joining the #samba-technical IRC channel on irc.freenode.net.
368
369 If you do report problems then please try to send high quality
370 feedback. If you don't provide vital information to help us track down
371 the problem then you will probably be ignored.  All bug reports should
372 be filed under the Samba 3.5 product in the project's Bugzilla
373 database (https://bugzilla.samba.org/).
374
375
376 ======================================================================
377 == Our Code, Our Bugs, Our Responsibility.
378 == The Samba Team
379 ======================================================================
380
381
382 ----------------------------------------------------------------------
383
384
385                    =============================
386                    Release Notes for Samba 3.5.2
387                            April 7, 2010
388                    =============================
389
390
391 This is the latest stable release of Samba 3.5.
392
393 Major enhancements in Samba 3.5.2 include:
394
395   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
396     (bug #7237).
397   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
398   o Fix an uninitialized variable read in smbd (bug #7254).
399   o Fix a memleak in Winbind (bug #7278).
400   o Fix Winbind reconnection to it's own domain (bug #7295).
401
402
403 Changes since 3.5.1
404 -------------------
405
406
407 o   Michael Adam <obnox@samba.org>
408     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
409       present.
410     * BUG 7232: Fix race conditions in CTDB persistent transactions.
411     * BUG 7313: Make 'net conf addshare' atomic.
412     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
413       the registry backend.
414
415
416 o   Jeremy Allison <jra@samba.org>
417     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
418     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
419     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
420     * BUG 7255: Fix "printer admin" functionality.
421     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
422     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
423     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
424
425
426 o   Kai Blin <kai@samba.org>
427     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
428
429
430 o   Günther Deschner <gd@samba.org>
431     * BUG 6727: Fix several printing issues.
432     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
433       null domain.
434     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
435     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
436       behavior.
437
438
439 o   Holger Hetterich <hhetter@novell.com>
440     * BUG 7203: Fix 'net share' command.
441
442
443 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
444     * BUG 7269: Fix job management commands for CUPS queues.
445
446
447 o   Jeff Layton <jlayton@redhat.com>
448     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
449       mountpoint with a symlink.
450
451
452 o   Volker Lendecke <vl@samba.org>
453     * BUG 5198: Fix parsing of the gecos field.
454     * BUG 7202: Fix access by multi-threaded applications.
455     * BUG 7212: Fix returning of group members with 'getent group'.
456     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
457     * BUG 7229: Fix a NULL pointer dereference in smbd.
458     * BUG 7232: Fix race conditions in CTDB persistent transactions.
459     * BUG 7254: Fix an uninitialized variable read in smbd.
460     * BUG 7278: Fix a memleak in Winbind.
461
462
463 o   Roel van Meer <rolek@alt001.com>
464     * BUG 6814: Fix valgrind warning.
465
466
467 o   Stefan Metzmacher <metze@samba.org>
468     * BUG 7170: Never mark external domains as internal in Winbind.
469     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
470     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
471     * BUG 7295: Fix Winbind reconnection to it's own domain.
472     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
473       inbound trust.
474
475
476 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
477     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
478
479
480 o   Simo Sorce <idra@samba.org>
481     * BUG 7204: Fix DN parsing name was always null.
482
483
484 o   Andrew Tridgell <tridge@samba.org>
485     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
486       for some time.
487
488
489 o   Bo Yang <boyang@samba.org>
490     * BUG 7206: Signals are processed twice in child.
491
492
493
494 ######################################################################
495 Reporting bugs & Development Discussion
496 #######################################
497
498 Please discuss this release on the samba-technical mailing list or by
499 joining the #samba-technical IRC channel on irc.freenode.net.
500
501 If you do report problems then please try to send high quality
502 feedback. If you don't provide vital information to help us track down
503 the problem then you will probably be ignored.  All bug reports should
504 be filed under the Samba 3.5 product in the project's Bugzilla
505 database (https://bugzilla.samba.org/).
506
507
508 ======================================================================
509 == Our Code, Our Bugs, Our Responsibility.
510 == The Samba Team
511 ======================================================================
512
513 ----------------------------------------------------------------------
514
515                    =============================
516                    Release Notes for Samba 3.5.1
517                             March 8, 2010
518                    =============================
519
520
521 This is a security release in order to address CVE-2010-0728.
522
523
524 o  CVE-2010-0728:
525    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
526    was added to fix a problem with Linux asynchronous IO handling.
527    This code introduced a bad security flaw on Linux platforms if the
528    binaries were built on Linux platforms with libcap support.
529    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
530    capabilities, allowing all file system access to be allowed
531    even when permissions should have denied access.
532
533
534 Changes since 3.5.0
535 -------------------
536
537
538 o   Jeremy Allison <jra@samba.org>
539     * BUG 7222: Fix for CVE-2010-0728.
540
541
542 ######################################################################
543 Reporting bugs & Development Discussion
544 #######################################
545
546 Please discuss this release on the samba-technical mailing list or by
547 joining the #samba-technical IRC channel on irc.freenode.net.
548
549 If you do report problems then please try to send high quality
550 feedback. If you don't provide vital information to help us track down
551 the problem then you will probably be ignored.  All bug reports should
552 be filed under the Samba 3.5 product in the project's Bugzilla
553 database (https://bugzilla.samba.org/).
554
555
556 ======================================================================
557 == Our Code, Our Bugs, Our Responsibility.
558 == The Samba Team
559 ======================================================================
560
561
562 ----------------------------------------------------------------------
563
564
565                    =============================
566                    Release Notes for Samba 3.5.0
567                             March 1, 2010
568                    ===============================
569
570
571 This is the first stable release of Samba 3.5.
572
573
574 Major enhancements in Samba 3.5.0 include:
575
576 General changes:
577 o Add support for full Windows timestamp resolution
578 o The Using Samba HTML book has been removed.
579 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
580 o The default value of "wide links" has been changed to "no".
581
582 Protocol changes:
583 o Experimental implementation of SMB2
584
585 Printing Changes:
586 o Add encryption support for connections to a CUPS server
587
588 Winbind changes:
589 o Major refactoring
590 o Asynchronous
591
592 VFS modules:
593 o New vfs_scannedonly module has been added.
594
595
596 General changes:
597 ================
598
599 Support for full Windows timestamp resolution has been added. This effectively
600 makes us use Windows' full 100ns timestamp resolution if supported by the
601 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
602
603 The Using Samba HTML book has been removed from the Samba tarball.
604 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
605
606 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
607 credentials cached by Winbind at logon time. This is very useful e.g. when
608 connecting to a Samba server using Nautilus without re-entering username and
609 password. This feature is enabled by default and can be disabled per application
610 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
611
612 The default value of "wide links" has been changed to "no" to avoid an insecure
613 default configuration ("wide links = yes" and "unix extensions = yes"). For
614 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
615
616
617 Protocol changes
618 ================
619
620 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
621 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
622 SMB protocol used by Windows Vista and higher.
623
624 Printing Changes
625 ================
626
627 A new parameter "cups encrypt" has been added to control whether connections to
628 CUPS servers will be encrypted or not. The default is to use unencrypted
629 connections.
630
631 Winbind changes
632 ===============
633
634 The Winbind daemon has been refactored internally to be asynchronous. The new
635 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
636
637 VFS modules
638 ===========
639
640 A new VFS module "scannedonly" has been added. This is a filter that
641 talks to an antivirus-engine and stores whether a file is clean or not.
642 Users do only see clean files on their filesystem.
643
644
645 ######################################################################
646 Changes
647 #######
648
649 smb.conf changes
650 ----------------
651
652    Parameter Name                      Description     Default
653    --------------                      -----------     -------
654
655    create krb5 conf                    New             yes
656    ctdb timeout                        New             0
657    cups encrypt                        New             no
658    debug hires timestamp               Changed Default yes
659    ldap deref                          New             auto
660    ldap follow referral                New             auto
661    nmbd bind explicit broadcast        New             no
662    wide links                          Changed Default no
663
664
665 New configure options
666 ---------------------
667
668 --enable-external-libtdb        Enable external tdb
669 --enable-netapi                 Turn on netapi support
670 --enable-pthreadpool            Enable pthreads pool helper support
671 --with-cifsumount               Include umount.cifs (Linux only) support
672 --with-codepagedir=DIR          Where to put codepages
673
674
675 Commit Highlights
676 =================
677
678 o   Björn Jacke <bj@sernet.de>
679     * Add support for full Windows timestamp resolution.
680     * Add encryption support for connections to a CUPS server.
681
682
683 o   Volker Lendecke <vl@samba.org>
684     * Major internal refactoring of the Winbind daemon.
685     * Make Winbind asynchronous.
686     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
687       by Winbind.
688
689
690 o   Stefan Metzmacher <metze@samba.org>
691     * Implement the new SMB2 protocol (experimental).
692
693
694 Changes since 3.5.0rc3
695 ----------------------
696
697
698 o   Günther Deschner <gd@samba.org>
699     * BUG 7181: Fix 'net ads dns' usage calls.
700     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
701
702
703 o   Volker Lendecke <vl@samba.org>
704     * BUG 7145: Fix duplicate sam and unix accounts.
705     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
706
707
708 o   Stefan Metzmacher <metze@samba.org>
709     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
710
711
712 Changes since 3.5.0rc2
713 ----------------------
714
715
716 o   Jeremy Allison <jra@samba.org>
717     * BUG 6557: Fix vfs_full_audit.
718     * BUG 6876: Fix duplicate initializer in the rmdir module.
719     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
720     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
721       Linux asynchronous IO (aio).
722     * BUG 7069: Fix 'smbget' error status.
723     * BUG 7072: Fix unlocking of accounts from ldap.
724     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
725     * BUG 7081: Fix vfs_expand_msdfs.
726     * BUG 7084: Fix storing of create time on directories in an EA in new
727       create time code.
728     * BUG 7104: "wide links" and "unix extensions" are incompatible.
729     * BUG 7118: Fix nmbd problems with socket address.
730     * BUG 7122: Fix reading of large browselist.
731     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
732     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
733       value(s) error when "mangling method = hash"..
734
735
736 o   Steven Danneman <steven.danneman@isilon.com>
737     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
738
739
740 o   Günther Deschner <gd@samba.org>
741     * BUG 6888: Fix printing with 64 bit clients.
742     * BUG 7130: Fix listing of printjobs in  Windows 7.
743     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
744
745
746 o   Björn Jacke <bj@sernet.de>
747     * BUG 7103: Fix build issue on Tru64.
748     * BUG 7116: Change ldap filter to what really was intended.
749     * Fix some wrong newlines in de translation strings.
750
751
752 o   Jeff Layton <jlayton@redhat.com>
753     * BUG 6868: Fix crash bug in 'cifs.upcall'.
754
755
756 o   Volker Lendecke <vl@samba.org>
757     * BUG 7085: Fix an early release of the global lock that can cause data
758       corruption in libtdb.
759     * BUG 7139: Owner of file not available with Kerberos.
760
761
762 o   Stefan Metzmacher <metze@samba.org>
763     * BUG 6888: Fix printing with 64 bit clients.
764     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
765     * BUG 7116: Add pdb_ldap performance fixes.
766     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
767     * BUG 7119: Support large browselist.
768     * BUG 7140: Fix IPv4/IPv6 problems.
769
770
771 o   Lars Müller <lars@samba.org>
772     * BUG 7071: Fix build of 'smbfilter'.
773     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
774     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
775
776
777 o   Olivier Sessink <olivier@virtscano.fakenet>
778     * BUG 7076: Fix build of vfs_scannedonly on AIX.
779
780
781 o   Bo Yang <boyang@samba.org>
782     * BUG 7106: Fix malformed require_membership_of_sid.
783
784
785
786 Changes since 3.5.0rc1
787 ----------------------
788
789
790 o   Michael Adam <obnox@samba.org>
791     * BUG 4347: Check password history before increasing "badPasswordCount".
792
793
794 o   Jeremy Allison <jra@samba.org>
795     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
796     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
797       rights fails even if the delete right is set on the object in
798       vfs_acl_xattr and vfs_acl_tdb.
799     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
800     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
801     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
802
803
804 o   Giovanni Bajo <rasky@develer.com>
805     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
806       with Windows.
807
808
809 o   Kai Blin <kai@samba.org>
810     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
811
812
813 o   Günther Deschner <gd@samba.org>
814     * BUG 7043: Fix crash bug in libsmbclient.
815
816
817 o   André Hentschel <nerv@dawncrow.de>
818     * BUG 7039: Complete German translation of 'net'.
819
820
821 o   Björn Jacke <bj@sernet.de>
822     * BUG 7039: Improve some German translations in 'net'.
823
824
825 o   William Jojo <w.jojo@hvcc.edu>
826     * BUG 7052: Fix DFS on AIX.
827
828
829 o   Volker Lendecke <vl@samba.org>
830     * BUG 6981: Fix large paged search with DirX LDAP servers.
831     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
832     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
833     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
834     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
835       credentials cached by Winbind.
836     * Lock down some srvsvc calls according to what w2k3 seems to do.
837
838
839 o   Stefan Metzmacher <metze@samba.org>
840     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
841       pdb_ldap.
842
843
844 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
845     * BUG 7034: Fix segfault in vfs_cap.
846
847
848 o   Olivier Sessink <oliviersessink@gmail.com>
849     * BUG 7028: Add new scannedonly VFS module.
850
851
852 Changes since 3.5.0pre2
853 -----------------------
854
855 o   Jeremy Allison <jra@samba.org>
856     * BUG 6837: Fix "Too many open files" when trying to access large number of
857       files with Windows 7.
858     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
859     * BUG 7020: Fix smbd using 2G memory.
860     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
861       attributes by protocol level.
862     * Vector correctly through reply_openerror() (which uses the same logic).
863     * Fix bugs with the full Windows ACL support.
864
865
866 o   Kai Blin <kai@samba.org>
867     * Add a few missing gettext calls to the 'net' command.
868     * Fix up a share type translation and translate some more strings in 'net'.
869
870
871 o   Günther Deschner <gd@samba.org>
872     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
873     * Add spoolss_DriverInfo7.
874     * Fix rpcclient after setprinter IDL fixes.
875     * Use generated krb5.conf in 'net ads testjoin'.
876
877
878 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
879     * BUG 6992: make test for getgrouplist cacheable.
880
881
882 o   André Hentschel <nerv@dawncrow.de>
883     * Add some German translations for the 'net' command.
884
885
886 o   Suresh Jayaraman <sjayaraman@suse.de>
887     * Update mount.cifs man page with nounix option.
888
889
890 o   Volker Lendecke <vl@samba.org>
891     * Fix _samr_GetAliasMembership for results with 0 rids.
892     * Fix an error case in cli_negprot.
893     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
894     * Restore correct timeouts for SMB requests.
895     * Fix a 64-bit error in libsmb.
896     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
897     * Simplify/cleanup Winbind code.
898
899
900 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
901     * Fix write behind memory block in libtalloc.
902     * Fix result check for getaddrinfo().
903
904
905 o   Jim McDonough <jmcd@samba.org>
906     * BUG 7014: Fix Winbind crash when retrieving empty group members.
907
908
909 o   Brian Lu <brian.lu@sun.com>
910     * BUG 6991: Create symbol links to shared libraries.
911
912
913 o   Stefan Metzmacher <metze@samba.org>
914     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
915       to tsocket.
916     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
917     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
918     * Fix standalone 'make installdocs'.
919
920
921 o   Peter Rosin <peda@lysator.liu.se>
922     * Output %p as unsigned in snprintf replacement.
923
924
925 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
926     * New attempt at TDB transaction nesting allow/disallow.
927
928
929 o   Kirill Smelkov <kirr@mns.spb.ru>
930     * Remove swig stuff from libtdb.
931     * Reset tdb->fd to -1 in tdb_close() in libtdb.
932
933
934 o   Simo Sorce <idra@samba.org>
935     * Change the way mksysms work in libtalloc.
936
937
938 o   Jelmer Vernooij <jelmer@samba.org>
939     * Also build and install tdb manpages from standalone tdb.
940
941
942 o   Bo Yang <boyang@samba.org>
943     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
944     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
945       query.
946     * List trusted domains from wcache when domain is offline.
947
948
949 Changes since 3.5.0pre1
950 -----------------------
951
952 o   Michael Adam <obnox@samba.org>
953     * Fix the build when no external talloc and tdb are installed.
954     * Fix detection of CTDB headers on systems without system-libtalloc.
955
956
957 o   Jeremy Allison <jra@samba.org>
958     * BUG 6802: A created folder does not properly inherit permissions from
959       parent in vfs_acl_xattr.
960     * BUG 6837: "Too many open files" when trying to access large number of
961       files from Windows 7.
962     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
963       module.
964     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
965     * Restructure the ACL code.
966     * Refactor reply_rmdir to use handle based code.
967
968
969 o   Dan Cox <dan@wep.net>
970     * BUG 2350: Add LDAP Alias Dereferencing support.
971
972
973 o   Günther Deschner <gd@samba.org>
974     * BUG 6929: Fix build with recent heimdal.
975     * Fix several printing issues.
976     * Fix the build on Mac OS X 10.6.2.
977     * Fix net and rpcclient after setprinterdataex changes.
978     * Add full support for level 8 printer drivers.
979     * Add more spoolss architectures to IDL.
980     * Fix enumprinter key client and server.
981     * Fix crash in EnumPrinterDataEx.
982
983
984 o   Björn Jacke <bj@sernet.de>
985     * Prefer posix_fallocate for doing "strict allocate".
986
987
988 o   Matt Kraai <mkraai@beckman.com>
989     * BUG 6860: Fix shared library build on QNX.
990
991
992 o   Volker Lendecke <vl@samba.org>
993     * BUG 6288: SWAT adds a second share when changing parameters of an existing
994       share.
995     * BUG 6435: Fix minor memory corruption.
996     * Restore "fake directory create times" as a share parameter.
997     * Fix explicit stat64 support.
998     * Add support for NetWkstaGetInfo 101 and 102.
999     * Add rpcclient wkssvc_enumerateusers.
1000     * De-deprecate "write cache size" to prevent its removal without a proper
1001       alternative.
1002     * Allow more than 1000 users in BUILTIN\Users.
1003
1004
1005 o   Jim McDonough <jmcd@samba.org>
1006     * BUG 6967: Prevent glibc error on 'net ads join'.
1007
1008
1009 o   Lars Müller <lars@samba.org>
1010     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1011       set while configure.
1012
1013
1014 o   Ian Puleston <ipuleston@sonicwall.com>
1015     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1016
1017
1018 o   Karolin Seeger <kseeger@samba.org>
1019     * Fix the build of the example VFS modules.
1020
1021
1022 o   Bo Yang <boyang@samba.org>
1023     * BUG 6879: Fix crash in Winbind.
1024     * Fix crash in free_file_list().
1025     * Give the user a chance to change password when password will expire soon.
1026
1027
1028 ######################################################################
1029 Reporting bugs & Development Discussion
1030 #######################################
1031
1032 Please discuss this release on the samba-technical mailing list or by
1033 joining the #samba-technical IRC channel on irc.freenode.net.
1034
1035 If you do report problems then please try to send high quality
1036 feedback. If you don't provide vital information to help us track down
1037 the problem then you will probably be ignored.  All bug reports should
1038 be filed under the Samba 3.5 product in the project's Bugzilla
1039 database (https://bugzilla.samba.org/).
1040
1041
1042 ======================================================================
1043 == Our Code, Our Bugs, Our Responsibility.
1044 == The Samba Team
1045 ======================================================================