source: branches/samba-3.2.x/WHATSNEW.txt@ 204

Last change on this file since 204 was 204, checked in by Herwig Bauernfeind, 17 years ago

Update 3.2 branch to 3.2.4

File size: 4.4 KB
Line 
1 ==============================
2 Release Notes for Samba 3.2.4
3 September 18, 2008
4 ==============================
5
6
7This is a bug fix release of the Samba 3.2 series.
8
9Major bug fixes included in Samba 3.2.4 are:
10
11 o Fix Winbind crashes.
12 o Fix changing of machine account passwords.
13 o Fix non guest connections to shares when "security = share"
14 is used.
15 o Fix file write times.
16
17
18######################################################################
19Changes
20#######
21
22Changes since 3.2.3
23-------------------
24
25
26o Michael Adam <[email protected]>
27 * BUG 5590: Fix binary stripping on older OS.
28 * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
29 * BUG 5507: Fix several issues in the RHEL SPEC file.
30 * Fix linking of cifs.upcall when nscd_flush_cache() is found.
31
32
33o Jeremy Allison <[email protected]>
34 * BUG 5052: Allow inheritable permissions.
35 * BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback
36 has an IPv4 address.
37 * BUG 5698: Fix non guest connections to shares when "security = share"
38 is used.
39 * BUG 5729: Explicitly allow "-valid".
40 * BUG 5745: Fix Kerberos authentication with (lib)smbclient.
41 * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
42 * BUG 5761: Fix opening of mangled directory name (resulted
43 'is a stream name').
44 * Fix the wcache_invalidate_samlogon calls.
45 * Add st_birthtime and friends for accurate create times on *BSD and MacOSX.
46 * Clarify usage of "force create mode".
47 * Write times code update.
48
49
50o Gerald (Jerry) Carter <[email protected]>
51 * Fix Winbind crash.
52 * idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads
53 structure.
54
55
56o Steven Danneman <[email protected]>
57 * Fix build warnings.
58 * Cleanup of DC enumeration in get_dcs().
59
60
61o GÃŒnther Deschner <[email protected]>
62 * BUG 5710: Fix changing of machine account passwords.
63 * Fix several build warnings.
64 * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
65
66
67o James Ding <[email protected]>
68 * BUG 5736: Fix Winbind crash bug with trusted domains.
69
70
71o Ephi Dror <[email protected]>
72 * Correct the netsamlogon_clear_cached_user function.
73
74
75o Jeff Layton <[email protected]>
76 * Fix handling of MSKRB5 OID in cifs.upcall.
77 * Fix build warnings in cifs.upcall.
78 * Change default install location of cifs.upcall to EPREFIX/sbin.
79 * Enable building of cifs.upcall by default on Linux.
80
81
82o Volker Lendecke <[email protected]>
83 * BUG 5707: Do proper error handling if the socket is closed.
84 * Fix calculation of useable_space for trans2 and nttrans replies.
85 * Fix Coverity ID 587.
86 * Add mapping of generic bits when setting an NFSv4 ACL.
87
88
89o Stefan Metzmacher <[email protected]>
90 * Some write time fixes.
91
92
93o David Leonard <[email protected]>
94 * BUG 4516: No IPv6 on Solaris 2.6.
95
96
97o Simo Sorce <[email protected]>
98 * BUG 5571: Fix group memeberships in Winbind.
99
100
101o Timur <[email protected]>
102 * Fix cut and paste error in quota code.
103 * Fix display of POSIX ACLs.
104 * Fix aio on FreeBSD.
105
106
107o Andrew Tridgell <[email protected]>
108 * Avoid a race condition in glibc between AIO and setresuid().
109 * Add missing become root for AIO operations.
110 * Fix logic of tsmsm_sendfile().
111 * Fix an errno handling bug that could lead to an infinite loop.
112 * Fix handling of arbitrary new PAC types.
113
114
115o Qiao Yang <[email protected]>
116 * Fix a memleak.
117
118
119######################################################################
120Reporting bugs & Development Discussion
121#######################################
122
123Please discuss this release on the samba-technical mailing list or by
124joining the #samba-technical IRC channel on irc.freenode.net.
125
126If you do report problems then please try to send high quality
127feedback. If you don't provide vital information to help us track down
128the problem then you will probably be ignored. All bug reports should
129be filed under the Samba 3.2 product in the project's Bugzilla
130database (https://bugzilla.samba.org/).
131
132
133======================================================================
134== Our Code, Our Bugs, Our Responsibility.
135== The Samba Team
136======================================================================
137
Note: See TracBrowser for help on using the repository browser.