Fix a return value from sync_eventlog_params() (patch from Volker)
[ira/wip.git] / packaging / Debian / debian-unstable / changelog
1 samba (3.0.20b-2) unstable; urgency=low
2
3   * Don't build with -gstabs any more; -g no longer gives a problematic
4     size hit, and -gstabs is no longer supported on ia64.
5
6  -- Steve Langasek <vorlon@debian.org>  Wed, 19 Oct 2005 19:02:44 -0700
7
8 samba (3.0.20b-1) unstable; urgency=low
9
10   * Christian Perrier:
11     - Debconf translations:
12       - Added Vietnamese. Closes: #317876
13       - Updated German. Closes: #322907
14   * Steve Langasek:
15     - Use ${misc:Depends} in debian/control instead of depending on
16       debconf directly, allowing use of cdebconf as an alternative.
17       Closes: #332088.
18   * Noèl Köthe
19     - corrected libsmbclient priority to optional. Closes: #310045
20     - corrected the path of ServerType.html in smb.conf. Closes: #296500
21     - updated Standards-Version to 3.6.2 (no changes needed)
22     - added homepage to description
23     - switched init scripts (samba and winbind) to lsb-functions
24       (took patches from ubuntu)
25     - added Swedish. Closes: #331437
26     - removed outdated "guest" value in "passdb backend" in default smb.conf
27       Closes: #289519
28     - moved smbpasswd(5) to samba-common where the binary and smbpasswd(8)
29       is; Replaces: all previous versions of samba.  Closes: #253603
30     - new upstream release 3.0.20b (from 2005-10-13). Closes: #324515
31       - support for Windows Vista. Closes: #323489
32       - Mac OS Tiger Problem fixed. Closes: #309836
33       - BUG 2688: re-implement support for the -P (--port) option.
34         Closes: #307746
35       - "man smb.conf" warnings fixed. Closes: #266320
36       - testprns removed by upstream so removed in samba.files
37       - corrected docs/*.pdf names (samba-doc.docs)
38       - corrected diagnosis.html path (samba.docs)
39       - removing patches which are included upstream:
40         dos7-xcopy-always-copies-files.patch
41            (* BUG 2622: Remove DPTR_MASK as it makes no sense.)
42         hide-special-file-fix.patch
43            (* Hide dot files and directory logic fixes.)
44         rap-printing-bigendian.patch
45            (* BUG 1998: Correct byte ordering bug when storing
46               16-bit RAP print job ids.)
47         smbclient-vfat-loop.patch
48         smbclient-vfat-loop2.patch
49            (* BUG 2698: Fix infinite listing loop in smbclient
50               caused by an invalid character set conversion.)
51       - fixed the following patches which didn't applied cleanly
52         fhs.patch
53         non-linux-ports.patch
54
55  -- Steve Langasek <vorlon@debian.org>  Tue, 18 Oct 2005 19:02:21 -0700
56
57 samba (3.0.14a-6) unstable; urgency=low
58
59   * Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM to detect
60     Linux in debian/rules, for compatibility with dpkg-dev >= 1.13.9;
61     add a versioned build-depend accordingly.  Closes: #315955
62   * Switch to libreadline5.
63
64  -- Steve Langasek <vorlon@debian.org>  Fri,  1 Jul 2005 00:13:12 -0700
65
66 samba (3.0.14a-5) unstable; urgency=low
67
68   * Fix libsmbclient.a to be built as non-PIC instead of PIC.
69     Closes: #279243.
70
71  -- Steve Langasek <vorlon@debian.org>  Wed,  8 Jun 2005 05:46:52 -0700
72
73 samba (3.0.14a-4) unstable; urgency=high
74
75   * Last-minute upload for sarge, because I don't listen to anything
76     that RM guy says
77   * Patch smbmount to strip CAP_UNIX out of the capabilities passed to
78     the kernel when uid, gid, dmask, or fmask options have been
79     specified; this keeps the mount permissions from changing out from
80     under the user when upgrading to a server (or to a kernel) that 
81     supports unix extensions.  Closes: #310982.
82   * Second patch to smbclient search continuation logic, from upstream:
83     preserve the original UCS2 filename to guard against lossy
84     conversions, and break out if we find ourselves looping.
85     Closes: #311157.
86   * Upstream fix to make print job cancellations work on big-endian
87     systems when talking to RAP-style clients (i.e., smbclient).
88     Closes: #311213.
89   * Add build-dependency on libpopt-dev, so that we consistently use the
90     system popt lib instead of the bundled one.
91
92  -- Steve Langasek <vorlon@debian.org>  Thu,  2 Jun 2005 07:02:46 -0700
93
94 samba (3.0.14a-3) unstable; urgency=high
95
96   * Urgency set to high for a bug that makes smbclient/libsmbclient
97     /almost/ mostly unusable
98   * Fix smbclient's search continuation logic so that it works correctly
99     against 2K servers offering VFAT-hosted shares; many thanks to
100     Jeremy Allison for the timely upstream fix.  Closes: #309798.
101   * Update pt_BR debconf translation.  Thanks to Andre Luis Lopes
102     <andrelop@debian.org>. (closes: #308510)
103   * Add Russian debconf translation, thanks to Yuriy Talakan
104     <yt@amur.elektra.ru>. (closes: #310063)
105
106  -- Steve Langasek <vorlon@debian.org>  Thu, 26 May 2005 23:37:57 -0700
107
108 samba (3.0.14a-2) unstable; urgency=low
109
110   * Point the sense of the file_is_special() check right way around;
111     thanks to Matthijs Mohlmann for catching this.  Closes: #305747.
112   * debian/patches/dos7-xcopy-always-copies-files.patch:
113     Fix the MS-DOS 7 XCOPY copying files over and over bug
114     Closes: #309003
115   * Steve Langasek <vorlon@debian.org>:
116     - Add Christian Perrier to Uploaders:.  Thanks, Christian :)
117
118  -- Steve Langasek <vorlon@debian.org>  Sun,  8 May 2005 04:43:21 -0700
119
120 samba (3.0.14a-1) unstable; urgency=low
121
122   * New upstream version
123     - A more complete upstream fix for missing files in file listings,
124       should really give us working (closes: #302771); drop
125       xp-missing-files.patch, which has been superseded.
126   * Use the right path when removing mount.cifs binary in the clean
127     target.  Closes: #303318.
128
129  -- Steve Langasek <vorlon@debian.org>  Mon, 18 Apr 2005 03:22:29 -0700
130
131 samba (3.0.11-1) unstable; urgency=high
132
133   * New upstream version
134     - Fixes duplicated entry in swat(8) manpage (closes: #292957).
135     - Fix queue handling so that processes serving print clients don't
136       spin off into infinity and clobber the system (closes: #274969).
137     - Make sure we use C-locale toupper/tolower functions for case
138       conversion, since Turkish pairing rules are incompatible
139       (closes: #286174).
140   * Fix logrotate script to exit true instead of false when nmbd.pid is
141     missing (closes: #287263).
142   * Added Portuguese debconf translation. Thanks to Miguel Figueiredo
143     <elmig@debianpt.org>. (closes: #286375)
144   * Added Italian debconf translation. Thanks to Luca Monducci
145     <luca.mo@tiscali.it>. (closes: #284125)
146   * Add support for building on the Debian BSD and Hurd ports; thanks to
147     Robert Millan for the patch. (closes: #266693)
148   * debian/patches/xp-missing-files.patch: import patch from upstream to
149     fix missing entries in directory listings when talking to WinXP
150     servers (closes: #297771).
151
152  -- Steve Langasek <vorlon@debian.org>  Wed, 23 Mar 2005 00:13:16 -0800
153
154 samba (3.0.10-1) unstable; urgency=high
155
156   * New upstream release.
157     - CAN-2004-1154: integer overflow can lead to remote code execution
158       by authenticated users; closes: #286023.
159   * High-urgency upload for sarge-targetted RC bugfix.  
160   * Sync the fhs.patch to samba 3.0.10.
161   * Install mount.cifs suid root, to make user mounts possible
162     (closes: #283819).
163   * debian/patches/cups.patch: Change the default printing system, so we
164     can compile in CUPS support without making it the default -- CUPS is
165     not a reasonable default on Debian, at least for sarge.
166
167  -- Steve Langasek <vorlon@debian.org>  Fri, 17 Dec 2004 11:56:01 -0800
168
169 samba (3.0.9-1) unstable; urgency=low
170
171   * New upstream release
172     - Fixes Win9x printing; closes: #283530, #282571, #283818.
173     - Fixes a problem with setting dosmodes on filesystems without ACL
174       support; closes: #283661.
175     - Drop ldapsam_compat.patch, redundant now that a fix is integrated
176       upstream
177
178  -- Steve Langasek <vorlon@debian.org>  Thu,  2 Dec 2004 01:11:39 -0800
179
180 samba (3.0.8-2) unstable; urgency=low
181
182   * Fix the module paths for python2.3-samba so that "import foo from samba"
183     works, and include the __init__.py glue; closes: #222867).
184   * Enable quota support; closes: #246839.
185   * Fix missing symbols in libsmbclient (and libnss_wins), and add
186     -Wl,-z,defs to the libsmbclient link options to prevent future
187     instances of undefined symbols (closes: #281181).
188   * Fix for the legacy ldapsam_compat backend; thanks to Fabien
189     Chevalier for the patch (closes: #274155).
190
191  -- Steve Langasek <vorlon@debian.org>  Mon, 15 Nov 2004 06:54:13 -0800
192
193 samba (3.0.8-1) unstable; urgency=high
194
195   * New upstream package. Urgency set to "high" because of a potential
196     Denial of Service vulnerability in previous 3.0.x releases
197     (CAN-2004-0930). (Eloy)
198   * Introduce new -dbg package, so we can make better sense out of the
199     cleverly-supplied backtrace emails. (Vorlon)
200   * Applied patch from Luke Mewburn <luke@mewburn.net> to fix missing
201     lock_path() to state_path() change in the FHS patches. (Eloy)
202
203  -- Eloy A. Paris <peloy@debian.org>  Mon,  8 Nov 2004 13:39:34 -0500
204
205 samba (3.0.7-2) unstable; urgency=high
206
207   * High-urgency upload for sarge-targetted RC fixes.
208   * Use autogen.sh in unpatch-source as well as in patch-source, to get
209     rid of the autom4te.cache cruft.
210   * debian/patches/make-distclean.patch: add some missing files to the
211     distclean target in source/Makefile.in (mostly-fixes: #276203).
212   * Change compile-time default of 'use sendfile' to 'no', since the
213     current Samba implementation is broken (closes: #261917, #275741,
214     #270175).
215   * Add mount.cifs into the smbfs package; thanks to Igor Belyi for
216     showing us just how simple this patch should be. ;)  Since cifs is
217     the preferred kernel driver in 2.6, bugs related to smbfs and 2.6
218     are considered closed unless someone can show that they exist with
219     the cifs driver as well (closes: #249890, #269443, #227791, #236869,
220     #260707, #261808, #270175).
221   * Fix FHS migration code so that it only affects upgrades from old
222     package versions, and doesn't cause us to mess with non-standard
223     directories that may have been re-added by the admin
224    (closes: #251858).
225
226  -- Steve Langasek <vorlon@debian.org>  Tue, 26 Oct 2004 01:35:23 -0700
227
228 samba (3.0.7-1) unstable; urgency=high
229
230   * New upstream release. This release fixes two possible denial of
231     service conditions; one in nmbd and one in smbd. The CVE numbers
232     for these vulnerabilities are:
233
234     CAN-2004-0807 for the smbd DoS
235     CAN-2004-0808 for the nmbd DoS
236
237     Urgency is set to "high" because of these vulnerabilities; so this
238     new release propagates to testing ASAP.
239
240     Thanks to the Samba Team and the Debian Security Team for the
241     heads up.
242   * Remove post-3.0.6 patches that are now in 3.0.7.
243
244  -- Eloy A. Paris <peloy@debian.org>  Mon, 13 Sep 2004 00:53:38 -0400
245
246 samba (3.0.6-4) unstable; urgency=low
247
248   * Update LDAP schema (closes: #269797).
249   * Applied a couple of upstream fixes that will be present in Samba 3.0.7.
250
251  -- Eloy A. Paris <peloy@debian.org>  Tue,  7 Sep 2004 15:28:42 -0400
252
253 samba (3.0.6-3) unstable; urgency=low
254
255   * Put libsmbclient where it belongs, in /usr/lib. (closes: #267704)
256
257  -- Eloy A. Paris <peloy@debian.org>  Wed, 25 Aug 2004 01:58:37 -0400
258
259 samba (3.0.6-2) unstable; urgency=low
260
261   * Added Danish debconf translation. Thanks to Claus Hindsgaul
262     <claus_h@image.dk>. (closes: #232884)
263
264  -- Eloy A. Paris <peloy@debian.org>  Mon, 23 Aug 2004 17:24:19 -0400
265
266 samba (3.0.6-1) unstable; urgency=low
267
268   * New upstream version.
269   * Incorporate Turkish debconf translation; thanks to Recai Oktas
270     <roktas@omu.edu.tr>. (closes: #252031)
271   * Update pt_BR debconf translation. Thanks to Andre Luis Lopes
272     <andrelop@debian.org>. (closes: #208113)
273
274  -- Eloy A. Paris <peloy@debian.org>  Mon, 23 Aug 2004 12:34:44 -0400
275
276 samba (3.0.5-2) unstable; urgency=high
277
278   * Patches from Fabien Chevalier <fabien.chevalier@supelec.fr>
279     to fix:
280     + libnss_wins crashes other programs (closes: #252591)
281     + Can't list share files/dirs, but can acces deeper files/dirs
282       (closes: #264572)
283     + Samba 3.0.5 Printserver doesn't work with WinXP SP2 (closes: #265871)
284   * Urgency "high" to make it into testing as soon as possible since
285     at least #265871 is pretty bad now that WinXP SP2 has been released.
286     Thanks for the help Fabien! Both Vorlon and I have been very busy
287     lately.
288
289  -- Eloy A. Paris <peloy@debian.org>  Wed, 18 Aug 2004 13:25:41 -0400
290
291 samba (3.0.5-1) unstable; urgency=high
292
293   * New upstream version. Urgency "high" because of potential buffer
294     overflows. The security fixes are the only difference between
295     3.0.4 and 3.0.5.
296
297  -- Eloy A. Paris <peloy@debian.org>  Thu, 22 Jul 2004 08:07:36 -0400
298
299 samba (3.0.4-5) unstable; urgency=low
300
301   * Doh! Build-depends on libcupsys2-dev (>=1.1.20final+cvs20040330-4),
302     not an unversioned libcupsys2-dev. (closes# 250523)
303
304  -- Eloy A. Paris <peloy@debian.org>  Tue, 25 May 2004 07:43:54 -0400
305
306 samba (3.0.4-4) unstable; urgency=low
307
308   * Rebuilt with libcupsys2-gnutls10 for unstable.
309     Closes: #250424, #250483, #250491, #250515, #250523, #250592, #250736
310     Closes: #250742, #250733
311
312  -- Eloy A. Paris <peloy@debian.org>  Mon, 24 May 2004 22:32:52 -0400
313
314 samba (3.0.4-3) unstable; urgency=low
315
316   * Color me stupid; I uploaded an experimental version to unstable.
317
318  -- Eloy A. Paris <peloy@debian.org>  Sat, 22 May 2004 00:40:58 -0400
319
320 samba (3.0.4-1) unstable; urgency=low
321
322   Eloy:
323
324   * New upstream version.
325     Closes: #247640 (New upstream version available)
326     Closes: #238905 (Printing crash fix)
327     Closes: #247090 (panic in viewing printerqueue)
328
329   Vorlon:
330
331   * Incorporate Catalan debconf translations; thanks to
332     Aleix Badia i Bosch <abadia@ica.es> and the Debian L10n Catalan Team.
333     (closes: #236640)
334   * Incorporate Czech debconf translations; thanks to
335     Miroslav Kure <kurem@upcase.inf.upol.cz> (closes: #236274).
336   * Update libsmbclient shlibs, due to an incompatibility with older
337     versions that prevents gnome-vfs from working correctly
338     (closes: #245869).
339
340  -- Eloy A. Paris <peloy@debian.org>  Fri, 21 May 2004 11:42:19 -0400
341
342 samba (3.0.2a-1) unstable; urgency=low
343
344   * New upstream version.
345
346  -- Eloy A. Paris <peloy@debian.org>  Tue, 24 Feb 2004 10:30:47 -0500
347
348 samba (3.0.2-2) unstable; urgency=high
349
350   * Apply patch from Urban Widmark <urban@teststation.com> to prevent
351     users from mounting remote filesystems containing suid files
352     (closes: 232327).  This represents an exploitable security hole on
353     systems running Linux 2.6 kernels.
354
355  -- Steve Langasek <vorlon@debian.org>  Thu, 12 Feb 2004 21:38:40 -0600
356
357 samba (3.0.2-1) unstable; urgency=high
358
359   * New upstream release.
360     - LaMont Jones: correct false failure LFS test that resulted
361       in _GNU_SOURCE not being defined (thus resulting in strndup()
362       not being defined) (closes: #226694)
363     - Segfault fixes. (closes: #230012) (maybe more, but we need bug
364       reporters to confirm.)
365
366     Urgency "high" due to a password initialization bug that could grant
367     an attacker unauthorized access to a user account created by the
368     mksmbpasswd.sh shell script. See WHATSNEWS.txt for details and
369     workarounds for those not wishing to upgrade (which is a bad idea
370     anyway since this new release fixes lots of other bugs.)
371
372  -- Eloy A. Paris <peloy@debian.org>  Sun,  8 Feb 2004 10:06:29 -0500
373
374 samba (3.0.1-2) unstable; urgency=low
375
376   * Include ntlm_auth's man page.
377   * Don't create directories outside of the source directory during
378     package build time. (closes: #227221, #227238, #225862)
379   * Don't include the "Using Samba" book in the swat package, just a
380     symlink that points to the book included in the samba-doc package.
381
382  -- Eloy A. Paris <peloy@debian.org>  Tue, 13 Jan 2004 13:48:13 -0500
383
384 samba (3.0.1-1) unstable; urgency=low
385
386   * New upstream version (closes: #225565)
387   * Add support in the dhcp hook for netbios scope, and handle better
388     the case of multiple DHCP-using interfaces (closes: #224109).
389   * Use "tail -n 1 ..." instead of "tail -1 ..." so POSIX-compliant
390     tail works. Thanks to Paul Eggert <eggert@twinsun.com>.
391   * Include /usr/bin/ntlm_auth in the winbind package.
392   * Run configure with "--with-piddir=/var/run/samba" since the
393     default got changed to /var/run in this new upstream version.
394
395  -- Eloy A. Paris <peloy@debian.org>  Tue, 30 Dec 2003 16:21:31 -0500
396
397 samba (3.0.0final-1) unstable; urgency=low
398
399   * It's here, it's here, it's here, Samba 3.0.0 is here!
400   * Incorporate Japanese debconf translations; thanks to Kenshi Muto
401     <kmuto@debian.org>. (closes: #209291)
402
403  -- Eloy A. Paris <peloy@debian.org>  Thu, 25 Sep 2003 13:39:28 -0400
404
405 samba (3.0.0beta2+3.0.0rc4-1) unstable; urgency=low
406
407   * New upstream version.
408
409  -- Eloy A. Paris <peloy@debian.org>  Sat, 13 Sep 2003 08:47:56 -0400
410
411 samba (3.0.0beta2+3.0.0rc3-1) unstable; urgency=low
412
413   * New upstream release. Last Release Candidate according to the
414     Samba Team. Samba 3.0.0 is around the corner, in a week or so.
415     - Fixes use of non-PIC code in nss shared libraries (closes: #208773)
416     - 'unix password sync' option now runs the unix password program as
417       root again (closes: #209739).
418   * One-line patch to make packages buildable with distcc (closes: #210227)
419
420  -- Eloy A. Paris <peloy@debian.org>  Tue,  9 Sep 2003 07:57:16 -0400
421
422 samba (3.0.0beta2+3.0.0rc2-1) unstable; urgency=low
423
424   * New upstream release.
425   * Link against libgnutls7 instead of libgnutls5. (closes: #208151)
426
427  -- Eloy A. Paris <peloy@debian.org>  Tue,  2 Sep 2003 21:37:13 -0400
428
429 samba (3.0.0beta2+3.0.0rc1-1) unstable; urgency=low
430
431   * New upstream version (skipped samba 3.0.0beta3 due to time
432     constraints.) This ugly version number will go away when the final
433     Samba 3.0.0 is released.
434   * Drag new unpackaged tools into the packages: smbcquotas (smbclient),
435     vfs modules (samba), smbtree(1) manpage (smbclient), tdbbackup(8)
436     manpage (samba). (closes: #151158)
437   * Switch to DH_COMPAT level 4:
438     - no explicit conffile listings needed
439     - the postinst for libsmbclient is now completely autogenerated
440     - use the default init script handling (with support for
441       invoke-rc.d) in debhelper, instead of the currently buggy upgrade
442       path (closes: #185439)
443     - add support for ${misc:Depends} in control for those packages with
444       init scripts
445   * Add versioned dependency on libpam-runtime and change
446     /etc/pam.d/samba to use the new common PAM config blocks.
447   * New python2.3-samba package (old python2.2-samba is no more.)
448     (closes: #206171)
449
450  -- Eloy A. Paris <peloy@debian.org>  Mon, 25 Aug 2003 17:05:14 -0400
451
452 samba (3.0.0beta2-1) unstable; urgency=low
453
454   * New upstream release
455     - The smb.conf(5) manpage documents config options again
456       (closes: #197963).
457     - Handling of winbind/idmap has been restructured; domain members
458       should be able to map domain accounts to local accounts again
459       (closes: #196815).
460     - Use the locale charset for 'display charset' by default
461       (closes: #194406).
462     - Fix for segfault in smbclient when using the -b option
463       (closes: #196833).
464     - Handle an empty 'passdb backend' list gracefully (closes: #193946).
465   * Don't set 'display charset' anymore on upgrade, since this is now
466     grabbed from the locale by default -- a much better option.
467   * Removed time.c.patch which is now in the upstream sources.
468   * Update FHS patch for two new tdb files (netsamlogon_cache.tdb,
469     privilege.tdb).
470   * Remove python-linker.patch, since the Kerberos package has been
471     fixed to no longer use rpath
472   * Remove configure.patch: the hppa glibc bug this was added for is
473     long since fixed, and upstream isn't interested in supporting this
474     kludge.
475   * Update references to missing documentation in sample smb.conf file
476     (closes: #187632).
477   * Fix handling of krb5 link line, building on a patch from Stefan
478     Metzmacher <metze@metzemix.de>.
479   * Add patch so smbclient's tar support works with popt
480     (closes: #194921).
481
482  -- Steve Langasek <vorlon@debian.org>  Wed,  2 Jul 2003 20:59:09 -0500
483
484 samba (3.0.0beta1-2) unstable; urgency=low
485
486   * Update build-deps to libacl1-dev (>= 2.2.11-1), libacl1 (>= 2.2.11-1)
487     to make sure we get the right shlib dependencies (closes: #193149).
488   * Update the dhcp config hooks so they're suitable for sourcing (i.e.,
489     don't call "exit") (closes: #196477).
490   * Bring package into line with current policy by adding support for
491     the DEB_BUILD_OPTIONS flag, and enabling debugging symbols (-gstabs)
492     by default
493   * Make sure libpam-smbpass is a self-contained DSO.
494   * Fix a typo in samba-common.dhcp that caused us to spuriously rewrite
495     the server list.
496   * Fix python install script to ignore -Wl linker flags, as seen in the
497     output from the latest krb5-config.
498   * Add LDAP and Unicode information about upgrading from 2.2 to
499     README.debian.
500   * Remove dangerous and confusing browse options from the default 
501     smb.conf (closes: #198804).
502   * Reorder smb.conf options for clearer grouping, and clarify the
503     comments.
504   * Add a default [print$] share to the sample smb.conf, and create the
505     necessary tree under /var/lib/samba/printers. (closes: #168173)
506   * s/winbind/idmap/ in smb.conf, since the option names have changed.
507   * Fix the patch for postexec handling, so that we chdir("/") at the
508     right time.
509
510  -- Steve Langasek <vorlon@debian.org>  Thu, 12 Jun 2003 15:02:00 -0500
511
512 samba (3.0.0beta1-1) unstable; urgency=low
513
514   * New upstream version.
515     - fix for empty browselist bug (closes: #194553)
516     - fix for tab completion segfault in smbclient (closes: #194776)
517     - Samba now works as a domain member again without segfaulting
518       (closes: #194134, #194394, #194775)
519     - WinXP machines can join a Samba-controlled domain again
520       (closes: #195362)
521   * Build-depend on python-dev >= 2.2 instead of on just python-dev
522     (without version).
523   * Added Vorlon'n patch to source/lib/time.c to fix #194075.
524     (closes: #194075)
525
526  -- Eloy A. Paris <peloy@debian.org>  Sun,  8 Jun 2003 22:26:43 -0400
527
528 samba (2.999+3.0.alpha24-3) unstable; urgency=low
529
530   * Make sure Samba DSOs are compiled with -fPIC. (closes: #194324)
531   * Rebuild against pristine Kerberos libs, to squelch warnings about
532     versioned symbols. (closes: #194431, #194396)
533
534  -- Steve Langasek <vorlon@debian.org>  Thu, 22 May 2003 15:32:00 -0500
535
536 samba (2.999+3.0.alpha24-2) unstable; urgency=low
537
538   * Fixed description of the smbfs package. (closes: #194183)
539   * Negate the sense of the unixsam check when upgrading. (closes: #194234)
540
541  -- Steve Langasek <vorlon@debian.org>  Wed, 21 May 2003 12:21:53 -0400
542
543 samba (2.999+3.0.alpha24-1) unstable; urgency=low
544
545   * New upstream version. (closes: #189354)
546
547  -- Eloy A. Paris <peloy@debian.org>  Tue, 20 May 2003 13:55:57 -0400
548
549 samba (2.999+3.0.alpha23-5) unstable; urgency=low
550
551   * Move the python package from section "net" to section "python".
552   * Make sure we use PIC code for python on all platforms.
553   * French translation of an additional debconf template, courtesy of
554     Christian Perrier <bubulle@debian.org>. (closes: #188832)
555   * Updated Brazilian Portuguese translation from André Luís Lopes
556     <andrelop@ig.com.br>.
557   * s/unixsam/guest/ everywhere, since the unixsam backend is now
558     deprecated. (closes: #190095)
559   * Create our temp config file as /etc/samba/smb.conf.dpkg-tmp; not
560     only does using /tmp violate SELinux policies, it introduces the
561     possibility of data loss during the final copy if /tmp is a separate
562     filesystem. (closes: #189823)
563   * Pull in fix for SWAT, so that logins work again
564     (closes: #188255, #192077).
565   * Move passdb.tdb into /var/lib/samba, since it's not user-editable.
566   * Make sure with don't ship any .cvsignore files.
567   * Don't ship examples for python2.2-samba and samba-doc in an
568     "examples" directory inside another "examples" directory.
569
570  -- Eloy A. Paris <peloy@debian.org>  Tue,  6 May 2003 12:05:46 -0400
571
572 samba (2.999+3.0.alpha23-4) unstable; urgency=low
573
574   * Instead of s/LPT1:/LPT:/, we need to do s/LPT:/LPT1:/ -- now all
575     non-RPC printing clients are working again.
576   * Change shlibs to 0 instead of 0.1.  The library already in the
577     archive is using this soname, and there are no packages depending
578     on libsmbclient, so skip changing the package name for now.
579     (closes: #188661)
580
581  -- Steve Langasek <vorlon@debian.org>  Fri, 11 Apr 2003 14:42:00 -0500
582
583 samba (2.999+3.0.alpha23-3) unstable; urgency=low
584
585   * Put the Samba Python modules in /usr/lib/python2.2/site-packages/,
586     not in /usr/lib/python2.2/lib-dynload/.
587
588  -- Eloy A. Paris <peloy@debian.org>  Wed,  9 Apr 2003 19:49:25 -0400
589
590 samba (2.999+3.0.alpha23-2) unstable; urgency=low
591
592   * New package python2.2-samba that includes the Python modules
593     included in the Samba sources. Feedback on these modules and the new
594     package is welcome, as we (Debian Samba maintainers) don't use them.
595     (closes: #170731, #173322)
596   * Move libsmbclient-dev from section "devel" to "libdevel".
597   * Fix panic action script to give a sensible error message instead of
598     an empty backtrace when we don't have permission to attach to the
599     process. (closes: #188164)
600   * Fix libpam-smbpass so that it really does something. (closes: #178245)
601   * Apply patch to fix printing-related segfaults. (closes: #188076)
602
603  -- Eloy A. Paris <peloy@debian.org>  Sun,  6 Apr 2003 21:40:33 -0400
604
605 samba (2.999+3.0.alpha23-1) unstable; urgency=high
606
607   * new upstream release, includes security fix for DSA-262
608   * tweak the debconf templates to avoid references to specific
609     front-ends (closes: #183718)
610
611  -- Steve Langasek <vorlon@debian.org>  Sun,  9 Mar 2003 14:58:00 -0600
612
613 samba (2.999+3.0.alpha21-5) unstable; urgency=low
614
615   * touch up the package descriptions a little bit (caps, punctuation)
616   * remove addtosmbpass, which snuck back in when we weren't looking
617   * reverse the position of the wins server tag, after looking more
618     closely at the code (closes: #183061)
619   * fix a glitch in the Spanish .po that rendered it invalid, plus a typo
620   * updated Brazilian Portuguese templates (closes: #183295)
621   * fix a typo in upstream manpage (s/shave/share/) (closes: #180546)
622   * run sed before we run sed, to deal with crazybad special chars
623     in the workgroup name (!) (closes: #176717)
624
625  -- Steve Langasek <vorlon@debian.org>  Sat,  1 Mar 2003 15:14:00 -0600
626
627 samba (2.999+3.0.alpha21-4) unstable; urgency=low
628
629   * add scripts to samba-common to grab the netbios-name-servers options
630     if we're running a DHCP client (closes: #38413)
631   * major rearrangement of build scripts: install target now operates on
632     debian/tmp, not debian/samba, so we can see when new files are
633     added and decide where to put them; several files that should have
634     been in samba-common but were in samba (for the above reason) --
635     smbcacls, -- have been moved, with a replaces: added.
636   * Fix rc script so that whitespace is consistent between inetd and
637     daemon modes (closes: #174677).
638   * smbclient -M must always connect to port 139, because port 445
639     doesn't support messaging and we can't do the port 135 stuff yet
640     (closes: #175292, #167859).
641   * Import the diff from upstream CVS, which has fixed a few bugs
642     (closes: #178219, #177583, #181467, #181487, #181603, #175864).
643     Remove a few patches of ours which are now superseded.
644   * Add po-debconf support to the tree, for better i18n.
645   * Install the libsmbclient.so symlink in the libsmbclient-dev package,
646     per policy (closes: #181466).
647
648  -- Steve Langasek <vorlon@debian.org>  Fri, 27 Dec 2002 00:37:00 -0600
649
650 samba (2.999+3.0.alpha21-3) unstable; urgency=low
651
652   * Drop --with-ldapsam from the configure options, since this no longer
653     means what we thought it did.  Revert patch for changing the 'passdb
654     backend' defaults.
655   * Add patch from CVS HEAD to fix pdbedit segfault; postinst script
656     should work better now. (Closes: #173936)
657
658  -- Steve Langasek <vorlon@debian.org>  Sun, 22 Dec 2002 13:29:00 -0600
659
660 samba (2.999+3.0.alpha21-2) unstable; urgency=low
661
662   * add CONFIGDIR to the set of directories exported in the install
663     target, so we don't try to write to /etc/ on the autobuilders.
664   * Reset the default 'passdb backend' value to something sensible, so
665     that we don't unnecessarily break upgrading systems (closes: #173731).
666
667  -- Steve Langasek <vorlon@debian.org>  Fri, 20 Dec 2002 09:13:00 -0600
668
669 samba (2.999+3.0.alpha21-1) unstable; urgency=low
670
671   * new upstream release, many patches now incorporated upstream
672
673  -- Steve Langasek <vorlon@debian.org>  Mon, 16 Dec 2002 23:39:00 -0600
674
675 samba (2.999+3.0.alpha20-4) unstable; urgency=low
676
677   * Remove obsolete comments about non-existant LDAP support in the
678     Debian Samba packages. (Closes: #165035)
679   * Apply patch for segfault in pam_smbpass when using the unixsam
680     backend.
681   * Drop support for nmbd in inetd, since it's not supported by
682     upstream and is reported to cause problems (closes: #23243, #137726,
683     165037).
684   * Clarify example printing configs in smb.conf (closes: #168174).
685   * Make sure nmbd still responds to SIGTERM if it has no interfaces to
686     listen on (closes: #168079).
687   * Fix to get samba working again on 64-bit archs, after a
688     pointer<->int size mismatch bug.  Already fixed in upstream CVS.
689   * Merge fix from CVS for broken libsmbclient.h references to internal
690     structures (closes: #162956).
691   * Add a default 'panic action' for Samba that will give us genuinely
692     useful debugging information after a crash.
693   * Fixed correct patch to example configurations in the libpam-smbpass
694     packages (closes: #169350).
695   * acl-dev is not in sid anymore; Build-Depend on libacl1-dev instead
696     (closes: #169682).
697   * Only ask the user for permission to edit if there's a chance of us
698     damaging something.
699
700  -- Steve Langasek <vorlon@debian.org>  Mon, 18 Nov 2002 19:53:00 -0500
701
702 samba (2.999+3.0.alpha20-3) unstable; urgency=low
703
704   * Make sure smbstatus behavior is sane when Samba *has* been started,
705     as well as when it has not (closes: #164179).  Thank to Robbert Kouprie
706     <robbert@radium.jvb.tudelft.nl> for this patch.
707   * Not using 'killall' in any of the maintainer scripts (the last one
708     remaining was winbind.logrotate.) We now just use 'kill' to send
709     a SIGHUP to a specific PID (which is stored in a file in
710     /var/run/samba.)
711   * Do not depend on procps because we're not using killall anymore.
712
713  -- Eloy A. Paris <peloy@debian.org>  Tue, 15 Oct 2002 22:15:57 -0400
714
715 samba (2.999+3.0.alpha20-2) unstable; urgency=low
716
717   * fix an off-by-one error in smbd/lanman.c, which should shut off the
718     flood of log messages (closes: #157432)
719   * add a --config-cache option to the configure invocation, since
720     autoconf 2.5 doesn't load config.cache by default (closes: #163504)
721
722  -- Steve Langasek <vorlon@debian.org>  Sat,  5 Oct 2002 01:40:00 -0500
723
724 samba (2.999+3.0.alpha20-1) unstable; urgency=low
725
726   * new upstream release
727     - non-primary groups appear to work again (closes: #161271)
728   * the official beginning of the upstream 3.0 branch
729   * exit without error from smbstatus when no connections have
730     been seen yet (closes: #161489)
731
732  -- Steve Langasek <vorlon@debian.org>  Wed,  2 Oct 2002 19:02:00 -0500
733
734 samba (2.999+3.0cvs20020906-1) unstable; urgency=low
735
736   * CVS update
737     - domain authentication works again (closes: #158698)
738   * Factor out common code in samba-common.config
739   * Handle character set settings in smb.conf on upgrade
740     (closes: #153913, #158770)
741   * Don't use killall in logrotate script; there are better ways
742     (closes: #160076)
743   * Ignore value of 'hostname lookups' for hosts allow/hosts deny
744     (closes: #154376)
745
746  -- Steve Langasek <vorlon@debian.org>  Sat,  7 Sep 2002 11:46:00 -0500
747
748 samba (2.999+3.0cvs20020829-1) unstable; urgency=low
749
750   * CVS update.
751   * Move the smb.conf manpage to the samba-common package (closes: #159572)
752
753  -- Steve Langasek <vorlon@debian.org>  Thu, 29 Aug 2002 17:53:25 -0500
754
755 samba (2.999+3.0cvs20020827-1) unstable; urgency=low
756
757   * CVS update. (Closes: #158508)
758   * Part 1 of 3 of the library separation patch that Vorlon wrote has
759     gone upstream - removed the patch from our patches/ directory.
760   * Debconf note to warn users that their smb.conf will be re-written
761     and changed if they use Swat to maintain it. (Closes: #158479)
762   * Fixed typo in samba.prerm.
763
764  -- Eloy A. Paris <peloy@debian.org>  Tue, 27 Aug 2002 15:23:23 -0400
765
766 samba (2.999+3.0cvs20020825-2) unstable; urgency=low
767
768   * scale back the tdbsam migration support, because of undesirable
769     side-effects; now always defaults to 'no'.
770   * strip out hyperactive library dependencies that are only needed by
771     smbd (closes: #155156).
772   * nuke any broken registry.tdb files left by previous CVS snapshots.
773   * support rolling back the smbpasswd->tdbsam conversion on downgrade,
774     since many people are likely to need to downgrade for a while.
775   * remove postrm handling of legacy directories, and add handling of
776     current ones.
777
778  -- Steve Langasek <vorlon@debian.org>  Sun, 28 Jul 2002 09:44:24 -0500
779
780 samba (2.999+3.0cvs20020825-1) unstable; urgency=low
781
782   * CVS update. These packages are based on Samba 3.0alpha19 + any
783     code commited after 3.0alpha19 was released.
784
785  -- Eloy A. Paris <peloy@debian.org>  Sun, 25 Aug 2002 14:56:46 -0400
786
787 samba (2.999+3.0cvs20020723-1) unstable; urgency=medium
788
789   * remove spurious line from samba.config
790   * migrate from smbpasswd to tdbsam
791   * re-add the pdbedit util and manpage
792   * compile in ldapsam support (closes: #146935)
793   * add PRIVATEDIR to the list of vars we override for the install
794     target, so Samba doesn't try to create /etc/samba (closes: #153746).
795   * fix makefile handling of LOGBASEDIR, so that logs always end up in
796     the right place (closes: 153727).
797   * Fixed bug in the FHS migration path that causes nmbd to read its
798     state from one location, but write it out to another. (closes: #154210)
799   * Make sure nmbd is always looking for wins.tdb in the same place.
800
801  -- Steve Langasek <vorlon@debian.org>  Fri, 19 Jul 2002 21:38:54 -0500
802
803 samba (2.99.cvs.20020713-1) unstable; urgency=low
804
805   * first attempt for 3.0pre.
806   * only post a debconf note about moving logfiles if we're upgrading
807     from a version that had the logfiles in the old location
808     (closes: #152924).
809
810  -- Steve Langasek <vorlon@debian.org>  Sat, 13 Jul 2002 12:54:25 -0500
811
812 samba (2.2.5-2) unstable; urgency=low
813
814   * No longer ship make_printerdef, which is deprecated. (closes: #63059)
815   * Clean up some empty directories from the samba package.
816   * Add call to dh_installinit for winbind rc.x symlinks (closes: #151860).
817   * Clean up per-package documentation lists, to reduce clutter
818     (closes: #147638).
819   * Make sure we don't ship pdbedit's man page since we are still using
820     smbpasswd passwords. (closes: #152208)
821   * move libnss_wins.so to libnss_wins.so.2, where glibc expects to find
822     it (closes: #148586).
823   * reorder postinst, so that installing samba-common from scratch loads
824     the debconf answers properly (closes: #151985).
825   * add lintian overrides for winbind, to eliminate some noise.
826   * rename pam_smbpass changelog to comply with policy.
827
828  -- Steve Langasek <vorlon@debian.org>  Sun, 23 Jun 2002 22:45:04 -0500
829
830 samba (2.2.5-1) unstable; urgency=low
831
832   * New upstream release.
833
834  -- Eloy A. Paris <peloy@debian.org>  Sun,  9 Jun 2002 15:49:21 -0400
835  
836 samba (2.2.4+2.2.5pre1-1) experimental; urgency=low
837
838   * Getting ready for Samba 2.2.5.
839   * Remove patches/parse_spoolss.patch, now included upstream.
840   * Fixed thinko WRT POSIX ACL support, which we "half-enabled" in
841     2.2.4-1. We don't use POSIX ACL support ourselves, so we'd
842     appreciate reports from those using this feature so we can
843     be sure this works.
844   * Fix the filename-matching algorithm used for smbtar's 'exclude'
845     functionality. (closes: #131571)
846   * Look for secrets.tdb in /var/lib/samba, and handle in the postinst.
847     This is not really a config file, because users don't edit it.
848     (closes: #147429)
849   * Doxygen fix for libsmbclient.h, thanks to Tommi Komulainen
850     <Tommi.Komulainen@iki.fi> for the patch. (closes: #144847)
851
852  -- Eloy A. Paris <peloy@debian.org>  Tue, 28 May 2002 11:33:51 -0400
853
854 samba (2.2.4-1) unstable; urgency=low
855
856   * New upstream release (closes: #144713)
857   * Building with POSIX ACL support (closes: #137819)
858   * Include samples, exclude INSTALL from libpam-smbpass (closes: #145055)
859   * Compile with --with-automount, for NIS homedir support (closes: #123396)
860   * Add a proper 'flags' field to the mount entry we write to /etc/mtab;
861     fixes a display bug with mount (closes: #140397)
862   * Added logic to /etc/init.d/samba so a help message is printed out
863     when Samba is running from inetd _and_ we are not booting, i.e. the
864     user called the init script manually. Thanks to Francesco
865     Potorti <pot@gnu.org> for the suggestion on how to implement this.
866     (Closes: #139807, #140204)
867   * samba.postinst: added logic so we don't call /etc/init.d/samba if
868     we are running from inetd (this prevents the stupid help message
869     to be printed during package upgrades if we are running from inetd.)
870   * samba.prerm: idem.
871   * /etc/init.d/samba: delete stale PID files after nmbd and smbd are
872     stopped. This prevents start-stop-daemon from printing an ugly
873     error message when called from '/etc/init.d/samba stop'. I prefer
874     this than running start-stop-daemon with --oknodo because
875     start-stop-daemon might print other important error messages that with
876     --oknodo it would otherwise not print. (Closes: #102187, #109301)
877   * Patch from jerry@samba.org to fix parsing of spoolss structures.
878
879  -- Eloy A. Paris <peloy@debian.org>  Thu, 23 May 2002 23:16:52 -0400
880
881 samba (2.2.3a-7) unstable; urgency=medium
882
883   * More README.debian updates.
884   * Neutralize the smb.conf 'lock dir' directive, which doesn't mean
885     what the FHS says it should, and causes us no end of grief.
886     (Closes: #122299)
887   * LPRng-handling patch so that jobs printed to recent versions of
888     LPRng show up properly as 'done' instead of 'paused' in the Windows
889     print queue.  Thanks to Jaroslav Serdula <serdula_jaroslav@vse.sk>
890     for this patch. (Closes: #139458)
891   * Applied patch from Urban Widmark <urban@teststation.com>
892     (smbfs upstream maintainer) to add a '-n' option to smbmount
893     that does the same as mount's '-n'. (Closes: #139590)
894   * Minor tweak to unpatch-source so we unpatch sources in the
895     reverse order we patched them.
896   * Don't depend on grep in samba.prerm to determine if Samba was
897     running before the upgrade starts.
898   * Tweak the wording of debconf templates.
899   * Incorporate debconf translations for French, Spanish and Portuguese;
900     thanks to Carlos Valdivia Yagüe <valyag@hotpop.com> (es),
901     Andre Luis Lopes <andrelop@ig.com.br> (pt_BR), and Philippe
902     Batailler and Denis Barbier <barbier@debian.org> (fr).
903     (closes: #142657, #142659, #141551, #141699, #141682)
904   * Fixed symlinks in the swat package so the point to /usr/share/doc/
905     instead of /usr/doc/. Added note to the description of the
906     swat packages that says that samba-doc must be installed for
907     the on-line documentation to work. Thanks to Torne Wuff
908     <torne@wolfpuppy.org.uk>. (Closes: #95437)
909   * 'dh_installinit -n' gives us no initscript handling -- we need to
910     handle all starting and stopping of daemons ourselves, which wasn't
911     happening in the {pre,post}rm scripts.
912   * Vary the priority of the debconf question "Do you want to generate
913     /etc/samba/smbpassd?" depending on whether the file already exists.
914     File exists -> priority 'medium', file does not exist -> priority
915     'low'. Changed priorities of all other questions from 'high' to 'medium'.
916
917  -- Steve Langasek <vorlon@debian.org>  Sat, 20 Apr 2002 17:48:27 -0400
918
919 samba (2.2.3a-6) unstable; urgency=low
920
921   * Call db_stop as soon as we're done with debconf in the postinst, to
922     avoid hanging bugs (closes: #137813)
923   * Ony call 'update-inetd --add' on first installation, just as we only
924     call 'update-inetd --remove' on package purge.
925   * Bring our shipped smb.conf closer in line with the upstream
926     defaults: don't twiddle the send/recv buffer sizes, since the Linux
927     kernel already provides a much better default setting
928      (closes: #80966, #80934, #137415, #133477)
929   * Added libnss_wins.so to the winbind package (closes: #137201)
930   * Updates to README.debian.
931
932  -- Eloy A. Paris <peloy@debian.org>  Tue, 12 Mar 2002 10:57:40 -0500
933
934 samba (2.2.3a-5) unstable; urgency=low
935
936   * Having multiple workgroup lines in your smb.conf, though wacky, is 
937     perfectly valid.  Account for this in samba-common.config.
938     (closes: #137157)
939
940  -- Steve Langasek <vorlon@debian.org>  Sun, 10 Mar 2002 21:52:51 -0600
941
942 samba (2.2.3a-4) unstable; urgency=low
943
944   * Fixed typo in samba.postinst. Cosmetic fixes there as well.
945   * Fix to improper usage of /usr/bin/tr in samba-common config script
946     (closes: #137744)
947
948  -- Steve Langasek <vorlon@debian.org>  Sat,  9 Mar 2002 14:14:02 -0500
949
950 samba (2.2.3a-3) unstable; urgency=medium
951
952   * Make sure /etc/init.d/samba is executable before calling it
953     in the postinst. Quickly checked all other maintainer scripts
954     to make sure we are not calling an init script if it is not
955     executable. (closes: #137321)
956   * Fix up maintainer scripts to detect if samba was not running before 
957     an upgrade. (closes: #33520, #130534)
958   * Make sure /etc/samba/ is included in the samba-common package.
959     Closes: #137157
960
961  -- Steve Langasek <vorlon@debian.org>  Fri,  8 Mar 2002 11:13:21 -0500
962
963 samba (2.2.3a-2) unstable; urgency=low
964
965   * merge in debconf support:
966     - Moved all smb.conf-related questions to samba-common (smb.conf
967       is part of the samba-common package, not the samba package.)
968     - smb.conf is not a samba-common conffile anymore since it is
969       being managed by debconf. It is ABSOLUTELY necessary to make
970       sure /etc/samba/smb.conf _NEVER_ gets overwritten by changes
971       made via debconf. In other words, any changes made by the user
972       should be honored by the debconf interface.
973     - samba.postinst now moves old log files from /var/log/ to
974       /var/log/samba/. There's a Debconf note that informs the user
975       the log files are stored now in a new location.
976     - debian/control:
977       + Make samba depend on debconf.
978     - New file debian/samba.templates.
979     - New file debian/samba.config.
980     - Re-worked debian/samba.postinst.
981       + Got rid of all /etc/samba/debian_config sillyness.
982     - remove /usr/sbin/sambaconfig; "dpkg-reconfigure samba" replaces 
983       it.
984     - Removed debian/samba.prerm.
985     - Cleaned up /etc/init.d/samba.
986       + Added infrastructure for debconf.
987       + Got rid of all /etc/samba/debian_config sillyness.
988       + Got rid of /etc/samba/smbpasswd conversion stuff for
989         compatibility with versions of Samba < 2.0.0final-2.
990     (closes: #127959, #34408, #113594)
991   * make samba.postinst ignore the absence of /var/log/{s,n}mb*;
992     makes for a clean upgrade path.
993   * Building with MSDFS support (closes: #116793)
994
995  -- Steve Langasek <vorlon@debian.org>  Tue,  5 Mar 2002 14:14:33 -0600
996
997 samba (2.2.3a-1) unstable; urgency=low
998
999   * New upstream version (closes: #135001)
1000   * Potato builds were failing because debian/rules was not creating
1001     debian/winbind/etc/logrotate.d/. A user having problems creating
1002     Potato packages brought this to my attention. dh_installlogrotate
1003     takes care of creating the directory for us, that's why we didn't
1004     notice.
1005   * Removed code that converts /etc/samba/smbpasswd from an ancient
1006     format to the new format of Samba 2.0.0 and later.
1007     Closes: #134375 - samba: postinst failed due to missing
1008             /usr/bin/convert_smbpasswd.
1009   * Re-organized FHS migration code in samba.postinst. Make sure we
1010     don't fail when we move files that don't exist.
1011     Closes: #133813 - samba: Install failed.
1012   * Adding docs. to the libpam-smbpass package.
1013   * Remove man pages for findsmb because we are not providing this
1014     script.
1015     Closes: #134181 - findsmb referenced, but not included.
1016   * Removed replace.patch because it is now present upstream.
1017   * Added patch from Jerry Carter to fix a problem when saving
1018     document preferences for printing from NT clients.
1019   * The real winbindd daemon is a forked process so we can't use
1020     --make-pidfile when calling start-stop-daemon. Fixed 
1021     /etc/init.d/winbind to work around the issue. Thanks to 
1022     Lin Li <linl@xandros.com> for the patience and for reporting 
1023     the problems. Hopefully I got it right this time.
1024
1025  -- Eloy A. Paris <peloy@debian.org>  Wed, 20 Feb 2002 18:39:03 -0500
1026
1027 samba (2.2.3-6) unstable; urgency=low
1028
1029   * Make sure there are actual files in /var/state/samba before trying 
1030     to move them (Closes: #133534, #133510).
1031   * Fix up the 2.2.3 makefile so that pam_smbpass builds correctly 
1032     again.
1033
1034  -- Steve Langasek <vorlon@debian.org>  Tue, 12 Feb 2002 09:19:29 -0600
1035
1036 samba (2.2.3-5) unstable; urgency=low
1037
1038   * Whoops, missed a spot on the samba.postinst -- will fail badly if
1039     /var/state/samba/ no longer exists.  Better get this fix into the
1040     next upload. ;) (Closes: #133088)
1041   * Regenerate configure only if it is older than configure.in.
1042   * Fix smbd handling of network neighborhood lists, which was missed
1043     in the FHS conversion (Closes: #133091)
1044
1045  -- Eloy A. Paris <peloy@debian.org>  Sat,  9 Feb 2002 16:37:57 -0500
1046
1047 samba (2.2.3-4) unstable; urgency=low
1048
1049   * FHS cleanup; files in /var are now properly sorted according to
1050     their nature. (Closes: #102101)
1051   * Remove patches to source/configure, since we now call autoconf to
1052     regenerate this file cleanly.
1053   * lintian fixes:
1054       - Create winbind.conffiles and add /etc/logrotate.d/winbind and
1055         /etc/init.d/winbind to it.
1056       - Use a relative symlink for /usr/lib/cups/backend/smb.
1057       - Removal of a .cvsignore file in the samba-doc package.
1058   * winbind.init fixes:
1059       - Corrected name of the pid file (Steve)
1060       - Make start-stop-daemon create a pid file for winbindd since it
1061         does not create one on his own.
1062   * #DEBHELPER# is not needed in samba.postinst because we are adding
1063     manually everything that debhelper adds automatically. In fact,
1064     since we are calling update-rc.d without standard paramaters I
1065     think we can't use #DEBHELPER#.
1066   * Fix fatal syntax error in samba.prerm.
1067
1068  -- Steve Langasek <vorlon@debian.org>  Thu,  7 Feb 2002 13:12:08 -0500
1069
1070 samba (2.2.3-3) unstable; urgency=low
1071
1072   * work on lintian-cleanness in the package (wrong permissions,
1073     maintainer scripts in need of debhelpering)
1074   * /lib/security/pam_smbpass.so is now being included in the
1075     libpam-smbpass package only, and not in both the libpam-smbpass and
1076     samba packages (which was the case prior to 2.2.3-3.)
1077   * Instead of making our patch scripts executable in the rules file
1078     we run them through /bin/sh.
1079   * New 'winbind' package that has all the winbind stuff that was in the 
1080     samba package in 2.2.3-2 and before.
1081   * Added replace.patch: patch from Jeremy Allison to fix problems when
1082     replacing or overwriting files in a Samba share. Patch was sent to
1083     the samba mailing list.
1084
1085  -- Eloy A. Paris <peloy@debian.org>  Tue,  5 Feb 2002 21:12:48 -0500
1086
1087 samba (2.2.3-2) unstable; urgency=low
1088
1089   * add support to debian/scripts/{patch-source,unpatch-source} for
1090     automatic updating and cleaning of <version.h>. This was a request
1091     from the Samba Team: they wanted us to clearly mark our packages
1092     so it is always known a user is running Samba with (possibly)
1093     Debian-specific patches.
1094   * Change init.d killscript link to K19samba, so we stop before autofs 
1095     (closes: 117327)
1096   * Make our patch scripts executable in the rules file -- dpkg won't do 
1097     this for us (closes: #132415).
1098
1099  -- Steve Langasek <vorlon@debian.org>  Mon,  4 Feb 2002 09:51:00 -0600
1100
1101 samba (2.2.3-1) unstable; urgency=low
1102
1103   * New upstream release (closes: #131228).
1104   * Restructured build system that provides DBS-like separation of 
1105     patches
1106   * Fix typo in smbfs description (closes: #116209).
1107   * Use killall -q in logrotate.d script, to avoid spurious cron 
1108     emails (closes: #130100).
1109
1110  -- Steve Langasek <vorlon@debian.org>  Sat,  2 Feb 2002 19:56:18 -0500
1111
1112 samba (2.2.2-12) unstable; urgency=high
1113
1114   * (Steve) Patch for source/client/client.c.
1115     Closes: #86438 smbclient: Transfering several GB causes the average
1116             speed to be messed up.
1117   * Uploading with urgency=high to expedite the move from unstable
1118     to testing because of the security problem fixed in -11.
1119
1120  -- Eloy A. Paris <peloy@debian.org>  Fri, 25 Jan 2002 22:31:12 -0500
1121
1122 samba (2.2.2-11) unstable; urgency=low
1123
1124   * Building with --with-libsmbclient. We have created two new
1125     packages: libsmbclient and libsmbclient-dev. Hopefully this
1126     will help some people that want to add the capability of
1127     speaking SMB to their applications.
1128     Closes: #117132 - libsmbclient support library?
1129   * (Steve) Make swat do the right thing when reading (parsing)
1130     the saved preferences in smb.conf.
1131     Closes: #55617 swat mutilates the linpopup message command.
1132   * Updated README.Debian. Updated descriptions in debian/control.
1133   * Remembered to bump up version number in source/include/version.h
1134     (need to automate this or else I'll keep forgetting.)
1135   * (Steve) one liner for source/web/diagnose.c.
1136     Closes: #106976 - smbd/nmbd not running message with swat/linuxconf.
1137   * Added '|| true' to the post-rotate script so logrotate doesn't
1138     fail if either nmbd or smbd is not running.
1139     Closes: #127897 - /etc/logrotate.d/samba fails if there is no smbd process.
1140   * Fixed incorrect file locations in swat's man page and added a
1141     Debian-specific note to /usr/share/doc/swat/README.
1142     Closes: #71586 swat: needs documentation fixes for debian.
1143   * smbmount in the smbfs package does not have the setuid bit set.
1144     Apparently, smbmount uses libsmb without checking the environment.
1145     Thanks to Christian Jaeger <christian.jaeger@sl.ethz.ch> for
1146     finding the local root exploit.
1147   * Applied old patch from Jerry) Carter" <jerry@samba.org> to correct
1148     the following two problems in Samba 2.2.2:
1149     - %U and %G could not be used in services names
1150       in smb.conf.
1151     - %G would fail to be expanded in an "include = ..."
1152       line.
1153
1154  -- Eloy A. Paris <peloy@debian.org>  Sat, 19 Jan 2002 21:35:26 -0500
1155
1156 samba (2.2.2-10) unstable; urgency=low
1157
1158   * (Steve) Add missing manual pages.
1159     Closes: Bug#128928: missing manpages in smbfs.
1160
1161  -- Eloy A. Paris <peloy@debian.org>  Sun, 13 Jan 2002 14:39:55 -0500
1162
1163 samba (2.2.2-9) unstable; urgency=low
1164
1165   * (Steve) Fix broken URL's in HTML docs.
1166     Closes: Bug#17741: bad links in html docs (at last!!!)
1167
1168  -- Eloy A. Paris <peloy@debian.org>  Fri, 11 Jan 2002 13:37:07 -0500
1169
1170 samba (2.2.2-8) unstable; urgency=low
1171
1172   * Added "Replaces: samba (<= 2.2.2-5)" to the smbclient section in
1173     debian/control so rpcclient.1, which was in samba-2.2.2-5, does not
1174     cause problems now that it is part of smbclient (>= 2.2.2-6).  Closes:
1175     Closes: Bug#128684: error upgrading smbclient in sid.
1176
1177  -- Eloy A. Paris <peloy@debian.org>  Fri, 11 Jan 2002 11:42:40 -0500
1178
1179 samba (2.2.2-7) unstable; urgency=low
1180
1181   * (Steve) Patch to make behavior honor what the docs. say about "hosts allow"
1182     taking precedence over "hosts deny".
1183     Closes: Bug#49249: swat: error with host deny ?!
1184
1185  -- Eloy A. Paris <peloy@debian.org>  Thu, 10 Jan 2002 12:36:58 -0500
1186
1187 samba (2.2.2-6) unstable; urgency=low
1188
1189   * (Steve) Adds manpage for rpcclient to the proper file,
1190     removes smbtorture from the distro because this tool isn't intended for
1191     widespread consumption.
1192     Closes: #63057 - no manual page for smbtorture.
1193   * (Steve) Removed -gnu from the configure arguments (--build, --host) in
1194     debian/rules so config.sub is able to properly create the host and target
1195     tuples.
1196
1197  -- Eloy A. Paris <peloy@debian.org>  Wed,  9 Jan 2002 14:39:51 -0500
1198
1199 samba (2.2.2-5) unstable; urgency=low
1200
1201   * Fixes from vorlon:
1202   * Use /usr/bin/pager instead of more.
1203     Closes: #125603: smbclient violates pager policy.
1204   * Make /etc/logrotate.d/samba a conffile, send smbd and nmbd
1205     a SIGHUP to have the log files reopened, fixes to
1206     /etc/logrotate.d/samba.
1207     Closes: #127897: log file rotation.
1208     Closes: #118277: /etc/logrotate.d/samba not listed in conffiles.
1209   * s/covert/convert/.
1210     Closes: #121653 probable typo in install message.
1211
1212  -- Eloy A. Paris <peloy@debian.org>  Sun,  6 Jan 2002 03:14:58 -0500
1213
1214 samba (2.2.2-4) unstable; urgency=low
1215
1216   * Applied patch from Steve to work around problem in glibc that affects the
1217     HPPA architecure. The patch detects the error condition at configure time
1218     and compiles without LFS support if necessary.
1219     Closes: Bug#126763: samba completely broken on hppa.
1220   * Including unicode_map.1251.
1221     Closes: Bug#126719: samba-common: unicode_map.1251 missing.
1222   * Updated smbd daemon version to match Debian package version.
1223     Closes: Bug#127199: Package version and smbd daemon version don't match.
1224
1225  -- Eloy A. Paris <peloy@debian.org>  Mon, 31 Dec 2001 14:32:47 -0500
1226
1227 samba (2.2.2-3) unstable; urgency=low
1228
1229   * Added some spaces in package description in debian/control.
1230     Closes: #120730 - missing spaces in package description for nice
1231             alignment.
1232   * Spelling fixes.
1233     Closes: #125328, #125329, #125330, #125367, #125365, #125403.
1234   * Steve Langasek <vorlon@debian.org> is the co-maintainer of the Debian
1235     Samba packages!!! Added him to the uploaders field in debian/control.
1236
1237  -- Eloy A. Paris <peloy@debian.org>  Tue, 18 Dec 2001 00:54:25 -0500
1238
1239 samba (2.2.2-2) unstable; urgency=low
1240
1241   * Backed out changes to source/filename.c per Andrew Tridgell's request.
1242     This changes were introduced in 2.2.1a-7 as an attempt to fix #47493.
1243     Tridge found out that they break smbd.
1244   * Changed version number in source/includes/version.h so it is clear that
1245     this is a version of Samba packaged for Debian. This is another request from
1246     Tridge and will help the Samba Team to get bogus bug reports.
1247   * Added Samba-HOWTO-Collection.pdf and other README files to the
1248     /usr/share/doc/<package>/ directories.
1249   * Installing libnss_winbind.so and pam_winbind.so.
1250     Closes: #116790: nss and pam modules for winbind missing.
1251   * Removed user-emacs-settings from changelog.
1252
1253  -- Eloy A. Paris <peloy@debian.org>  Mon, 29 Oct 2001 19:16:26 -0500
1254
1255 samba (2.2.2-1) unstable; urgency=low
1256
1257   * New upstream version.
1258   * Temporary fix for #113763 (Steve Langasek)
1259   * Quick hack to avoid smbmount reveal password length. Please note
1260     that even with this hack there is a small window when password is
1261     completely visible with 'ps aux'. There are other methods that should
1262     be used to automate mounting of SMB shares.
1263     Closes: #112195: smbmount-2.2.x reveals password length.
1264   * Applied patch from Steve Langasek <vorlon@debian.org> to prevent
1265     forcing use of setresuid() in Sparc.
1266     Closes: #112779: samba build forces use of setresuid, which causes
1267                      smbd to fail on Sparc.
1268
1269  -- Eloy A. Paris <peloy@debian.org>  Mon, 15 Oct 2001 10:26:10 -0400
1270
1271 samba (2.2.1a-9) unstable; urgency=low
1272
1273   * Replaced $(LD) with $(CC) all the way through source/Makefile.
1274     Closes: #111036: ld shouldn't be used to link shlibs.
1275   * s/\/bin\/mail/\/usr\/bin\/mail/ in smb.conf's man page (HTML and
1276     sgml as well.)
1277     Closes: #110963: smb.conf: mail should be /usr/bin/mail.
1278   * Documented better smbclient's -W behavior. Patch from Steve
1279     Langasek.
1280     Closes: #53672: smbclient: -W flag is interpreted as domain, not
1281             workgroup.
1282
1283  -- Eloy A. Paris <peloy@debian.org>  Tue,  4 Sep 2001 23:10:41 -0400
1284
1285 samba (2.2.1a-8) unstable; urgency=low
1286
1287   * Set some reasonable default perms for the samba logdir (again,
1288     thanks to vorlon :-)
1289     Closes: #72529: insecure permissions on log files.
1290
1291  -- Eloy A. Paris <peloy@debian.org>  Sun, 26 Aug 2001 15:40:47 -0400
1292
1293 samba (2.2.1a-7) unstable; urgency=low
1294
1295   * Another attempt at fixing #47493. Patch from Steve Langasek
1296     <vorlon@netexpress.net>. Let's keep our fingers crossed Steve!
1297
1298  -- Eloy A. Paris <peloy@debian.org>  Sun, 26 Aug 2001 13:37:06 -0400
1299
1300 samba (2.2.1a-6) unstable; urgency=low
1301
1302   * Backed out fix to #47493 introduced in 2.2.1a-4 as it is causing
1303     smbd to die with signal 11 under some unidentified situations.
1304     Closes: #109774: Latest debian version breaks printer driver download.
1305     Closes: #109946: not all files appear in samba-exported directories.
1306   * Another patch from Steve Langasek. This one adds quotes around 
1307     printer names for print systems it's reasonable for Debian to
1308     support. Together with the patch in #29957 (see changelog for
1309     2.2.1a-4), this should take care of the problems with multi-word 
1310     printer names in Samba.
1311
1312  -- Eloy A. Paris <peloy@debian.org>  Fri, 24 Aug 2001 21:12:27 -0400
1313
1314 samba (2.2.1a-5) unstable; urgency=low
1315
1316   * Important changes that affect how Samba is built on Debian
1317     machines are implemented in this release. All of this changes
1318     were suggested by the energetic Steve Langasek <vorlon@debian.org>,
1319     and his arguments were so sound and reasonable that I decided
1320     to implement them. Here's Steve's original changelog:
1321
1322        * Fix up the build system to avoid needing to run configure 
1323          as root to answer questions we already know the answers to.
1324        * In the process, make surprising progress towards being able to
1325          cross-compile the samba packages.
1326
1327  -- Eloy A. Paris <peloy@debian.org>  Fri, 24 Aug 2001 01:08:06 -0400
1328
1329 samba (2.2.1a-4) unstable; urgency=low
1330
1331   * Fixed typo in smbmount's mount page.
1332     Closes: #109317: smbfs: mistype in smbmount manpage.
1333   * Included symlink to smbspool to better support CUPS printing.
1334     Closes: #109509: include symlink for cups samba support.
1335   * Applied patch from Steve Langasek <vorlon@netexpress.net> to
1336     fix bug #29957.
1337     Closes: #29957: samba strips trailing " from strings in smb.conf.
1338   * First attempt at fixing #47493. Another patch from Steve "I want
1339     a bug-free Samba" Langasek.
1340     Closes: #47493: Samba doesn't handle ':' in dir names right.
1341
1342  -- Eloy A. Paris <peloy@debian.org>  Tue, 21 Aug 2001 23:26:38 -0400
1343
1344 samba (2.2.1a-3) unstable; urgency=low
1345
1346   * Steve Langasek <vorlon@netexpress.net> has been hard at work in
1347     the last few days looking at the long list of open bugs filed
1348     against the Samba packages. I don't know how to thank him. It's been
1349     a pleasure working with Steve, and all the fixes, patches, etc. in
1350     this release come from him. The bug list is greatly reduced thanks
1351     to Steve's efforts.
1352   * Steve's additions/modifications/patches/etc. are:
1353     - New package that (libpam-smbpass) provides pam_smbpass. Before, this
1354       was provided in another package but now the sources are part of
1355       the Samba sources so we can start providing it from here.
1356       Closes: #107043 - pam_smbpass now present in Samba source,
1357         should be built from there
1358     - Patch to source/smbd/service.c that allows admins to call
1359       /bin/umount from the root postexec of a Samba share.
1360       Closes: #40561 - samba pre/postexec commands do not work.
1361     - Clear TMPDIR before starting smbd in /etc/init.d/samba.
1362       Closes: #51295 - Problems with Samba and TMPDIR.
1363     - Correction to documentation of "guest only".
1364       Closes #38282 - "guest only" share still requires a password.
1365   * Applied patch from Santiago Vila <sanvila@unex.es> to convert
1366     /usr/sbin/mksmbpasswd from a shell script into a real awk script.
1367     Sorry it took so long, Santiago; I hadn't realized you even
1368     provided a patch :-)
1369     Closes: #77891 - mksmbpasswd could be a real awk script.
1370   * Updated description of the smbfs and smbclient packages. Also have
1371     each package recommend the other.
1372     Closes: #108650: Should suggest or recommend smbfs.
1373
1374  -- Eloy A. Paris <peloy@debian.org>  Mon, 13 Aug 2001 22:21:55 -0400
1375
1376 samba (2.2.1a-2) unstable; urgency=low
1377
1378   * Build-depends: depend on debhelper (>=2.0.103).
1379     Closes: #105795: Build-Depends are wrong.
1380   * Run samba's preinst and postinst scripts without -e so failed commands
1381     do not abort installation.
1382     Closes: #106384: postinstall crashes abnormally. (And really closes
1383       #104471.)
1384
1385  -- Eloy A. Paris <peloy@debian.org>  Thu, 26 Jul 2001 00:30:37 -0400
1386
1387 samba (2.2.1a-1) unstable; urgency=low
1388
1389   * New upstream version.
1390   * Make sure samba's postinst script exits with a zero status.
1391     Closes: #104471: Samba postinst problem.
1392
1393  -- Eloy A. Paris <peloy@debian.org>  Thu, 12 Jul 2001 21:55:21 -0400
1394
1395 samba (2.2.1-1) unstable; urgency=low
1396
1397   * New upstream version.
1398     Closes: #103339: config.guess and config.sub update required.
1399     Closes: #98518: Samba 2.2 can't act as PDC for NT4/W2K due to 
1400                     incompatibility with PAM.
1401     Closes: #97447: nmbd crashes due to bugs in DAVE 2.5.2.
1402     Closes: #95777: Samba 2.2 is unable to join or authenticate against 
1403                     Samba 2.2 PDC domain.
1404     Closes: #68842: samba should use PAM for password changing (I
1405                     haven't personally tried this one, but it's been
1406                     advertised this works.)
1407     Closes: #102506: PAM account checking fails.
1408     Closes: #102518: Complains about unknown paramter "obey pam
1409                      restrictions"
1410     Closes: #94774: Build failure on PARISC machines.
1411   * Moved away from /etc/cron.weekly/samba for log file rotation.
1412     Now using logrotate.
1413     Closes: #95548: typo in /etc/cron.weekly/samba.
1414     Closes: #74951: nmbd does not rename its log file.
1415   * Removed Debian-specific addtosmbpass.8 man page since this script
1416     is not longer provided upstream. Users should use the smbpasswd
1417     program instead.
1418   * Updated sample /etc/samba/smb.conf to reflect the recent changes
1419     affecting handling of PAM authentication. Also updated
1420     /etc/pam.d/samba.
1421
1422  -- Eloy A. Paris <peloy@debian.org>  Wed, 11 Jul 2001 00:44:14 -0400
1423
1424 samba (2.2.0.final.a-1) unstable; urgency=high
1425
1426   * New upstream version (contains security fix from DSA-065-1.)
1427     Closes: #97241: samba 2.2.0 fails to process hostnames in
1428       "hosts allow" config line.
1429   * Removed Debian-specific addtosmbpass.8 man page since this script
1430     is not longer provided upstream. Users should use the smbpasswd
1431     program instead.
1432     Closes: #98365: addtosmbpass is missing from 2.2.0.final-2.
1433   * Updated sample /etc/samba/smb.conf to reflect the recent changes
1434     affecting handling of PAM authentication. Also updated
1435     /etc/pam.d/samba.
1436
1437  -- Eloy A. Paris <peloy@debian.org>  Sun, 24 Jun 2001 11:11:59 -0400
1438
1439 samba (2.2.0.final-2) unstable; urgency=low
1440
1441   * Added libcupsys2-dev to Build-Depends.
1442   * Samba depends now (again) on netbase so update-inetd is always
1443     available for the Samba maintainer scripts.
1444     Closes: #86063: Fails to uninstall if inetd is not installed.
1445   * Updated source/config.{sub,guess} so ARM built doesn't fail.
1446     Closes: #94480: config.sub out of date; can't build on arm.
1447     Closes: #85801: config.sub/guess out of date.
1448   * Not using brace expansion, i.e. {foo,bar} in any of the maintainers
1449     scripts nor in debian/rules.
1450     Closes: #88007: samba postrm has is not POSIX sh compliant.
1451
1452  -- Eloy A. Paris <peloy@debian.org>  Sat, 21 Apr 2001 17:27:18 -0400
1453
1454 samba (2.2.0.final-1) unstable; urgency=low
1455
1456   * New upstream release. Lots of new things. See WHATSNEW.txt.
1457   * Goofy version number because of my stupidity when assigning version
1458     numbers to the CVS packages I have been uploading to experimental.
1459     Will be fixed when 2.2.1 is released. I've no doubts a 2.2.1 release
1460     will follow soon.
1461
1462  -- Eloy A. Paris <peloy@debian.org>  Tue, 17 Apr 2001 22:58:14 -0400
1463
1464 samba (2.2.0.cvs20010416-1) experimental; urgency=low
1465
1466   * CVS update.
1467
1468  -- Eloy A. Paris <peloy@debian.org>  Mon, 16 Apr 2001 21:25:15 -0400
1469
1470 samba (2.2.0.cvs20010410-1) experimental; urgency=low
1471
1472   * CVS update.
1473   * Added libreadline4-dev to Build-Depends.
1474
1475  -- Eloy A. Paris <peloy@debian.org>  Tue, 10 Apr 2001 16:53:45 -0400
1476
1477 samba (2.2.0.cvs20010407-1) experimental; urgency=low
1478
1479   * CVS update. Includes what is in 2.2.0alpha3.
1480
1481  -- Eloy A. Paris <peloy@debian.org>  Sat,  7 Apr 2001 16:00:33 -0400
1482
1483 samba (2.2.0.cvs20010316-1) experimental; urgency=low
1484
1485   * Started working on Samba 2.2.0. Using the SAMBA_2_2_0 branch
1486     from Samba CVS.
1487   * Not compiling rpctorture as it has compile errors. Change in
1488     debian/rules.
1489   * Removed Linux kernel 2.0.x and smbfs compatibility baggage. Now
1490     the smbfs does not support 2.0.x kernels; a kernel > 2.2.x is
1491     needed to use smbfs. Updated debian/control, debian/rules and
1492     README.Debian to reflect this change.
1493   * Added to swat a versioned dependency on samba (so a user is forced to
1494     install a new version of swat each time a new version of samba is
1495     installed.)
1496
1497  -- Eloy A. Paris <peloy@debian.org>  Sun, 18 Mar 2001 14:21:14 -0500
1498
1499 samba (2.0.7-5) unstable; urgency=medium
1500
1501   * Transition from suidmanager to dpkg-statoverride.
1502
1503  -- Eloy A. Paris <peloy@debian.org>  Thu, 18 Jan 2001 23:51:56 -0500
1504
1505 samba (2.0.7-4) unstable; urgency=medium
1506
1507   * Applied Urban Widmark <urban@teststation.com> fixes to smbmount. Urban
1508     is the maintainer of the smbfs in the kernel and of the userland
1509     utilities.
1510   * Links to HTML documents are correct now.
1511     Closes: #69439: swat: Broken help file symlinks
1512     Closes: #72615: samba-doc directory changed: removed htmldocs from path
1513     Closes: #75847: swat: Wrong symlink
1514     Closes: #66857: Wrong links to html documents.
1515     Closes: #77912: misplaced documentation symlinks for swat
1516   * Building Samba with CUPS support. For this I reverted the change to
1517     source/configure.in that I did in 2.0.7-3 and re-ran autoconf.
1518     Closes: #59038: samba: not compiled with cups support.
1519   * Fix against previous known/unknown user time difference patch to swat
1520     (make username / password lookups take the same time.) Remove CGI
1521     logging code in Swat.
1522     Closes: #76341 - Security holes in swat
1523   * Updated Build-depends.
1524   * Updated debian/copyright to refer to the correct location of the GPL.
1525   * debian/rules: changed DESTDIR to `pwd`/debian/samba (was
1526     `pwd`/debian/tmp.)
1527   * debian/rules: added '--sourcedir=debian/samba' to dh_movefiles (for some
1528     strange reason dh_installdirs is not creating debian/tmp/ so I needed
1529     to tweak everything to install stuff in debian/samba rather than in
1530     debian/tmp.)
1531   * debian/control: changed section of samba-docs to 'doc' (was 'docs')
1532   * Using relative symlinks in /usr/share/samba/swat/ (changed debian/rules
1533     and source/scripts/installswat.sh.)
1534   * Fixed (by tweaking debian/rules)
1535     /usr/bin/{smbmnt,smbumount-2.*,smbmount-2.*} to be suid.
1536   * Added "Provides: samba-client" to smbclient's section in control.
1537     Closes: #71143: smbclient: Smbclient should provide samba-client.
1538   * Fix for desired_access being zero in map_share_mode() (patch to
1539     source/smbd/nttrans.c.) Thanks to Gary Wilson
1540     <wilsong@sergievsky.cpmc.columbia.edu> for bringing this patch to my
1541     attention.
1542   * Hacked source/lib/util_sec.c so smbd works fine in both 2.0.x and
1543     2.2.x kernels even when the build is done in a system running
1544     a 2.2.x kernel.
1545     Closes: #78858: samba-common: samba2.0.7 needs kernel 2.2.x but
1546                     doesnt depend on it.
1547     Closes: #72758: README.Debian should comment on 2.0.x kernels.
1548     Closes: #56935: Samba 2.0.6 and Kernel 2.0.x.
1549     Closes: #58126: Samba 2.0.6 and Kernel 2.0.x -- more info.
1550     Closes: #60580: samba: failed to set gid.
1551     Closes: #64280: Samba panics, can't set gid.
1552     Closes: #66816: Must deal with brokenness under 2.0.x.
1553     Closes: #67682: potatoe samba 2.0.7-3 out of order, 2.0.5a-1 OK.
1554     Closes: #69735: PANIC: failed to set gid
1555     Closes: #66122: "smbclient -L localhost -U%" returns with "tree
1556                     connect failed: code 0".
1557     Closes: #57637: Samba says tree connect error.
1558     Closes: #58015: potato samba wins support is broken.
1559   * Fixed comments in sample smb.conf to point to the correct location.
1560     Closes: #69578: comments in smb.conf points to wrong path.
1561   * Move codepages from /etc/samba/codepages/ to
1562     /usr/share/samba/codepages/.
1563     Closes: #63813: samba; codepages should go in /usr/lib.
1564   * Moved /var/samba/ to /var/state/samba/.
1565     Closes: #49011: samba package not FHS compliant.
1566   * Hacked source/configure.in (and re-ran autoconf) so yp_get_default_domain()
1567     is found.
1568     Closes: #44558: netgroup support missing in samba 2.0.5a-1.
1569   * /etc/init.d/samba was calling start-stop-daemon with both --pidfile and
1570     --exec. Got rid of --exec so --pidfile works.
1571
1572  -- Eloy A. Paris <peloy@debian.org>  Thu, 11 Jan 2001 00:15:57 -0500
1573
1574 samba (2.0.7-3) frozen unstable; urgency=high
1575
1576   * Release manager: this closes a RC bug.
1577   * Commented out the section in source/configure.in that auto-detects
1578     CUPS support and then ran autoconf to generate a new configure
1579     script. This was done to prevent machines that have libcupsys-dev
1580     installed from detecting CUPS support and adding an unwanted
1581     dependency on libcupsys. This way the whole printing system
1582     won't break on upgrades. CUPS support should be added after
1583     Potato is released.
1584     Closes: #65185: samba-common: Upgrading removes printing system.
1585     Closes: #64496: smbfs: smbfs on powerpc has a dependency on cupsys.
1586   * Updated README.debian.
1587     Closes: #64594: Old README.Debian in /usr/share/doc/samba.
1588
1589  -- Eloy A. Paris <peloy@debian.org>  Tue, 20 Jun 2000 19:16:04 -0400
1590
1591 samba (2.0.7-2) frozen unstable; urgency=high
1592
1593   * Release manager: this closes RC bug #63839 that prevents Samba
1594     to be built from source.
1595   * Fixed a stupid typo in debian/rules that was preventing Samba
1596     to be built from source.
1597     Closes: #63839: samba_2.0.7-1(frozen): build error (SAMBABOOK dir)
1598   * I forgot to mention that O'Reilly's book "Using Samba" was donated
1599     to the Open Source community. The book was included in Samba 2.0.7
1600     in HTML format and is part of the Debian Samba package since 
1601     Samba 2.0.7-1.
1602   * In Samba 2.0.7-1, the "Using Samba" book and a number of HTML help
1603     files were supposed to be provided in both the swat and the samba-doc
1604     packages. This duplication was a waste of space. Starting with
1605     Samba 2.0.7-2, swat recommends samba-doc and the book and the HTML
1606     files are included only in samba-doc, and are accessed via symlinks
1607     from within swat.
1608     Closes: #58810: superfluous files in swat?
1609   * Added a 'echo "."' to /etc/init.d/samba in the reload) section.
1610     Closes: #63394: "echo ." missing in reload section of init.d script
1611   * Fixed typo in docs/htmldocs/using_samba/ch06_05.html.
1612     Closes: #64344: typo "encrypted passwords"
1613   * Cleaned up samba's postrm script so important common files aren't
1614     deleted when samba is purged. Created a samba-common.postrm script.
1615     Closes: #62675: purging samba removes /etc/samba/smb.conf.
1616     Closes: #63386: samba --purge removes /etc/samba dir even though
1617             smbclient/smbfs/samba-common packages are still installed
1618
1619  -- Eloy A. Paris <peloy@debian.org>  Wed,  3 May 2000 02:42:07 -0400
1620
1621 samba (2.0.7-1) frozen unstable; urgency=low
1622
1623   * New upstream version. Dear Release Manager: please allow this 
1624     package to go to frozen as it contains fixes to a _lot_ of problems.
1625     You can take a look at all the problems fixed by this release in
1626     the official upstream announcement at
1627     http://us1.samba.org/samba/whatsnew/samba-2.0.7.html.
1628   * Added --with-utmp to add utmp support to smbd (this is new in Samba
1629     2.0.7)
1630   * Closes: #62148 - samba not rotating filled logs.
1631   * Closes: #56711: Samba doesn't manage well long share name (please note
1632       that it's possible to connect to shares with names longer than
1633       14 characters but the share will be listed with a name truncated to
1634       13 characters.)
1635   * Closes: #51752 - NT DOMAIN - NET USE * /HOME not mapping (error 67).
1636     Closes: #50907 - logon path not working.
1637     This is not a bug, it's just Samba doing the same thing an NT server
1638     does. See WHATSNEW.txt and smb.conf's man page for details.
1639   * Closes: #48497 - error executing smbsh in debian-potato. (smbwrapper
1640     is not supported anymore.)
1641   * Closes: #58994 swat: typo in swat description.
1642   * Closes: #45931 - Samba dies with SIGILL on startup. (Hardware 
1643     problems, person that reported the bug never came back.)
1644     Closes: #54398 - smbadduser fails, looks for ypcat.
1645   * Fixed swat's man page to include Debian specific installation
1646     instructions. There's not necessary to edit /etc/services or 
1647     /etc/inetd.conf.
1648     (Closes: #58616 - incomplete install config && incorrect installation
1649       instructions.)
1650   * s/SBINDIR/\"/usr/sbin\"/g in source/web/startstop.c to prevent swat
1651     to look for smbd and nmbd in the wrong place when requested to start or
1652     stop smbd or nmbd.
1653     (Closes: #55028 - swat can't start samba servers.)
1654   * Closes: #37274: smbclient does not honour pot. (Tested and seems to be
1655     working now.)
1656   * Not confirmed, but should fix #56699, #62185, #56247, #52218, #43492,
1657     #50479, #39818, #54383, #59411.
1658     (please re-open any of this if the problem still exists - I was unable
1659     to confirm any of this because I could never reproduce them.)
1660     Closes: #56699 - Samba's nmbd causes random kernel oops several
1661       times in a row.
1662     Closes: #62185 - nmbd's forking until no more file descriptors are 
1663       available.
1664     Closes: #56247 - session setup failed: ERRSRV - ERRbadpw.
1665     Closes: #52218 - Either wins proxy does not work, or I don't understand
1666       it.
1667     Closes: #43492 - intermittent problem changing password.
1668     Closes: #50479 - Can't access windows 2000 shares with samba.
1669     Closes: #39818 - samba-common: Upgrading Samba from the Slink version.
1670     Closes: #54383 - samba-common: Missing /etc/smb.conf.
1671     Closes: #59411 - smbclient: cannot browse Win2k shares.
1672
1673  -- Eloy A. Paris <peloy@debian.org>  Thu, 27 Apr 2000 16:07:45 -0400
1674
1675 samba (2.0.6-5) frozen unstable; urgency=low
1676
1677   * Oppsss! samba-common doesn't depend on libcupsys1 so the binaries
1678     in this package are broken unless libcupsys1 is installed.
1679     samba-common has a "grave" bug because of this. Instead of adding 
1680     libcupsys1 to the Depends: list of each package in debian/control
1681     I investigated why dh_shlibs was not picking the dependency
1682     automatically. It turns out that it's probably a bug in libcupsys1
1683     because the format of its shlibs file is not correct. I fixed that
1684     file (/var/lib/dpkg/info/libcupsys1.shlibs) and now dependencies are
1685     picked correctly. I'll talk to the libcupsys1 maintainer.
1686
1687     I think the addition of CUPS support to Samba is a big change that
1688     should not go into Frozen. So, I decided to back up the addition
1689     of CUPS support I did in 2.0.6-4 to minimize problems. I'll add
1690     CUPS support again when I start working on Samba for Woody.
1691     (Closes: #59337 - samba-common has a missing dependency)
1692
1693  -- Eloy A. Paris <peloy@debian.org>  Wed,  1 Mar 2000 08:40:02 -0500
1694
1695 samba (2.0.6-4) frozen unstable; urgency=low
1696
1697   * It seems that sometimes nmbd or smbd are not killed when upgrading.
1698     I think it is because in samba's prerm script I was calling
1699     start-stop-daemon with the --pidfile switch and in old versions of
1700     Samba the nmbd and smbd daemons did not store their PIDs in a file in
1701     /var/samba/. I changed debian/samba.prerm so the existence of the
1702     PID files is checked before calling "start-stop-daemon --pidfile ..."
1703     If the PID files do not exist then start-stop-daemon is called
1704     without the --pidfile parameter.
1705     (Closes: #58058 - upgrade from slink went badly)
1706   * Fixed typo in description of swat package in debian/control.
1707   * Installed libcupsys1-dev so the configure script picks up CUPS
1708     and Samba is compiled with CUPS support. Also added libcupsys1 to
1709     the Depends: list of package samba in debian/control.
1710     (Closes: #59038 - samba not compiled with cups support)
1711   * Added a small paragraph to debian/README.debian warning about possible
1712     problems with the WINS code in Samba 2.0.6.
1713
1714  -- Eloy A. Paris <peloy@debian.org>  Mon, 28 Feb 2000 14:00:42 -0500
1715
1716 samba (2.0.6-3) frozen unstable; urgency=low
1717
1718   * Applied patch posted by Jeremy Allison to the samba mailing list
1719     that should take care of the internal errors reported in bug #52698
1720     (release-critical). Wichert: please test as I never could reproduce
1721     it here.
1722     (Closes: #52698 - samba gets interbal errors)
1723   * Moved samba-docs to the 'docs' section.
1724     (Closes: #51077 - samba-doc: wrong section)
1725   * Added reload capability to /etc/init.d/samba (only for smbd because
1726     nmbd does not support reloading after receiving a signal).
1727     (Closes: #50954 - patch to add reload support to /etc/init.d/samba)
1728   * Corrected "passwd chat" parameter in sample /etc/samba/smb.conf so
1729     Unix password syncronization works with the passwd program currently
1730     in Potato. Thanks to Augustin Luton <aluton@hybrigenics.fr> for
1731     the correct chat script.
1732   * Stole source/lib/util_sec.c from the CVS tree of what will become
1733     Samba 2.0.7 or whatever so we can use the same binaries under
1734     both 2.0.x and 2.2.x kernels.
1735     (Closes: #51331 - PANIC: failed to set gid)
1736   * smbadduser is now provided as an example and it's customized for Debian.
1737     I am not providing this script in /usr/sbin/ because then I would need
1738     a dependency on csh, something that I don't want to do.
1739     (Closes: #51697, #54052)
1740   * Fixed the short description of the smbfs package in debian/control.
1741     (Closes: 53534 - one-line description out of date).
1742
1743  -- Eloy A. Paris <peloy@debian.org>  Tue, 23 Nov 1999 16:32:12 -0500
1744
1745 samba (2.0.6-2) unstable; urgency=low
1746
1747   * samba-common now depends on libpam-modules (not on libpam-pwdb, which
1748     I have been told is obsolete). I modified /etc/pam.d/samba accordingly
1749     to reflect the change.
1750     (Closes: Bug#50722: pam pwdb dependence?).
1751   * The old /etc/pam.d/samba file which had references to pam_pwdb caused
1752     smbd to die with a signal 11. The new /etc/pam.d/samba file fixes
1753     this problem.
1754     (Closes: #50876, #50838, #50698)
1755   * Compiled with syslog support (use at your own risk: syslog support
1756     is still experimental in Samba). I added the parameters "syslog = 0"
1757     and "syslog only = no" to the sample smb.conf to avoid pestering
1758     users that do not want Samba to log through syslog.
1759     (Closes: Bug#50703 - syslog only option doesn't work)
1760   * Removed the stupid code in the smbmount wrapper script that tries
1761     to load the smbfs module if smbfs is not listed in /proc/filesystems.
1762     (Closes: Bug#50759 - Non-root can't run smbmount if SMBFS is compiled
1763     as a module in the kernel)
1764   * Added /bin/mount.smb as a symlink pointing to /usr/bin/smbmount so
1765     'mount -t smb ...' works just as 'mount -t smbfs ...'.
1766     (Closes: Bug#50763 - 'mount -t smb' doesn't work)
1767
1768  -- Eloy A. Paris <peloy@debian.org>  Sat, 20 Nov 1999 18:53:35 -0500
1769
1770 samba (2.0.6-1) unstable; urgency=low
1771
1772   * Samba 2.0.6 has been released. This is the first try of the Debian
1773     Samba packages. I know for sure that smbd won't work properly on
1774     2.0.x kernels because the patch that Wichert sent me does not apply
1775     to the new source/lib/util_sec.c in Samba 2.0.6. That file was
1776     completely re-written by Tridge.
1777   * Updated README.Debian.
1778   * A new client utility called smbspool appeared in Samba 2.0.6. I added
1779     this utility to the smbclient package, although I haven't tried it yet.
1780   * Added the symlink /sbin/mount.smbfs that points to /usr/bin/smbmount.
1781     This is to be able to type "mouont -t smbfs ...". This symlink goes
1782     in the smbfs package, of course.
1783   * This new release should close the following bugs (some of these
1784     are fixed for sure in this new upstream release, some others I could
1785     not reproduce but I believe they are fixed if they were real bugs.
1786     As always, please feel free to re-open the bugs if the problem is not
1787     solved).
1788       Closes: Bug#33240: icmp mask needs a bug workaround.
1789       Closes: Bug#37692: samba: Has problems detecting interfaces.
1790       Closes: Bug#38988: samba: Truly bizzare behavour from nmbd.
1791       Closes: Bug#46432: samba-2.0.5a-2: nmbd does not appear to broadcast
1792                           properly.
1793       Closes: Bug#44131: smbfs: no longer possible to set file and
1794                           directory-modes.
1795       Closes: Bug#46992: smbmount-2.2.x manpage wrong.
1796       Closes: Bug#42335: smbfs: missing options from the new 2.2.x commandline.
1797       Closes: Bug#46605: smbmnt segfaults.
1798       Closes: Bug#48186: smbmount.
1799       Closes: Bug#38040: smbfs: Please add /sbin/mount.smb [included].
1800       Closes: Bug#47332: smbmount: could -f and -P be added back?
1801   * Samba has been compiled with PAM support (closes: Bug#39512 - samba PAM
1802     module). To succesfully add PAM support, I created /etc/pam.d/samba and
1803     added this file as a conffile for the samba-common package. I also made
1804     samba-common depend on libpam-pwdb.
1805   * Added simple man pages for the wrapper scripts smbmount and smbmount.
1806     (Closes: Bug#44705 - Missing smbmount man page)
1807   * Installed libreadlineg2-dev in my system so smbclient now has a
1808     "history" command and libreadline support :-)
1809   * This time I did add a check to the smbmount wrapper script to see if
1810     the kernel has support for smbfs, as suggested by Jeroen Schaap
1811     <J.Schaap@physiology.medfac.leidenuniv.nl>. I mentioned in the changelog
1812     for samba-2.0.5a-3 that I did this but I forgot at the end.
1813
1814  -- Eloy A. Paris <peloy@debian.org>  Thu, 11 Nov 1999 12:08:15 -0500
1815
1816 samba (2.0.5a-5) unstable; urgency=low
1817
1818   * I am sorry to report that the smbwrapper package is gone for the
1819     moment. The reason for this is twofold: first of all, smbwrapper
1820     is completely broken in Samba-2.0.5a (it compiles but it doesn't
1821     run) and in the upcoming Samba-2.0.6 it doesn't even compile. Second,
1822     when I asked Andrew Tridgell (father of Samba) about the state of
1823     smbwrapper he told me that Ulrich Drepper (head of the glibc project)
1824     broke on purpose the glibc stuff in which smbwrapper is based.
1825     Consequently, Tridge recommended me to compile Samba without
1826     support for smbwrapper. When, I have no idea. Sorry folks. Here is
1827     the original message I received from Andrew:
1828     
1829     > 1) 2.0.5a's smbwrapper doesn't work under glibc2.1, and pre-2.0.6's
1830     > smbwrapper doesn't even compile under glibc2.1.
1831     
1832     yep, Ulrich deliberately broke it. It won't get fixed till glibc
1833     allows the sorts of games it plays to work again. I suggest you turn
1834     it off in your build scripts until that gets sorted out.
1835     
1836   * Swat's file are now in /usr/share/samba/ instead of
1837     /usr/lib/samba/ (bug #49011).
1838   * Man pages now in /usr/share/man/ instead of /usr/man/ (bug #49011).
1839
1840  -- Eloy A. Paris <peloy@debian.org>  Tue,  2 Nov 1999 12:59:13 -0500
1841
1842 samba (2.0.5a-4) unstable; urgency=low
1843
1844   * Applied patch from our fearless leader (Wichert) to fix the darn bug
1845     that prevents Samba to work on 2.0.x kernels if it was compiled
1846     in a system running a 2.2.x kernel. This closes #40645 (build uses
1847     setresuid which doesn't work under 2.0.34 (does apparently under
1848     2.2.x) ).
1849   * Fixed the entry that swat's postinst script adds to /etc/inetd.conf
1850     so it is '#<off># swat\t\tstream\ttcp\tnowait.400 ...' instead of
1851     '#<off>#swat\t\tstream\ttcp\tnowait.400 ...'. The old way caused
1852     'update-inetd --enable swat' to leave the entry for swat disabled.
1853     Thanks to Dave Burchell <burchell@inetnebr.com> for finding out
1854     this problem. This closes #48762 (swat uses non-standard syntax to 
1855     comment out inetd.conf entry).
1856   * /usr/sbin/swat does not think anymore that the smbd daemon lives
1857     in /usr/local/samba/bin/. To fix this I am running now source/configure
1858     with "--prefix=/usr --exec-prefix=/usr". This closes #47716 (samba
1859     'swat' fails: incorrect hardwired path in the binary).
1860
1861  -- Eloy A. Paris <peloy@debian.org>  Sun, 31 Oct 1999 03:42:38 -0500
1862
1863 samba (2.0.5a-3) unstable; urgency=low
1864
1865   * I am pretty darn busy with my MBA, I apologize for the long time it's
1866     taking to squash bugs in the Samba packages.
1867   * Built with debhelper v2 for FHS compliancy. Changed a couple of
1868     things in debian/rules to accomodate for the new place for the docs.
1869     I also had to change debian/{samba.postinst,samba.prerm,swat.postinst}
1870     to make sure that the symlink from /usr/doc/xxx exists and points to
1871     /usr/share/doc/xxx (the reason for this is that I am not letting
1872     debhelper to create these scripts for me automatically).
1873   * Built with latest libc6.
1874   * smbfs: finally, the nasty bug that causes smbmount to die after
1875     a while is gone thanks to Ben Tilly <Ben_Tilly@trepp.com>.
1876     The problem was just a typo in source/client/smbmount.c.
1877     This closes grave bug #42764 (smbmount dies) and #43341 
1878     (smbfs-2.2.x won't function after a while).
1879   * Fixed the smbmount wrapper script to eliminate a bashism (closes
1880     #45202 - "wrapper scripts use $* instead of "$@") and to recognize 
1881     2.3.x and 2.4.x kernels (closes #47688 - "smbfs: does not recognize 
1882     kernel 2.3.x").
1883   * Added a check to the smbmount wrapper script to see if the
1884     kernel has support for smbfs, as suggested by Jeroen Schaap
1885     <J.Schaap@physiology.medfac.leidenuniv.nl>.
1886   * swat's man page is now part of the swat package, not of the samba
1887     package. This closes #44808 (Samba has a man page for swat, but 
1888     the binary is not included).
1889   * The interface program smbrun is not longer needed by smbd because
1890     of the availability of execl() under Linux. Because of this, the
1891     smbrun is not even being compiled. Since there is no need for smbrun
1892     now, the smbrun man page was taken out of the samba package. This
1893     closes #45266 (/usr/bin/smbrun missing).
1894   * smbpasswd is now part of the samba-common package, and not part of
1895     the samba package. This is to let administrators that do not want
1896     to install a full Samba server administer passwords in remote
1897     machines. This closes bug #42624 (smbpasswd should be included in 
1898     smbclient). This bug report also suggests that swat becomes part of 
1899     the samba package, that smbfs becomes part of the smbclient package,
1900     and that the binary smbpasswd becomes part of the smbclient package.
1901     I moved smbpasswd to the samba-common package but I am reluctant to 
1902     do the other things the bug report suggests.
1903   * In order to keep dpkg happy when moving smbpasswd from the samba
1904     package to samba-common, I had to add a "Replaces: samba (<= 2.0.5a-2)"
1905     in the control section of the samba-common package and a
1906     "Replaces: samba-common (<= 2.0.5a-2)" in the control section of the
1907     samba package (in debian.control).
1908   * Samba is now being compiled with the "--with-netatalk" option. This
1909     closes #47480 (Could samba be compiled with the --with-netatalk option).
1910   * All packages that depend on samba-common have a versioned dependency
1911     now. This was accomplished by adding "(= ${Source-Version})" to the
1912     relevant sections of debian/control. Thanks t Antti-Juhani Kaijanaho
1913     <gaia@iki.fi> for the hint. This closes #42985 (samba should probably
1914     have a versioned depends on samba-common).
1915   * Made sure the file docs/textdocs/DIAGNOSIS.txt gets installed in all
1916     the Samba packages. This closes bug #42049 (no DIAGNOSTICS.txt file).
1917   * Added the smbadduser helper script to the samba package. This closes
1918     #44480 (Samba doesn't come with the smbadduser program).
1919   * Applied patch from szasz@triton.sch.bme.hu that prevents smbmount
1920     to leave an entry in /etc/mtab for a share that could not be mounted
1921     because of invalid user of password. The patch also allows smbumount
1922     to unmount the share in the event that something goes wrong with the
1923     smbmount process. This closes bug #48613 (Mount/umount problems + 
1924     patch) as well as #44130 (failed mount is still mounted).
1925   * smbmount-2.2.x is now setuid root. This is needed for the patch
1926     applied above to be effective. If smbmount-2.2.x is not setuid root
1927     then an entry will be left in /etc/mtab even when the mount
1928     fails. I had to add "usr/bin/smbmount-2.2.x" to debian/smbfs.suid
1929     for this to work.
1930
1931  -- Eloy A. Paris <peloy@debian.org>  Wed, 27 Oct 1999 10:36:13 -0400
1932
1933 samba (2.0.5a-2) unstable; urgency=low
1934
1935   * This version is basically the same as 2.0.5a-1 but it was compiled
1936     on a Potato system with glibc2.1. See below the change log for 2.0.5a-1
1937     for more information.
1938
1939  -- Eloy A. Paris <peloy@debian.org>  Tue, 27 Jul 1999 02:25:29 -0400
1940
1941 samba (2.0.5a-1) stable; urgency=high
1942
1943   * I'm back from the Honey Moon. We are pretty busy because we are moving
1944     to Pittsburgh (from Caracas, Venezuela) in aprox. 24 hours and we still
1945     have plenty of things to pack and to do. Samba 2.0.5 was released
1946     while I was in the Honey Moon and it is just now (almost 3 AM) when
1947     I have time to package it.
1948   * Because of the security problems fixed in 2.0.5, this upload goes
1949     to both stable and unstable (the Security Team asked for this).
1950   * This release (2.0.5a-1) was compiled on a Slink system. 2.0.5a-2 will
1951     be compiled on a Potato system.
1952   * Added a "Replaces: samba (<= 1.9.18p10-7)" to the samba-common
1953     section in debian/control (as suggested by Steve Haslam
1954     <araqnid@debian.org>) to fix the problems that appear when upgrading 
1955     from the Samba package in Slink. Please test this as I am completely 
1956     unable to do so. This should fix bug #39818 (Upgrading Samba from the 
1957     Slink version).
1958   * Removed the hacks to the autoconf stuff that I added to 2.0.4b-2 in 
1959     order to have defined several socket options when compiling with
1960     Linux 2.2.x kernel headers - the fix is now upstream.
1961   * Finally!!! smbmount was re-written (thanks Tridge :-) to use a command
1962     line syntax similar to the one used by the old smbmount (for 2.0.x 
1963     kernels). This means that the wrapper script is no longer necessary
1964     so I removed it. In its place there is a simple wrapper script that
1965     calls smbmount-2.0.x or smbmount-2.2.x depending on the kernel that is
1966     running.
1967   * Because of the wedding, the Honey Moon, and our move to Pittsburgh,
1968     I can't work on fixing other bugs in this release.
1969
1970  -- Eloy A. Paris <peloy@debian.org>  Tue, 27 Jul 1999 02:18:51 -0400
1971
1972 samba (2.0.4b-3) unstable; urgency=low
1973
1974   * Stupid mistake: I forgot to add /usr/bin/smbumount to debian/smbfs.files
1975     and because of this /usr/bin/smbumount was part of the samba package
1976     instead of part of the smbfs package.
1977
1978  -- Eloy A. Paris <peloy@debian.org>  Thu,  1 Jul 1999 01:51:24 -0400
1979
1980 samba (2.0.4b-2) unstable; urgency=low
1981
1982   * Dark (and archive maintainers): please remove from Potato the smbfsx 
1983     binary package and also the old source package for smbfs. smbfs and 
1984     smbfsx have been merged starting with this version.
1985   * Merged the old smbfs package with Samba. Now there is only one package
1986     for the smbfs utilities and is called "smbfs". The package smbfsx
1987     does not exist any more and this new smbfs package must be used
1988     for both 2.0.x and > 2.1.x kernels.
1989   * A wrapper script was added to handle the syntax change in smbmount
1990     in the new smbfs utilities (required for kernels > 2.1.70). The
1991     home page for this script is http://www.wittsend.com/mhw/smbmount.html.
1992     Please _note_ that this will change (for good) in Samba 2.0.5 :-)
1993   * Added debian/smbumount.sh. It's another wrapper that calls smbumount-2.2.x
1994     or smbumount-2.0.x depending on the kernel currently running.
1995   * Not using -t for savelog in cron.weekly script.
1996   * Recompiled without libreadlineg-dev (Samba does not seem to be using
1997     it so unnecessary dependencies are produced).
1998   * glibc2.1 build.
1999   * Removed smbpasswd.8 man page from the debian/ directory because it is
2000     now being provided upstream.
2001   * Got rid of the ugly hack I put in source/lib/util_sock.c to have
2002     IPTOS_LOWDELAY and IPTOS_THROUGHPUT defined. Now I patched the
2003     autoconf stuff to #include <netinet/ip.h>. I've sent the patch to
2004     Jeremy Allison so we have this upstream.
2005
2006  -- Eloy A. Paris <peloy@debian.org>  Mon, 28 Jun 1999 17:47:19 -0400
2007
2008 samba (2.0.4b-1) unstable; urgency=low
2009
2010   * New upstream release. This release fixes the following Debian bugs:
2011     #33838 (Amanda/ Samba 2.0.2 and backing up large filesystems) and
2012     #33867 (Amanda 2.4.1 and Samba 2.0.2 and large filesystems). Jeremy
2013     Allison released Samba 2.0.4 and found out that there were a couple
2014     of minor bugs so he released 2.0.4a. Then he found out about more
2015     serious bugs and released 2.0.4b. I have built this package several
2016     times between yesterday and today because of this. Now I am releasing
2017     the Debian packages for Samba with what I believe will be the latest
2018     release the Samba Team will make at least in the next 4 days (Jeremy
2019     is taking a short vacation).
2020   * Still compiling against glibc2.0 (sorry about that :-)
2021   * Hacked source/smbwrapper/smbsh.c to fix the problem
2022     of smbsh not finding the shared library smbwrapper.so. It looks
2023     now in /usr/lib/samba/ for this file. This fixes #32971, #32989,
2024     #33278, #34911 and #36317.
2025   * Made smbfsx depend on samba-common because smbfsx uses /etc/samba/smb.conf
2026     and /etc/samba/codepages/. This fixes #33128 (smbmount complains about
2027     missing /etc/smb.conf).
2028   * Package swat does not depend on httpd anymore (there's no need to).
2029     This fixes #35795 (swat requires httpd).
2030   * Renamed smbmount-2.1.x and smbumount-2.1.x to smbmount-2.2.x and
2031     smbumount-2.2.x. Same applies to the man pages.
2032   * Changed minor type in smbmount's man page (changed "\"" by "\'"). This
2033     fixes #34070 (wrong quotes in manpage).
2034   * Used Fabrizio Polacco's <fpolacco@icenet.fi> procedure to create the
2035     Debian package for Samba. This closes #35781 (samba has no pristine 
2036     source).
2037   * Changes to /etc/cron.weely/samba: rotate /var/log/{nmb,smb}.old only
2038     if the size of either is different than 0. Also, added comments at the
2039     beginning of this script to explain how rotation of log files works in
2040     Samba. Thanks to ujr@physik.phy.tu-dresden.de (Ulf Jaenicke-Roessler)
2041     for the suggestions. This closes #37490 (cron.weekly script rotates not
2042     used [sn]mb.old files). As I side effect, this should also close
2043     #31462 (still trouble with /etc/cron.weekly/samba).
2044   * Check for old /etc/pam.d/samba file which is not provided by this version
2045     of the Debian Samba package but was provided in older versions. If this
2046     file exists we delete it. We check for this in the postinst. This closes
2047     #37356 (samba put stuff in pam.d that pam complains about) and #34312 
2048     (libpam0g: questions during upgrade).
2049   * Make sure the mode of /etc/samba/smbpasswd is set to 600. This is done
2050     in the postinst script. This closes #35730 (Security problem with 
2051     /etc/samba/smbpasswd when upgrading from samba 1.9.18p8-2 to 2.0.3-1).
2052   * I have just checked and it looks like #28748 (smbfsx doesn't "return ")
2053     has been fixed. This might have been fixed since a long time ago.
2054   * Long long standing bug #18488 (smbclient: internal tar is broken) is
2055     closed in this release of Samba. The bug might have been closed for a 
2056     long long time, but I did not check for this before.
2057   * Temporary fix to the annoying "Unknown socket option IPTOS_LOWDELAY"
2058     message. This fixes #33698 (socket option IPTOS_LOWDELAY no longer works),
2059     #34148 (warnings from smbd) and #35333 (samba warnings).
2060
2061  -- Eloy A. Paris <peloy@debian.org>  Thu, 20 May 1999 00:35:57 -0400
2062
2063 samba (2.0.3-1) unstable; urgency=low
2064
2065   * New upstream version.
2066   * Removed the convert_smbpasswd.pl program I created and put in
2067     /usr/doc/samba/ because there's a convert_smbpasswd script in the
2068     upstream sources that does the same thing. I modified the postinst
2069     script to use this script instead of the one I created.
2070
2071  -- Eloy A. Paris <peloy@debian.org>  Sun, 28 Feb 1999 01:35:37 -0400
2072
2073 samba (2.0.2-2) unstable; urgency=low
2074
2075   * Updated the README.Debian file.
2076   * Updated the description of the samba package in the control file.
2077   * The binaries smbmnt and smbumount-2.1.x in the smbfsx package are now
2078     installed setuid root as they should be. This was done by doing a
2079     a "chmod u+s" for each binary in debian/rules and by creating the 
2080     file debian/smbfsx.suid.
2081   * Minor patch to source/client/smbumount.c to allow normal users
2082     to umount what they have mounted (problem was a kernel vs. libc6
2083     size mismatch). I sent the patch upstream.
2084   * Created debian/smbwrapper.dirs so the directory /usr/lib/samba/ is
2085     created.
2086   * Modified debian/rules to move smbwrapper.so from debian/tmp/usr/bin/ to
2087     debian/smbwrapper/usr/lib/samba/.
2088   * Hacked source/smbwrapper/smbsh.c to fix the problem
2089     of smbsh not finding the shared library smbwrapper.so.
2090
2091  -- Eloy A. Paris <peloy@debian.org>  Thu, 11 Feb 1999 18:11:34 -0400
2092
2093 samba (2.0.2-1) unstable; urgency=low
2094
2095   * New upstream version.
2096
2097  -- Eloy A. Paris <peloy@debian.org>  Thu, 11 Feb 1999 01:35:51 -0400
2098
2099 samba (2.0.1-1) unstable; urgency=low
2100
2101   * New upstream version.
2102
2103  -- Eloy A. Paris <peloy@debian.org>  Sat,  6 Feb 1999 06:51:18 -0400
2104
2105 samba (2.0.0final-4) unstable; urgency=low
2106
2107   * The samba postinst made an unwarranted assumption that the file
2108     /etc/samba/smbpasswd exists. If the file did not exist (which is
2109     perfectly valid) the postinst will fail. This fixes #32953.
2110
2111  -- Eloy A. Paris <peloy@debian.org>  Fri,  5 Feb 1999 23:32:46 -0400
2112
2113 samba (2.0.0final-3) unstable; urgency=low
2114
2115   * Added to debian/control a "Depends: ${shlibs:Depends}" line for the
2116     samba-common package so dependencies for this package are set
2117     correctly (thanks to Dark for pointing this out).
2118
2119  -- Eloy A. Paris <peloy@debian.org>  Thu,  4 Feb 1999 09:45:21 -0400
2120
2121 samba (2.0.0final-2) unstable; urgency=low
2122
2123   * Finally!!! The first upload to unstable. Sorry for the delay folks
2124     but I have been quite busy lately :-) Another reason for the delay
2125     is that I wanted to ease the migration from Samba 1.9.18p10 and
2126     before to Samba 2.0.0. I changed the location of the config. files 
2127     from /etc/ to /etc/samba/ and this made things a little bit harder.
2128   * This package needs 2.2 kernel headers to compile (well, this is
2129     true for the smbfsx package, all others compile fine with 2.0 kernel
2130     headers).
2131   * Created a preinst script for the samba package to take care of the
2132     location migration of smb.conf (from /etc/ to /etc/samba/). The
2133     preinst script also takes care of moving /etc/smbpasswd to its new
2134     location (/etc/samba/).
2135   * Created postinst and postrm scripts to add/remove an entry for swat
2136     in /etc/inetd.conf.
2137   * I had forgotten to install the sambaconfig script so I changed
2138     debian/rules to install this script.
2139   * Added a postrm script for the samba package (I had forgotten to add 
2140     this script to the new Samba packages after the migration from 1.9.18 
2141     to 2.0.0).
2142   * Created a small Perl script that is called from the samba postinst
2143     to convert the smbpasswd from the old format used in version prior
2144     to 2.0.0 to the new one used in 2.0.0 and beyond.
2145   * The upgrade process should be automatically now. Please let me know
2146     of any problems you encounter.
2147
2148  -- Eloy A. Paris <peloy@debian.org>  Sat, 23 Jan 1999 09:34:10 -0400
2149
2150 samba (2.0.0final-1) experimental; urgency=low
2151
2152   * Finally!!! Samba 2.0.0 is here! I am not uploading to unstable
2153     because I still have to work out the migration from the old
2154     samba packages to the new ones. I also need to work more on the
2155     new swat package.
2156
2157  -- Eloy A. Paris <peloy@debian.org>  Thu, 14 Jan 1999 22:40:02 -0400
2158
2159 samba (2.0.0beta5-1) experimental; urgency=low
2160
2161   * New upstream version.
2162
2163  -- Eloy A. Paris <peloy@debian.org>  Tue,  5 Jan 1999 00:37:57 -0400
2164
2165 samba (2.0.0beta4-1) experimental; urgency=low
2166
2167   * New upstream version.
2168
2169  -- Eloy A. Paris <peloy@debian.org>  Wed, 23 Dec 1998 18:37:45 -0400
2170
2171 samba (2.0.0beta3-1) experimental; urgency=low
2172
2173   * New upstream version.
2174   * I have just realized that the documentation patches (for man pages)
2175     that I used for the 1.9.18 release are not longer necessary because
2176     there was a major re-write of all the Samba documentation that added
2177     the missing bits of information. So, I have just removed these minor
2178     patches.
2179
2180  -- Eloy A. Paris <peloy@debian.org>  Tue,  8 Dec 1998 12:00:30 -0400
2181
2182 samba (2.0.0beta2-1) experimental; urgency=low
2183
2184   * New upstream version.
2185   * This new version fixes the potential security problem that
2186     was posted to debian-private (using the "message command" parameter
2187     to execute arbitrary commands from messages sent from LinPopUp).
2188   * Changed /etc/init.d/samba to use one of the variables stored in
2189     /etc/samba/debian_config to know how Samba is being run (from inetd or
2190     as daemons) instead of grepping /etc/inetd.conf which may not exist
2191     if the user is running xinetd (this fixes bug #29687 - assumes using 
2192     vanilla inetd)
2193
2194  -- Eloy A. Paris <peloy@debian.org>  Mon, 23 Nov 1998 23:32:03 -0400
2195
2196 samba (2.0.0beta1-1) experimental; urgency=low
2197
2198   * First beta release of the samba-2.0.0 code. Before the beta I was
2199     working with sources downloaded directly from the CVS server. This
2200     package goes into experimental and I plan to release the new
2201     samba to unstable as soon as it gets out of beta.
2202   * Created several packages out of the Samba sources. They are:
2203     samba (nmbd and smbd daemons + related programs), smbclient (FTP
2204     like command line utility to retrieve files from SMB servers),
2205     swat (Samba Web Administration Tool), samba-common (common files
2206     used by samba, smbclient and swat), smbfsx (smbfs utilities for
2207     kernels >= 2.1.70), smbwrapper and samba-doc (Samba documentation).
2208   * Refreshed debian/samba-doc.docs so recently added docs. are
2209     installed in the samba-doc package. New additions include man
2210     pages in the /usr/doc/samba-doc/htmldocs/ directory.
2211   * Deleted Debian specific nmblookup(1) man page as it is now upstream.
2212   * Added smbtorture to smbclient package.
2213   * Moved rpcclient from the samba package to the smbclient package.
2214   * The Samba daemons (nmbd and smbd) now create a PID file so I changed
2215     all calls to start-stop-daemon to use the PID file.
2216   * Fixed debian/rules to install mksmbpasswd (fixes #27655).
2217   * Modified /etc/init.d/samba so nmbd is started without the -a (append
2218     to the log file instead of overwrite) switch. The new behavior of
2219     nmbd is to NOT overwrite log files, so the -a switch can be deleted
2220     safely.
2221   * Moved from debstd to debhelper.
2222
2223  -- Eloy A. Paris <peloy@debian.org>  Thu,  1 Oct 1998 08:37:41 -0400
2224
2225 samba (1.9.18p10-5) frozen unstable; urgency=high
2226
2227   * Oppsss!!! While fixing bug #26884 I introduced a bug even worse than
2228     the one I was trying to fix: in /etc/init.d/samba I got rid of the test
2229     that tells us whether the Samba daemons are running from inetd or as
2230     standalone daemons. I corrected the problem by editing again
2231     /etc/init.d/samba to uncomment the test.
2232   * Wishlist bug #28298 (typos in samba) was fixed.
2233   * Wishlist bug #28309 (typos in smb.conf) was fixed.
2234
2235  -- Eloy A. Paris <peloy@debian.org>  Wed, 28 Oct 1998 09:11:47 -0400
2236
2237 samba (1.9.18p10-4) unstable; urgency=low
2238
2239   * Minor patch to debian/rules to delete *substvars instead of only
2240     substvars when doing a "debian/rules clean" (thanks to Daniel Jacobowitz
2241     <dmj@andrew.cmu.edu> for this).
2242   * Small patch to source/shmem_sysv.c that eases compilation under
2243     glibc-2.1 (thanks to Daniel <dmj@andrew.cmu.edu> for this).
2244
2245  -- Eloy A. Paris <peloy@debian.org>  Thu, 17 Sep 1998 15:33:49 -0400
2246
2247 samba (1.9.18p10-3) unstable; urgency=low
2248
2249   * Patched smbclient again to fix minor formatting problem introduced
2250     by Magosanyi Arpad's smbclient patch.
2251
2252  -- Eloy A. Paris <peloy@debian.org>  Thu,  3 Sep 1998 11:03:23 -0400
2253
2254 samba (1.9.18p10-2) unstable; urgency=low
2255
2256   * Sync'ed include files for the smbfs utilities with the ones in
2257     kernel 2.1.119.
2258   * Added to the /usr/doc/samba/examples/ directory a new script called 
2259     wins2dns (courtesy of Jason Gunthorpe <jgg@deltatee.com>) that 
2260     generates BIND sonze files for hosts in the WINS database.
2261   * Patched smbclient to include enhancements by Magosanyi Arpad 
2262     <mag@bunuel.tii.matav.hu> that make scripting easier.
2263
2264  -- Eloy A. Paris <peloy@debian.org>  Fri, 28 Aug 1998 13:34:54 -0400
2265
2266 samba (1.9.18p10-1) stable unstable; urgency=low
2267
2268   * New upstream version (see /usr/doc/samba/WHATSNEW.txt for a
2269     description of what has changed). I built a 1.9.18p9-1 but I
2270     never released it because an obscure bug was found just a couple
2271     of days before the official release, so the Samba Team stopped
2272     the rollover of 1.9.18p9.
2273   * Updated documentation (new files were added to the docs/ directory
2274     that were not installed in /usr/doc/samba/).
2275   * Fixed long standing bug #7695 (smb.conf's man page doesn't document
2276     'printing=lprng') - I made a couple of changes to the man page to 
2277     include references to lprng.
2278   * Fixes bug #24930 (samba needs to suggest psmisc?). I don't think it
2279     is necessary to make samba suggest psmisc just because the postinst
2280     script mentions to call killall. So, I removed all references to
2281     "killall" in the scripts.
2282   * Fixes bug #25999 (Samba does not by default work with unix password
2283     sync): I added the "passwd program" and "passwd chat" parameters to
2284     the sample smb.conf to reflect the Debian environment.
2285
2286  -- Eloy A. Paris <peloy@debian.org>  Fri, 21 Aug 1998 08:59:18 -0400
2287
2288 samba (1.9.18p9-1) unstable; urgency=low
2289
2290   * New upstream version (see /usr/doc/samba/WHATSNEW.txt for a
2291     description of what has changed).
2292   * Removed Jeremy Allison's patch applied to 1.9.18p8-2 because it is
2293     now part of the new upstream version.
2294   * Corrected small typo in addtosmbpass' man page (fixes #25629).
2295
2296  -- Eloy A. Paris <peloy@debian.org>  Tue, 11 Aug 1998 08:53:08 -0400
2297
2298 samba (1.9.18p8-2) frozen unstable; urgency=medium
2299
2300   * Applied patch received from Jeremy Allison (Samba Team) that fixes
2301     "grave" bug #23903 (samba maps username before authenicating with 
2302     NT password server).
2303   * Added a "sleep 2" between "start-stop-daemon --stop" and
2304     "start-stop-daemon --start" in /etc/init.d/samba so when this script
2305     is called with the "restart" parameter the Samba daemons are restarted
2306     properly. This fixes bug #24211 (init.d script doesn't restart).
2307   * Sent start-stop-daemon output in /etc/init.d/samba to /dev/null to
2308     avoid annoying warning messages.
2309   * Added perfomance tune parameters to sample /etc/smb.conf (SO_SNDBUF=4096
2310     and SO_RCVBUF=4096 to "socket options" in /etc/smb.conf). I can't
2311     find who sent this suggestion to me. If you are listening, drop me a
2312     note and I'll put your name here :-)
2313
2314  -- Eloy A. Paris <peloy@debian.org>  Mon, 29 Jun 1998 08:45:01 -0400
2315
2316 samba (1.9.18p8-1) frozen unstable; urgency=low
2317
2318   * New upstream release that fixes _lots_ of "ugly" bugs. The list of
2319     fixed bugs is too long to include here (see /usr/doc/samba/WHATSNEW.txt).
2320   * Fixed postinst to quote arguments to if [ arg .. ] constructs
2321     (fixes #22881).
2322   * Applied Jeremy Allison's patch (posted to the samba-ntdom mailing
2323     list) that solves a problem with username maps (the Samba Team did
2324     not catch this problem before final 1.9.18p8).
2325   * Made /etc/init.d/samba to print out a warning when Samba is running
2326     from inetd and the user runs /etc/init.d/samba to start|stop|restart
2327     Samba (there's no point on doing this because inetd will start the
2328     daemons again when there is traffic on UDP port 137-139).
2329
2330  -- Eloy A. Paris <peloy@debian.org>  Sat, 13 Jun 1998 00:18:25 -0400
2331
2332 samba (1.9.18p7-4) frozen unstable; urgency=medium
2333
2334   * Fixes the serious problem of having the WINS name server
2335     database getting deleted at boot time. That happened because the
2336     WINS database was being stored under /var/lock/samba/ and all files
2337     under /var/lock/ are deleted at boot time. The place where the WINS
2338     database is stored was moved to /var/samba/.
2339
2340  -- Eloy A. Paris <peloy@debian.org>  Mon, 18 May 1998 20:24:29 -0400
2341
2342 samba (1.9.18p7-3) stable; urgency=high
2343
2344   * Libc5 version for Bo (stable) that fixes the recently reported
2345     security hole.
2346
2347  -- Eloy A. Paris <peloy@debian.org>  Mon, 18 May 1998 20:19:33 -0400
2348
2349 samba (1.9.18p7-2) frozen unstable; urgency=low
2350
2351   * Added patches from the non-mantainer upload that make us able
2352     to compile Samba on Alpha systems. This fixes bug #22379.
2353
2354  -- Eloy A. Paris <peloy@debian.org>  Wed, 13 May 1998 20:38:51 -0400
2355
2356 samba (1.9.18p7-1) frozen unstable; urgency=low
2357
2358   * New upstream release (just bug fixes, no new functionality).
2359
2360  -- Eloy A. Paris <peloy@debian.org>  Wed, 13 May 1998 11:47:32 -0400
2361
2362 samba (1.9.18p6-2) frozen unstable; urgency=low
2363
2364   * Uploaded to frozen (I forgot to upload last version to frozen
2365     so it got installed only in unstable).
2366
2367  -- Eloy A. Paris <peloy@debian.org>  Tue, 12 May 1998 18:10:17 -0400
2368
2369 samba (1.9.18p6-1.1) unstable; urgency=low
2370
2371   * non-maintainer upload for Alpha
2372   * patch needed for source/quota.c (_syscall4() confusion)
2373
2374  -- Paul Slootman <paul@debian.org>  Tue, 12 May 1998 20:39:13 +0200
2375
2376 samba (1.9.18p6-1) unstable; urgency=low
2377
2378   * New upstream release that fixes a possible buffer overflow.
2379     This security hole was reported on BugTraq by Drago. The
2380     previous Debian version (1.9.18p5-1) was not released because
2381     1.9.18p5 and 1.9.18p6 were released very closely.
2382
2383  -- Eloy A. Paris <peloy@debian.org>  Mon, 11 May 1998 20:28:33 -0400
2384
2385 samba (1.9.18p5-1) unstable; urgency=low
2386
2387   * New upstream release (no new funcionality, just bug fixes - see 
2388     /usr/doc/samba/WHATSNEW.txt.gz).
2389   * Backed off Debian patches that were added upstream.
2390
2391  -- Eloy A. Paris <peloy@debian.org>  Mon, 11 May 1998 08:43:53 -0400
2392
2393 samba (1.9.18p4-2) frozen unstable; urgency=low
2394
2395   * Patched smbclient(1) man page to not reference the unsopported
2396     -A parameter (fixes #6863).
2397   * Changes to start nmbd with the -a option (in /etc/init.d/samba
2398     and in the entry added to /etc/inetd.conf).
2399   * Fixed typo in sample smb.conf (fixes #21484).
2400   * Fixed yet another typo in sample smb.conf (fixes #21447).
2401   
2402  -- Eloy A. Paris <peloy@debian.org>  Fri, 17 Apr 1998 22:19:23 -0400
2403
2404 samba (1.9.18p4-1) frozen unstable; urgency=low
2405
2406   * New upstream version that fixes several bugs.
2407   * New scheme for keeping track of Debian specific configuration.
2408     This new scheme fixes bug #18624 (Samba always asks the user about
2409     configuration options). New scheme stores Debian specific
2410     configuration information in /etc/samba/debian_config.
2411   * Changes to /usr/sbin/sambaconfig, prerm and postinst to support the 
2412     new configuration scheme.
2413   * Moved required kernel 2.1.x include files inside the source tree
2414     so I don't have to do very nasty things like creating crazy
2415     symlinks in /usr/include to make this package compile. This
2416     allows non-root users to build the package and fixes bug
2417     #20104.
2418   * Fixed address of the FSF in /usr/doc/samba/copyright (problem
2419     reported by lintian).
2420   * The /etc/init.d/samba script now supports the force-reload
2421     argument, as required by the policy (problem reported by lintian).
2422   * Added a "rm /etc/cron.weekly/samba" at the end of the postinst.
2423   * Now the samba package can be installed even if no nmbd or smbd processes 
2424     are running. This fixes the following bugs: #8917, #9334, #10268, 
2425     #10411, #11146 and #13387.
2426   * Provides the original README in /usr/doc/samba. This fixes bug #9693.
2427   * Added a --no-reload option to sambaconfig to not reload Samba
2428     after configuration.
2429   * Created man pages for sambaconfig(8), addtosmbpass(8),
2430     mksmbpasswd(8) and nmblookup(1).
2431   * Corrected small typo in sample /etc/smb.conf.
2432   * Added two new parameters to /etc/smb.conf: "preserver case" and
2433     "short preserve case".
2434   * "rm -Rf /var/lock/samba" in postrm when package is being purged.
2435   * Patched upstream source (nmbd.c) to not overwrite log files when
2436     nmbd is called with the -a parameter (fixes #17704: nmbd ignores
2437     -a option).
2438   * /etc/init.d/samba now starts the nmbd daemon with the -a parameter
2439     to not overwrite log files.
2440
2441  -- Eloy A. Paris <peloy@debian.org>  Mon, 23 Mar 1998 21:22:03 -0400
2442
2443 samba (1.9.18p3-1) unstable; urgency=low
2444
2445   * New upstream version.
2446   * Oppsss!!! I really screwed it up (actually, debstd did).
2447     1.9.18p2-2 still contained man pages (smbmount and smbumount) part
2448     of other packages. This version does have this corrected. If not,
2449     I no longer deserve to be a Debian developer! So, this version
2450     fixes bug #18438 and some of the bugs I claimed to fix in
2451     1.9.18p2-2. Oh, by the way, I fixed the problem by running debstd
2452     with -m in debian/rules (man pages are installed by "make install"
2453     so it's a bad idea to re-install man pages with debstd).
2454
2455  -- Eloy A. Paris <peloy@debian.org>  Mon, 23 Feb 1998 17:32:42 -0400
2456
2457 samba (1.9.18p2-2) unstable; urgency=low
2458
2459   * Fixes bugs #18017, #17999, #17961, #17932: old 1.9.18p2-1 provided
2460     a man page for smbmount, which conflicts with package smbfs. This
2461     was solved by creating a multi-binary package that produces
2462     package samba and new package smbfsx.
2463   * Fixes bug #18000 (typo in postinst).
2464   * Fixes bug #17958 (postinst asks obsolete question). Actually,
2465     the question is still asked, but only if Samba is run as daemons.
2466   * Created a multi-binary package from the Samba sources: package
2467     samba and new package smbfsx which provides SMB mount utilities
2468     for kernels > 2.1.70.
2469
2470  -- Eloy A. Paris <peloy@debian.org>  Mon,  9 Feb 1998 19:47:05 -0400
2471
2472 samba (1.9.18p2-1) unstable; urgency=low
2473
2474   * New upstream version.
2475   * Removed /etc/cron.weekly/samba because Samba does not handle well
2476     rotation of log files (if the log file is rotated Samba will
2477     continue to log to the rotated file, instead of the just created
2478     one). In any case, Samba will rotate log files after an specific
2479     file size.
2480
2481  -- Eloy A. Paris <peloy@debian.org>  Tue, 27 Jan 1998 22:34:27 -0400
2482
2483 samba (1.9.18p1-2) unstable; urgency=low
2484
2485   * Created a multi-binary package out of the Samba sources to provide
2486     packages samba and smbfsx (userland utilities to work with
2487     smbfs with kernels > 2.1.x.
2488
2489  -- Eloy A. Paris <peloy@debian.org>  Sat, 17 Jan 1998 09:23:48 -0400
2490
2491 samba (1.9.18p1-1) unstable; urgency=low
2492
2493   * New upstream version.
2494   * Created /etc/cron.daily/samba to save a copy of /etc/smbpasswd in
2495     /var/backups/smbpasswd.bak.
2496
2497  -- Eloy A. Paris <peloy@debian.org>  Wed, 14 Jan 1998 13:40:56 -0400
2498
2499 samba (1.9.18alpha14-1) unstable; urgency=low
2500
2501   * New upstream version.
2502   * Added a note to the postinst script telling the user that he/she
2503     needs to run smbpasswd manually after creating a new /etc/smbpasswd
2504     from /etc/passwd.
2505
2506  -- Eloy A. Paris <peloy@debian.org>  Tue, 23 Dec 1997 23:44:37 -0400
2507
2508 samba (1.9.18alpha13-1) unstable; urgency=low
2509
2510   * New upstream version.
2511
2512  -- Eloy A. Paris <peloy@debian.org>  Tue, 16 Dec 1997 13:02:32 -0400
2513
2514 samba (1.9.18alpha12-1) unstable; urgency=low
2515
2516   * New upstream version.
2517   * Conflicts with the sambades package because the new Samba 1.9.18
2518     series do not depend on the DES libraries to support encrypted
2519     passwords.
2520   * Added parameter "encrypt passwords = yes" to /etc/smb.conf.
2521   * Compiled with support for quotas in disk_free().
2522   * Home directories are now exported read only by default.
2523   * Re-worked debian/rules.
2524   * Re-worked sample smb.conf.
2525
2526  -- Eloy A. Paris <peloy@debian.org>  Thu,  4 Dec 1997 22:50:34 -0400
2527
2528 samba (1.9.17p4-1) unstable; urgency=low
2529
2530   * New upstream version.
2531   * Made /etc/smb.conf readable by everybody because some Samba utilities
2532     will fail otherwise when run by non-root users.
2533   * Dropped PAM support while the PAM libraries are ported to libc6.
2534
2535  -- Eloy A. Paris <peloy@debian.org>  Tue, 21 Oct 1997 18:08:49 -0400
2536
2537 samba (1.9.17p3-1) unstable; urgency=low
2538
2539   * New upstream version.
2540   * Made /etc/smb.conf readable only by root as suggested by smbd's man page.
2541
2542  -- Eloy A. Paris <peloy@debian.org>  Wed, 15 Oct 1997 09:21:25 -0400
2543
2544 samba (1.9.17p2-2) unstable; urgency=low
2545
2546   * Running Samba as daemons instead of from inetd.
2547   * Removing netbios entries in /etc/inetd.conf.
2548
2549  -- Eloy A. Paris <peloy@debian.org>  Thu, 9 Oct 1997 23:37:25 -0400
2550
2551 samba (1.9.17p2-1) unstable; urgency=low
2552
2553   * New upstream version that fixes a serious security hole.
2554   * Removed Debian patches added in 1.9.17-1 and 1.9.17p1-1 because
2555     these patches are now part of the upstream release.
2556
2557  -- Eloy A. Paris <peloy@debian.org>  Sun, 28 Sep 1997 22:54:33 -0400
2558
2559 samba (1.9.17p1-1) unstable; urgency=low
2560
2561   * New upstream version.
2562   * Defined symbol _LINUX_C_LIB_VERSION_MAJOR as 6 in includes.h to shut up
2563     compiler warnings.
2564   * Included rpcsvc/ypclnt.h in includes.h to shut up compiler warnings.
2565   * Included crypt.h to have function prototype for crypt().
2566   * Included netinet/tcp.h to have some socket options included.
2567   * Included netinet/ip.h to have some socket options included.
2568   * Linking with libcrypt (LIBM='... -lcrypt'). Without including this
2569     library smbd generates a seg. fault when authenticating users (?).
2570
2571  -- Eloy A. Paris <debian.org>  Wed, 10 Sep 1997 22:09:18 -0400
2572
2573 samba (1.9.17-1) unstable; urgency=low
2574
2575   * New upstream version (called the "Browse Fix Release")
2576   * Added the option --oknodo to the start-stop-daemon invocation in prerm
2577     script. This was because the prerm was failing because start-stop-daemon
2578     was returning an error code if no nmbd or smbd daemons were found
2579     to kill.
2580   * The function yp_get_default_domain(), referenced in three source
2581     files was part of libc5 but with libc6 (glibc2) it has been moved
2582     to libnss_nis. Since the linker was unable to find the function
2583     I had to add LIBSM='-lnss_nis' to debian/rules.
2584   * Added -DNO_ASMSIGNALH and -DGLIBC2 to FLAGSM in debian/rules
2585     because compiling was failing because of conflicts with glibc2.
2586   * Patched source/includes.h to include termios.h if GLIBC2 is defined.
2587
2588  -- Eloy A. Paris <peloy@debian.org>  Wed, 27 Aug 1997 08:39:32 -0400
2589
2590 samba (1.9.17alpha5-1) unstable; urgency=low
2591
2592   * New upstream version.
2593
2594  -- Eloy A. Paris <peloy@debian.org>  Thu, 14 Aug 1997 18:05:02 -0400
2595
2596 samba (1.9.16p11-3) unstable; urgency=low
2597
2598   * Fixed accidental omission of /etc/pam.d/samba.
2599
2600  -- Klee Dienes <klee@debian.org>  Sat, 15 Mar 1997 22:31:26 -0500
2601
2602 samba (1.9.16p11-2) unstable; urgency=low
2603
2604   * Recompiled against newer PAM libraries.
2605   * Added /etc/pam.d/samba.
2606
2607  -- Klee Dienes <klee@debian.org>  Sat, 8 Mar 1997 01:16:28 -0500
2608
2609 samba (1.9.16p11-1) unstable; urgency=low
2610
2611   * New upstream release.
2612   * Added PAM support.
2613
2614  -- Klee Dienes <klee@debian.org>  Tue, 25 Feb 1997 18:00:12 -0500
2615
2616 samba (1.9.16p9-2) unstable; urgency=low
2617
2618   * minor packaging changes
2619
2620  -- Klee Dienes <klee@sauron.sedona.com>  Sun, 3 Nov 1996 11:45:37 -0700
2621
2622 samba (1.9.16p9-1) unstable; urgency=low
2623
2624   * upgraded to new upstream version
2625
2626  -- Klee Dienes <klee@sauron.sedona.com>  Sat, 26 Oct 1996 21:38:20 -0700
2627
2628 1.9.16alpha10-1:
2629  960714
2630  * Removed Package_Revision from control file.
2631  * Removed -m486 compiler option.
2632  * Added Architecture, Section and Priority fields to control file.
2633  * Upgraded to latest upstream version.
2634  * Uses update-inetd now.
2635  * Added shadow passwords support.
2636  * Fixed Bug#1946: nmbd won't browse
2637
2638 1.9.15p4-1:
2639  951128
2640  * Upgraded to latest upstream version.
2641    * Fixed many bugs.
2642    * Adds Master Browsing support.
2643  * Converted to ELF.
2644  * Fixed bug #1825 - nmbd is now killed when removing samba.
2645
2646 1.9.14-1:
2647  950926 Andrew Howell <andrew@it.com.au>
2648  * Upgraded to latest version.
2649  * Fixed Bug #1139 - samba won't print
2650
2651 1.9.14alpha5-1:
2652  * Fixes killing of inetd problem in debian.postint and debian.postrm 
2653
2654 1.9.14alpha5-0:
2655  950704 Andrew Howell <andrew@it.com.au>
2656  * Taken over samba package from Bruce Perens.
2657  * Upgraded to newest version of samba.
2658
2659 1.9.02-1:
2660  9-January-1994 Bruce Perens <Bruce@Pixar.com>
2661  * Added Debian GNU/Linux package maintenance system files, and
2662    configured for Debian systems.