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