]> eyrie.org Git - kerberos/sident.git/log
kerberos/sident.git
13 years agoRemove svn:keywords and expand Id main origin/master
Russ Allbery [Tue, 4 Jan 2011 01:16:50 +0000 (01:16 +0000)]
Remove svn:keywords and expand Id

In preparation for converting the repository to Git, expand all the Id
keywords in the repository and remove the svn:keywords property.  This
way, we won't lose the Id strings when going to Git for an archival
repository.

17 years ago* Use ${binary:Version} instead of ${Source-Version} in debian/control.
Russ Allbery [Fri, 22 Jun 2007 10:07:16 +0000 (10:07 +0000)]
* Use ${binary:Version} instead of ${Source-Version} in debian/control.

17 years ago* Depend on the update-inetd package for update-inetd, not netbase. debian/3.6-2
Russ Allbery [Fri, 6 Oct 2006 00:32:09 +0000 (00:32 +0000)]
* Depend on the update-inetd package for update-inetd, not netbase.

17 years ago* Update standards version to 3.7.2 (no changes required).
Russ Allbery [Fri, 6 Oct 2006 00:24:38 +0000 (00:24 +0000)]
* Update standards version to 3.7.2 (no changes required).

17 years ago* Use a better way of passing the system type to configure.
Russ Allbery [Fri, 6 Oct 2006 00:23:27 +0000 (00:23 +0000)]
* Use a better way of passing the system type to configure.

18 years ago* libsident0-dev doesn't need to depend on libkrb5-dev. debian/3.6-1
Russ Allbery [Wed, 8 Feb 2006 22:16:41 +0000 (22:16 +0000)]
* libsident0-dev doesn't need to depend on libkrb5-dev.

18 years ago* Add build-arch and build-indep targets, just in case.
Russ Allbery [Wed, 8 Feb 2006 22:03:00 +0000 (22:03 +0000)]
* Add build-arch and build-indep targets, just in case.

18 years ago* New upstream version.
Russ Allbery [Wed, 8 Feb 2006 22:00:22 +0000 (22:00 +0000)]
* New upstream version.
  - Build with --enable-reduced-depends to reduce library dependencies.
* Use a cleaner way to optionally run make distclean.

18 years agoRelease 3.6. release/3.6
Russ Allbery [Wed, 8 Feb 2006 21:56:03 +0000 (21:56 +0000)]
Release 3.6.

18 years agoUpdate libtool to the current Debian version.
Russ Allbery [Wed, 8 Feb 2006 21:55:17 +0000 (21:55 +0000)]
Update libtool to the current Debian version.

18 years agoIgnore Subversion directories.
Russ Allbery [Wed, 8 Feb 2006 21:47:27 +0000 (21:47 +0000)]
Ignore Subversion directories.

18 years agoRemove perl/INSTALL.
Russ Allbery [Wed, 8 Feb 2006 21:47:15 +0000 (21:47 +0000)]
Remove perl/INSTALL.

18 years agoDocument the new --enable-reduced-depends, the KRB5_CONFIG environment
Russ Allbery [Wed, 8 Feb 2006 21:46:05 +0000 (21:46 +0000)]
Document the new --enable-reduced-depends, the KRB5_CONFIG environment
variable, and the changes in the supported versions of Kerberos libraries
now that GSSAPI support is required and Kerberos v4 support is optional.

18 years agoMake Kerberos v4 support optional. --disable-krb4 will build a
Russ Allbery [Wed, 8 Feb 2006 21:32:45 +0000 (21:32 +0000)]
Make Kerberos v4 support optional.  --disable-krb4 will build a
library and responder that only do GSSAPI and regular ident.

18 years agoEliminate compiler warnings from not using socklen_t.
Russ Allbery [Wed, 8 Feb 2006 20:01:28 +0000 (20:01 +0000)]
Eliminate compiler warnings from not using socklen_t.

18 years agoSignificantly improved Kerberos library probes. Use krb5-config
Russ Allbery [Wed, 8 Feb 2006 19:50:25 +0000 (19:50 +0000)]
Significantly improved Kerberos library probes.  Use krb5-config
where available to get Kerberos libraries and compiler flags unless
--enable-reduced-depends or --enable-static-daemon are used, and support
MIT Kerberos 1.4 with --enable-static-daemon.

