source: trunk/server/WHATSNEW.txt@ 585

Last change on this file since 585 was 583, checked in by Herwig Bauernfeind, 14 years ago

Samba 3.5: Update trunk to 3.5.5

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