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