Add the --enable-reduced-depends configure option to try to minimize the
shared library dependencies of the resulting binaries on platforms with
proper shared library dependencies.  This is of interest primarily to
people building packages for distributions.

Attempt better portability to KTH Kerberos installs that build their own
DES library rather than using OpenSSL.

Support builddir != srcdir for building the Perl module.

18 years agoQuit on any error, and automatically remove the autom4te.cache directory.
Russ Allbery [Wed, 8 Feb 2006 18:25:06 +0000 (18:25 +0000)]
Quit on any error, and automatically remove the autom4te.cache directory.

18 years agoThis didn't say anything useful.
Russ Allbery [Wed, 8 Feb 2006 17:49:07 +0000 (17:49 +0000)]
This didn't say anything useful.

18 years ago * DH_OPTIONS is unnecessary; all the packages are arch-dependent.
Russ Allbery [Sat, 3 Dec 2005 19:29:19 +0000 (19:29 +0000)]
  * DH_OPTIONS is unnecessary; all the packages are arch-dependent.

18 years agoAdd binary-indep to .PHONY.
Russ Allbery [Sat, 3 Dec 2005 18:08:29 +0000 (18:08 +0000)]
Add binary-indep to .PHONY.

18 years ago* Providing binary-indep is actually mandatory in Policy even if there debian/3.5-3
Russ Allbery [Sat, 3 Dec 2005 18:00:34 +0000 (18:00 +0000)]
* Providing binary-indep is actually mandatory in Policy even if there
  are no arch-independent packages.
* Use DH_OPTIONS to avoid debian/rules clutter.

18 years agoFinalize changes for 3.5-2. debian/3.5-2
Russ Allbery [Fri, 18 Nov 2005 01:13:47 +0000 (01:13 +0000)]
Finalize changes for 3.5-2.

18 years ago* Use a better technique for optionally running make distclean.
Russ Allbery [Fri, 18 Nov 2005 01:06:34 +0000 (01:06 +0000)]
* Use a better technique for optionally running make distclean.

18 years ago* Update maintainer address.
Russ Allbery [Fri, 18 Nov 2005 00:48:22 +0000 (00:48 +0000)]
* Update maintainer address.

18 years ago* Lower all package priorities to extra. debian/3.5-1
Russ Allbery [Wed, 5 Oct 2005 01:55:29 +0000 (01:55 +0000)]
* Lower all package priorities to extra.

18 years agoUpdate to the latest Debian libtool. release/3.5
Russ Allbery [Wed, 5 Oct 2005 01:49:50 +0000 (01:49 +0000)]
Update to the latest Debian libtool.

18 years agoUpdate to latest Debian versions.
Russ Allbery [Wed, 5 Oct 2005 01:48:30 +0000 (01:48 +0000)]
Update to latest Debian versions.

18 years agoFinalize changes for 3.5-1.
Russ Allbery [Wed, 5 Oct 2005 01:20:23 +0000 (01:20 +0000)]
Finalize changes for 3.5-1.

18 years ago* Update copyright to my current format and add an explicit packaging
Russ Allbery [Wed, 5 Oct 2005 01:12:23 +0000 (01:12 +0000)]
* Update copyright to my current format and add an explicit packaging
  copyright and license statement.

18 years agoDocument the security vulnerability here as well.
Russ Allbery [Wed, 5 Oct 2005 01:04:27 +0000 (01:04 +0000)]
Document the security vulnerability here as well.

18 years ago* Install NEWS as an upstream changelog rather than as documentation.
Russ Allbery [Wed, 5 Oct 2005 01:03:15 +0000 (01:03 +0000)]
* Install NEWS as an upstream changelog rather than as documentation.

18 years agoUpdated to match the new default of using TCP wrappers.
Russ Allbery [Wed, 5 Oct 2005 01:00:27 +0000 (01:00 +0000)]
Updated to match the new default of using TCP wrappers.

18 years ago* Depend on tcpd and run under tcpd in the default inetd.conf entry.
Russ Allbery [Wed, 5 Oct 2005 00:57:40 +0000 (00:57 +0000)]
* Depend on tcpd and run under tcpd in the default inetd.conf entry.

18 years ago* Remove unnecessary bits from debian/rules.
Russ Allbery [Wed, 5 Oct 2005 00:53:05 +0000 (00:53 +0000)]
* Remove unnecessary bits from debian/rules.

