s3:pdb_ldap: fix bug 7507 - init_sam_from_ldap stores group in sid2uid cache
[Samba/gbeck.git] / WHATSNEW.txt
blobf8fcea6fa775cf75aa878e14b6c85f9ae29b0e71
1                    =============================
2                    Release Notes for Samba 3.5.4
3                             , 2010
4                    =============================
7 This is the latest stable release of Samba 3.5.
9 Major enhancements in Samba 3.5.4 include:
11   o
13 Changes since 3.5.3
14 -------------------
19 ######################################################################
20 Reporting bugs & Development Discussion
21 #######################################
23 Please discuss this release on the samba-technical mailing list or by
24 joining the #samba-technical IRC channel on irc.freenode.net.
26 If you do report problems then please try to send high quality
27 feedback. If you don't provide vital information to help us track down
28 the problem then you will probably be ignored.  All bug reports should
29 be filed under the Samba 3.5 product in the project's Bugzilla
30 database (https://bugzilla.samba.org/).
33 ======================================================================
34 == Our Code, Our Bugs, Our Responsibility.
35 == The Samba Team
36 ======================================================================
39 Release notes for older releases follow:
40 ----------------------------------------
42                    =============================
43                    Release Notes for Samba 3.5.3
44                             May 19, 2010
45                    =============================
48 This is the latest stable release of Samba 3.5.
50 Major enhancements in Samba 3.5.3 include:
52   o Fix MS-DFS functionality (bug #7339).
53   o Fix a Winbind crash when scanning trusts (bug #7389).
54   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
57 Changes since 3.5.2
58 -------------------
61 o   Jeremy Allison <jra@samba.org>
62     * BUG 7288: Fix SMB job IDs in CUPS job names.
63     * BUG 7339: Fix MS-DFS functionality.
66 o   Andrew Bartlett <abartlet@samba.org>
67     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
70 o   Ira Cooper <samba@ira.wakeful.net>
71     * BUG 7384: Fix bitmap leak in dptr_Close.
74 o   Günther Deschner <gd@samba.org>
75     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
76     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
77     * BUG 7418: Fix 'net rpc printer list' command.
80 o   Olaf Flebbe <o.flebbe@science-computing.de>
81     * BUG 7421: Rename mod_name to module_name.
84 o   Björn Jacke <bj@sernet.de>
85     * BUG 7352: Make TIME_T_MAX defines consistent.
86     * BUG 7385: Fix building with Solaris' gcc.
89 o   Jeff Layton <jlayton@redhat.com>
90     * BUG 7315: Fix segfault in mount.cifs.
93 o   Volker Lendecke <vl@samba.org>
94     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
95     * BUG 7389: Fix a Winbind crash when scanning trusts.
96     * BUG 7398: Fix rename problems with full_audit VFS module.
99 o   Jim McDonough <jmcd@samba.org>
100     * BUG 7378: Display an error on 'net conf import' failures.
103 o   Stefan Metzmacher <metze@samba.org>
104     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
105       headers.
106     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
107     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
110 o   Luca Olivetti <luca@wetron.es>
111     * BUG 7263: Fix cups encryption setting.
114 ######################################################################
115 Reporting bugs & Development Discussion
116 #######################################
118 Please discuss this release on the samba-technical mailing list or by
119 joining the #samba-technical IRC channel on irc.freenode.net.
121 If you do report problems then please try to send high quality
122 feedback. If you don't provide vital information to help us track down
123 the problem then you will probably be ignored.  All bug reports should
124 be filed under the Samba 3.5 product in the project's Bugzilla
125 database (https://bugzilla.samba.org/).
128 ======================================================================
129 == Our Code, Our Bugs, Our Responsibility.
130 == The Samba Team
131 ======================================================================
134 ----------------------------------------------------------------------
137                    =============================
138                    Release Notes for Samba 3.5.2
139                            April 7, 2010
140                    =============================
143 This is the latest stable release of Samba 3.5.
145 Major enhancements in Samba 3.5.2 include:
147   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
148     (bug #7237).
149   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
150   o Fix an uninitialized variable read in smbd (bug #7254).
151   o Fix a memleak in Winbind (bug #7278).
152   o Fix Winbind reconnection to it's own domain (bug #7295).
155 Changes since 3.5.1
156 -------------------
159 o   Michael Adam <obnox@samba.org>
160     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
161       present.
162     * BUG 7232: Fix race conditions in CTDB persistent transactions.
163     * BUG 7313: Make 'net conf addshare' atomic.
164     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
165       the registry backend.
168 o   Jeremy Allison <jra@samba.org>
169     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
170     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
171     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
172     * BUG 7255: Fix "printer admin" functionality.
173     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
174     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
175     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
178 o   Kai Blin <kai@samba.org>
179     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
182 o   Günther Deschner <gd@samba.org>
183     * BUG 6727: Fix several printing issues.
184     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
185       null domain.
186     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
187     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
188       behavior.
191 o   Holger Hetterich <hhetter@novell.com>
192     * BUG 7203: Fix 'net share' command.
195 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
196     * BUG 7269: Fix job management commands for CUPS queues.
199 o   Jeff Layton <jlayton@redhat.com>
200     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
201       mountpoint with a symlink.
204 o   Volker Lendecke <vl@samba.org>
205     * BUG 5198: Fix parsing of the gecos field.
206     * BUG 7202: Fix access by multi-threaded applications.
207     * BUG 7212: Fix returning of group members with 'getent group'.
208     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
209     * BUG 7229: Fix a NULL pointer dereference in smbd.
210     * BUG 7232: Fix race conditions in CTDB persistent transactions.
211     * BUG 7254: Fix an uninitialized variable read in smbd.
212     * BUG 7278: Fix a memleak in Winbind.
215 o   Roel van Meer <rolek@alt001.com>
216     * BUG 6814: Fix valgrind warning.
219 o   Stefan Metzmacher <metze@samba.org>
220     * BUG 7170: Never mark external domains as internal in Winbind.
221     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
222     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
223     * BUG 7295: Fix Winbind reconnection to it's own domain.
224     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
225       inbound trust.
228 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
229     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
232 o   Simo Sorce <idra@samba.org>
233     * BUG 7204: Fix DN parsing name was always null.
236 o   Andrew Tridgell <tridge@samba.org>
237     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
238       for some time.
241 o   Bo Yang <boyang@samba.org>
242     * BUG 7206: Signals are processed twice in child.
246 ######################################################################
247 Reporting bugs & Development Discussion
248 #######################################
250 Please discuss this release on the samba-technical mailing list or by
251 joining the #samba-technical IRC channel on irc.freenode.net.
253 If you do report problems then please try to send high quality
254 feedback. If you don't provide vital information to help us track down
255 the problem then you will probably be ignored.  All bug reports should
256 be filed under the Samba 3.5 product in the project's Bugzilla
257 database (https://bugzilla.samba.org/).
260 ======================================================================
261 == Our Code, Our Bugs, Our Responsibility.
262 == The Samba Team
263 ======================================================================
265 ----------------------------------------------------------------------
267                    =============================
268                    Release Notes for Samba 3.5.1
269                             March 8, 2010
270                    =============================
273 This is a security release in order to address CVE-2010-0728.
276 o  CVE-2010-0728:
277    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
278    was added to fix a problem with Linux asynchronous IO handling.
279    This code introduced a bad security flaw on Linux platforms if the
280    binaries were built on Linux platforms with libcap support.
281    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
282    capabilities, allowing all file system access to be allowed
283    even when permissions should have denied access.
286 Changes since 3.5.0
287 -------------------
290 o   Jeremy Allison <jra@samba.org>
291     * BUG 7222: Fix for CVE-2010-0728.
294 ######################################################################
295 Reporting bugs & Development Discussion
296 #######################################
298 Please discuss this release on the samba-technical mailing list or by
299 joining the #samba-technical IRC channel on irc.freenode.net.
301 If you do report problems then please try to send high quality
302 feedback. If you don't provide vital information to help us track down
303 the problem then you will probably be ignored.  All bug reports should
304 be filed under the Samba 3.5 product in the project's Bugzilla
305 database (https://bugzilla.samba.org/).
308 ======================================================================
309 == Our Code, Our Bugs, Our Responsibility.
310 == The Samba Team
311 ======================================================================
314 ----------------------------------------------------------------------
317                    =============================
318                    Release Notes for Samba 3.5.0
319                             March 1, 2010
320                    ===============================
323 This is the first stable release of Samba 3.5.
326 Major enhancements in Samba 3.5.0 include:
328 General changes:
329 o Add support for full Windows timestamp resolution
330 o The Using Samba HTML book has been removed.
331 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
332 o The default value of "wide links" has been changed to "no".
334 Protocol changes:
335 o Experimental implementation of SMB2
337 Printing Changes:
338 o Add encryption support for connections to a CUPS server
340 Winbind changes:
341 o Major refactoring
342 o Asynchronous
344 VFS modules:
345 o New vfs_scannedonly module has been added.
348 General changes:
349 ================
351 Support for full Windows timestamp resolution has been added. This effectively
352 makes us use Windows' full 100ns timestamp resolution if supported by the
353 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
355 The Using Samba HTML book has been removed from the Samba tarball.
356 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
358 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
359 credentials cached by Winbind at logon time. This is very useful e.g. when
360 connecting to a Samba server using Nautilus without re-entering username and
361 password. This feature is enabled by default and can be disabled per application
362 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
364 The default value of "wide links" has been changed to "no" to avoid an insecure
365 default configuration ("wide links = yes" and "unix extensions = yes"). For
366 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
369 Protocol changes
370 ================
372 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
373 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
374 SMB protocol used by Windows Vista and higher.
376 Printing Changes
377 ================
379 A new parameter "cups encrypt" has been added to control whether connections to
380 CUPS servers will be encrypted or not. The default is to use unencrypted
381 connections.
383 Winbind changes
384 ===============
386 The Winbind daemon has been refactored internally to be asynchronous. The new
387 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
389 VFS modules
390 ===========
392 A new VFS module "scannedonly" has been added. This is a filter that
393 talks to an antivirus-engine and stores whether a file is clean or not.
394 Users do only see clean files on their filesystem.
397 ######################################################################
398 Changes
399 #######
401 smb.conf changes
402 ----------------
404    Parameter Name                      Description     Default
405    --------------                      -----------     -------
407    create krb5 conf                    New             yes
408    ctdb timeout                        New             0
409    cups encrypt                        New             no
410    debug hires timestamp               Changed Default yes
411    ldap deref                          New             auto
412    ldap follow referral                New             auto
413    nmbd bind explicit broadcast        New             no
414    wide links                          Changed Default no
417 New configure options
418 ---------------------
420 --enable-external-libtdb        Enable external tdb
421 --enable-netapi                 Turn on netapi support
422 --enable-pthreadpool            Enable pthreads pool helper support
423 --with-cifsumount               Include umount.cifs (Linux only) support
424 --with-codepagedir=DIR          Where to put codepages
427 Commit Highlights
428 =================
430 o   Björn Jacke <bj@sernet.de>
431     * Add support for full Windows timestamp resolution.
432     * Add encryption support for connections to a CUPS server.
435 o   Volker Lendecke <vl@samba.org>
436     * Major internal refactoring of the Winbind daemon.
437     * Make Winbind asynchronous.
438     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
439       by Winbind.
442 o   Stefan Metzmacher <metze@samba.org>
443     * Implement the new SMB2 protocol (experimental).
446 Changes since 3.5.0rc3
447 ----------------------
450 o   Günther Deschner <gd@samba.org>
451     * BUG 7181: Fix 'net ads dns' usage calls.
452     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
455 o   Volker Lendecke <vl@samba.org>
456     * BUG 7145: Fix duplicate sam and unix accounts.
457     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
460 o   Stefan Metzmacher <metze@samba.org>
461     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
464 Changes since 3.5.0rc2
465 ----------------------
468 o   Jeremy Allison <jra@samba.org>
469     * BUG 6557: Fix vfs_full_audit.
470     * BUG 6876: Fix duplicate initializer in the rmdir module.
471     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
472     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
473       Linux asynchronous IO (aio).
474     * BUG 7069: Fix 'smbget' error status.
475     * BUG 7072: Fix unlocking of accounts from ldap.
476     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
477     * BUG 7081: Fix vfs_expand_msdfs.
478     * BUG 7084: Fix storing of create time on directories in an EA in new
479       create time code.
480     * BUG 7104: "wide links" and "unix extensions" are incompatible.
481     * BUG 7118: Fix nmbd problems with socket address.
482     * BUG 7122: Fix reading of large browselist.
483     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
484     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
485       value(s) error when "mangling method = hash"..
488 o   Steven Danneman <steven.danneman@isilon.com>
489     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
492 o   Günther Deschner <gd@samba.org>
493     * BUG 6888: Fix printing with 64 bit clients.
494     * BUG 7130: Fix listing of printjobs in  Windows 7.
495     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
498 o   Björn Jacke <bj@sernet.de>
499     * BUG 7103: Fix build issue on Tru64.
500     * BUG 7116: Change ldap filter to what really was intended.
501     * Fix some wrong newlines in de translation strings.
504 o   Jeff Layton <jlayton@redhat.com>
505     * BUG 6868: Fix crash bug in 'cifs.upcall'.
508 o   Volker Lendecke <vl@samba.org>
509     * BUG 7085: Fix an early release of the global lock that can cause data
510       corruption in libtdb.
511     * BUG 7139: Owner of file not available with Kerberos.
514 o   Stefan Metzmacher <metze@samba.org>
515     * BUG 6888: Fix printing with 64 bit clients.
516     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
517     * BUG 7116: Add pdb_ldap performance fixes.
518     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
519     * BUG 7119: Support large browselist.
520     * BUG 7140: Fix IPv4/IPv6 problems.
523 o   Lars Müller <lars@samba.org>
524     * BUG 7071: Fix build of 'smbfilter'.
525     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
526     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
529 o   Olivier Sessink <olivier@virtscano.fakenet>
530     * BUG 7076: Fix build of vfs_scannedonly on AIX.
533 o   Bo Yang <boyang@samba.org>
534     * BUG 7106: Fix malformed require_membership_of_sid.
538 Changes since 3.5.0rc1
539 ----------------------
542 o   Michael Adam <obnox@samba.org>
543     * BUG 4347: Check password history before increasing "badPasswordCount".
546 o   Jeremy Allison <jra@samba.org>
547     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
548     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
549       rights fails even if the delete right is set on the object in
550       vfs_acl_xattr and vfs_acl_tdb.
551     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
552     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
553     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
556 o   Giovanni Bajo <rasky@develer.com>
557     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
558       with Windows.
561 o   Kai Blin <kai@samba.org>
562     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
565 o   Günther Deschner <gd@samba.org>
566     * BUG 7043: Fix crash bug in libsmbclient.
569 o   André Hentschel <nerv@dawncrow.de>
570     * BUG 7039: Complete German translation of 'net'.
573 o   Björn Jacke <bj@sernet.de>
574     * BUG 7039: Improve some German translations in 'net'.
577 o   William Jojo <w.jojo@hvcc.edu>
578     * BUG 7052: Fix DFS on AIX.
581 o   Volker Lendecke <vl@samba.org>
582     * BUG 6981: Fix large paged search with DirX LDAP servers.
583     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
584     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
585     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
586     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
587       credentials cached by Winbind.
588     * Lock down some srvsvc calls according to what w2k3 seems to do.
591 o   Stefan Metzmacher <metze@samba.org>
592     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
593       pdb_ldap.
596 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
597     * BUG 7034: Fix segfault in vfs_cap.
600 o   Olivier Sessink <oliviersessink@gmail.com>
601     * BUG 7028: Add new scannedonly VFS module.
604 Changes since 3.5.0pre2
605 -----------------------
607 o   Jeremy Allison <jra@samba.org>
608     * BUG 6837: Fix "Too many open files" when trying to access large number of
609       files with Windows 7.
610     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
611     * BUG 7020: Fix smbd using 2G memory.
612     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
613       attributes by protocol level.
614     * Vector correctly through reply_openerror() (which uses the same logic).
615     * Fix bugs with the full Windows ACL support.
618 o   Kai Blin <kai@samba.org>
619     * Add a few missing gettext calls to the 'net' command.
620     * Fix up a share type translation and translate some more strings in 'net'.
623 o   Günther Deschner <gd@samba.org>
624     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
625     * Add spoolss_DriverInfo7.
626     * Fix rpcclient after setprinter IDL fixes.
627     * Use generated krb5.conf in 'net ads testjoin'.
630 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
631     * BUG 6992: make test for getgrouplist cacheable.
634 o   André Hentschel <nerv@dawncrow.de>
635     * Add some German translations for the 'net' command.
638 o   Suresh Jayaraman <sjayaraman@suse.de>
639     * Update mount.cifs man page with nounix option.
642 o   Volker Lendecke <vl@samba.org>
643     * Fix _samr_GetAliasMembership for results with 0 rids.
644     * Fix an error case in cli_negprot.
645     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
646     * Restore correct timeouts for SMB requests.
647     * Fix a 64-bit error in libsmb.
648     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
649     * Simplify/cleanup Winbind code.
652 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
653     * Fix write behind memory block in libtalloc.
654     * Fix result check for getaddrinfo().
657 o   Jim McDonough <jmcd@samba.org>
658     * BUG 7014: Fix Winbind crash when retrieving empty group members.
661 o   Brian Lu <brian.lu@sun.com>
662     * BUG 6991: Create symbol links to shared libraries.
665 o   Stefan Metzmacher <metze@samba.org>
666     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
667       to tsocket.
668     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
669     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
670     * Fix standalone 'make installdocs'.
673 o   Peter Rosin <peda@lysator.liu.se>
674     * Output %p as unsigned in snprintf replacement.
677 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
678     * New attempt at TDB transaction nesting allow/disallow.
681 o   Kirill Smelkov <kirr@mns.spb.ru>
682     * Remove swig stuff from libtdb.
683     * Reset tdb->fd to -1 in tdb_close() in libtdb.
686 o   Simo Sorce <idra@samba.org>
687     * Change the way mksysms work in libtalloc.
690 o   Jelmer Vernooij <jelmer@samba.org>
691     * Also build and install tdb manpages from standalone tdb.
694 o   Bo Yang <boyang@samba.org>
695     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
696     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
697       query.
698     * List trusted domains from wcache when domain is offline.
701 Changes since 3.5.0pre1
702 -----------------------
704 o   Michael Adam <obnox@samba.org>
705     * Fix the build when no external talloc and tdb are installed.
706     * Fix detection of CTDB headers on systems without system-libtalloc.
709 o   Jeremy Allison <jra@samba.org>
710     * BUG 6802: A created folder does not properly inherit permissions from
711       parent in vfs_acl_xattr.
712     * BUG 6837: "Too many open files" when trying to access large number of
713       files from Windows 7.
714     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
715       module.
716     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
717     * Restructure the ACL code.
718     * Refactor reply_rmdir to use handle based code.
721 o   Dan Cox <dan@wep.net>
722     * BUG 2350: Add LDAP Alias Dereferencing support.
725 o   Günther Deschner <gd@samba.org>
726     * BUG 6929: Fix build with recent heimdal.
727     * Fix several printing issues.
728     * Fix the build on Mac OS X 10.6.2.
729     * Fix net and rpcclient after setprinterdataex changes.
730     * Add full support for level 8 printer drivers.
731     * Add more spoolss architectures to IDL.
732     * Fix enumprinter key client and server.
733     * Fix crash in EnumPrinterDataEx.
736 o   Björn Jacke <bj@sernet.de>
737     * Prefer posix_fallocate for doing "strict allocate".
740 o   Matt Kraai <mkraai@beckman.com>
741     * BUG 6860: Fix shared library build on QNX.
744 o   Volker Lendecke <vl@samba.org>
745     * BUG 6288: SWAT adds a second share when changing parameters of an existing
746       share.
747     * BUG 6435: Fix minor memory corruption.
748     * Restore "fake directory create times" as a share parameter.
749     * Fix explicit stat64 support.
750     * Add support for NetWkstaGetInfo 101 and 102.
751     * Add rpcclient wkssvc_enumerateusers.
752     * De-deprecate "write cache size" to prevent its removal without a proper
753       alternative.
754     * Allow more than 1000 users in BUILTIN\Users.
757 o   Jim McDonough <jmcd@samba.org>
758     * BUG 6967: Prevent glibc error on 'net ads join'.
761 o   Lars Müller <lars@samba.org>
762     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
763       set while configure.
766 o   Ian Puleston <ipuleston@sonicwall.com>
767     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
770 o   Karolin Seeger <kseeger@samba.org>
771     * Fix the build of the example VFS modules.
774 o   Bo Yang <boyang@samba.org>
775     * BUG 6879: Fix crash in Winbind.
776     * Fix crash in free_file_list().
777     * Give the user a chance to change password when password will expire soon.
780 ######################################################################
781 Reporting bugs & Development Discussion
782 #######################################
784 Please discuss this release on the samba-technical mailing list or by
785 joining the #samba-technical IRC channel on irc.freenode.net.
787 If you do report problems then please try to send high quality
788 feedback. If you don't provide vital information to help us track down
789 the problem then you will probably be ignored.  All bug reports should
790 be filed under the Samba 3.5 product in the project's Bugzilla
791 database (https://bugzilla.samba.org/).
794 ======================================================================
795 == Our Code, Our Bugs, Our Responsibility.
796 == The Samba Team
797 ======================================================================