WHATSNEW: Update changes since 3.2.0.
[sfrench/samba-autobuild/.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   Yannick Bergeron <yaberger@ca.ibm.com>
51     * Fix compile error on AIX 6.1
52
53
54 o   Jim Brown <jim.brown@miami.edu>
55     * Fix SGI compiler warnings.
56
57
58 o   Günther Deschner <gd@samba.org>
59     * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
60     * BUG 5570: Fix bogus error message during AD domain join.
61     * Fix trusted domain handling in Winbindd.
62     * Fix build warning.
63
64
65 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
66     * BUG 5202: Fix setting of ACEs for users/groups with write access
67       in setups with 'dos filemode = yes'.
68     * Re-activate 'acl group control' parameter and make it only apply
69       to owning group.
70
71
72 o   Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
73     * Make ntimes function more like POSIX and allow NULL arg.
74
75
76 o   Volker Lendecke <vl@samba.org>
77     * BUG 5512: Fix alignment problems on sparc.
78     * BUG 5616: Fix share connections in setups with
79       "server signing = mandatory" or SMB signing set on the client side.
80     * Fix a race condition in Winbind leading to a crash.
81     * Fix a segfault in base64_encode_data_blob.
82     * Fix some uninitialized variable references via ndr_print.
83     * Fix error message if trying to join with a non-privileged user.
84     * Fix setups using "include = registry" without [global] settings
85       in the registry.
86     * Fix "net sam rights" on domain member servers.
87     * Add documentation for the vfs streams modules.
88
89
90 o   Herb Lewis <herb@samba.org>
91     * Cleanup some duplicate code by passing the password to the wbinfo_auth*
92       functions.
93     * Allow SID with 0 in subauthority to be converted properly.
94
95
96 o   Zach Loafman <zachary.loafman@isilon.com>
97     * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
98     * Fix realpath() check so that it doesn't generate a core() when it fails.
99
100
101 o   Jim McDonough <jmcd@samba.org>
102     * Fix overwriting of winbind logfiles.
103
104
105 o   Lars Müller <lars@samba.org>
106     * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
107
108
109 o   Darshan Purandare <dpurandare@isilon.com>
110     * Add broadcasting of the debug message to all winbindd children.
111
112
113 o   Karolin Seeger <kseeger@samba.org>
114     * BUG 5635: Fix updating of printer queues.
115
116
117 o   Andreas Schneider <anschneider@suse.de>
118     * Release still reachable memory if the smbclient context is freed.
119     * Remove trailing withespace from wbinfo -m which breaks gdm auth.
120
121
122 o   Simo Sorce <idra@samba.org>
123     * BUG 5540: Fix "set primary group script" user option substitution.
124     * Fix regression in Winbindd offline mode.
125
126
127 o   Bo Yang <boyang@novell.com>
128     * Allow authentication and memory credential refresh after password
129       change from gdm/xdm.
130     * Allow %u parameters for print job username.
131
132
133 ######################################################################
134 Reporting bugs & Development Discussion
135 #######################################
136
137 Please discuss this release on the samba-technical mailing list or by
138 joining the #samba-technical IRC channel on irc.freenode.net.
139
140 If you do report problems then please try to send high quality
141 feedback. If you don't provide vital information to help us track down
142 the problem then you will probably be ignored.  All bug reports should
143 be filed under the Samba 3.2 product in the project's Bugzilla
144 database (https://bugzilla.samba.org/).
145
146
147 ======================================================================
148 == Our Code, Our Bugs, Our Responsibility.
149 == The Samba Team
150 ======================================================================
151