18 years ago* Update standards version to 3.6.2 (no changes required).
Russ Allbery [Wed, 5 Oct 2005 00:50:36 +0000 (00:50 +0000)]
* Update standards version to 3.6.2 (no changes required).

18 years ago* Mention the security vulnerability in all package descriptions.
Russ Allbery [Wed, 5 Oct 2005 00:49:20 +0000 (00:49 +0000)]
* Mention the security vulnerability in all package descriptions.
* Indent the homepage in package descriptions to avoid wrapping.

18 years agoDocument new upstream release.
Russ Allbery [Wed, 5 Oct 2005 00:46:15 +0000 (00:46 +0000)]
Document new upstream release.

18 years agoRelease 3.5.
Russ Allbery [Wed, 5 Oct 2005 00:44:51 +0000 (00:44 +0000)]
Release 3.5.

18 years agoDocument the security vulnerability in the S/Ident protocol.
Russ Allbery [Wed, 5 Oct 2005 00:43:22 +0000 (00:43 +0000)]
Document the security vulnerability in the S/Ident protocol.

18 years agoMove many sidentd debugging messages from -d plus -l to -v so that verbose
Russ Allbery [Fri, 23 Sep 2005 01:48:18 +0000 (01:48 +0000)]
Move many sidentd debugging messages from -d plus -l to -v so that verbose
really does what it's documented to do.  Remove a few debugging messages
that aren't actually useful.  Standardize on lowercase for the first letter
of a log message and improve the formatting of a few messages.

19 years ago * sident must *depend* on netbase. D'oh. (Closes: #308408) debian/3.4-3
Russ Allbery [Tue, 10 May 2005 03:22:48 +0000 (03:22 +0000)]
  * sident must *depend* on netbase.  D'oh.  (Closes: #308408)

19 years agoFix typo in error message.
Russ Allbery [Sat, 30 Apr 2005 18:03:08 +0000 (18:03 +0000)]
Fix typo in error message.

19 years agoFix typo.
Russ Allbery [Tue, 19 Apr 2005 04:21:21 +0000 (04:21 +0000)]
Fix typo.

19 years agoRelease 3.4-2. sidentd must depend on netbase for update-inetd. debian/3.4-2
Russ Allbery [Sat, 16 Apr 2005 02:44:11 +0000 (02:44 +0000)]
Release 3.4-2.  sidentd must depend on netbase for update-inetd.

19 years agoRemove stray Debian make clean rules. debian/3.4-1 release/3.4
Russ Allbery [Fri, 15 Apr 2005 03:40:57 +0000 (03:40 +0000)]
Remove stray Debian make clean rules.

19 years agoRelease 3.4.
Russ Allbery [Fri, 15 Apr 2005 03:40:06 +0000 (03:40 +0000)]
Release 3.4.

19 years agoRelease 3.4-1.
Russ Allbery [Fri, 15 Apr 2005 03:39:46 +0000 (03:39 +0000)]
Release 3.4-1.

19 years agoUse CFLAGS for the Perl module build rather than hard-coding the standard
Russ Allbery [Fri, 15 Apr 2005 03:35:09 +0000 (03:35 +0000)]
Use CFLAGS for the Perl module build rather than hard-coding the standard
flags.

19 years agoPut things into the right sections, lower the priority of the -dev
Russ Allbery [Fri, 15 Apr 2005 03:30:40 +0000 (03:30 +0000)]
Put things into the right sections, lower the priority of the -dev
package, and add homepage links per the developer's reference.

19 years agoAdd a license statement.
Russ Allbery [Fri, 15 Apr 2005 03:21:39 +0000 (03:21 +0000)]
Add a license statement.

19 years agoRemove non-free documentation.
Russ Allbery [Fri, 15 Apr 2005 03:18:53 +0000 (03:18 +0000)]
Remove non-free documentation.

19 years agoFix typo in the last change.
Russ Allbery [Fri, 15 Apr 2005 03:17:39 +0000 (03:17 +0000)]
Fix typo in the last change.

19 years agoDon't include the debian directory in the distribution tarball and remove
Russ Allbery [Fri, 15 Apr 2005 03:16:44 +0000 (03:16 +0000)]
Don't include the debian directory in the distribution tarball and remove
the Debian package rules in the main Makefile.  Debian package building
will be handled separately.

19 years agoAdd the warranty disclaimer from the pidentd source.
Russ Allbery [Thu, 29 Jul 2004 00:23:00 +0000 (00:23 +0000)]
Add the warranty disclaimer from the pidentd source.

