NEWS[4.17.0rc1]: Samba 4.17.0rc1 Available for Download
[samba-web.git] / history / samba1.9.18p10.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <title>Samba - Release Notes Archive</title>
7 </head>
8
9 <body>
10
11 <h2>The Samba Team are pleased to announce Samba&nbsp;1.9.18p10</h2>
12
13 <p>
14 <pre>
15 Note that the 1.9.18p9 code was not distributed due to a
16 problem discovered during the final QA testing phase. However,
17 in order not to allow any confusion about versions the Samba
18 Team are upping the patch revision number to ensure we can
19 identify a particular release of code exactly.
20
21 It may be fetched via ftp from :
22
23 <a href="ftp://samba.org/pub/samba/samba-1.9.18p10.tar.gz">ftp://samba.org/pub/samba/samba-1.9.18p10.tar.gz</a>
24
25 Binary packages are available immediately for this release
26 for the folowing systems :
27
28 Bull
29 Debian Linux
30 Digital UNIX
31 OSF
32 SuSE Linux - release 5.2
33 RedHat Linux - release 5.1 for Intel and Alpha architectures.
34 Sinix
35 Solaris - release 2.51 for Intel and Sparc architectures.
36
37 Binary packages for other systems will be made available
38 within a short time. A separate announcement will be made
39 for the release of these packages.
40
41 Offers of binary Samba packages for various systems are
42 welcome and should be sent to samba-bugs@samba.org.
43
44 It is intended that this be the final release of the 1.9.18
45 series of Samba code (security bugfixes notwithstanding, of
46 course). A new major release, known as Samba-2, will be made
47 available in alpha form shortly.
48
49 If you have problems, or think you have found a bug please email
50 a report to :
51
52         <a href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</a>
53
54 As always, all bugs are our responsibility.
55
56 Without further ado, here are the release notes.
57
58 Regards,
59
60         The Samba Team.
61
62 --------------------------------------------------------
63           WHATS NEW IN 1.9.18p10 - August 24th 1998.
64           ==========================================
65
66 This is the latest stable release of Samba. This is the
67 version that all production Samba servers should be running
68 for all current bug-fixes.
69
70 Note that the 1.9.18p9 code was not distributed due to a (rare)
71 crash bug discovered during the final QA testing phase. However,
72 in order not to allow any confusion about versions the Samba
73 Team are upping the patch revision number to ensure we can
74 identify a particular release of code exactly.
75
76 Note that most Samba Team effort is now going into working on the
77 next major release which should contain some Windows NT Domain
78 features. It is intended that any future work on the 1.9.18 series
79 be security critical only bug fixes.
80
81 An announcement will be made when the first alpha release of the next
82 Samba series is available.
83
84 There are several new parameters for smb.conf
85 as well as a number of significant documentation updates.
86
87 New parameters in 1.9.18p10.
88 ----------------------------
89
90 strict sync
91 -----------
92
93 This is a new per-share parameter, added due to some problems
94 in the Windows 98 explorer. The Windows 98 explorer seems to
95 always set the bit that causes writes to be synchronised to disk
96 before continuing. This *kills* performance for copying of large
97 files, and is almost certainly not what was intended (many
98 windows programs don't know the difference between flush and
99 sync). This new parameter is set to off by default and in
100 this setting means that Samba will now ignore the sync bit
101 in SMB requests. To regain the old behaviour set:
102
103 "strict sync = on" in the [global] section of the smb.conf.
104
105 ole locking compatibility
106 -------------------------
107
108 This global parameter allows administrators who are confident in
109 the abilities of their UNIX nfs locking daemon to turn off
110 the mapping of OLE generated byte range locks that Samba does
111 to prevent nfs locking daemons from crashing. This parameter
112 is set to on by default (ie. the same behavior as previous
113 Samba versions).
114
115 queuepause command
116 ------------------
117
118 This printer share specific parameter is part of the new print
119 queue pausing code donated by Dirk DeWachter. This parameter
120 specifies the UNIX command to run to pause a given print queue.
121 See the smb.conf man page for details.
122
123 queueresume command
124 ------------------
125
126 This printer share specific parameter is part of the new print
127 queue pausing code donated by Dirk DeWachter. This parameter
128 specifies the UNIX command to run to resume a given print queue.
129 See the smb.conf man page for details.
130
131 Deprecated parameter - networkstation user login
132 ------------------------------------------------
133
134 The default of the "networkstation user login" parameter has
135 now changed from true to false, as new code in Samba protects
136 smbd from the Windows NT bug this parameter was introduced
137 to fix. This parameter is now deprecated and will be removed
138 in a future Samba release.
139
140 Deprecated parameter - domain controller
141 ----------------------------------------
142
143 The meaning of this parameter changed in a previous Samba release
144 from a string to a boolean (yes/no) value. It is currently not used
145 within the Samba source and should be removed from all current smb.conf
146 files. It is left behind for compatibility reasons.
147
148 Bugfixes added since 1.9.18p8
149 -----------------------------
150
151 1). Fixed bug that could cause password changing code to coredump
152 2). Fixed bug with client using incorrect WORKGROUP on startup.
153 3). Added print queue pausing code from Dirk.DeWachter@rug.ac.be
154     (see "queuepause command" and "queueresume command" above).
155 4). "strict sync" parameter added (see above).
156 5). "ole locking compatibility" parameter added (see above).
157 6). Several changes to file byte range locking code to allow
158     clients to correctly request exclusive and shared locks.
159 7). Fixed race condition in browser code that starts a new election
160     if we need one - previously we could have failed to register the
161     name we needed to participate in the election.
162 8). Fixed accidental overwrite of buffer that could cause nmbd crash.
163 9). Fixed small memory leak in WINS server code when rejecting a
164     registration.
165 10). Fix 'recursion desired' flag when sending queries from nmbd
166      WINS server.
167 11). Make sure we're using the correct version number in browser
168      elections.
169 12). Fixed stupid bug I introduced in 1.9.18p8 that sent the username
170      mapped user name to the password server in "security=server" mode.
171 13). Fixed filename translation bug where pathnames were going through
172      the dos to unix conversion function twice.
173 14). Fix from klausr@ITAP.Physik.Uni-Stuttgart.De to stop smbd's that
174      only write a few log entries from growing the log without bound.
175 15). Fix from branko.cibej@hermes.si to not reload the parameter file
176      in the SIGHUP handler.
177 16). Added '-U' for remote user name to smbpasswd to allow normal users
178      to change their password on an NT server if their UNIX username
179      is different.
180 17). Fixed map username bug where username would only be mapped
181      once.
182 18). Fix from <Thomas.Hepper@icem.de> to strip mount options in
183      an automount home map.
184 19). Fixed bug in scanning directories where if a mangled name was
185      returned as a resume key the 'find next' would fail. Thanks to
186      Zoltan Palmai <ZSPA@chevron.com> for finding that one.
187 20). Fix from John Blair to allow smbclient to 'put' from standard
188      input.
189 21). Fix to go back to unix wildcard semantics for 'veto files' and 'hidden
190      files' parameters.
191 22). Fix for Kanji characters in wildcards.
192 23). Fix to stop file descriptor leak on failure in password change code.
193 24). Fix to cause nmbd to re-install SIGPIPE handler.
194
195 Documentation Updates.
196 ----------------------
197 The following documentation files have been updated or created. Users
198 are advised to check the following files for anything that may affect
199 or help site configuration.
200
201 1) smb.conf.5 (updated)
202 2) BROWSING_Config.txt (new)
203 3) DOMAIN_CONTROL.txt (updated)
204 4) BROWSING.txt (updated)
205 5) Recent-FAQs.txt (new)
206 6) UNIX_SECURITY.txt (updated)
207 7) UNIX_INSTALL.txt (updated)
208 8) Printing.txt (updated)
209 9) DIAGNOSIS.txt (updated)
210
211
212 If you have problems, or think you have found a bug please email
213 a report to :
214
215         <a href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</a>
216
217 As always, all bugs are our responsibility.
218
219 Regards,
220
221         The Samba Team.
222 </pre>
223
224 </body>
225 </html>