WHATSNEW: Update changes since 3.2.0.
[tprouty/samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.2.1
3                            August 5, 2008
4                    ==============================
5
6 This is the second stable release of Samba 3.2.
7
8 Major bug fixes included in Samba 3.2.1 are:
9
10   o Race condition in Winbind leading to a crash.
11   o Regression in Winbindd offline mode.
12   o Flushing of smb.conf when creating a new share using SWAT.
13   o Setting of ACEs in setups with "dos filemode = yes".
14
15
16 ######################################################################
17 Changes
18 #######
19
20 Changes since 3.2.0
21 -------------------
22
23
24 o   Michael Adam <obnox@samba.org>
25     * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on
26       Solaris 8.
27     * BUG 5594: Fix "make test" by adding and using a new testparm
28       switch "--skip-logic-checks".
29     * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
30     * Update the section about net conf in the net(8) manpage.
31     * Improve processing of registry shares.
32     * Fix listing of registry shares with testparm.
33     * Fix several build issues.
34
35
36 o   Jeremy Allison <jra@samba.org>
37     * BUG 5578: Fix error from strlcat.
38     * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
39     * Ensure consistent use of pdb_get_nt_passwd instead of
40       pdb_get_lanman_passwd.
41     * Remove worrying warning message when safe_strcpy tries to copy a
42       pseaudo interface name that's too long.
43     * Canonicalize servername in the printer functions to remove leading
44       '\\' characters.
45     * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
46     * Fix bug creating files using DOS clients with mixed case files.
47     * Fix uninitialized variable.
48
49
50 o   Jim Brown <jim.brown@miami.edu>
51     * Fix SGI compiler warnings.
52
53
54 o   Günther Deschner <gd@samba.org>
55     * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
56     * BUG 5570: Fix bogus error message during AD domain join.
57     * Fix trusted domain handling in Winbindd.
58     * Fix build warning.
59
60
61 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
62     * BUG 5202: Fix setting of ACEs for users/groups with write access
63       in setups with 'dos filemode = yes'.
64     * Re-activate 'acl group control' parameter and make it only apply
65       to owning group.
66
67
68 o   Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
69     * Make ntimes function more like POSIX and allow NULL arg.
70
71
72 o   Volker Lendecke <vl@samba.org>
73     * BUG 5512: Fix alignment problems on sparc.
74     * BUG 5616: Fix share connections in setups with
75       "server signing = mandatory" or SMB signing set on the client side.
76     * Fix a race condition in Winbind leading to a crash.
77     * Fix a segfault in base64_encode_data_blob.
78     * Fix some uninitialized variable references via ndr_print.
79     * Fix error message if trying to join with a non-privileged user.
80     * Fix setups using "include = registry" without [global] settings
81       in the registry.
82     * Fix "net sam rights" on domain member servers.
83     * Add documentation for the vfs streams modules.
84
85
86 o   Herb Lewis <herb@samba.org>
87     * Cleanup some duplicate code by passing the password to the wbinfo_auth*
88       functions.
89     * Allow SID with 0 in subauthority to be converted properly.
90
91
92 o   Zach Loafman <zachary.loafman@isilon.com>
93     * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
94     * Fix realpath() check so that it doesn't generate a core() when it fails.
95
96
97 o   Jim McDonough <jmcd@samba.org>
98     * Fix overwriting of winbind logfiles.
99
100
101 o   Lars Müller <lars@samba.org>
102     * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
103
104
105 o   Darshan Purandare <dpurandare@isilon.com>
106     * Add broadcasting of the debug message to all winbindd children.
107
108
109 o   Karolin Seeger <kseeger@samba.org>
110     * BUG 5635: Fix updating of printer queues.
111
112
113 o   Andreas Schneider <anschneider@suse.de>
114     * Release still reachable memory if the smbclient context is freed.
115     * Remove trailing withespace from wbinfo -m which breaks gdm auth.
116
117
118 o   Simo Sorce <idra@samba.org>
119     * BUG 5540: Fix "set primary group script" user option substitution.
120     * Fix regression in Winbindd offline mode.
121
122
123 o   Bo Yang <boyang@novell.com>
124     * Allow authentication and memory credential refresh after password
125       change from gdm/xdm.
126     * Allow %u parameters for print job username.
127
128
129 ######################################################################
130 Reporting bugs & Development Discussion
131 #######################################
132
133 Please discuss this release on the samba-technical mailing list or by
134 joining the #samba-technical IRC channel on irc.freenode.net.
135
136 If you do report problems then please try to send high quality
137 feedback. If you don't provide vital information to help us track down
138 the problem then you will probably be ignored.  All bug reports should
139 be filed under the Samba 3.2 product in the project's Bugzilla
140 database (https://bugzilla.samba.org/).
141
142
143 ======================================================================
144 == Our Code, Our Bugs, Our Responsibility.
145 == The Samba Team
146 ======================================================================
147