19 years agoInclude more information about the pidentd and libindet copyrights.
Russ Allbery [Thu, 29 Jul 2004 00:21:36 +0000 (00:21 +0000)]
Include more information about the pidentd and libindet copyrights.

19 years agoRemove autogen-generated files on make maintclean. debian/3.3-1 release/3.3
Russ Allbery [Sat, 24 Jul 2004 05:12:55 +0000 (05:12 +0000)]
Remove autogen-generated files on make maintclean.

19 years agoAdd a Debian watch file for uscan.
Russ Allbery [Sat, 24 Jul 2004 04:46:53 +0000 (04:46 +0000)]
Add a Debian watch file for uscan.

19 years agoRelease 3.3.
Russ Allbery [Sat, 24 Jul 2004 00:32:04 +0000 (00:32 +0000)]
Release 3.3.

19 years agoRemove the platform-specific hints.
Russ Allbery [Fri, 23 Jul 2004 23:09:28 +0000 (23:09 +0000)]
Remove the platform-specific hints.

19 years agoAll the platform-specific hints were obsolete or unhelpful at this point.
Russ Allbery [Fri, 23 Jul 2004 23:09:09 +0000 (23:09 +0000)]
All the platform-specific hints were obsolete or unhelpful at this point.

19 years agoAdd --disable-responder documentation. Clarify the chosen compiler under
Russ Allbery [Fri, 23 Jul 2004 23:05:22 +0000 (23:05 +0000)]
Add --disable-responder documentation.  Clarify the chosen compiler under
the CC section, including a note that the appropriate 64-bit compiler will
be chosen automatically on Solaris.  Minor reformatting to improve
faq2html output.

19 years agoDon't set 64-bit compiler flags unless we're building sidentd, since
Russ Allbery [Fri, 23 Jul 2004 23:02:58 +0000 (23:02 +0000)]
Don't set 64-bit compiler flags unless we're building sidentd, since
otherwise it's just an unnecessary portability problem.

19 years agoAllow building of sidentd to be disabled with --disable-responder to
Russ Allbery [Fri, 23 Jul 2004 22:43:37 +0000 (22:43 +0000)]
Allow building of sidentd to be disabled with --disable-responder to
configure, and disable it automatically if we can't locate a good kernel
module.

19 years agoInclude config.h to pick up the location of krb.h.
Russ Allbery [Fri, 23 Jul 2004 22:29:39 +0000 (22:29 +0000)]
Include config.h to pick up the location of krb.h.

20 years agoAdd a maintclean target that gets rid of any built Debian packages or debian/3.2-1
Russ Allbery [Thu, 24 Jun 2004 20:25:19 +0000 (20:25 +0000)]
Add a maintclean target that gets rid of any built Debian packages or
source tarballs.

20 years agodpkg-buildpackage wants package_version.orig.tar.gz.
Russ Allbery [Thu, 24 Jun 2004 18:54:17 +0000 (18:54 +0000)]
dpkg-buildpackage wants package_version.orig.tar.gz.

20 years agoBreak dist apart into dist and dist-prep. Don't build Debian packages on
Russ Allbery [Thu, 24 Jun 2004 18:48:15 +0000 (18:48 +0000)]
Break dist apart into dist and dist-prep.  Don't build Debian packages on
make dist; instead, add make deb-prep to set things up for a package
build.  Mark meta-rules with .PHONY.

20 years agoAdd changes for 3.2-1.
Russ Allbery [Thu, 24 Jun 2004 18:45:44 +0000 (18:45 +0000)]
Add changes for 3.2-1.

20 years agoIgnore *.deb rather than listing them independently.
Russ Allbery [Thu, 24 Jun 2004 17:01:42 +0000 (17:01 +0000)]
Ignore *.deb rather than listing them independently.

20 years agoThis package requires libkrb5-dev to build.
Russ Allbery [Wed, 23 Jun 2004 23:10:24 +0000 (23:10 +0000)]
This package requires libkrb5-dev to build.

20 years agoChange the heading to say sidentd for Debian instead of sident for Debian.
Russ Allbery [Wed, 23 Jun 2004 01:17:59 +0000 (01:17 +0000)]
Change the heading to say sidentd for Debian instead of sident for Debian.

