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