WHATSNEW: Add changes since 3.5.9.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.5.10
3                            July 12, 2011
4                    ==============================
5
6
7 This is the latest stable release of Samba 3.5.
8
9 Major enhancements in Samba 3.5.10 include:
10
11 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
12    (bug #7460).
13 o  Fix DoS in Winbind and smbd with many file descriptors open (bug #7949).
14 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
15
16
17 Changes since 3.5.9:
18 --------------------
19
20 o   Jeremy Allison <jra@samba.org>
21     * BUG 8254: Make "acl check permissions = no" working in all cases.
22
23
24 o   Gregor Beck <gbeck@sernet.de>
25     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
26
27
28 o   David Disseldorp <ddiss@suse.de>
29     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
30       messages in smbd.
31
32
33 o   Björn Jacke <bj@sernet.de>
34     * BUG 7460: Include sys/file.h only when available.
35
36
37 o   Volker Lendecke <vl@samba.org>
38     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
39     * BUG 8238: Fix access to Samba shares when Windows security patch
40       KB2536276 is installed.
41
42
43 o   Stefan Metzmacher <metze@samba.org>
44     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
45     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
46
47
48 ######################################################################
49 Reporting bugs & Development Discussion
50 #######################################
51
52 Please discuss this release on the samba-technical mailing list or by
53 joining the #samba-technical IRC channel on irc.freenode.net.
54
55 If you do report problems then please try to send high quality
56 feedback. If you don't provide vital information to help us track down
57 the problem then you will probably be ignored.  All bug reports should
58 be filed under the Samba 3.5 product in the project's Bugzilla
59 database (https://bugzilla.samba.org/).
60
61
62 ======================================================================
63 == Our Code, Our Bugs, Our Responsibility.
64 == The Samba Team
65 ======================================================================
66
67
68 Release notes for older releases follow:
69 ----------------------------------------
70
71                    =============================
72                    Release Notes for Samba 3.5.9
73                            June 14, 2011
74                    =============================
75
76
77 This is the latest stable release of Samba 3.5.
78
79 Major enhancements in Samba 3.5.9 include:
80
81 o  Sgid bit lost on folder rename (bug #7996).
82 o  ACL can get lost when files are being renamed (bug #7987).
83 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
84 o  Samba now follows Windows behaviour as a Kerberos client,
85    requesting a CIFS/ ticket (bug #7893).
86
87 New Kerberos behaviour
88 ----------------------
89
90 A new parameter 'client use spnego principal' defaults to 'no' and
91 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
92 more like Windows when using Kerberos against a CIFS server in
93 smbclient, winbind and other Samba client tools.  This will change
94 which servers we will successfully negotiate kerberos connections to.
95 This is due to Samba no longer trusting a server-provided hint which
96 is not available from Windows 2008 or later.  For correct operation
97 with all clients, all aliases for a server should be recorded as a as
98 a servicePrincipalName on the server's record in AD.
99
100 Changes since 3.5.8:
101 --------------------
102
103 o   Jeremy Allison <jra@samba.org>
104     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
105       blob size is greater than 16 kB.
106     * BUG 7080: Quota only shown when logged as root.
107     * BUG 7528: Fix Solaris with NIS autohome.
108     * BUG 7987: ACL can get lost when files are being renamed.
109     * BUG 7996: sgid bit lost on folder rename.
110     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
111       workgroup is configured.
112     * BUG 8072: Fix panic in create_file_acl_common.
113     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
114       setups.
115     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
116       vfs_acl_xattr or vfs_acl_tdb module.
117     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
118       blobs are null.
119     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
120     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
121     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
122     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
123       permissions = yes".
124
125
126 o   Christian Ambach <ambi@samba.org>
127     * BUG 8008: Fix a segfault in the krb5 locator plugin.
128     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
129       getgrouplist() is not defined.
130     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
131       global setting to a per share setting.
132
133
134 o   Andrew Bartlett <abartlet@samba.org>
135     * BUG 7893: Don't ever ask for machine$ principals as a target.
136
137
138 o   Björn Baumbach <bb@sernet.de>
139     * BUG 8074: Fix debug message.
140
141
142 o   Dmitry Butskoy <dmitry@butskoy.name>
143     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
144
145
146 o   Marc A. Dahlhaus <mad@wol.de>
147     * BUG 8047: Fix mdns registration if "interfaces=" is used.
148
149
150 o   Günther Deschner <gd@samba.org>
151     * BUG 7993: Make sure we don't crash when publishing a single printer.
152     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
153     * BUG 8132: Fix filling printers location field when using CUPS.
154
155
156 o   David Disseldorp <ddiss@suse.de>
157     * BUG 7836: Make newly added printers visible to clients.
158     * BUG 7994: Use printcap IDL for IPC.
159
160
161 o   Björn Jacke <bj@sernet.de>
162     * BUG 7825: Fix GNU ld version detection with old gcc releases.
163     * BUG 8033: Add explicit configure option whether to enable dmapi
164       support or not.
165
166
167 o   Sergey Korsak <skif@1plus1.net>
168     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
169
170
171 o   Volker Lendecke <vl@samba.org>
172     * BUG 8009: Fix getting username in 'net rap session'.
173     * BUG 8011: Fix memory corruption in shadow_copy2.
174     * BUG 8016: Fix gpfs_get_xattr.
175     * BUG 8042: File creation on OS/X.
176     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
177     * BUG 8066: Fix wrong output in 'smbget'.
178     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
179
180
181 o   Nikolay Martynov <mar.kolya@gmail.com>
182     * BUG 8010: Fix inode generation so nautilus can count total dir size
183       correctly.
184
185
186 o   Jim McDonough <jmcd@samba.org>
187     * BUG 6364: Pull realm from supplied username on libnet join.
188     * BUG 8166: Don't lockout users when offline.
189
190
191 o   Stefan Metzmacher <metze@samba.org>
192     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
193     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
194
195
196 o   Larry Reid <lcreid@jadesystems.ca>
197     * BUG 8055: Can't see Parts of DFS CIFS share.
198
199
200 o   Simo Sorce <idra@samba.org>
201     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
202
203
204 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
205     * BUG 6762: Fix ctdb on gpfs error with MS Office.
206
207
208
209 ######################################################################
210 Reporting bugs & Development Discussion
211 #######################################
212
213 Please discuss this release on the samba-technical mailing list or by
214 joining the #samba-technical IRC channel on irc.freenode.net.
215
216 If you do report problems then please try to send high quality
217 feedback. If you don't provide vital information to help us track down
218 the problem then you will probably be ignored.  All bug reports should
219 be filed under the Samba 3.5 product in the project's Bugzilla
220 database (https://bugzilla.samba.org/).
221
222
223 ======================================================================
224 == Our Code, Our Bugs, Our Responsibility.
225 == The Samba Team
226 ======================================================================
227
228
229 ----------------------------------------------------------------------
230
231
232                    =============================
233                    Release Notes for Samba 3.5.8
234                            March 7, 2011
235                    =============================
236
237
238 This is the latest stable release of Samba 3.5.
239
240 Major enhancements in Samba 3.5.8 include:
241
242 o  Fix Winbind crash bug when no DC is available (bug #7730).
243 o  Fix finding users on domain members (bug #7743).
244 o  Fix memory leaks in Winbind (bug #7879).
245 o  Fix printing with Windows 7 clients (bug #7567).
246
247
248 Changes since 3.5.7:
249 --------------------
250
251
252 o   Michael Adam <obnox@samba.org>
253     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
254     * BUG 7871: Fix 'net ads dns register' in cluster setups.
255     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
256
257
258 o   Jeremy Allison <jra@samba.org>
259     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
260       messages.
261     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
262       acl_tdb modules.
263     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
264       attributes on create.
265     * BUG 7734: Apply appropriate create masks when creating files with "inherit
266       ACLs" set to true.
267     * BUG 7743: Fix finding users on domain members.
268     * BUG 7744: Fix "dfree cache time" parameter.
269     * BUG 7777: Fix requesting lookups for BUILTIN sids.
270     * BUG 7785: Fix atime limit.
271     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
272       signing.
273     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
274     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
275       allocate is on.
276     * BUG 7843: Expand the local SAMs aliases.
277     * BUG 7892: Fix stale lock in open_file_fchmod().
278     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
279
280
281 o   Andrew Bartlett <abartlet@samba.org>
282     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
283
284
285 o   Björn Baumbach <bb@sernet.de>
286     * BUG 7875: Fix 'nmbd --port'.
287     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
288
289
290 o   Günther Deschner <gd@samba.org>
291     * BUG 7567: Fix printing with Windows 7 clients.
292     * BUG 7641: Handle Windows 9x adddriver calls without config file.
293     * BUG 7945: Let Winbind try to use samlogon validation level 6.
294
295
296 o   Holger Hetterich <hhetter@novell.com>
297     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
298       name.
299
300
301 o   Björn Jacke <bj@sernet.de>
302     * BUG 7821: Fix build of shared libraries on Tru64.
303
304
305 o   Volker Lendecke <vl@samba.org>
306     * BUG 7066: Fix "Your Password expires today" message for users of trusted
307       domains.
308     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
309     * BUG 7656: Fix scalability problem with hundreds of printers.
310     * BUG 7665: Fix memory leak in the netapi routines.
311     * BUG 7730: Fix Winbind crash bug when no DC is available.
312     * BUG 7774: Fix a getgrent crash with many groups.
313     * BUG 7779: Fix smbd crash caused by expand_msdfs.
314     * BUG 7800: Make Winbind recover from a signing error.
315     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
316     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
317     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
318     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
319       support.
320     * BUG 7879: Fix memory leaks in Winbind.
321     * BUG 7881: Fix flaky Winbind against Windows 2008.
322     * BUG 7917: Fix connections from WinCE.
323     * BUG 7940: Fix opening MS Powerpoint files.
324
325
326 o   Stefan Metzmacher <metze@samba.org>
327     * BUG 7567: Fix printing with Windows 7 clients.
328     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
329       support.
330     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
331       SMB servers.
332     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
333       account name.
334     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
335     * BUG 7942: Fix endless loops caused by inotify.
336     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
337
338
339 o   Jonathan Nieder <jrnieder@gmail.com>
340     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
341       scary.
342
343
344 o   olivier <olivier@virtscano.fakenet>
345     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
346
347
348 o   Rusty Russell <rusty@rustcorp.com.au>
349     * BUG 7498: Fix updating the time on close in vfs_gpfs.
350
351
352 ######################################################################
353 Reporting bugs & Development Discussion
354 #######################################
355
356 Please discuss this release on the samba-technical mailing list or by
357 joining the #samba-technical IRC channel on irc.freenode.net.
358
359 If you do report problems then please try to send high quality
360 feedback. If you don't provide vital information to help us track down
361 the problem then you will probably be ignored.  All bug reports should
362 be filed under the Samba 3.5 product in the project's Bugzilla
363 database (https://bugzilla.samba.org/).
364
365
366 ======================================================================
367 == Our Code, Our Bugs, Our Responsibility.
368 == The Samba Team
369 ======================================================================
370
371
372 ----------------------------------------------------------------------
373
374
375                    =============================
376                    Release Notes for Samba 3.5.7
377                           February 28, 2011
378                    =============================
379
380
381 This is a security release in order to address CVE-2011-0719.
382
383
384 o  CVE-2011-0719:
385    All current released versions of Samba are vulnerable to
386    a denial of service caused by memory corruption. Range
387    checks on file descriptors being used in the FD_SET macro
388    were not present allowing stack corruption. This can cause
389    the Samba code to crash or to loop attempting to select
390    on a bad file descriptor set.
391
392
393 Changes since 3.5.6:
394 --------------------
395
396
397 o   Jeremy Allison <jra@samba.org>
398     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
399
400
401 ######################################################################
402 Reporting bugs & Development Discussion
403 #######################################
404
405 Please discuss this release on the samba-technical mailing list or by
406 joining the #samba-technical IRC channel on irc.freenode.net.
407
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/).
413
414
415 ======================================================================
416 == Our Code, Our Bugs, Our Responsibility.
417 == The Samba Team
418 ======================================================================
419
420
421 ----------------------------------------------------------------------
422
423
424                    =============================
425                    Release Notes for Samba 3.5.6
426                           October 8, 2010
427                    =============================
428
429
430 This is the latest stable release of Samba 3.5.
431
432 Major enhancements in Samba 3.5.6 include:
433
434   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
435   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
436   o Fix crash bug with invalid SPNEGO token (bug #7694).
437   o Fix Winbind internal error (bug #7636).
438
439
440 Changes since 3.5.5
441 -------------------
442
443
444 o   Jeremy Allison <jra@samba.org>
445     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
446       Sign-in Assistant.
447     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
448     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
449     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
450       Kerberos.
451     * BUG 7589: Fix using cached credentials in ntlm_auth.
452     * BUG 7590: Fix Winbind offline login.
453     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
454       performance counter code.
455     * BUG 7636: Fix Winbind internal error.
456     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
457       directory".
458     * BUG 7693: Fix smbd changing mode of files on rename.
459     * BUG 7694: Fix crash bug with invalid SPNEGO token.
460     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
461
462
463 o   Günther Deschner <gd@samba.org>
464     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
465     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
466     * BUG 7658: Fix "dereferencing type-punned pointer will break
467       strict-aliasing rules" warnings).
468     * BUG 7665: Fix memory leak in netapi connection manager.
469
470
471 o   Björn Jacke <bj@sernet.de>
472     * BUG 7244: Fall back to cups-config for underlinked libs.
473     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
474       struct members.
475
476
477 o   Volker Lendecke <vl@samba.org>
478     * BUG 7336: Enable idmap_passdb module build as shared.
479     * BUG 7531: Fix the charset_pull routine.
480     * BUG 7635: Fix 'smbclient -M'.
481     * BUG 7656: Fix scalability problem with hundreds of printers.
482     * BUG 7684: Fix fd leak in libwbclient.so.
483     * BUG 7688: Fix crash bug in rpcclient.
484     * BUG 7470: Standardize S_IREAD and S_IWRITE.
485     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
486
487
488 o   Jim McDonough <jmcd@samba.org>
489     * BUG 7280: Fix auto printers with registry config.
490
491
492 o   Andreas Schneider <asn@samba.org>
493     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
494
495
496 o   Chere Zhou <chere.zhou@isilon.com>
497     * BUG 7662: Align change notify replies on 4-byte boundary.
498
499
500 ######################################################################
501 Reporting bugs & Development Discussion
502 #######################################
503
504 Please discuss this release on the samba-technical mailing list or by
505 joining the #samba-technical IRC channel on irc.freenode.net.
506
507 If you do report problems then please try to send high quality
508 feedback. If you don't provide vital information to help us track down
509 the problem then you will probably be ignored.  All bug reports should
510 be filed under the Samba 3.5 product in the project's Bugzilla
511 database (https://bugzilla.samba.org/).
512
513
514 ======================================================================
515 == Our Code, Our Bugs, Our Responsibility.
516 == The Samba Team
517 ======================================================================
518
519
520 ----------------------------------------------------------------------
521
522
523                    =============================
524                    Release Notes for Samba 3.5.5
525                          September 14, 2010
526                    =============================
527
528
529 This is a security release in order to address CVE-2010-3069.
530
531
532 o  CVE-2010-3069:
533    All current released versions of Samba are vulnerable to
534    a buffer overrun vulnerability. The sid_parse() function
535    (and related dom_sid_parse() function in the source4 code)
536    do not correctly check their input lengths when reading a
537    binary representation of a Windows SID (Security ID). This
538    allows a malicious client to send a sid that can overflow
539    the stack variable that is being used to store the SID in the
540    Samba smbd server.
541
542
543 Changes since 3.5.4
544 --------------------
545
546
547 o   Jeremy Allison <jra@samba.org>
548     * BUG 7669: Fix for CVE-2010-3069.
549
550
551 o   Andrew Bartlett <abartlet@samba.org>
552     * BUG 7669: Fix for CVE-2010-3069.
553
554
555 ######################################################################
556 Reporting bugs & Development Discussion
557 #######################################
558
559 Please discuss this release on the samba-technical mailing list or by
560 joining the #samba-technical IRC channel on irc.freenode.net.
561
562 If you do report problems then please try to send high quality
563 feedback. If you don't provide vital information to help us track down
564 the problem then you will probably be ignored.  All bug reports should
565 be filed under the Samba 3.5 product in the project's Bugzilla
566 database (https://bugzilla.samba.org/).
567
568
569 ======================================================================
570 == Our Code, Our Bugs, Our Responsibility.
571 == The Samba Team
572 ======================================================================
573
574
575 ----------------------------------------------------------------------
576
577
578                    =============================
579                    Release Notes for Samba 3.5.4
580                            June 23, 2010
581                    =============================
582
583
584 This is the latest stable release of Samba 3.5.
585
586 Major enhancements in Samba 3.5.4 include:
587
588   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
589     from ldap (bug #7448).
590   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
591
592
593 Changes since 3.5.3
594 -------------------
595
596
597 o   Michael Adam <obnox@samba.org>
598     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
599
600
601 o   Jeremy Allison <jra@samba.org>
602     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
603     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
604     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
605
606
607 o   Günther Deschner <gd@samba.org>
608     * BUG 7341: Fix Winbind over IPv6.
609     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
610     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
611     * BUG 7517: Fix session setup from linux kernel cifs clients with
612       "sec=ntlmv2".
613
614
615 o   Olaf Flebbe <o.flebbe@science-computing.de>
616     * BUG 7209: Fix build on RHEL5.
617
618
619 o   Björn Jacke <bj@sernet.de>
620     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
621     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
622     * BUG 7504: Fix numerous build issues.
623
624
625 o   Volker Lendecke <vl@samba.org>
626     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
627     * BUG 7262: Fix editing users' groups via UsrMgr.
628
629
630 o   Buchan Milne <bgmilne@mandriva.org>
631     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
632
633
634 o   Matthieu Patou <mat@matws.net>
635     * BUG 7099: Allow previous password to be stored and use it to check
636       tickets.
637
638
639 o   Andreas Schneider <asn@samba.org>
640     * BUG 7423: Fix printing large formats.
641
642
643 o   Roel van Meer <rolek@bokxing.nl>
644     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
645       missing from ldap.
646
647
648 ######################################################################
649 Reporting bugs & Development Discussion
650 #######################################
651
652 Please discuss this release on the samba-technical mailing list or by
653 joining the #samba-technical IRC channel on irc.freenode.net.
654
655 If you do report problems then please try to send high quality
656 feedback. If you don't provide vital information to help us track down
657 the problem then you will probably be ignored.  All bug reports should
658 be filed under the Samba 3.5 product in the project's Bugzilla
659 database (https://bugzilla.samba.org/).
660
661
662 ======================================================================
663 == Our Code, Our Bugs, Our Responsibility.
664 == The Samba Team
665 ======================================================================
666
667
668 ----------------------------------------------------------------------
669
670
671                    =============================
672                    Release Notes for Samba 3.5.3
673                             May 19, 2010
674                    =============================
675
676
677 This is the latest stable release of Samba 3.5.
678
679 Major enhancements in Samba 3.5.3 include:
680
681   o Fix MS-DFS functionality (bug #7339).
682   o Fix a Winbind crash when scanning trusts (bug #7389).
683   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
684
685
686 Changes since 3.5.2
687 -------------------
688
689
690 o   Jeremy Allison <jra@samba.org>
691     * BUG 7288: Fix SMB job IDs in CUPS job names.
692     * BUG 7339: Fix MS-DFS functionality.
693
694
695 o   Andrew Bartlett <abartlet@samba.org>
696     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
697
698
699 o   Ira Cooper <samba@ira.wakeful.net>
700     * BUG 7384: Fix bitmap leak in dptr_Close.
701
702
703 o   Günther Deschner <gd@samba.org>
704     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
705     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
706     * BUG 7418: Fix 'net rpc printer list' command.
707
708
709 o   Olaf Flebbe <o.flebbe@science-computing.de>
710     * BUG 7421: Rename mod_name to module_name.
711
712
713 o   Björn Jacke <bj@sernet.de>
714     * BUG 7352: Make TIME_T_MAX defines consistent.
715     * BUG 7385: Fix building with Solaris' gcc.
716
717
718 o   Jeff Layton <jlayton@redhat.com>
719     * BUG 7315: Fix segfault in mount.cifs.
720
721
722 o   Volker Lendecke <vl@samba.org>
723     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
724     * BUG 7389: Fix a Winbind crash when scanning trusts.
725     * BUG 7398: Fix rename problems with full_audit VFS module.
726
727
728 o   Jim McDonough <jmcd@samba.org>
729     * BUG 7378: Display an error on 'net conf import' failures.
730
731
732 o   Stefan Metzmacher <metze@samba.org>
733     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
734       headers.
735     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
736     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
737
738
739 o   Luca Olivetti <luca@wetron.es>
740     * BUG 7263: Fix cups encryption setting.
741
742
743 ######################################################################
744 Reporting bugs & Development Discussion
745 #######################################
746
747 Please discuss this release on the samba-technical mailing list or by
748 joining the #samba-technical IRC channel on irc.freenode.net.
749
750 If you do report problems then please try to send high quality
751 feedback. If you don't provide vital information to help us track down
752 the problem then you will probably be ignored.  All bug reports should
753 be filed under the Samba 3.5 product in the project's Bugzilla
754 database (https://bugzilla.samba.org/).
755
756
757 ======================================================================
758 == Our Code, Our Bugs, Our Responsibility.
759 == The Samba Team
760 ======================================================================
761
762
763 ----------------------------------------------------------------------
764
765
766                    =============================
767                    Release Notes for Samba 3.5.2
768                            April 7, 2010
769                    =============================
770
771
772 This is the latest stable release of Samba 3.5.
773
774 Major enhancements in Samba 3.5.2 include:
775
776   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
777     (bug #7237).
778   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
779   o Fix an uninitialized variable read in smbd (bug #7254).
780   o Fix a memleak in Winbind (bug #7278).
781   o Fix Winbind reconnection to it's own domain (bug #7295).
782
783
784 Changes since 3.5.1
785 -------------------
786
787
788 o   Michael Adam <obnox@samba.org>
789     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
790       present.
791     * BUG 7232: Fix race conditions in CTDB persistent transactions.
792     * BUG 7313: Make 'net conf addshare' atomic.
793     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
794       the registry backend.
795
796
797 o   Jeremy Allison <jra@samba.org>
798     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
799     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
800     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
801     * BUG 7255: Fix "printer admin" functionality.
802     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
803     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
804     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
805
806
807 o   Kai Blin <kai@samba.org>
808     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
809
810
811 o   Günther Deschner <gd@samba.org>
812     * BUG 6727: Fix several printing issues.
813     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
814       null domain.
815     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
816     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
817       behavior.
818
819
820 o   Holger Hetterich <hhetter@novell.com>
821     * BUG 7203: Fix 'net share' command.
822
823
824 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
825     * BUG 7269: Fix job management commands for CUPS queues.
826
827
828 o   Jeff Layton <jlayton@redhat.com>
829     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
830       mountpoint with a symlink.
831
832
833 o   Volker Lendecke <vl@samba.org>
834     * BUG 5198: Fix parsing of the gecos field.
835     * BUG 7202: Fix access by multi-threaded applications.
836     * BUG 7212: Fix returning of group members with 'getent group'.
837     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
838     * BUG 7229: Fix a NULL pointer dereference in smbd.
839     * BUG 7232: Fix race conditions in CTDB persistent transactions.
840     * BUG 7254: Fix an uninitialized variable read in smbd.
841     * BUG 7278: Fix a memleak in Winbind.
842
843
844 o   Roel van Meer <rolek@alt001.com>
845     * BUG 6814: Fix valgrind warning.
846
847
848 o   Stefan Metzmacher <metze@samba.org>
849     * BUG 7170: Never mark external domains as internal in Winbind.
850     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
851     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
852     * BUG 7295: Fix Winbind reconnection to it's own domain.
853     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
854       inbound trust.
855
856
857 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
858     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
859
860
861 o   Simo Sorce <idra@samba.org>
862     * BUG 7204: Fix DN parsing name was always null.
863
864
865 o   Andrew Tridgell <tridge@samba.org>
866     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
867       for some time.
868
869
870 o   Bo Yang <boyang@samba.org>
871     * BUG 7206: Signals are processed twice in child.
872
873
874
875 ######################################################################
876 Reporting bugs & Development Discussion
877 #######################################
878
879 Please discuss this release on the samba-technical mailing list or by
880 joining the #samba-technical IRC channel on irc.freenode.net.
881
882 If you do report problems then please try to send high quality
883 feedback. If you don't provide vital information to help us track down
884 the problem then you will probably be ignored.  All bug reports should
885 be filed under the Samba 3.5 product in the project's Bugzilla
886 database (https://bugzilla.samba.org/).
887
888
889 ======================================================================
890 == Our Code, Our Bugs, Our Responsibility.
891 == The Samba Team
892 ======================================================================
893
894 ----------------------------------------------------------------------
895
896                    =============================
897                    Release Notes for Samba 3.5.1
898                             March 8, 2010
899                    =============================
900
901
902 This is a security release in order to address CVE-2010-0728.
903
904
905 o  CVE-2010-0728:
906    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
907    was added to fix a problem with Linux asynchronous IO handling.
908    This code introduced a bad security flaw on Linux platforms if the
909    binaries were built on Linux platforms with libcap support.
910    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
911    capabilities, allowing all file system access to be allowed
912    even when permissions should have denied access.
913
914
915 Changes since 3.5.0
916 -------------------
917
918
919 o   Jeremy Allison <jra@samba.org>
920     * BUG 7222: Fix for CVE-2010-0728.
921
922
923 ######################################################################
924 Reporting bugs & Development Discussion
925 #######################################
926
927 Please discuss this release on the samba-technical mailing list or by
928 joining the #samba-technical IRC channel on irc.freenode.net.
929
930 If you do report problems then please try to send high quality
931 feedback. If you don't provide vital information to help us track down
932 the problem then you will probably be ignored.  All bug reports should
933 be filed under the Samba 3.5 product in the project's Bugzilla
934 database (https://bugzilla.samba.org/).
935
936
937 ======================================================================
938 == Our Code, Our Bugs, Our Responsibility.
939 == The Samba Team
940 ======================================================================
941
942
943 ----------------------------------------------------------------------
944
945
946                    =============================
947                    Release Notes for Samba 3.5.0
948                             March 1, 2010
949                    ===============================
950
951
952 This is the first stable release of Samba 3.5.
953
954
955 Major enhancements in Samba 3.5.0 include:
956
957 General changes:
958 o Add support for full Windows timestamp resolution
959 o The Using Samba HTML book has been removed.
960 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
961 o The default value of "wide links" has been changed to "no".
962
963 Protocol changes:
964 o Experimental implementation of SMB2
965
966 Printing Changes:
967 o Add encryption support for connections to a CUPS server
968
969 Winbind changes:
970 o Major refactoring
971 o Asynchronous
972
973 VFS modules:
974 o New vfs_scannedonly module has been added.
975
976
977 General changes:
978 ================
979
980 Support for full Windows timestamp resolution has been added. This effectively
981 makes us use Windows' full 100ns timestamp resolution if supported by the
982 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
983
984 The Using Samba HTML book has been removed from the Samba tarball.
985 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
986
987 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
988 credentials cached by Winbind at logon time. This is very useful e.g. when
989 connecting to a Samba server using Nautilus without re-entering username and
990 password. This feature is enabled by default and can be disabled per application
991 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
992
993 The default value of "wide links" has been changed to "no" to avoid an insecure
994 default configuration ("wide links = yes" and "unix extensions = yes"). For
995 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
996
997
998 Protocol changes
999 ================
1000
1001 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1002 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1003 SMB protocol used by Windows Vista and higher.
1004
1005 Printing Changes
1006 ================
1007
1008 A new parameter "cups encrypt" has been added to control whether connections to
1009 CUPS servers will be encrypted or not. The default is to use unencrypted
1010 connections.
1011
1012 Winbind changes
1013 ===============
1014
1015 The Winbind daemon has been refactored internally to be asynchronous. The new
1016 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1017
1018 VFS modules
1019 ===========
1020
1021 A new VFS module "scannedonly" has been added. This is a filter that
1022 talks to an antivirus-engine and stores whether a file is clean or not.
1023 Users do only see clean files on their filesystem.
1024
1025
1026 ######################################################################
1027 Changes
1028 #######
1029
1030 smb.conf changes
1031 ----------------
1032
1033    Parameter Name                      Description     Default
1034    --------------                      -----------     -------
1035
1036    create krb5 conf                    New             yes
1037    ctdb timeout                        New             0
1038    cups encrypt                        New             no
1039    debug hires timestamp               Changed Default yes
1040    ldap deref                          New             auto
1041    ldap follow referral                New             auto
1042    nmbd bind explicit broadcast        New             no
1043    wide links                          Changed Default no
1044
1045
1046 New configure options
1047 ---------------------
1048
1049 --enable-external-libtdb        Enable external tdb
1050 --enable-netapi                 Turn on netapi support
1051 --enable-pthreadpool            Enable pthreads pool helper support
1052 --with-cifsumount               Include umount.cifs (Linux only) support
1053 --with-codepagedir=DIR          Where to put codepages
1054
1055
1056 Commit Highlights
1057 =================
1058
1059 o   Björn Jacke <bj@sernet.de>
1060     * Add support for full Windows timestamp resolution.
1061     * Add encryption support for connections to a CUPS server.
1062
1063
1064 o   Volker Lendecke <vl@samba.org>
1065     * Major internal refactoring of the Winbind daemon.
1066     * Make Winbind asynchronous.
1067     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1068       by Winbind.
1069
1070
1071 o   Stefan Metzmacher <metze@samba.org>
1072     * Implement the new SMB2 protocol (experimental).
1073
1074
1075 Changes since 3.5.0rc3
1076 ----------------------
1077
1078
1079 o   Günther Deschner <gd@samba.org>
1080     * BUG 7181: Fix 'net ads dns' usage calls.
1081     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1082
1083
1084 o   Volker Lendecke <vl@samba.org>
1085     * BUG 7145: Fix duplicate sam and unix accounts.
1086     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1087
1088
1089 o   Stefan Metzmacher <metze@samba.org>
1090     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1091
1092
1093 Changes since 3.5.0rc2
1094 ----------------------
1095
1096
1097 o   Jeremy Allison <jra@samba.org>
1098     * BUG 6557: Fix vfs_full_audit.
1099     * BUG 6876: Fix duplicate initializer in the rmdir module.
1100     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1101     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1102       Linux asynchronous IO (aio).
1103     * BUG 7069: Fix 'smbget' error status.
1104     * BUG 7072: Fix unlocking of accounts from ldap.
1105     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1106     * BUG 7081: Fix vfs_expand_msdfs.
1107     * BUG 7084: Fix storing of create time on directories in an EA in new
1108       create time code.
1109     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1110     * BUG 7118: Fix nmbd problems with socket address.
1111     * BUG 7122: Fix reading of large browselist.
1112     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1113     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1114       value(s) error when "mangling method = hash"..
1115
1116
1117 o   Steven Danneman <steven.danneman@isilon.com>
1118     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1119
1120
1121 o   Günther Deschner <gd@samba.org>
1122     * BUG 6888: Fix printing with 64 bit clients.
1123     * BUG 7130: Fix listing of printjobs in  Windows 7.
1124     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1125
1126
1127 o   Björn Jacke <bj@sernet.de>
1128     * BUG 7103: Fix build issue on Tru64.
1129     * BUG 7116: Change ldap filter to what really was intended.
1130     * Fix some wrong newlines in de translation strings.
1131
1132
1133 o   Jeff Layton <jlayton@redhat.com>
1134     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1135
1136
1137 o   Volker Lendecke <vl@samba.org>
1138     * BUG 7085: Fix an early release of the global lock that can cause data
1139       corruption in libtdb.
1140     * BUG 7139: Owner of file not available with Kerberos.
1141
1142
1143 o   Stefan Metzmacher <metze@samba.org>
1144     * BUG 6888: Fix printing with 64 bit clients.
1145     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1146     * BUG 7116: Add pdb_ldap performance fixes.
1147     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1148     * BUG 7119: Support large browselist.
1149     * BUG 7140: Fix IPv4/IPv6 problems.
1150
1151
1152 o   Lars Müller <lars@samba.org>
1153     * BUG 7071: Fix build of 'smbfilter'.
1154     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1155     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1156
1157
1158 o   Olivier Sessink <olivier@virtscano.fakenet>
1159     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1160
1161
1162 o   Bo Yang <boyang@samba.org>
1163     * BUG 7106: Fix malformed require_membership_of_sid.
1164
1165
1166
1167 Changes since 3.5.0rc1
1168 ----------------------
1169
1170
1171 o   Michael Adam <obnox@samba.org>
1172     * BUG 4347: Check password history before increasing "badPasswordCount".
1173
1174
1175 o   Jeremy Allison <jra@samba.org>
1176     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1177     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1178       rights fails even if the delete right is set on the object in
1179       vfs_acl_xattr and vfs_acl_tdb.
1180     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1181     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1182     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1183
1184
1185 o   Giovanni Bajo <rasky@develer.com>
1186     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1187       with Windows.
1188
1189
1190 o   Kai Blin <kai@samba.org>
1191     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1192
1193
1194 o   Günther Deschner <gd@samba.org>
1195     * BUG 7043: Fix crash bug in libsmbclient.
1196
1197
1198 o   André Hentschel <nerv@dawncrow.de>
1199     * BUG 7039: Complete German translation of 'net'.
1200
1201
1202 o   Björn Jacke <bj@sernet.de>
1203     * BUG 7039: Improve some German translations in 'net'.
1204
1205
1206 o   William Jojo <w.jojo@hvcc.edu>
1207     * BUG 7052: Fix DFS on AIX.
1208
1209
1210 o   Volker Lendecke <vl@samba.org>
1211     * BUG 6981: Fix large paged search with DirX LDAP servers.
1212     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1213     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1214     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1215     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1216       credentials cached by Winbind.
1217     * Lock down some srvsvc calls according to what w2k3 seems to do.
1218
1219
1220 o   Stefan Metzmacher <metze@samba.org>
1221     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1222       pdb_ldap.
1223
1224
1225 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1226     * BUG 7034: Fix segfault in vfs_cap.
1227
1228
1229 o   Olivier Sessink <oliviersessink@gmail.com>
1230     * BUG 7028: Add new scannedonly VFS module.
1231
1232
1233 Changes since 3.5.0pre2
1234 -----------------------
1235
1236 o   Jeremy Allison <jra@samba.org>
1237     * BUG 6837: Fix "Too many open files" when trying to access large number of
1238       files with Windows 7.
1239     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1240     * BUG 7020: Fix smbd using 2G memory.
1241     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1242       attributes by protocol level.
1243     * Vector correctly through reply_openerror() (which uses the same logic).
1244     * Fix bugs with the full Windows ACL support.
1245
1246
1247 o   Kai Blin <kai@samba.org>
1248     * Add a few missing gettext calls to the 'net' command.
1249     * Fix up a share type translation and translate some more strings in 'net'.
1250
1251
1252 o   Günther Deschner <gd@samba.org>
1253     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1254     * Add spoolss_DriverInfo7.
1255     * Fix rpcclient after setprinter IDL fixes.
1256     * Use generated krb5.conf in 'net ads testjoin'.
1257
1258
1259 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1260     * BUG 6992: make test for getgrouplist cacheable.
1261
1262
1263 o   André Hentschel <nerv@dawncrow.de>
1264     * Add some German translations for the 'net' command.
1265
1266
1267 o   Suresh Jayaraman <sjayaraman@suse.de>
1268     * Update mount.cifs man page with nounix option.
1269
1270
1271 o   Volker Lendecke <vl@samba.org>
1272     * Fix _samr_GetAliasMembership for results with 0 rids.
1273     * Fix an error case in cli_negprot.
1274     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1275     * Restore correct timeouts for SMB requests.
1276     * Fix a 64-bit error in libsmb.
1277     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1278     * Simplify/cleanup Winbind code.
1279
1280
1281 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1282     * Fix write behind memory block in libtalloc.
1283     * Fix result check for getaddrinfo().
1284
1285
1286 o   Jim McDonough <jmcd@samba.org>
1287     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1288
1289
1290 o   Brian Lu <brian.lu@sun.com>
1291     * BUG 6991: Create symbol links to shared libraries.
1292
1293
1294 o   Stefan Metzmacher <metze@samba.org>
1295     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1296       to tsocket.
1297     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1298     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1299     * Fix standalone 'make installdocs'.
1300
1301
1302 o   Peter Rosin <peda@lysator.liu.se>
1303     * Output %p as unsigned in snprintf replacement.
1304
1305
1306 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1307     * New attempt at TDB transaction nesting allow/disallow.
1308
1309
1310 o   Kirill Smelkov <kirr@mns.spb.ru>
1311     * Remove swig stuff from libtdb.
1312     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1313
1314
1315 o   Simo Sorce <idra@samba.org>
1316     * Change the way mksysms work in libtalloc.
1317
1318
1319 o   Jelmer Vernooij <jelmer@samba.org>
1320     * Also build and install tdb manpages from standalone tdb.
1321
1322
1323 o   Bo Yang <boyang@samba.org>
1324     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1325     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1326       query.
1327     * List trusted domains from wcache when domain is offline.
1328
1329
1330 Changes since 3.5.0pre1
1331 -----------------------
1332
1333 o   Michael Adam <obnox@samba.org>
1334     * Fix the build when no external talloc and tdb are installed.
1335     * Fix detection of CTDB headers on systems without system-libtalloc.
1336
1337
1338 o   Jeremy Allison <jra@samba.org>
1339     * BUG 6802: A created folder does not properly inherit permissions from
1340       parent in vfs_acl_xattr.
1341     * BUG 6837: "Too many open files" when trying to access large number of
1342       files from Windows 7.
1343     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1344       module.
1345     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1346     * Restructure the ACL code.
1347     * Refactor reply_rmdir to use handle based code.
1348
1349
1350 o   Dan Cox <dan@wep.net>
1351     * BUG 2350: Add LDAP Alias Dereferencing support.
1352
1353
1354 o   Günther Deschner <gd@samba.org>
1355     * BUG 6929: Fix build with recent heimdal.
1356     * Fix several printing issues.
1357     * Fix the build on Mac OS X 10.6.2.
1358     * Fix net and rpcclient after setprinterdataex changes.
1359     * Add full support for level 8 printer drivers.
1360     * Add more spoolss architectures to IDL.
1361     * Fix enumprinter key client and server.
1362     * Fix crash in EnumPrinterDataEx.
1363
1364
1365 o   Björn Jacke <bj@sernet.de>
1366     * Prefer posix_fallocate for doing "strict allocate".
1367
1368
1369 o   Matt Kraai <mkraai@beckman.com>
1370     * BUG 6860: Fix shared library build on QNX.
1371
1372
1373 o   Volker Lendecke <vl@samba.org>
1374     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1375       share.
1376     * BUG 6435: Fix minor memory corruption.
1377     * Restore "fake directory create times" as a share parameter.
1378     * Fix explicit stat64 support.
1379     * Add support for NetWkstaGetInfo 101 and 102.
1380     * Add rpcclient wkssvc_enumerateusers.
1381     * De-deprecate "write cache size" to prevent its removal without a proper
1382       alternative.
1383     * Allow more than 1000 users in BUILTIN\Users.
1384
1385
1386 o   Jim McDonough <jmcd@samba.org>
1387     * BUG 6967: Prevent glibc error on 'net ads join'.
1388
1389
1390 o   Lars Müller <lars@samba.org>
1391     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1392       set while configure.
1393
1394
1395 o   Ian Puleston <ipuleston@sonicwall.com>
1396     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1397
1398
1399 o   Karolin Seeger <kseeger@samba.org>
1400     * Fix the build of the example VFS modules.
1401
1402
1403 o   Bo Yang <boyang@samba.org>
1404     * BUG 6879: Fix crash in Winbind.
1405     * Fix crash in free_file_list().
1406     * Give the user a chance to change password when password will expire soon.
1407
1408
1409 ######################################################################
1410 Reporting bugs & Development Discussion
1411 #######################################
1412
1413 Please discuss this release on the samba-technical mailing list or by
1414 joining the #samba-technical IRC channel on irc.freenode.net.
1415
1416 If you do report problems then please try to send high quality
1417 feedback. If you don't provide vital information to help us track down
1418 the problem then you will probably be ignored.  All bug reports should
1419 be filed under the Samba 3.5 product in the project's Bugzilla
1420 database (https://bugzilla.samba.org/).
1421
1422
1423 ======================================================================
1424 == Our Code, Our Bugs, Our Responsibility.
1425 == The Samba Team
1426 ======================================================================