20 years agoFinalize the date for the S/Ident 3.2 release. release/3.2
Russ Allbery [Fri, 18 Jun 2004 08:24:34 +0000 (08:24 +0000)]
Finalize the date for the S/Ident 3.2 release.

20 years agoAdd s_read, used by some of the kernel modules.
Russ Allbery [Fri, 18 Jun 2004 08:23:34 +0000 (08:23 +0000)]
Add s_read, used by some of the kernel modules.

20 years agoOnly try to add the inetd line on an initial install.
Russ Allbery [Fri, 18 Jun 2004 06:40:07 +0000 (06:40 +0000)]
Only try to add the inetd line on an initial install.

20 years agoInclude string.h since we use it, remove unused variable.
Russ Allbery [Fri, 18 Jun 2004 06:34:51 +0000 (06:34 +0000)]
Include string.h since we use it, remove unused variable.

20 years agoFix a compile error in DEBUG mode.
Russ Allbery [Fri, 18 Jun 2004 06:34:34 +0000 (06:34 +0000)]
Fix a compile error in DEBUG mode.

20 years agoFix the breakage in the parser tokenizer that I introduced by mistake
Russ Allbery [Fri, 18 Jun 2004 06:15:42 +0000 (06:15 +0000)]
Fix the breakage in the parser tokenizer that I introduced by mistake
during the code cleanup.

20 years agoAdd some missing whitespace between functions.
Russ Allbery [Thu, 17 Jun 2004 01:27:52 +0000 (01:27 +0000)]
Add some missing whitespace between functions.

20 years agoCoding style cleanups and comment reformatting. Untabify and remove all
Russ Allbery [Thu, 17 Jun 2004 01:27:41 +0000 (01:27 +0000)]
Coding style cleanups and comment reformatting.  Untabify and remove all
trailing whitespace, and get rid of the Doxygen comments in favor of
something much simpler.

20 years agoThe prototype for id_query was missing somehow. Update the documentation
Russ Allbery [Thu, 17 Jun 2004 01:26:49 +0000 (01:26 +0000)]
The prototype for id_query was missing somehow.  Update the documentation
for ident_getauthflag.

20 years agoUpdate for files that are no longer needed or used and add the Solaris 10
Russ Allbery [Mon, 14 Jun 2004 05:05:16 +0000 (05:05 +0000)]
Update for files that are no longer needed or used and add the Solaris 10
kernel module.

20 years agoAdd preliminary 3.2 changes.
Russ Allbery [Mon, 14 Jun 2004 05:03:56 +0000 (05:03 +0000)]
Add preliminary 3.2 changes.

20 years agoThis is left over from libident and isn't particularly useful.
Russ Allbery [Mon, 14 Jun 2004 04:59:52 +0000 (04:59 +0000)]
This is left over from libident and isn't particularly useful.

20 years agoDon't use Doxygen comments, just use the comment style that I use for other
Russ Allbery [Mon, 14 Jun 2004 04:45:50 +0000 (04:45 +0000)]
Don't use Doxygen comments, just use the comment style that I use for other
projects.  This was a nice idea, but it didn't pan out in practice; the
Doxygen formatting made the documentation ugly and the output it produced
wasn't worth the trouble.

20 years agoThis wasn't even used.
Russ Allbery [Mon, 14 Jun 2004 04:29:16 +0000 (04:29 +0000)]
This wasn't even used.

20 years agoUse GSS-API uniformly instead of GSSAPI, since that's what the GSS-API RFC
Russ Allbery [Mon, 14 Jun 2004 02:40:32 +0000 (02:40 +0000)]
Use GSS-API uniformly instead of GSSAPI, since that's what the GSS-API RFC
uses.

20 years agoHuge code cleanup. Fix the coding style to be consistent everywhere,
Russ Allbery [Mon, 14 Jun 2004 01:24:43 +0000 (01:24 +0000)]
Huge code cleanup.  Fix the coding style to be consistent everywhere,
untabify all of the source files, remove all trailing whitespace, and
make the code a bit cleaner.  Kill tons and tons of dead code and pieces
left over from pidentd that we never used.

Update the compatibility layer for the pidentd modules so that they really
can be used verbatim rather than requiring changes for things like
debug_flag.  Pull the sockaddr.h defines for IPv4 into pidentd.h so that
they don't have to be pasted into the Solaris kernel modules.  Delete the
old kvm code; pidentd no longer needs it, and the much simpler pkvm layer
can be used instead.

