source: trunk/server/WHATSNEW.txt@ 577

Last change on this file since 577 was 480, checked in by Silvan Scherrer, 15 years ago

Samba Server 3.5: trunk update to 3.5.4

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