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