Include kerberosIV/krb.h instead of krb.h if it was found by configure.

Teach itest about the output format of Linux netstat and to use the euid
value in the kernel struct if the ruid value wasn't set.

20 years agoInclude kerberosIV/krb.h instead of krb.h if configure found that.
Russ Allbery [Mon, 14 Jun 2004 01:21:17 +0000 (01:21 +0000)]
Include kerberosIV/krb.h instead of krb.h if configure found that.

20 years agoRedo the kernel probes to match the probes from pidentd 3.0.18 (modified to
Russ Allbery [Mon, 14 Jun 2004 01:20:55 +0000 (01:20 +0000)]
Redo the kernel probes to match the probes from pidentd 3.0.18 (modified to
use Autoconf 2.59 features properly).  This is so that we can use the files
from pidentd completely verbatim, without having to make any modifications
at all (even to pkvm.c).

Don't assume any default path to Kerberos, not even the compiled prefix.
Instead, just assume that Kerberos is available on the default search path
for the compiler unless --with-kerberos is given.

No longer modify KRB_CPPFLAGS to include -Iprefix/kerberosIV for builds
against MIT Kerberos.  Instead, check for kerberosIV/krb.h in configure.
Source files should include that if found, and fall back on krb.h; this
will work against both MIT and Heimdal with KTH without requiring CPPFLAGS
modifications when building with MIT Kerberos.

20 years agoImport new kernel files and the pkvm layer from pidentd 3.0.18. This adds
Russ Allbery [Mon, 14 Jun 2004 01:17:34 +0000 (01:17 +0000)]
Import new kernel files and the pkvm layer from pidentd 3.0.18.  This adds
a kernel module for Solaris 10.

20 years agoIgnore itest.
Russ Allbery [Mon, 14 Jun 2004 01:16:21 +0000 (01:16 +0000)]
Ignore itest.

20 years agodh_shlibdeps now needs to know that libsident0 contains the libraries that
Russ Allbery [Sun, 13 Jun 2004 03:12:16 +0000 (03:12 +0000)]
dh_shlibdeps now needs to know that libsident0 contains the libraries that
other packages are dependent on, now that I have dependencies working
properly for the Perl build.

20 years agoAdd shlibs:Depends for the Perl build, and use that instead of hard-coding
Russ Allbery [Sun, 13 Jun 2004 03:11:47 +0000 (03:11 +0000)]
Add shlibs:Depends for the Perl build, and use that instead of hard-coding
a versioned dependency on the libsident0 module, which isn't actually
necessary.

20 years agoUpdate to include INSTALL and Makefile.PL.in, which aren't really ideally
Russ Allbery [Sun, 13 Jun 2004 03:09:57 +0000 (03:09 +0000)]
Update to include INSTALL and Makefile.PL.in, which aren't really ideally
part of a separate Perl package, but which will make MakeMaker be quiet.

20 years agoOkay, I think this actually works for getting the module to build against
Russ Allbery [Sun, 13 Jun 2004 03:08:32 +0000 (03:08 +0000)]
Okay, I think this actually works for getting the module to build against
the newly built libsident library, without hard-coding an rpath to my
build tree.

20 years agoMake distclean in the perl subdirectory as well, if there's a Makefile
Russ Allbery [Sun, 13 Jun 2004 03:07:52 +0000 (03:07 +0000)]
Make distclean in the perl subdirectory as well, if there's a Makefile
there.

20 years agoLimit the man pages included in the package to just the Perl module one.
Russ Allbery [Sun, 13 Jun 2004 00:30:24 +0000 (00:30 +0000)]
Limit the man pages included in the package to just the Perl module one.

20 years agoClean up whitespace and remove the dh_* programs that I won't use.
Russ Allbery [Sun, 13 Jun 2004 00:25:40 +0000 (00:25 +0000)]
Clean up whitespace and remove the dh_* programs that I won't use.

20 years agoAlso build a Perl module package for Net::Sident.
Russ Allbery [Sat, 12 Jun 2004 23:55:15 +0000 (23:55 +0000)]
Also build a Perl module package for Net::Sident.

20 years agoFix the make dist rules to delete the old .deb files, now that I'm using
Russ Allbery [Sat, 12 Jun 2004 23:54:56 +0000 (23:54 +0000)]
Fix the make dist rules to delete the old .deb files, now that I'm using
pure native package numbering.