WHATSNEW: Update release date.
[Samba.git] / WHATSNEW.txt
blob0f52691e187cde8eef0787fa276cc51222cfe322
1                    =============================
2                    Release Notes for Samba 3.5.5
3                          September 14, 2010
4                    =============================
7 This is a security release in order to address CVE-2010-3069.
10 o  CVE-2010-3069:
11    All current released versions of Samba are vulnerable to
12    a buffer overrun vulnerability. The sid_parse() function
13    (and related dom_sid_parse() function in the source4 code)
14    do not correctly check their input lengths when reading a
15    binary representation of a Windows SID (Security ID). This
16    allows a malicious client to send a sid that can overflow
17    the stack variable that is being used to store the SID in the
18    Samba smbd server.
21 Changes since 3.5.4
22 --------------------
25 o   Jeremy Allison <jra@samba.org>
26     * BUG 7669: Fix for CVE-2010-3069.
29 o   Andrew Bartlett <abartlet@samba.org>
30     * BUG 7669: Fix for CVE-2010-3069.
33 ######################################################################
34 Reporting bugs & Development Discussion
35 #######################################
37 Please discuss this release on the samba-technical mailing list or by
38 joining the #samba-technical IRC channel on irc.freenode.net.
40 If you do report problems then please try to send high quality
41 feedback. If you don't provide vital information to help us track down
42 the problem then you will probably be ignored.  All bug reports should
43 be filed under the Samba 3.5 product in the project's Bugzilla
44 database (https://bugzilla.samba.org/).
47 ======================================================================
48 == Our Code, Our Bugs, Our Responsibility.
49 == The Samba Team
50 ======================================================================
53 Release notes for older releases follow:
54 ----------------------------------------
56                    =============================
57                    Release Notes for Samba 3.5.4
58                            June 23, 2010
59                    =============================
62 This is the latest stable release of Samba 3.5.
64 Major enhancements in Samba 3.5.4 include:
66   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
67     from ldap (bug #7448).
68   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
71 Changes since 3.5.3
72 -------------------
75 o   Michael Adam <obnox@samba.org>
76     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
79 o   Jeremy Allison <jra@samba.org>
80     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
81     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
82     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
85 o   Günther Deschner <gd@samba.org>
86     * BUG 7341: Fix Winbind over IPv6.
87     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
88     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
89     * BUG 7517: Fix session setup from linux kernel cifs clients with
90       "sec=ntlmv2".
93 o   Olaf Flebbe <o.flebbe@science-computing.de>
94     * BUG 7209: Fix build on RHEL5.
97 o   Björn Jacke <bj@sernet.de>
98     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
99     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
100     * BUG 7504: Fix numerous build issues.
103 o   Volker Lendecke <vl@samba.org>
104     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
105     * BUG 7262: Fix editing users' groups via UsrMgr.
108 o   Buchan Milne <bgmilne@mandriva.org>
109     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
112 o   Matthieu Patou <mat@matws.net>
113     * BUG 7099: Allow previous password to be stored and use it to check
114       tickets.
117 o   Andreas Schneider <asn@samba.org>
118     * BUG 7423: Fix printing large formats.
121 o   Roel van Meer <rolek@bokxing.nl>
122     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
123       missing from ldap.
126 ######################################################################
127 Reporting bugs & Development Discussion
128 #######################################
130 Please discuss this release on the samba-technical mailing list or by
131 joining the #samba-technical IRC channel on irc.freenode.net.
133 If you do report problems then please try to send high quality
134 feedback. If you don't provide vital information to help us track down
135 the problem then you will probably be ignored.  All bug reports should
136 be filed under the Samba 3.5 product in the project's Bugzilla
137 database (https://bugzilla.samba.org/).
140 ======================================================================
141 == Our Code, Our Bugs, Our Responsibility.
142 == The Samba Team
143 ======================================================================
146 ----------------------------------------------------------------------
149                    =============================
150                    Release Notes for Samba 3.5.3
151                             May 19, 2010
152                    =============================
155 This is the latest stable release of Samba 3.5.
157 Major enhancements in Samba 3.5.3 include:
159   o Fix MS-DFS functionality (bug #7339).
160   o Fix a Winbind crash when scanning trusts (bug #7389).
161   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
164 Changes since 3.5.2
165 -------------------
168 o   Jeremy Allison <jra@samba.org>
169     * BUG 7288: Fix SMB job IDs in CUPS job names.
170     * BUG 7339: Fix MS-DFS functionality.
173 o   Andrew Bartlett <abartlet@samba.org>
174     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
177 o   Ira Cooper <samba@ira.wakeful.net>
178     * BUG 7384: Fix bitmap leak in dptr_Close.
181 o   Günther Deschner <gd@samba.org>
182     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
183     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
184     * BUG 7418: Fix 'net rpc printer list' command.
187 o   Olaf Flebbe <o.flebbe@science-computing.de>
188     * BUG 7421: Rename mod_name to module_name.
191 o   Björn Jacke <bj@sernet.de>
192     * BUG 7352: Make TIME_T_MAX defines consistent.
193     * BUG 7385: Fix building with Solaris' gcc.
196 o   Jeff Layton <jlayton@redhat.com>
197     * BUG 7315: Fix segfault in mount.cifs.
200 o   Volker Lendecke <vl@samba.org>
201     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
202     * BUG 7389: Fix a Winbind crash when scanning trusts.
203     * BUG 7398: Fix rename problems with full_audit VFS module.
206 o   Jim McDonough <jmcd@samba.org>
207     * BUG 7378: Display an error on 'net conf import' failures.
210 o   Stefan Metzmacher <metze@samba.org>
211     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
212       headers.
213     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
214     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
217 o   Luca Olivetti <luca@wetron.es>
218     * BUG 7263: Fix cups encryption setting.
221 ######################################################################
222 Reporting bugs & Development Discussion
223 #######################################
225 Please discuss this release on the samba-technical mailing list or by
226 joining the #samba-technical IRC channel on irc.freenode.net.
228 If you do report problems then please try to send high quality
229 feedback. If you don't provide vital information to help us track down
230 the problem then you will probably be ignored.  All bug reports should
231 be filed under the Samba 3.5 product in the project's Bugzilla
232 database (https://bugzilla.samba.org/).
235 ======================================================================
236 == Our Code, Our Bugs, Our Responsibility.
237 == The Samba Team
238 ======================================================================
241 ----------------------------------------------------------------------
244                    =============================
245                    Release Notes for Samba 3.5.2
246                            April 7, 2010
247                    =============================
250 This is the latest stable release of Samba 3.5.
252 Major enhancements in Samba 3.5.2 include:
254   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
255     (bug #7237).
256   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
257   o Fix an uninitialized variable read in smbd (bug #7254).
258   o Fix a memleak in Winbind (bug #7278).
259   o Fix Winbind reconnection to it's own domain (bug #7295).
262 Changes since 3.5.1
263 -------------------
266 o   Michael Adam <obnox@samba.org>
267     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
268       present.
269     * BUG 7232: Fix race conditions in CTDB persistent transactions.
270     * BUG 7313: Make 'net conf addshare' atomic.
271     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
272       the registry backend.
275 o   Jeremy Allison <jra@samba.org>
276     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
277     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
278     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
279     * BUG 7255: Fix "printer admin" functionality.
280     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
281     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
282     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
285 o   Kai Blin <kai@samba.org>
286     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
289 o   Günther Deschner <gd@samba.org>
290     * BUG 6727: Fix several printing issues.
291     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
292       null domain.
293     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
294     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
295       behavior.
298 o   Holger Hetterich <hhetter@novell.com>
299     * BUG 7203: Fix 'net share' command.
302 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
303     * BUG 7269: Fix job management commands for CUPS queues.
306 o   Jeff Layton <jlayton@redhat.com>
307     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
308       mountpoint with a symlink.
311 o   Volker Lendecke <vl@samba.org>
312     * BUG 5198: Fix parsing of the gecos field.
313     * BUG 7202: Fix access by multi-threaded applications.
314     * BUG 7212: Fix returning of group members with 'getent group'.
315     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
316     * BUG 7229: Fix a NULL pointer dereference in smbd.
317     * BUG 7232: Fix race conditions in CTDB persistent transactions.
318     * BUG 7254: Fix an uninitialized variable read in smbd.
319     * BUG 7278: Fix a memleak in Winbind.
322 o   Roel van Meer <rolek@alt001.com>
323     * BUG 6814: Fix valgrind warning.
326 o   Stefan Metzmacher <metze@samba.org>
327     * BUG 7170: Never mark external domains as internal in Winbind.
328     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
329     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
330     * BUG 7295: Fix Winbind reconnection to it's own domain.
331     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
332       inbound trust.
335 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
336     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
339 o   Simo Sorce <idra@samba.org>
340     * BUG 7204: Fix DN parsing name was always null.
343 o   Andrew Tridgell <tridge@samba.org>
344     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
345       for some time.
348 o   Bo Yang <boyang@samba.org>
349     * BUG 7206: Signals are processed twice in child.
353 ######################################################################
354 Reporting bugs & Development Discussion
355 #######################################
357 Please discuss this release on the samba-technical mailing list or by
358 joining the #samba-technical IRC channel on irc.freenode.net.
360 If you do report problems then please try to send high quality
361 feedback. If you don't provide vital information to help us track down
362 the problem then you will probably be ignored.  All bug reports should
363 be filed under the Samba 3.5 product in the project's Bugzilla
364 database (https://bugzilla.samba.org/).
367 ======================================================================
368 == Our Code, Our Bugs, Our Responsibility.
369 == The Samba Team
370 ======================================================================
372 ----------------------------------------------------------------------
374                    =============================
375                    Release Notes for Samba 3.5.1
376                             March 8, 2010
377                    =============================
380 This is a security release in order to address CVE-2010-0728.
383 o  CVE-2010-0728:
384    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
385    was added to fix a problem with Linux asynchronous IO handling.
386    This code introduced a bad security flaw on Linux platforms if the
387    binaries were built on Linux platforms with libcap support.
388    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
389    capabilities, allowing all file system access to be allowed
390    even when permissions should have denied access.
393 Changes since 3.5.0
394 -------------------
397 o   Jeremy Allison <jra@samba.org>
398     * BUG 7222: Fix for CVE-2010-0728.
401 ######################################################################
402 Reporting bugs & Development Discussion
403 #######################################
405 Please discuss this release on the samba-technical mailing list or by
406 joining the #samba-technical IRC channel on irc.freenode.net.
408 If you do report problems then please try to send high quality
409 feedback. If you don't provide vital information to help us track down
410 the problem then you will probably be ignored.  All bug reports should
411 be filed under the Samba 3.5 product in the project's Bugzilla
412 database (https://bugzilla.samba.org/).
415 ======================================================================
416 == Our Code, Our Bugs, Our Responsibility.
417 == The Samba Team
418 ======================================================================
421 ----------------------------------------------------------------------
424                    =============================
425                    Release Notes for Samba 3.5.0
426                             March 1, 2010
427                    ===============================
430 This is the first stable release of Samba 3.5.
433 Major enhancements in Samba 3.5.0 include:
435 General changes:
436 o Add support for full Windows timestamp resolution
437 o The Using Samba HTML book has been removed.
438 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
439 o The default value of "wide links" has been changed to "no".
441 Protocol changes:
442 o Experimental implementation of SMB2
444 Printing Changes:
445 o Add encryption support for connections to a CUPS server
447 Winbind changes:
448 o Major refactoring
449 o Asynchronous
451 VFS modules:
452 o New vfs_scannedonly module has been added.
455 General changes:
456 ================
458 Support for full Windows timestamp resolution has been added. This effectively
459 makes us use Windows' full 100ns timestamp resolution if supported by the
460 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
462 The Using Samba HTML book has been removed from the Samba tarball.
463 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
465 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
466 credentials cached by Winbind at logon time. This is very useful e.g. when
467 connecting to a Samba server using Nautilus without re-entering username and
468 password. This feature is enabled by default and can be disabled per application
469 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
471 The default value of "wide links" has been changed to "no" to avoid an insecure
472 default configuration ("wide links = yes" and "unix extensions = yes"). For
473 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
476 Protocol changes
477 ================
479 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
480 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
481 SMB protocol used by Windows Vista and higher.
483 Printing Changes
484 ================
486 A new parameter "cups encrypt" has been added to control whether connections to
487 CUPS servers will be encrypted or not. The default is to use unencrypted
488 connections.
490 Winbind changes
491 ===============
493 The Winbind daemon has been refactored internally to be asynchronous. The new
494 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
496 VFS modules
497 ===========
499 A new VFS module "scannedonly" has been added. This is a filter that
500 talks to an antivirus-engine and stores whether a file is clean or not.
501 Users do only see clean files on their filesystem.
504 ######################################################################
505 Changes
506 #######
508 smb.conf changes
509 ----------------
511    Parameter Name                      Description     Default
512    --------------                      -----------     -------
514    create krb5 conf                    New             yes
515    ctdb timeout                        New             0
516    cups encrypt                        New             no
517    debug hires timestamp               Changed Default yes
518    ldap deref                          New             auto
519    ldap follow referral                New             auto
520    nmbd bind explicit broadcast        New             no
521    wide links                          Changed Default no
524 New configure options
525 ---------------------
527 --enable-external-libtdb        Enable external tdb
528 --enable-netapi                 Turn on netapi support
529 --enable-pthreadpool            Enable pthreads pool helper support
530 --with-cifsumount               Include umount.cifs (Linux only) support
531 --with-codepagedir=DIR          Where to put codepages
534 Commit Highlights
535 =================
537 o   Björn Jacke <bj@sernet.de>
538     * Add support for full Windows timestamp resolution.
539     * Add encryption support for connections to a CUPS server.
542 o   Volker Lendecke <vl@samba.org>
543     * Major internal refactoring of the Winbind daemon.
544     * Make Winbind asynchronous.
545     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
546       by Winbind.
549 o   Stefan Metzmacher <metze@samba.org>
550     * Implement the new SMB2 protocol (experimental).
553 Changes since 3.5.0rc3
554 ----------------------
557 o   Günther Deschner <gd@samba.org>
558     * BUG 7181: Fix 'net ads dns' usage calls.
559     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
562 o   Volker Lendecke <vl@samba.org>
563     * BUG 7145: Fix duplicate sam and unix accounts.
564     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
567 o   Stefan Metzmacher <metze@samba.org>
568     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
571 Changes since 3.5.0rc2
572 ----------------------
575 o   Jeremy Allison <jra@samba.org>
576     * BUG 6557: Fix vfs_full_audit.
577     * BUG 6876: Fix duplicate initializer in the rmdir module.
578     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
579     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
580       Linux asynchronous IO (aio).
581     * BUG 7069: Fix 'smbget' error status.
582     * BUG 7072: Fix unlocking of accounts from ldap.
583     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
584     * BUG 7081: Fix vfs_expand_msdfs.
585     * BUG 7084: Fix storing of create time on directories in an EA in new
586       create time code.
587     * BUG 7104: "wide links" and "unix extensions" are incompatible.
588     * BUG 7118: Fix nmbd problems with socket address.
589     * BUG 7122: Fix reading of large browselist.
590     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
591     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
592       value(s) error when "mangling method = hash"..
595 o   Steven Danneman <steven.danneman@isilon.com>
596     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
599 o   Günther Deschner <gd@samba.org>
600     * BUG 6888: Fix printing with 64 bit clients.
601     * BUG 7130: Fix listing of printjobs in  Windows 7.
602     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
605 o   Björn Jacke <bj@sernet.de>
606     * BUG 7103: Fix build issue on Tru64.
607     * BUG 7116: Change ldap filter to what really was intended.
608     * Fix some wrong newlines in de translation strings.
611 o   Jeff Layton <jlayton@redhat.com>
612     * BUG 6868: Fix crash bug in 'cifs.upcall'.
615 o   Volker Lendecke <vl@samba.org>
616     * BUG 7085: Fix an early release of the global lock that can cause data
617       corruption in libtdb.
618     * BUG 7139: Owner of file not available with Kerberos.
621 o   Stefan Metzmacher <metze@samba.org>
622     * BUG 6888: Fix printing with 64 bit clients.
623     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
624     * BUG 7116: Add pdb_ldap performance fixes.
625     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
626     * BUG 7119: Support large browselist.
627     * BUG 7140: Fix IPv4/IPv6 problems.
630 o   Lars Müller <lars@samba.org>
631     * BUG 7071: Fix build of 'smbfilter'.
632     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
633     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
636 o   Olivier Sessink <olivier@virtscano.fakenet>
637     * BUG 7076: Fix build of vfs_scannedonly on AIX.
640 o   Bo Yang <boyang@samba.org>
641     * BUG 7106: Fix malformed require_membership_of_sid.
645 Changes since 3.5.0rc1
646 ----------------------
649 o   Michael Adam <obnox@samba.org>
650     * BUG 4347: Check password history before increasing "badPasswordCount".
653 o   Jeremy Allison <jra@samba.org>
654     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
655     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
656       rights fails even if the delete right is set on the object in
657       vfs_acl_xattr and vfs_acl_tdb.
658     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
659     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
660     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
663 o   Giovanni Bajo <rasky@develer.com>
664     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
665       with Windows.
668 o   Kai Blin <kai@samba.org>
669     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
672 o   Günther Deschner <gd@samba.org>
673     * BUG 7043: Fix crash bug in libsmbclient.
676 o   André Hentschel <nerv@dawncrow.de>
677     * BUG 7039: Complete German translation of 'net'.
680 o   Björn Jacke <bj@sernet.de>
681     * BUG 7039: Improve some German translations in 'net'.
684 o   William Jojo <w.jojo@hvcc.edu>
685     * BUG 7052: Fix DFS on AIX.
688 o   Volker Lendecke <vl@samba.org>
689     * BUG 6981: Fix large paged search with DirX LDAP servers.
690     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
691     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
692     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
693     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
694       credentials cached by Winbind.
695     * Lock down some srvsvc calls according to what w2k3 seems to do.
698 o   Stefan Metzmacher <metze@samba.org>
699     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
700       pdb_ldap.
703 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
704     * BUG 7034: Fix segfault in vfs_cap.
707 o   Olivier Sessink <oliviersessink@gmail.com>
708     * BUG 7028: Add new scannedonly VFS module.
711 Changes since 3.5.0pre2
712 -----------------------
714 o   Jeremy Allison <jra@samba.org>
715     * BUG 6837: Fix "Too many open files" when trying to access large number of
716       files with Windows 7.
717     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
718     * BUG 7020: Fix smbd using 2G memory.
719     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
720       attributes by protocol level.
721     * Vector correctly through reply_openerror() (which uses the same logic).
722     * Fix bugs with the full Windows ACL support.
725 o   Kai Blin <kai@samba.org>
726     * Add a few missing gettext calls to the 'net' command.
727     * Fix up a share type translation and translate some more strings in 'net'.
730 o   Günther Deschner <gd@samba.org>
731     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
732     * Add spoolss_DriverInfo7.
733     * Fix rpcclient after setprinter IDL fixes.
734     * Use generated krb5.conf in 'net ads testjoin'.
737 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
738     * BUG 6992: make test for getgrouplist cacheable.
741 o   André Hentschel <nerv@dawncrow.de>
742     * Add some German translations for the 'net' command.
745 o   Suresh Jayaraman <sjayaraman@suse.de>
746     * Update mount.cifs man page with nounix option.
749 o   Volker Lendecke <vl@samba.org>
750     * Fix _samr_GetAliasMembership for results with 0 rids.
751     * Fix an error case in cli_negprot.
752     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
753     * Restore correct timeouts for SMB requests.
754     * Fix a 64-bit error in libsmb.
755     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
756     * Simplify/cleanup Winbind code.
759 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
760     * Fix write behind memory block in libtalloc.
761     * Fix result check for getaddrinfo().
764 o   Jim McDonough <jmcd@samba.org>
765     * BUG 7014: Fix Winbind crash when retrieving empty group members.
768 o   Brian Lu <brian.lu@sun.com>
769     * BUG 6991: Create symbol links to shared libraries.
772 o   Stefan Metzmacher <metze@samba.org>
773     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
774       to tsocket.
775     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
776     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
777     * Fix standalone 'make installdocs'.
780 o   Peter Rosin <peda@lysator.liu.se>
781     * Output %p as unsigned in snprintf replacement.
784 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
785     * New attempt at TDB transaction nesting allow/disallow.
788 o   Kirill Smelkov <kirr@mns.spb.ru>
789     * Remove swig stuff from libtdb.
790     * Reset tdb->fd to -1 in tdb_close() in libtdb.
793 o   Simo Sorce <idra@samba.org>
794     * Change the way mksysms work in libtalloc.
797 o   Jelmer Vernooij <jelmer@samba.org>
798     * Also build and install tdb manpages from standalone tdb.
801 o   Bo Yang <boyang@samba.org>
802     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
803     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
804       query.
805     * List trusted domains from wcache when domain is offline.
808 Changes since 3.5.0pre1
809 -----------------------
811 o   Michael Adam <obnox@samba.org>
812     * Fix the build when no external talloc and tdb are installed.
813     * Fix detection of CTDB headers on systems without system-libtalloc.
816 o   Jeremy Allison <jra@samba.org>
817     * BUG 6802: A created folder does not properly inherit permissions from
818       parent in vfs_acl_xattr.
819     * BUG 6837: "Too many open files" when trying to access large number of
820       files from Windows 7.
821     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
822       module.
823     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
824     * Restructure the ACL code.
825     * Refactor reply_rmdir to use handle based code.
828 o   Dan Cox <dan@wep.net>
829     * BUG 2350: Add LDAP Alias Dereferencing support.
832 o   Günther Deschner <gd@samba.org>
833     * BUG 6929: Fix build with recent heimdal.
834     * Fix several printing issues.
835     * Fix the build on Mac OS X 10.6.2.
836     * Fix net and rpcclient after setprinterdataex changes.
837     * Add full support for level 8 printer drivers.
838     * Add more spoolss architectures to IDL.
839     * Fix enumprinter key client and server.
840     * Fix crash in EnumPrinterDataEx.
843 o   Björn Jacke <bj@sernet.de>
844     * Prefer posix_fallocate for doing "strict allocate".
847 o   Matt Kraai <mkraai@beckman.com>
848     * BUG 6860: Fix shared library build on QNX.
851 o   Volker Lendecke <vl@samba.org>
852     * BUG 6288: SWAT adds a second share when changing parameters of an existing
853       share.
854     * BUG 6435: Fix minor memory corruption.
855     * Restore "fake directory create times" as a share parameter.
856     * Fix explicit stat64 support.
857     * Add support for NetWkstaGetInfo 101 and 102.
858     * Add rpcclient wkssvc_enumerateusers.
859     * De-deprecate "write cache size" to prevent its removal without a proper
860       alternative.
861     * Allow more than 1000 users in BUILTIN\Users.
864 o   Jim McDonough <jmcd@samba.org>
865     * BUG 6967: Prevent glibc error on 'net ads join'.
868 o   Lars Müller <lars@samba.org>
869     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
870       set while configure.
873 o   Ian Puleston <ipuleston@sonicwall.com>
874     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
877 o   Karolin Seeger <kseeger@samba.org>
878     * Fix the build of the example VFS modules.
881 o   Bo Yang <boyang@samba.org>
882     * BUG 6879: Fix crash in Winbind.
883     * Fix crash in free_file_list().
884     * Give the user a chance to change password when password will expire soon.
887 ######################################################################
888 Reporting bugs & Development Discussion
889 #######################################
891 Please discuss this release on the samba-technical mailing list or by
892 joining the #samba-technical IRC channel on irc.freenode.net.
894 If you do report problems then please try to send high quality
895 feedback. If you don't provide vital information to help us track down
896 the problem then you will probably be ignored.  All bug reports should
897 be filed under the Samba 3.5 product in the project's Bugzilla
898 database (https://bugzilla.samba.org/).
901 ======================================================================
902 == Our Code, Our Bugs, Our Responsibility.
903 == The Samba Team
904 ======================================================================