Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev HEAD → Rev 1

/branches/experimental/debian/lsh-utils.docs
File deleted
/branches/experimental/debian/lsh-server.postinst
File deleted
/branches/experimental/debian/NEWS
File deleted
/branches/experimental/debian/lsh-server.postrm
File deleted
/branches/experimental/debian/lsh-utils.manpages
File deleted
/branches/experimental/debian/lsh-server.init.d
File deleted
/branches/experimental/debian/README.Debian
File deleted
/branches/experimental/debian/po/POTFILES.in
File deleted
/branches/experimental/debian/po/vi.po
File deleted
/branches/experimental/debian/po/templates.pot
File deleted
/branches/experimental/debian/po/pt.po
File deleted
/branches/experimental/debian/po/da.po
File deleted
/branches/experimental/debian/po/cs.po
File deleted
/branches/experimental/debian/po/ru.po
File deleted
/branches/experimental/debian/po/fr.po
File deleted
/branches/experimental/debian/po/sv.po
File deleted
/branches/experimental/debian/po/de.po
File deleted
/branches/experimental/debian/po/nl.po
File deleted
/branches/experimental/debian/po/nn.po
File deleted
/branches/experimental/debian/lsh-doc.docs
File deleted
/branches/experimental/debian/control
File deleted
/branches/experimental/debian/lsh-doc.info
File deleted
/branches/experimental/debian/compat
File deleted
/branches/experimental/debian/lsh-doc.manpages
File deleted
/branches/experimental/debian/lsh-server.manpages
File deleted
/branches/experimental/debian/patches/20_sftp-server_mansection.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/experimental/debian/patches/00list
===================================================================
--- branches/experimental/debian/patches/00list (revision 157)
+++ branches/experimental/debian/patches/00list (nonexistent)
@@ -1 +0,0 @@
-20_sftp-server_mansection
Index: branches/experimental/debian/patches/30_nonettle.dpatch
===================================================================
--- branches/experimental/debian/patches/30_nonettle.dpatch (revision 157)
+++ branches/experimental/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/s%(\.\.?/)*nettle/libnettle\.a%-lnettle%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: branches/experimental/debian/changelog
===================================================================
--- branches/experimental/debian/changelog (revision 157)
+++ branches/experimental/debian/changelog (nonexistent)
@@ -1,512 +0,0 @@
-lsh-utils (2.9.1-exp+cvs20090902-1) experimental; urgency=low
-
- * New upstream CVS snapshot. Now free from non-free RFCs.
- * Builds with Nettle 2.0 (Closes: #543131).
- - Drop 30_nonettle.dpatch, since configure allows us to specify that
- the bundled nettle shall not be used.
- - Drop 40_better_errmsg_when_dotlsh_missing.dpatch; fixed upstream.
- * The sftp subdirectory has moved from src/ to the top level; update
- 20_sftp-server_mansection.dpatch, lsh-server.manpages and
- lsh-client.manpages accordingly.
- * A number of binaries are now installed in /usr/lib/lsh; update
- .install files accordingly and let sftp-server live there too.
- - Some utilities (srp-gen, lsh-krb-checkpw, lsh-pam-checkpw) don't work
- at the moment and hence are not installed.
- - lsh-write-key has been merged into lsh-keygen.
- * Increase Debhelper compat level to 5.
- * Update watch file for experimental tracking.
- * Update debian/copyright.
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends.
- * Add ANNOUNCE and ChangeLog.2 to lsh-doc.
- * Drop the no longer useful lsh-server-config script.
- * Drop obsolete manpages from debian/mans.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Update path to sftp-server and don't run lsh-write-key.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * debian/control: Add Vcs-Svn and Vcs-Browser fields.
- * lsh-client: Depend on nettle-bin >= 2.0 as lsh-transport uses
- sexp-conv's --lock option.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 02:51:19 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: branches/experimental/debian/lsh-server.templates
===================================================================
--- branches/experimental/debian/lsh-server.templates (revision 157)
+++ branches/experimental/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: branches/experimental/debian/lsh-utils.install
===================================================================
--- branches/experimental/debian/lsh-utils.install (revision 157)
+++ branches/experimental/debian/lsh-utils.install (nonexistent)
@@ -1,10 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-#usr/bin/srp-gen
-usr/bin/ssh-conv
Index: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules (revision 157)
+++ branches/experimental/debian/rules (nonexistent)
@@ -1,19 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --libexecdir=/usr/lib/lsh \
- --with-x --with-system-nettle --with-system-argp \
- XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/branches/experimental/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/experimental/debian/README.source
===================================================================
--- branches/experimental/debian/README.source (revision 157)
+++ branches/experimental/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: branches/experimental/debian/lsh-client.manpages
===================================================================
--- branches/experimental/debian/lsh-client.manpages (revision 157)
+++ branches/experimental/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-sftp/lsftp.1
Index: branches/experimental/debian/lsh-server.config
===================================================================
--- branches/experimental/debian/lsh-server.config (revision 157)
+++ branches/experimental/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: branches/experimental/debian/mans/lsh-execuv.8
===================================================================
--- branches/experimental/debian/mans/lsh-execuv.8 (revision 157)
+++ branches/experimental/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/lsh-pam-checkpw.8
===================================================================
--- branches/experimental/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ branches/experimental/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/lsh-export-key.1
===================================================================
--- branches/experimental/debian/mans/lsh-export-key.1 (revision 157)
+++ branches/experimental/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/srp-gen.1
===================================================================
--- branches/experimental/debian/mans/srp-gen.1 (revision 157)
+++ branches/experimental/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/lsh-krb-checkpw.8
===================================================================
--- branches/experimental/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ branches/experimental/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/sftp-server.lsh.8
===================================================================
--- branches/experimental/debian/mans/sftp-server.lsh.8 (revision 157)
+++ branches/experimental/debian/mans/sftp-server.lsh.8 (nonexistent)
@@ -1,46 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SFTP-SERVER 8 "Jul 05 2002" sftp-server "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sftp-server \- server for the Secure FTP protocol over lsh.
-.SH SYNOPSIS
-.B sftp-server
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sftp-server
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsftp-server\fP is a lshd subsystem program that is called by lshd to serve
-sftp (secure ftp) clients. To enable sftp in your lshd server, run lshd with
-the \fI\-\-subsystems=sftp=/usr/sbin/sftp\-server\fP flag.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/mans/lcp.1
===================================================================
--- branches/experimental/debian/mans/lcp.1 (revision 157)
+++ branches/experimental/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lsh (1),
-.Br lshd (8),
Index: branches/experimental/debian/mans/lsh_proxy.8
===================================================================
--- branches/experimental/debian/mans/lsh_proxy.8 (revision 157)
+++ branches/experimental/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: branches/experimental/debian/lsh-server.install
===================================================================
--- branches/experimental/debian/lsh-server.install (revision 157)
+++ branches/experimental/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-#usr/sbin/lsh-krb-checkpw
-#usr/sbin/lsh-pam-checkpw
-usr/lib/lsh/sftp-server
-usr/lib/lsh/lshd-*
Index: branches/experimental/debian/lsh-doc.doc-base
===================================================================
--- branches/experimental/debian/lsh-doc.doc-base (revision 157)
+++ branches/experimental/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: branches/experimental/debian/watch
===================================================================
--- branches/experimental/debian/watch (revision 157)
+++ branches/experimental/debian/watch (nonexistent)
@@ -1,2 +0,0 @@
-version=3
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)-exp\.tar\.gz
Index: branches/experimental/debian/lsh-client.install
===================================================================
--- branches/experimental/debian/lsh-client.install (revision 157)
+++ branches/experimental/debian/lsh-client.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
-usr/lib/lsh/lsh-*
Index: branches/experimental/debian/copyright
===================================================================
--- branches/experimental/debian/copyright (revision 157)
+++ branches/experimental/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-The upstream tarball was built from the CVS repository as of 2009-09-02:
-
-$ cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh co -D 2009-09-02 lsh
-$ cd lsh
-$ ./.bootstrap && ./configure && make dist
-$ mv lsh-2.9.1-exp.tar.gz ../lsh-utils_2.9.1-exp+cvs20090902.orig.tar.gz
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: branches/experimental/debian
===================================================================
--- branches/experimental/debian (revision 157)
+++ branches/experimental/debian (nonexistent)
/branches/experimental/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-10/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-10/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-10/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-10/debian/watch
===================================================================
--- tags/2.1-10/debian/watch (revision 157)
+++ tags/2.1-10/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-10/debian/lsh-client.install
===================================================================
--- tags/2.1-10/debian/lsh-client.install (revision 157)
+++ tags/2.1-10/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-10/debian/copyright
===================================================================
--- tags/2.1-10/debian/copyright (revision 157)
+++ tags/2.1-10/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-10/debian/lsh-utils.docs
===================================================================
--- tags/2.1-10/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-10/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-10/debian/lsh-server.postinst
===================================================================
--- tags/2.1-10/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-10/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-10/debian/NEWS
===================================================================
--- tags/2.1-10/debian/NEWS (revision 157)
+++ tags/2.1-10/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it
- doesn't already exist.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If that's not ok to you, feel free to use lsh-make-seed instead and
- have /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-10/debian/lsh-server.postrm
===================================================================
--- tags/2.1-10/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-10/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-10/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-10/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-10/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-10/debian/lsh-server.init.d
===================================================================
--- tags/2.1-10/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-10/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-10/debian/README.Debian
===================================================================
--- tags/2.1-10/debian/README.Debian (revision 157)
+++ tags/2.1-10/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-10/debian/po/POTFILES.in
===================================================================
--- tags/2.1-10/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-10/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-10/debian/po/sk.po
===================================================================
--- tags/2.1-10/debian/po/sk.po (revision 157)
+++ tags/2.1-10/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-10/debian/po/vi.po
===================================================================
--- tags/2.1-10/debian/po/vi.po (revision 157)
+++ tags/2.1-10/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-10/debian/po/templates.pot
===================================================================
--- tags/2.1-10/debian/po/templates.pot (revision 157)
+++ tags/2.1-10/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-10/debian/po/pt.po
===================================================================
--- tags/2.1-10/debian/po/pt.po (revision 157)
+++ tags/2.1-10/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-10/debian/po/da.po
===================================================================
--- tags/2.1-10/debian/po/da.po (revision 157)
+++ tags/2.1-10/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-10/debian/po/ru.po
===================================================================
--- tags/2.1-10/debian/po/ru.po (revision 157)
+++ tags/2.1-10/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-10/debian/po/sv.po
===================================================================
--- tags/2.1-10/debian/po/sv.po (revision 157)
+++ tags/2.1-10/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-10/debian/po/de.po
===================================================================
--- tags/2.1-10/debian/po/de.po (revision 157)
+++ tags/2.1-10/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-10/debian/po/ja.po
===================================================================
--- tags/2.1-10/debian/po/ja.po (revision 157)
+++ tags/2.1-10/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-10/debian/po/cs.po
===================================================================
--- tags/2.1-10/debian/po/cs.po (revision 157)
+++ tags/2.1-10/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-10/debian/po/pt_BR.po
===================================================================
--- tags/2.1-10/debian/po/pt_BR.po (revision 157)
+++ tags/2.1-10/debian/po/pt_BR.po (nonexistent)
@@ -1,96 +0,0 @@
-# Debconf translations for lsh-utils.
-# Copyright (C) 2016 Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2016.
-# This file is distributed under the same license as the lsh-utils package.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2016-01-06 12:58-0200\n"
-"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
-"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
-"org>\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"A porta padrão para o lshd é a 22. Se o lshd deverá executar em uma porta "
-"diferente, por favor, especifique a porta alternativa aqui. Se você "
-"especificar 22, você precisará desabilitar manualmente quaisquer outros "
-"servidores SSH que estejam executando na porta 22, diferentes do OpenSSH (do "
-"pacote openssh-server), o qual será desabilitado automaticamente se você "
-"escolher 22 aqui."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Habilitar o subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Por favor, escolha se você quer usar o suporte EXPERIMENTAL a SFTP do lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Uma vez que é experimental, o padrão é que seja desabilitado, mas isso pode "
-"ser habilitado agora ou mais tarde alterando /etc/default/lsh-server "
-"manualmente."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover chave da máquina ao expurgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando esse pacote é instalado, uma chave da máquina é gerada para "
-"autenticar a sua máquina."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, escolha se você quer expurgar a chave da máquina quando o pacote "
-"for removido."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais para passar ao lshd:"
Index: tags/2.1-10/debian/po/fr.po
===================================================================
--- tags/2.1-10/debian/po/fr.po (revision 157)
+++ tags/2.1-10/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-10/debian/po/es.po
===================================================================
--- tags/2.1-10/debian/po/es.po (revision 157)
+++ tags/2.1-10/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-10/debian/po/nl.po
===================================================================
--- tags/2.1-10/debian/po/nl.po (revision 157)
+++ tags/2.1-10/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-10/debian/po/pl.po
===================================================================
--- tags/2.1-10/debian/po/pl.po (revision 157)
+++ tags/2.1-10/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-10/debian/po/nn.po
===================================================================
--- tags/2.1-10/debian/po/nn.po (revision 157)
+++ tags/2.1-10/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-10/debian/po/it.po
===================================================================
--- tags/2.1-10/debian/po/it.po (revision 157)
+++ tags/2.1-10/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-10/debian/lsh-doc.docs
===================================================================
--- tags/2.1-10/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-10/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-10/debian/control
===================================================================
--- tags/2.1-10/debian/control (revision 157)
+++ tags/2.1-10/debian/control (nonexistent)
@@ -1,82 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.8
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.0~), nettle-bin,
- texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}),
- lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-10/debian/lsh-doc.info
===================================================================
--- tags/2.1-10/debian/lsh-doc.info (revision 157)
+++ tags/2.1-10/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-10/debian/compat
===================================================================
--- tags/2.1-10/debian/compat (revision 157)
+++ tags/2.1-10/debian/compat (nonexistent)
@@ -1 +0,0 @@
-9
Index: tags/2.1-10/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-10/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-10/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-10/debian/lsh-server.manpages
===================================================================
--- tags/2.1-10/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-10/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-10/debian/patches/series
===================================================================
--- tags/2.1-10/debian/patches/series (revision 157)
+++ tags/2.1-10/debian/patches/series (nonexistent)
@@ -1,8 +0,0 @@
-sftp-server-mansection.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
-missing_include.patch
-mit-kerberos.patch
Index: tags/2.1-10/debian/patches/missing_include.patch
===================================================================
--- tags/2.1-10/debian/patches/missing_include.patch (revision 157)
+++ tags/2.1-10/debian/patches/missing_include.patch (nonexistent)
@@ -1,10 +0,0 @@
---- a/src/io_commands.c
-+++ b/src/io_commands.c
-@@ -36,6 +36,7 @@
- #include "command.h"
- #include "connection.h"
- /* For lsh_get_cstring */
-+#include "lsh_string.h"
- #include "format.h"
- #include "io.h"
- #include "queue.h"
Index: tags/2.1-10/debian/patches/skip-argp.patch
===================================================================
--- tags/2.1-10/debian/patches/skip-argp.patch (revision 157)
+++ tags/2.1-10/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: tags/2.1-10/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-10/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-10/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-10/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-10/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-10/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-10/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-10/debian/patches/nettle3.patch
===================================================================
--- tags/2.1-10/debian/patches/nettle3.patch (revision 157)
+++ tags/2.1-10/debian/patches/nettle3.patch (nonexistent)
@@ -1,341 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_params *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
---- a/src/lsh_string.c
-+++ b/src/lsh_string.c
-@@ -367,10 +367,10 @@ lsh_string_format_sexp(int transport, co
- {
- struct lsh_string *s;
- va_list args;
-- unsigned length;
-+ size_t length;
- struct nettle_buffer buffer;
-
-- unsigned (*vformat)(struct nettle_buffer *, const char *, va_list)
-+ size_t (*vformat)(struct nettle_buffer *, const char *, va_list)
- = transport ? sexp_transport_vformat : sexp_vformat;
-
- va_start(args, format);
-@@ -415,7 +415,7 @@ int
- lsh_string_base64_decode(struct lsh_string *s)
- {
- struct base64_decode_ctx ctx;
-- uint32_t done = s->length;
-+ size_t done = s->length;
-
- base64_decode_init(&ctx);
-
---- a/src/randomness.c
-+++ b/src/randomness.c
-@@ -35,7 +35,7 @@
- /* Wrapper for using lsh's randomness generator with nettle
- * functions. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data)
-+lsh_random(void *x, size_t length, uint8_t *data)
- {
- CAST_SUBTYPE(randomness, r, x);
- RANDOM(r, length, data);
---- a/src/randomness.h
-+++ b/src/randomness.h
-@@ -84,6 +84,6 @@ make_system_random(void);
-
- /* Randomness function matching nettle's expectations. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data);
-+lsh_random(void *x, size_t length, uint8_t *data);
-
- #endif /* LSH_RANDOMNESS_H_INCLUDED */
---- a/src/sexp.c
-+++ b/src/sexp.c
-@@ -97,7 +97,7 @@ lsh_sexp_to_string(struct sexp_iterator
- struct lsh_string *
- lsh_sexp_copy(struct sexp_iterator *i)
- {
-- unsigned length;
-+ size_t length;
- const uint8_t *subexpr = sexp_iterator_subexpr(i, &length);
-
- return subexpr ? ssh_format("%ls", length, subexpr) : NULL;
---- a/src/lsh.c
-+++ b/src/lsh.c
-@@ -524,8 +524,8 @@ do_lsh_lookup(struct lookup_verifier *c,
- }
-
- acl = lsh_string_format_sexp(0, "(acl(entry(subject%l)%l))",
-- subject->key_length, subject->key,
-- STRING_LD(self->access));
-+ (size_t)subject->key_length, subject->key,
-+ (size_t)STRING_LD(self->access));
-
- /* FIXME: Seems awkward to pick the acl apart again. */
- if (!spki_iterator_first(&i, STRING_LD(acl)))
-@@ -540,7 +540,7 @@ do_lsh_lookup(struct lookup_verifier *c,
- A_WRITE(self->file,
- ssh_format("\n; ACL for host %lz\n"
- "%lfS\n",
-- self->host, lsh_string_format_sexp(1, "%l", STRING_LD(acl))));
-+ self->host, lsh_string_format_sexp(1, "%l", (size_t)STRING_LD(acl))));
-
- lsh_string_free(acl);
- }
---- a/src/spki.c
-+++ b/src/spki.c
-@@ -98,7 +98,7 @@ make_ssh_hostkey_tag(const char *host)
- }
-
- tag = lsh_string_format_sexp(0, "(tag(ssh-hostkey%s))",
-- STRING_LD(reversed));
-+ (size_t)STRING_LD(reversed));
- lsh_string_free(reversed);
-
- return tag;
-@@ -207,7 +207,7 @@ spki_hash_data(const struct hash_algorit
-
- out = lsh_string_format_sexp(0, "(hash%0s%s)",
- "hash", get_atom_name(algorithm_name),
-- STRING_LD(digest));
-+ (size_t)STRING_LD(digest));
- KILL(hash);
- lsh_string_free(digest);
-
-@@ -376,13 +376,13 @@ spki_pkcs5_encrypt(struct randomness *r,
- value = lsh_string_format_sexp(0, "(password-encrypted%s(Xpkcs5v2%0s"
- "(iterations%i)(salt%s))"
- "(%0s(iv%s)(data%s)))",
-- STRING_LD(label),
-+ (size_t)STRING_LD(label),
- get_atom_name(prf_name),
- iterations,
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- get_atom_name(crypto_name),
-- STRING_LD(iv),
-- STRING_LD(encrypted));
-+ (size_t)STRING_LD(iv),
-+ (size_t)STRING_LD(encrypted));
-
- lsh_string_free(key);
- lsh_string_free(salt);
---- a/src/srp_exchange.c
-+++ b/src/srp_exchange.c
-@@ -112,7 +112,7 @@ srp_make_verifier(const struct zn_group
- zn_exp(G, x, G->generator, x);
-
- expr = lsh_string_format_sexp(0, "(srp-verifier ssh-ring1%s%b)",
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- x);
-
- mpz_clear(x);
Index: tags/2.1-10/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-10/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-10/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-10/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-10/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-10/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-10/debian/patches/mit-kerberos.patch
===================================================================
--- tags/2.1-10/debian/patches/mit-kerberos.patch (revision 157)
+++ tags/2.1-10/debian/patches/mit-kerberos.patch (nonexistent)
@@ -1,61 +0,0 @@
-Description: Modify lsh-krb-checkpw to work with MIT Kerberos instead of Heimdal.
- Building with the latest release of Heimdal (as of February 2016)
- fails and their maintainers want to orphan it.
-Bug: https://bugs.debian.org/812813
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -475,7 +475,7 @@ if test x$enable_kerberos = xyes; then
- LSH_CHECK_KRB_LIB(asn1, der_get_octet_string)
- # Check for krb5_cc_gen_new too?
- # krb5_verify_user_lrealm seems to be unique to heimdal
-- LSH_CHECK_KRB_LIB(krb5, krb5_verify_user_lrealm,, [enable_kerberos=no])
-+ LSH_CHECK_KRB_LIB(krb5, krb5_get_init_creds_password,, [enable_kerberos=no])
- fi
-
- AH_TEMPLATE([WITH_KERBEROS], [For kerberos])
---- a/src/lsh-krb-checkpw.c
-+++ b/src/lsh-krb-checkpw.c
-@@ -97,6 +97,8 @@ main(int argc, char **argv)
- krb5_context context;
- krb5_ccache ccache;
- krb5_principal p;
-+ krb5_creds creds;
-+ krb5_principal server;
- char *name;
- char *pw;
-
-@@ -121,18 +123,31 @@ main(int argc, char **argv)
- if (krb5_init_context (&context))
- die("krb5_init_context failed.");
-
-- if (krb5_make_principal(context, &p, NULL, name, NULL))
-- die("krb5_make_principal failed.");
-+ if (krb5_parse_name(context, name, &p)) {
-+ die("krb5_parse_name failed.");
-+ }
-+
-+ if (krb5_get_init_creds_password(context, &creds, p, pw,
-+ NULL, NULL, 0, NULL, NULL)) {
-+ die("krb5_get_init_creds_password failed.");
-+ }
-+
-+ if (krb5_verify_init_creds(context, &creds, server,
-+ NULL, NULL, NULL)) {
-+ die("krb5_verify_init_creds failed");
-+ }
-
- if (!krb5_kuserok(context, p, name))
- die("krb5_kuserok doesn't know the user.");
-
-+ /*
- if (krb5_cc_gen_new(context, &krb5_mcc_ops, &ccache))
- die("krb5_cc_gen_new failed.");
-
- if (krb5_verify_user_lrealm(context, p, ccache, pw, TRUE, NULL))
- die("krb5_verify_user_lrealm failed.");
-
-+ */
- /* Authentication successful. */
-
- /* TODO: Keep the credential cache in some way. Perhaps write it to
Index: tags/2.1-10/debian/changelog
===================================================================
--- tags/2.1-10/debian/changelog (revision 157)
+++ tags/2.1-10/debian/changelog (nonexistent)
@@ -1,737 +0,0 @@
-lsh-utils (2.1-10) unstable; urgency=low
-
- * Add missing lsb-base dependency.
- * missing_include.patch: Add a missing include to fix FTBFS with bindnow
- and PIE enabled (Closes: #837665, LP: #1628178).
- * Increase Debhelper compat level to 9.
- * Add Brazilian Portuguese debconf templates translation (Closes:
- #816948).
- * Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three
- years ago; the vulnerability was eight years ago.
- * Bump Standards-Version to 3.9.8.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Oct 2016 19:55:20 +0200
-
-lsh-utils (2.1-9) unstable; urgency=medium
-
- * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
- size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 25 Feb 2016 00:16:44 +0100
-
-lsh-utils (2.1-8) unstable; urgency=low
-
- * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
- Note: the Kerberos password helper has limited functionality and is
- not recommended to use.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100
-
-lsh-utils (2.1-7) unstable; urgency=low
-
- * nettle3.patch: fix pointer type mismatches, mainly changing length
- variables from unsigned to size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200
-
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-10/debian/lsh-server.templates
===================================================================
--- tags/2.1-10/debian/lsh-server.templates (revision 157)
+++ tags/2.1-10/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-10/debian/lsh-server.service
===================================================================
--- tags/2.1-10/debian/lsh-server.service (revision 157)
+++ tags/2.1-10/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-10/debian/lsh-utils.install
===================================================================
--- tags/2.1-10/debian/lsh-utils.install (revision 157)
+++ tags/2.1-10/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-10/debian/rules
===================================================================
--- tags/2.1-10/debian/rules (revision 157)
+++ tags/2.1-10/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-10/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-10/debian/lsh-client.manpages
===================================================================
--- tags/2.1-10/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-10/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-10/debian/lsh-server.config
===================================================================
--- tags/2.1-10/debian/lsh-server.config (revision 157)
+++ tags/2.1-10/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-10/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-10/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-10/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-10/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-10/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-10/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-10/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-10/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-10/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-10/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-10/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/mans/lcp.1
===================================================================
--- tags/2.1-10/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-10/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-10/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-10/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-10/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-10/debian/lsh-server.install
===================================================================
--- tags/2.1-10/debian/lsh-server.install (revision 157)
+++ tags/2.1-10/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-10/debian/source/format
===================================================================
--- tags/2.1-10/debian/source/format (revision 157)
+++ tags/2.1-10/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-10/debian/source/lintian-overrides
===================================================================
--- tags/2.1-10/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-10/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-10/debian
===================================================================
--- tags/2.1-10/debian (revision 157)
+++ tags/2.1-10/debian (nonexistent)
/tags/2.1-10/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-1/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-1/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-writekey.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-writekey.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-writekey.1 (nonexistent)
@@ -1,121 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-WRITEKEY 1 "Aug 21 2002" lsh-writekey "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-writekey \- store a public / private key pair.
-.SH SYNOPSIS
-.B lsh-writekey
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-writekey
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-writekey\fP is a program that reads a public / private key pair in
-\fBSPKI(5)\fP format on stdin, separates the public and private sections of
-the key and writes them to separate files.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-c, \-\-crypto=\fIalgorithm\fP
-Encryption algorithm to use on the private key file.
-.TP
-.B \-i, \-\-iteration\-count=\fIPKCS#5\fP
-Iteration count, the default is 1500.
-.TP
-.B \-l, \-\-label=\fItext\fP
-Sets the unencrypted label for the key.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to write the private key to. The public key file has a ".pub"
-appended to the end of it. The default output file is "~/.lsh/identity".
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Specifies the variant of the S-expression syntax to generate. Valid formats are
-"transport", "canonical", "advanced" and "international".
-.TP
-.B \-p, \-\-passphrase=\fIpassword\fP
-Specifies a passphrase for the private key.
-.TP
-.B \-\-server
-Use the server seed file, and change the default output file to
-/etc/lsh_host_key.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH ENVIRONMENT
-.TP
-HOME
-The user's home directory.
-.SH FILES
-.TP
-~/.lsh/identity
-Default location where the private key is stored.
-~/.lsh/identity.pub
-Default location where the public key is stored.
-/etc/lsh_host_key, /etc/lsh_host_key.pub
-The server's private and public host keys.
-.SH EXAMPLE
-A typical usage of lsh-writekey is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-which generates a public / private key pair using \fBlsh-keygen(1)\fP and
-stores it to the default ~/.lsh/identity.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-make-seed (1),
-.BR lsh (1),
-.BR lshd (8),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsftp.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsftp.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsftp.1 (nonexistent)
@@ -1,178 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSFTP 1 "Aug 21 2002" lsftp "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsftp \- lsh's sftp client
-.SH SYNOPSIS
-.B lsftp
-.RI [ transport-options ] [-- " command" ...]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsftp
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsftp\fP is a program that connects to a remote sftp server, and can be
-used to upload download files \['a] la FTP. When invoked with no command arguments,
-lsftp enters interactive mode, much like \fBftp (1)\fP. However, when the
-\fI--\fP argument and subsequent commands are passed to lsftp, lsftp simply
-executes those commands and exits.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-help
-Show summary of options.
-.TP
-.B \-\-version
-Show version of program.
-.SH COMMANDS
-.TP
-.B cd \fIdirectory\fP
-Change the current directory on the remote server to \fIdirectory\fP.
-.TP
-.B rm \fIfilespec\fP
-Removes files or directories. To delete directories, the \-r option needs to be
-specified. The rm command doesn't accept wildcards by default, to enable these
-you must specify the \-g option.
-.TP
-.B delete
-Alias for \fBrm\fP.
-.TP
-.B mkdir \fIdir\fP
-Make directory \fIdir\fP.
-.TP
-.B about
-Display information about lsftp.
-.TP
-.B help
-Displays a list of commands.
-.TP
-.B ?
-Alias for \fBhelp\fP.
-.TP
-.B longhelp
-Displays the list of commands with detailed information about each command.
-.TP
-.B ls \fIfilespec\fP
-List remote files and folders.
-.TP
-.B list
-Alias for \fBls\fP.
-.TP
-.B dir
-(Another) Alias for \fBls\fP.
-.TP
-.B pwd
-Print the current working directory.
-.TP
-.B quit
-Quit lsftp.
-.TP
-.B exit
-Quit lsftp.
-.TP
-.B set [\fIvar=value\fP]
-Sets or shows variables. Without an argument, \fIset\fP displays the current variable state. With
-a \fIvar=value\fP argument, \fBset\fP sets the appropriate variable in the environment.
-.TP
-.B mail
-Runs the \fBmail (1)\fP command.
-.TP
-.B umask [\fIvalue\fP]
-Sets or displays the remote umask.
-.TP
-.B jobs
-Prints information about currently running jobs.
-.TP
-.B open \fIsite\fP
-Open a sftp connection to \fIsite\fP.
-.TP
-.B close
-Close the current connection.
-.TP
-.B mv \fIold\-filename\fP \fInew\-filename\fP
-Rename file \fIold\-filename\fP to \fInew\-filename\fP.
-.TP
-.B rename
-Alias for \fBmv\fP.
-.TP
-.B ln \fIfile\fP \fIlink\fP
-Make \fIlink\fP a symlink to \fIfile\fP.
-.TP
-.B get \fIremote\-file\fP
-Retrieve \fIremote\-file\fP on the remote system to the local system.
-.TP
-.B put \fIlocal\-file\fP
-Send \fIlocal\-file\fP on the local system to the remote system.
-.TP
-.B chown \fIuid\fP \fIfile\fP
-Change the ownership of \fIfile\fP to be owned by the user represented by
-\fIuid\fP.
-.TP
-.B chgrp \fIgid\fP \fIfile\fP
-Change the group ownership of \fIfile\fP to be owned by the group represented by
-\fIgid\fP.
-.TP
-.B lcd \fIdir\fP
-Change the current local directory to \fIdir\fP.
-.TP
-.B lrm \fIfile\fP
-Remove \fIfile\fP from the \fBlocal\fP system.
-.TP
-.B ldelete
-Alias for \fBlrm\fP.
-.TP
-.B lls
-List files on the local system.
-.TP
-.B llist
-Alias for \fBlls\fP.
-.TP
-.B lpwd
-Print the current local working directory.
-.TP
-.B ! \fIcommand\fP
-Executes \fIcommand\fP in a shell on the local system.
-.SH ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lsftp
-defaults to using lshg.
-.TP
-.B LSFTP_BEFORE_ARGS
-.TP
-.B LSFTP_AFTER_ARGS
-.SH SEE ALSO
-.BR lsh (1),
-.BR mail (1),
-.BR lshd (8),
-.BR lshg (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-decode-key.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-decode-key.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-decode-key.1 (nonexistent)
@@ -1,78 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format
-.SH SYNOPSIS
-.B lsh-decode-key
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-decode-key
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-\fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key
-to sexp format, which is used by lsh.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-b, \-\-base64
-Input is base64 encoded.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write the output key to \fIfilename\fP. The default is to write it to stdout.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one
-of "transport", "canonical", "advanced" or "international".
-.TP
-.B \-\-debug
-Print heaps of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warning and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Print a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1)
-.BR lsh-export-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lshg.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lshg.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lshg.1 (nonexistent)
@@ -1,102 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.TH lshg 1 "12 Apr, 2001" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.SH NAME
-lshg \- Secure Shell v2 protocol (SSH2) gateway client.
-.SH SYNOPSIS
-.B lshg
-.RI [ options ] " hostname" " [command...]"
-.SH DESCRIPTION
-Connects to \fIhostname\fP using the Secure SHell v2 (SSH2) protocol, via
-a gateway that has been created with \fBlsh(1)\fP
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-Log in as user \fIusername\fP.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Connect to port number \fIport\fP on the remote host (default 22).
-.B \-E, \-\-execute=\fIcommand\fP
-Execute a command on the remote machine.
-.TP
-.B \-L, \-\-forward\-local\-port=\fIlocal-port:target-host:target-port\fP
-Forwards all ssh connections to \fIlocal port\fP on the local machine to
-\fItarget-host\fP:\fItarget-port\fP.
-.TP
-.B \-N, \-\-nop
-No operation (suppresses the default action, which is to spawn a remote shell)
-.TP
-.B \-S, \-\-shell=\fIcommand\fP
-Spawn a remote shell.
-.TP
-.B \-g, \-\-remote\-peers
-Allow remote access to forwarded ports.
-.TP
-.B \-\-no\-remote\-peers
-Disallow remote access to forwarded ports (default).
-.TP
-.B \-\-cvs\-workaround=[i?o?e?]
-Enables the CVS workaround by setting one or more of the stdio file
-descriptors (i = stdin, o = stdout, e = stderr) into non-blocking mode.
-If no argument is provided, the workaround is applied to all three file
-descriptors. By default, the workaround is applied to stderr (e) only.
-.TP
-.B \-\-no\-cvs\-workaround
-Disable the CVS workaround
-.TP
-.B \-t, \-\-pty
-Request a remote pty (pseudo terminal) (default).
-.TP
-.B \-\-no\-pty
-Don't request a remote pty.
-.TP
-.B \-\-stderr=\fIfilename\fP
-Redirect stderr to specified file.
-.TP
-.B \-\-no\-stderr
-Redirect stderr to /dev/null
-.TP
-.B \-\-stdout=\fIfilename\fP
-Redirect stdout to specified file.
-.TP
-.B \-\-no\-stdout
-Redirect stdout to /dev/null.
-.TP
-.B \-\-stdin=\fIfilename\fP
-Redirect stdin to specified file.
-.TP
-.B \-\-no\-stdin
-Redirect stdin from /dev/null.
-.TP
-.B \-n, \-\-no
-Inverts the effect of the next modifier.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show program version.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-authorize.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-authorize.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-authorize.1 (nonexistent)
@@ -1,49 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-AUTHORIZE 1 "Apr 15, 2002" lsh-authorize "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-authorize \- Authorize keys for the current account.
-.SH SYNOPSIS
-.B lsh-authorize
-.I key-file ...
-.SH DESCRIPTION
-For each \fIkey-file\fP, add the contained key to the list of keys that unlock the current
-account.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-\-help
-Show summary of options.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-writekey (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the info system
-.SH AUTHOR
-This manual page was originally written by
-Robert Bihlmeyer <robbe@orcus.priv.at> for the Debian GNU/Linux system
-(but may be used by others), with heavily modifications by
-Timshel Knoll <timshel@debian.org>
-
Index: tags/2.0.4-dfsg-1/debian/mans/ssh-conv.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/ssh-conv.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/ssh-conv.1 (nonexistent)
@@ -1,42 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH 1 "May 25, 2000"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ssh-conv \- convert a SSH2 public key to sexp format
-.SH SYNOPSIS
-.B ssh-conv
-.SH DESCRIPTION
-This manual page documents briefly the
-.B ssh-conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBssh-conv\fP is a program that converts a SSH2 public key to lsh's
-sexp format.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR lsh-decode-key (1),
-.BR sexp-conv (1).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@pobox.com>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lshd.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lshd.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lshd.8 (nonexistent)
@@ -1,133 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSHD 8 "Jul 06 2002" lshd "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lshd \- server for the SECSH2 (Secure Shell v2) protocol
-.SH SYNOPSIS
-.B lshd
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lshd
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlshd\fP is a program that listens on a specified port for secure shell
-clients to connect and log in securely from a remote machine.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-\-kerberos\-passwords
-Recognise kerberos passwords, using the helper program
-\fI/usr/sbin/lsh\-krb\-checkpw\fP (experimental).
-.TP
-.B \-\-login\-shell=\fIprogram\fP
-Use this program as the login shell for all users (experimental).
-.TP
-.B \-\-no\-kerberos\-passwords
-Don't recognise kerberos passwords (default).
-.TP
-.B \-\-no\-password
-Disable password user authentication.
-.TP
-.B \-\-no\-publickey
-Disable publickey user authentication.
-.TP
-.B \-\-no\-root\-login
-Don't allow root to login (default)
-.TP
-.B \-\-password
-Enable password authentication (enabled by default).
-.TP
-.B \-\-password\-helper=\fIhelper-program\fP
-Use the named helper program for password verification (experimental).
-PAM passwords can be enabled by specifying
-\fI\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.TP
-.B \-\-publickey
-Enable publickey user authentication (enabled by default).
-.TP
-.B \-\-root\-login
-ALlow root to login.
-.TP
-.B \-\-pty\-support
-.B \-\-no\-pty\-support
-Enable pty allocation (enabled by default).
-.TP
-.B \-\-subsystems=\fIname\fP=\fIprogram\fP[,\fIname\fP=\fIprogram\fP...]
-Lists subsystems to enable connections to (experimental).
-For example:
-\fI\-\-subsystems=sftp=/usr/sbin/sftp-server,foosystem=/usr/bin/foo\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to \fI/dev/null\fP, chdir to / and write
-messages to syslog.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, which messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-no\-syslog
-Don't use syslog (by default, syslog is used when running in daemonic mode).
-.TP
-.B \-\-pid\-file[=\fIfile-name\fP]
-Create a pid file. When running in daemonic mode, the default is
-\fI/var/run/lshd.pid\fP.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-server-config.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-server-config.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-server-config.8 (nonexistent)
@@ -1,45 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH lsh-server-config 8 "Jul 26, 2000" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-server-config \- (re-)configure the lsh-server (lshd)
-.SH SYNOPSIS
-.B lsh-server-config
-.RI [ --from-postinst ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-server-config
-command.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-server-config\fP is a program that configures/reconfigures the
-lsh-server package on Debian GNU systems.
-.SH OPTIONS
-.TP
-.B \-\-from\-postinst
-Indicates that the script is being called from lsh-server's postinst.
-You should never need to use this.
-.SH FILES
-.BR /etc/default/lsh-server
-.SH SEE ALSO
-.BR lshd (8),
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/sexp-conv.lsh-utils.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/sexp-conv.lsh-utils.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/sexp-conv.lsh-utils.1 (nonexistent)
@@ -1,94 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SEXP-CONV 1 "Apr 19, 2002" sexp-conv "Lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sexp_conv \- convert s-expression to a different encoding
-.SH SYNOPSIS
-.B sexp_conv
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sexp_conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsexp_conv\fP is a program that converts S-expressions (keys and
-most other objects which `lsh' needs to store on disk)
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-hash=\fIalgorithm\fP
-Hash algorithm (default: sha1).
-.TP
-.B \-\-once
-Process at most one s-expression.
-.TP
-.B \-\-raw\-hash
-Output the hash for the canonical representation of the object, in hexadecimal.
-.TP
-.B \-\-spki\-hash
-Output an SPKI hash for the object.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Supress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Variant of S-expression to accept. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-o, \-\-output\-format=\fIformat\fP
-Variant of S-expression to output. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR ssh-conv (1),
-.BR lsh (1),
-.BR lshd (8).
-.br
-The programs are documented fully by the
-.IR "sexp"
-section under the
-.IR "Getting Started"
-header of the lsh info page, available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-keygen.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-keygen.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-keygen.1 (nonexistent)
@@ -1,106 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KEYGEN 1 "Aug 21 2002" lsh-keygen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-keygen \- generate a public/private key pair
-.SH SYNOPSIS
-.B lsh-keygen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-keygen
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-keygen\fP is a program that generates a public / private key pair in
-\fBSPKI(5)\fP format and writes it to stdout. Usually you will pipe this
-output to \fBlsh-writekey(1)\fP to write it to disk.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-The output SPKI format to use. Valid values of \fIformat\fP are "transport",
-"canonical", "advanced" and "international". The default format is "transport".
-See also \fBSPKI(5)\fP.
-.TP
-.B \-l, \-\-nist\-level=\fIsecurity\-level\fP
-For DSA keys, this is the NIST security level: level 0 uses 512-bit primes,
-level 8 uses 1024 bit primes, and the default is 8. For RSA keys, it's the bit
-length of the modulus, and the default is 2048 bits.
-.TP
-.B \-a, \-\-algorithm=\fIalgorithm\fP
-The public / private key algorithm to use. This can be either "RSA" or "DSA".
-The default is to generate DSA keys.
-.TP
-.B \-\-server
-Use the server random seed file
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH EXAMPLE
-A typical usage of lsh-keygen is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-Which generates a public / private key pair and stores it using
-\fBlsh-writekey(1)\fP.
-.SH BUGS
-lsh-writekey should use \fBrandom(4)\fP rather than a less strong source of
-randomness like \fBurandom(4)\fP where available.
-.SH SEE ALSO
-.BR lsh-writekey (1),
-.BR lsh-make-seed (1),
-.BR lsh (1),
-.BR lshd (8),
-.BR DSA (5),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/sftp-server.lsh.8
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/sftp-server.lsh.8 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/sftp-server.lsh.8 (nonexistent)
@@ -1,46 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SFTP-SERVER 8 "Jul 05 2002" sftp-server "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sftp-server \- server for the Secure FTP protocol over lsh.
-.SH SYNOPSIS
-.B sftp-server
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sftp-server
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsftp-server\fP is a lshd subsystem program that is called by lshd to serve
-sftp (secure ftp) clients. To enable sftp in your lshd server, run lshd with
-the \fI\-\-subsystems=sftp=/usr/sbin/sftp\-server\fP flag.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lsh (1),
-.Br lshd (8),
Index: tags/2.0.4-dfsg-1/debian/mans/lsh-make-seed.1
===================================================================
--- tags/2.0.4-dfsg-1/debian/mans/lsh-make-seed.1 (revision 157)
+++ tags/2.0.4-dfsg-1/debian/mans/lsh-make-seed.1 (nonexistent)
@@ -1,86 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
- lsh-make-seed \- program to generate a yarrow random seed file
-.SH SYNOPSIS
-.B lsh-make-seed
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-make-seed
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-make-seed\fP is a program that creates an initial random seed file for
-the yarrow pseudo-randomness-generator used by both the lsh server and client.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-force
-Overwrite any existing seed file.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Output random seed to \fIfilename\fP. The default is to output to
-~/.lsh/seed-file.
-.TP
-.B \-\-server
-Save seed file where the lsh server expects it (eg.
-/var/spool/lsh/yarrow-seed-file).
-.TP
-.B \-\-sloppy
-Generate seed file even if we can't collect a good amount of randomness from
-the environment.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-1/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.install (nonexistent)
@@ -1,6 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/lsh-server-config
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-1/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Apps/Net
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-1/debian/watch
===================================================================
--- tags/2.0.4-dfsg-1/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-1/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-1/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-1/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-1/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-1/debian/copyright (nonexistent)
@@ -1,44 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: tags/2.0.4-dfsg-1/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-1/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.postinst (nonexistent)
@@ -1,114 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server-config.
-# You can change the lsh-server configuration either by editing
-# this file, or by running /usr/sbin/lsh-server-config, which uses
-# a debconf interface to set up lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server-config
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-1/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-1/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-1/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-1/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-1/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-1/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.init.d (nonexistent)
@@ -1,120 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-#
-
-### BEGIN INIT INFO
-# Provides: sshd
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-set -e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-if [ "$1" != "stop" -a "$1" != "graceful-stop" ]; then
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this only needs to be done once): $RANDOM_SEED"
- DIR=$(dirname "$RANDOM_SEED")
- mkdir -p "$DIR"
- chmod 700 "$DIR"
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null
- chmod 600 "$RANDOM_SEED"
- echo "."
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- echo -n "Creating lsh host key (this only needs to be done once): $HOST_KEY"
- lsh-keygen --server | \
- lsh-writekey --server --output-file "$HOST_KEY"
-
- if [ ! -f "$HOST_KEY" ]; then
- echo " failed! not starting lshd"
- exit 0
- fi
-
- echo "."
- fi
-fi
-
-case "$1" in
- start)
- echo -n "Starting $DESC: $NAME"
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --background --make-pidfile --exec $DAEMON -- \
- --port "$LSHD_PORT" $SFTP_FLAG
- echo "."
- ;;
- stop|graceful-stop)
- echo -n "Gracefully stopping $DESC: $NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --signal 1 --quiet --pidfile \
- /var/run/$NAME.pid --oknodo --exec $DAEMON
- # Remove the old pid file, the server will exit when ready
- rm -f /var/run/$NAME.pid
- echo "."
- ;;
- #reload)
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- #echo -n "Reloading $DESC configuration files."
- #start-stop-daemon --stop --signal 1 --quiet --pidfile \
- # /var/run/$NAME.pid --exec $DAEMON
- #;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
- echo -n "Restarting $DESC: $NAME"
- start-stop-daemon --stop --signal 1 --quiet --pidfile \
- /var/run/$NAME.pid --oknodo --exec $DAEMON
- # Remove the old pid file, the old server will exit when ready
- rm -f /var/run/$NAME.pid
- sleep 1
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --background --make-pidfile --exec $DAEMON -- \
- --port "$LSHD_PORT" $SFTP_FLAG
- echo "."
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
Index: tags/2.0.4-dfsg-1/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-1/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-1/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-1/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/da.po (nonexistent)
@@ -1,224 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versioner af lsh kræver en tilfældighedsgenererende fil"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versioner af lsh-server (1.3.6 og senere), kræves en "
-#~ "tilfældighedsgenererende fil for at lshd eller lsh_proxy kan køre. Denne "
-#~ "fil genereres ved at køre \"lsh-make-seed --server\". lsh-make-seed "
-#~ "kræver at du udfører tilfældige tasteanslag til den "
-#~ "tilfældighedsgenerator. Du skal køre denne kommando for at lsh-serveren "
-#~ "kan fungere. Denne fil behøves kun at blive oprettet én gang."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Af sikkerhedshensyn er det afgørende at lsh-make-seed bliver kørt fra "
-#~ "konsollen på det system, du kører den på. Hvis du kører lsh-make-seed fra "
-#~ "en fjern skal, vil den timing-information, som lsh-make-seed bruger til "
-#~ "at lave sine tilfældige tal sandsynligvis være dårlige. Om nødvendigt kan "
-#~ "du generere tilfældighedsfilen på et andet system end det, den skal "
-#~ "benyttes på, ved at installere pakken lsh-utils og køre \"lsh-make-seed -"
-#~ "o min-anden-server-fil\". Du kan derefter overføre tilfældighedsfilen til "
-#~ "målsystemet over en sikker forbindelse med lsh eller ssh (gem den som /"
-#~ "var/spool/lsh/yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Hvis filen /var/spool/lsh/yarrow-random-seed allerede findes på dit "
-#~ "system (hvis du for eksempel allerede har sat lsh-server > 1.3.6 op på "
-#~ "dit system), kan du se bort fra denne notits."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Overgang fra SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Da SSH1 og OpenSSH (herefter blot benævnt \"SSH1\"), og lshd alle "
-#~ "benytter sig af den samme port (22), er du nødt til at vælge mellem "
-#~ "følgende strategier for at få SSH1- og lshd-dæmonerne til at sameksistere "
-#~ "på den samme maskine/netkort."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Som udgangspunkt vil lshd køre på port 2222. Dette kan ændres til en "
-#~ "hvilken som helst anden ubenyttet port. I dette tilfælde skal du angive "
-#~ "overfor lshc hvilken port, serveren kører på med tilvalget \"-p <port "
-#~ "nummer>\" (f.eks. -p 2222)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det kan være ret irriterende at skulle give lshc tilvalget `-p 2222,, så "
-#~ "det kan være at du vil køre lsh på ssh-porten 22. Det betyder at du "
-#~ "*ikke* vil kunne køre andre ssh-dæmoner på port 22, som normalt."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Bemærk, at hvis du har installeret nogen af pakkerne ssh2, ssh-nonfree "
-#~ "eller ssh-socks, og ønsker at køre lshd på port 22, skal du manuelt "
-#~ "forhindre ssh-dæmonen i denne pakke i at starte (eller få den til at "
-#~ "starte på en anden port). For at gøre dette, skal du redigere filen /etc/"
-#~ "init.d/<pakkenavn> hvor <pakkenavn> er ssh2, ssh-nonfree eller ssh-socks "
-#~ "(alt efter hvilken af disse, du har installeret) og indsætte \"exit 0\" "
-#~ "som anden linje i filen (efter \"#!/bin/sh\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du have at lsh's værtsnøgle automatisk bliver fjernet, når denne "
-#~ "pakke bliver udrenset?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Aktivér ssh1-tilbagefald?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Hvis du vil have at ssh1 fortsætter som normalt, skal tilvalget '--ssh1-"
-#~ "fallback=\"/sti/til/sshd1\"' gives til lshd under opstarten. Hvis du har "
-#~ "installeret pakken ssh og enten ssh-nonfree eller ssh-socks (som begge er "
-#~ "deaktiverede, hvis de er installerede), kan jeg gøre det for dig, idet "
-#~ "jeg går ud fra at din sshd er placeret i /usr/sbin/sshd. Hvis den ikke er "
-#~ "det, så redigér /etc/init.d/lsh-server og ret stien til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du have mig til at aktivere ssh1-tilbagefald?"
Index: tags/2.0.4-dfsg-1/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-1/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-1/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-1/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-1/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-1/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/nl.po (nonexistent)
@@ -1,235 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:59+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr ""
-#~ "Nieuwe versies van lsh hebben een bestand met een willekeurig getal nodig."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "In nieuwe versies van lsh-server (1.3.6 en hoger), hebben lshd en "
-#~ "lsh_proxy een bestand nodig met een willekeurig getal. Dit bestand wordt "
-#~ "aangemaakt door \"lsh-make-seed --server\" uit te voeren. lsh-make-seed "
-#~ "heeft een aantal willekeurige toetsaanslagen nodig voor haar willekeurige "
-#~ "getallengenerator. U moet dit commando uitvoeren om de lsh-server te "
-#~ "laten werken. Dit bestand moet slechts één keer worden aangemaakt."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Om veiligheidsredenen moet lsh-make-seed worden uitgevoerd vanuit de "
-#~ "console van het systeem waarop u het uitvoert. Als u lsh-make-seed "
-#~ "uitvoert vanuit een online shell, dan zal de tijdsinformatie die lsh-make-"
-#~ "seed gebruikt waarschijnlijk verkeerd zijn. Indien nodig kunt u het "
-#~ "bestand aanmaken op een ander systeem dan waar het zal gebruikt worden "
-#~ "door het 'lsh-utils'-pakket en \"lsh-make-seed -o ander_bestand\". U kunt "
-#~ "dan dit bestand overzetten naar het systeem waar het gebruikt wordt via "
-#~ "een veilige verbinding met lsh of ssh (bewaar het als /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Als het bestand /var/spool/lsh/yarrow-random-seed al bestaat op uw "
-#~ "systeem, (bijvoorbeeld als u lsh-server > 1.3.6 reeds succesvol "
-#~ "geconfigureerd heeft op uw systeem), dan kunt u deze opmerking gewoon "
-#~ "negeren."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migreren van SSH1/OpenSSH naar lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Omdat SSH1 en OpenSSH (hierna gewoon \"SSH1\" genoemd) en lshd allemaal "
-#~ "dezelfde standaardpoort (22) gebruiken, zult u één van de volgende "
-#~ "strategieën moeten kiezen om de SSH1- en lshd-achtergronddiensten te "
-#~ "laten samenwerken op dezelfde machine/netwerk-interface."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "De standaardoptie is om lsh te laten draaien op poort 2222. Dit kan "
-#~ "gewijzigd worden naar om het even welke niet-gebruikte poort. Bij deze "
-#~ "keuze zult u de optie \"-p <poortnummer>\" moeten meegeven met lshc om te "
-#~ "specificeren op welke poort de server draait (vb. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "De `-p 2222'-optie moeten meegeven aan lshc kan zeer ergerlijk worden, "
-#~ "misschien wilt u daarom lshd draaien op de standaard ssh-poort 22. Dit "
-#~ "betekent dat u *geen* andere ssh-achtergronddienst op poort 22 kunt laten "
-#~ "draaien. Voor het geval u het ssh (OpenSSH) -pakket geïnstalleerd heeft, "
-#~ "heeft lshd een optie om de verbinding door te geven aan ssh1 als een ssh1-"
-#~ "client probeert te verbinden met lsh. Dit kan u in staat stellen om "
-#~ "ongemerkt over te schakelen van ssh1 naar lsh. "
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Merk op dat als u één van de ssh2-, ssh-nonfree- of ssh-socks-pakketten "
-#~ "geïnstalleerd heeft en u wilt lshd draaien op poort 22, dat u dan "
-#~ "handmatig het starten van de ssh-achtergronddienst in dat pakket moet "
-#~ "uitschakelen (of het laten starten op een andere poort). Om dit te doen, "
-#~ "moet u /etc/init.d/<pakketnaam> bewerken waar <pakketnaam> ssh2, ssh-"
-#~ "nonfree of ssh-socks is (afhankelijk van welke u geïnstalleerd heeft) en "
-#~ "een \"exit 0\" plaatsen als tweede regel in het bestand (na de \"#!/bin/sh"
-#~ "\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Wilt u dat de host-sleutel van lsh automatisch wordt verwijderd wanneer "
-#~ "dit pakket wordt gewist (purged)?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Terugvallen op ssh1 inschakelen?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Als u wilt dat ssh1 normaal blijft functioneren, dan moet bij het starten "
-#~ "van lshd de optie `--ssh1_fallback=\"/pad/naar/sshd1\" worden meegegeven. "
-#~ "Als u het ssh-pakket geïnstalleerd heeft of ssh-nonfree of ssh-socks, "
-#~ "(beide nu door u uitgeschakeld als ze geïnstalleerd zijn), dan kan dat "
-#~ "automatisch gebeuren. Er wordt van uitgegaan dat sshd in /usr/sbin/sshd "
-#~ "is. Als dit niet zo is, bewerk dan /etc/init.d/lsh-server en wijzig het "
-#~ "pad naar sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Wilt u ssh1 fallback inschakelen?"
Index: tags/2.0.4-dfsg-1/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/nn.po (nonexistent)
@@ -1,234 +0,0 @@
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-01-16 20:30+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 2222. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten "
-"av pakka som standard. Viss du vil fjerna han saman med pakka når den blir "
-"fjerna så må du oppgje det her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versjonar av lsh krev ei fil for generering av tilfeldige tal"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versjonar av lsh-server (1.3.6 og over) trengst det ei fil for "
-#~ "generering av tilfeldige tal for at lshd eller lsh_proxy skal køyre. "
-#~ "Denne fila vert laga ved å køyre «lsh-make-seed --server». lsh-make-seed "
-#~ "krev at du må trykkje vilkårlege tastar på tastaturet for at han skal "
-#~ "laga tilfeldige tal. Denne kommandoen må køyrast for at tenaren skal "
-#~ "virke. Denne fila treng berre lagast ein gong."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Av tryggingsgrunnar, må lsh-make-seed faktisk køyrast frå konsollet til "
-#~ "systemet du køyrer tenaren på. Viss du køyrer lsh-make-seed frå "
-#~ "fjerninnlogging (ssh eller rsh), vil tidsinformasjonen som lsh-make-seed "
-#~ "brukar for å lage tilfeldige tal ver gal og gjere det mindre tilfeldig. "
-#~ "Viss du ikkje har tilgang til konsollet, kan du lage fila på eit system "
-#~ "du har tilgang til. Du installerer lsh-utils pakka og køyrer «lsh-make-"
-#~ "seed -o tilfeldig-tal-fil-for-det-andre-systemet». Overfør så fila til "
-#~ "systemet ved å bruka eit trygt samband (lagre det som /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Viss fila /var/spool/lsh/yarrow-random-seed allereie eksisterer på "
-#~ "systemet ditt, (viss du til dømes allereie har sett opp lsh-server > "
-#~ "1.3.6 på systemet ditt), kan du ignorere denne meldinga."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migrerer frå SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Sidan SSH1 og OpenSSH (heretter berre kalla «SSH1») og lshd alle brukar "
-#~ "same port som standard (22), må du velje ein av dei følgjande strategiane "
-#~ "for å ha både SSH1 og lshd-nissar køyrande saman på den same maskina, "
-#~ "evt. det same nettverksgrensesnittet."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Standardalternativet er å la lshd køyre på port 2222. Dette kan endrast "
-#~ "til kva port du vil. Med dette alternativet må du sende «-p <portnummer>» "
-#~ "til lshc for å oppgje kva for port tenaren køyrer på (t.d. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det å gje lshc alternativet «-p 2222» kvar gong kan vere irriterande, så "
-#~ "det kan vere du vil la lshd køyre på standard ssh-port, 22. Dette betyr "
-#~ "at du *ikkje* vil vere i stand til å køyre ein anna ssh-nisse som vanleg "
-#~ "på port 22. Viss du har ssh-pakka installert (OpenSSH), så har lshd eit "
-#~ "alternativ for å sende tilkoplingar til ssh1 viss ein ssh1-klient prøver "
-#~ "å kople til lsh. Dette kan la deg migrere ssh1 til lsh sømlaust."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Legg merke til at om du har ein av pakkane ssh2, ssh-nonfree eller ssh-"
-#~ "socks installert og du vil køyre lshd på port 22, må du manuelt fikse det "
-#~ "slik at ssh-nissen i den pakken ikkje startar (eller la den starte på ein "
-#~ "anna port). For å gjere dette, må du redigere /etc/init.d/<pakkenamn> der "
-#~ "<pakkenamn> er ssh2, ssh-nonfree eller ssh-socks (avhengig av kva du har "
-#~ "installert), og leggje inn «exit 0» som den andre linja i fila (etter «#!/"
-#~ "bin/sh»)"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du la lsh sin vertsnøkkel bli automatisk fjerna når denne pakka blir "
-#~ "fjerna?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Slå på ssh1-vidarekopling?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Viss du vil at ssh1 skal halde fram å fungere som normalt, må "
-#~ "alternativet «--ssh1-fallback=\"/stig/til/sshd1\"» sendast til lshd ved "
-#~ "oppstart. Viss du har ssh-pakka installert, eller anten ssh-nonfree eller "
-#~ "ssh-socks, (som du har slått av no viss dei er installert), så kan eg "
-#~ "gjere dette for deg viss sshd er i /usr/sbin/sshd. Viss sshd er ein anna "
-#~ "stad, rediger /etc/init.d/lsh-server og endre stigen til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du la meg slå på vidarekopling til ssh1?"
Index: tags/2.0.4-dfsg-1/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-1/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/vi.po (nonexistent)
@@ -1,195 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-22 14:45+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Phiên bản lsh mới cần đến tập tin hạt ngẫu nhiên."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "Trong phiên bản mới của «lsh-server» (1.3.6 và sau), cần đến một tập tin "
-#~ "hạt ngẫu nhiên để mà trình « lshd » hay « lsh_proxy » có chạy được. Tập "
-#~ "tin này do chạy « lsh-make-seed --server » tạo ra. Bộ « lsh-make-seed "
-#~ "» (tạo hạt) cần đến bạn nhập một số động tác bấm phím ngẫu nhiên cho bộ "
-#~ "tạo ra số ngẫu nhiên của nó. Bạn cần phải chạy lệnh này để mà máy phục vụ "
-#~ "« lsh » có hoạt động được. Cần phải tạo hạt này chỉ một lần thôi."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Vì lý do bảo mật, tiến trình « lsh-make-seed » thật sự cần phải được chạy "
-#~ "từ bàn giao tiếp của hệ thống đang chạy nó. Nếu bạn có chạy « lsh-make-"
-#~ "seed » bằng một hệ vỏ từ xa, rất có thể là thông tin định thời mà « lsh-"
-#~ "make-seed » dùng để tạo ra hạt ngẫu nhiệm sẽ bị hỏng. Nếu cần thiết, bạn "
-#~ "có thể tạo ra hạt ngẫu nhiên trên một hệ thống khác với điều sẽ chạy nó "
-#~ "cuối cùng, bằng cách cài đặt gói « lsh-utils » và chạy « lsh-make-seed -o "
-#~ "my-other-server-seed-file ». Sau đó, bạn có thể truyền hạt đến hệ thống "
-#~ "đích, như dùng một sự kết nối bảo mật bằng lsh hay ssh (hãy lưu nó là < /"
-#~ "var/spool/lsh/yarrow-seed-file>)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Nếu tập tin </var/spool/lsh/yarrow-random-seed> đã có trong hệ thống bạn "
-#~ "(lấy thí dụ, nếu bạn đã cấu hình « lsh-server » > 1.3.6 trong hệ thống "
-#~ "đó) thì bạn có thể bỏ qua chú thích này một cách an toàn."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Cách chuyển đổi từ SSH1/OpenSSH sang lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Vì cả SSH1 lẫn OpenSSH đều (mà sẽ được gợi « SSH1 » sau này) lẫn « lshd » "
-#~ "đềudùng cùng một cổng mặc định (22), bạn sẽ phải chọn một của những chiến "
-#~ "lược theo đây để cho phép các trình nền SSH1 và lshd đều hoạt động trên "
-#~ "cùng một mấy/giao diện mạng."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Tùy chọn mặc định là chạy lshd trên cổng 2222. Có thể thay đổi nó sang "
-#~ "bất cứ cổng còn rảnh nào mà bạn muốn dùng. Với tùy chọn này, bạn sẽ cần "
-#~ "phải gởi tùy chọn « -p <số hiệu cổng> » qua cho lshc, để ghi rõ máy phục "
-#~ "vụ đang chạy trên cổng nào (v.d. « -p 2222 »)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Có lẽ bạn sẽ không muốn cứ lập tùy chọn « -p 2222 » cho « lshc », thì có "
-#~ "thể chạy trình nền « lshd » trên cổng SSH mặc định là 22. Có nghĩa là bạn "
-#~ "sẽ • không • thể chạy trình nền SSH khác nào như bình thường trên cổng "
-#~ "22, cùng với « lshd »."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Hãy ghi chú rằng nếu bạn đã cài đặt bất cứ gói tin nào của những gói tin "
-#~ "« ssh2 », « ssh-nonfree » hay « ssh-socks », và muốn chạy trình nền « "
-#~ "lshd » trên cổng 22, trong trường hợp này bạn cần phải tự tắt khả năng "
-#~ "khởi chạy của trình nền (dæmon) trong gói đó (hoặc lập nó khởi chạy trên "
-#~ "một cổng khác). Để làm như thế, bạn sẽ cần phải cửa đổi tập tin « /etc/"
-#~ "init.d/<tên_gói> » mà tên gói là « ssh2 », « ssh-nonfree » hay « ssh-"
-#~ "socks » (phụ thuộc vào gói nào bạn đã cài đặt) rồi chèn « exit 0 » là "
-#~ "dòng thứ hai trong tập tin này (đi sau « #!/bin/sh »)."
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr "Bạn có muốn tự động gỡ bỏ khóa máy khi tẩy gói này không?"
Index: tags/2.0.4-dfsg-1/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-1/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-1/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-1/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-12-10 19:04+0000\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-1/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-doc.docs (nonexistent)
@@ -1,10 +0,0 @@
-FAQ
-NEWS
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-1/debian/control
===================================================================
--- tags/2.0.4-dfsg-1/debian/control (revision 157)
+++ tags/2.0.4-dfsg-1/debian/control (nonexistent)
@@ -1,85 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Simon Law <sfllaw@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>,
- Magnus Holmgren <holmgren@debian.org>
-Standards-Version: 3.7.3
-Build-Depends: cdbs, debhelper (>= 4.1.16), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, libnettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0
-Conflicts: lsh-utils (<< 1.0.2-3)
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}
-Recommends: lsh-utils (= ${binary:Version})
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-1/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-1/debian/compat
===================================================================
--- tags/2.0.4-dfsg-1/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-1/debian/compat (nonexistent)
@@ -1 +0,0 @@
-4
Index: tags/2.0.4-dfsg-1/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-1/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.manpages (nonexistent)
@@ -1,6 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-debian/mans/lsh-server-config.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-1/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-1/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-1/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by <magnus@proffe.kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-1/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-1/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-1/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-1/debian/patches/00list (nonexistent)
@@ -1,2 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
Index: tags/2.0.4-dfsg-1/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-1/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-1/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/s%(\.\.?/)*nettle/libnettle\.a%-lnettle%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-1/debian/scripts/lsh-server-config
===================================================================
--- tags/2.0.4-dfsg-1/debian/scripts/lsh-server-config (revision 157)
+++ tags/2.0.4-dfsg-1/debian/scripts/lsh-server-config (nonexistent)
@@ -1,47 +0,0 @@
-#!/bin/sh -e
-#
-# Script to (re-)configure the lsh-server package.
-#
-# Copyright (C) 2000, 2001 Timshel Knoll <timshel@debian.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-
-LSHD_DEFAULTS="/etc/default/lsh-server"
-LSHD_PORT=
-SSH1_FALLBACK=
-
-HOST_KEY="/etc/lsh_host_key"
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-
-if [ ! -f "$RANDOM_SEED" ] ; then
- echo "Generating random seed $RANDOM_SEED"
- lsh-make-seed --server --output-file "$RANDOM_SEED"
-fi
-
-# Generate a hostkey, if none already exist
-# FIXME: should this convert an existing OpenSSH/SSH1 hostkey if one exists?
-if [ ! -f "$HOST_KEY" ] ; then
- printf "Generating a new host key: $HOST_KEY"
- lsh-keygen --server --nist-level 8 | \
- lsh-writekey --server --output-file "$HOST_KEY"
- echo " done."
-fi
-
-# Emacs stuff:
-# Local-Variables:
-# sh-indent: 3
-# End:
Index: tags/2.0.4-dfsg-1/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-1/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-1/debian/changelog (nonexistent)
@@ -1,457 +0,0 @@
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-1/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-1/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-1/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-1/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-1/debian/rules
===================================================================
--- tags/2.0.4-dfsg-1/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-1/debian/rules (nonexistent)
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-
-common-install-arch::
- install -m755 debian/scripts/lsh-server-config \
- debian/tmp/usr/sbin
/tags/2.0.4-dfsg-1/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-1/debian
===================================================================
--- tags/2.0.4-dfsg-1/debian (revision 157)
+++ tags/2.0.4-dfsg-1/debian (nonexistent)
/tags/2.0.4-dfsg-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-2/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-2/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-2/debian/copyright (nonexistent)
@@ -1,44 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: tags/2.0.4-dfsg-2/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-2/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.postinst (nonexistent)
@@ -1,114 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server-config.
-# You can change the lsh-server configuration either by editing
-# this file, or by running /usr/sbin/lsh-server-config, which uses
-# a debconf interface to set up lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server-config
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-2/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-2/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-2/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-2/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-2/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-2/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.init.d (nonexistent)
@@ -1,120 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-#
-
-### BEGIN INIT INFO
-# Provides: sshd
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-set -e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-if [ "$1" != "stop" -a "$1" != "graceful-stop" ]; then
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this only needs to be done once): $RANDOM_SEED"
- DIR=$(dirname "$RANDOM_SEED")
- mkdir -p "$DIR"
- chmod 700 "$DIR"
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null
- chmod 600 "$RANDOM_SEED"
- echo "."
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- echo -n "Creating lsh host key (this only needs to be done once): $HOST_KEY"
- lsh-keygen --server | \
- lsh-writekey --server --output-file "$HOST_KEY"
-
- if [ ! -f "$HOST_KEY" ]; then
- echo " failed! not starting lshd"
- exit 0
- fi
-
- echo "."
- fi
-fi
-
-case "$1" in
- start)
- echo -n "Starting $DESC: $NAME"
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --background --make-pidfile --exec $DAEMON -- \
- --port "$LSHD_PORT" $SFTP_FLAG
- echo "."
- ;;
- stop|graceful-stop)
- echo -n "Gracefully stopping $DESC: $NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --signal 1 --quiet --pidfile \
- /var/run/$NAME.pid --oknodo --exec $DAEMON
- # Remove the old pid file, the server will exit when ready
- rm -f /var/run/$NAME.pid
- echo "."
- ;;
- #reload)
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- #echo -n "Reloading $DESC configuration files."
- #start-stop-daemon --stop --signal 1 --quiet --pidfile \
- # /var/run/$NAME.pid --exec $DAEMON
- #;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
- echo -n "Restarting $DESC: $NAME"
- start-stop-daemon --stop --signal 1 --quiet --pidfile \
- /var/run/$NAME.pid --oknodo --exec $DAEMON
- # Remove the old pid file, the old server will exit when ready
- rm -f /var/run/$NAME.pid
- sleep 1
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --background --make-pidfile --exec $DAEMON -- \
- --port "$LSHD_PORT" $SFTP_FLAG
- echo "."
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
Index: tags/2.0.4-dfsg-2/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-2/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-2/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-2/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/da.po (nonexistent)
@@ -1,224 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versioner af lsh kræver en tilfældighedsgenererende fil"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versioner af lsh-server (1.3.6 og senere), kræves en "
-#~ "tilfældighedsgenererende fil for at lshd eller lsh_proxy kan køre. Denne "
-#~ "fil genereres ved at køre \"lsh-make-seed --server\". lsh-make-seed "
-#~ "kræver at du udfører tilfældige tasteanslag til den "
-#~ "tilfældighedsgenerator. Du skal køre denne kommando for at lsh-serveren "
-#~ "kan fungere. Denne fil behøves kun at blive oprettet én gang."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Af sikkerhedshensyn er det afgørende at lsh-make-seed bliver kørt fra "
-#~ "konsollen på det system, du kører den på. Hvis du kører lsh-make-seed fra "
-#~ "en fjern skal, vil den timing-information, som lsh-make-seed bruger til "
-#~ "at lave sine tilfældige tal sandsynligvis være dårlige. Om nødvendigt kan "
-#~ "du generere tilfældighedsfilen på et andet system end det, den skal "
-#~ "benyttes på, ved at installere pakken lsh-utils og køre \"lsh-make-seed -"
-#~ "o min-anden-server-fil\". Du kan derefter overføre tilfældighedsfilen til "
-#~ "målsystemet over en sikker forbindelse med lsh eller ssh (gem den som /"
-#~ "var/spool/lsh/yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Hvis filen /var/spool/lsh/yarrow-random-seed allerede findes på dit "
-#~ "system (hvis du for eksempel allerede har sat lsh-server > 1.3.6 op på "
-#~ "dit system), kan du se bort fra denne notits."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Overgang fra SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Da SSH1 og OpenSSH (herefter blot benævnt \"SSH1\"), og lshd alle "
-#~ "benytter sig af den samme port (22), er du nødt til at vælge mellem "
-#~ "følgende strategier for at få SSH1- og lshd-dæmonerne til at sameksistere "
-#~ "på den samme maskine/netkort."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Som udgangspunkt vil lshd køre på port 2222. Dette kan ændres til en "
-#~ "hvilken som helst anden ubenyttet port. I dette tilfælde skal du angive "
-#~ "overfor lshc hvilken port, serveren kører på med tilvalget \"-p <port "
-#~ "nummer>\" (f.eks. -p 2222)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det kan være ret irriterende at skulle give lshc tilvalget `-p 2222,, så "
-#~ "det kan være at du vil køre lsh på ssh-porten 22. Det betyder at du "
-#~ "*ikke* vil kunne køre andre ssh-dæmoner på port 22, som normalt."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Bemærk, at hvis du har installeret nogen af pakkerne ssh2, ssh-nonfree "
-#~ "eller ssh-socks, og ønsker at køre lshd på port 22, skal du manuelt "
-#~ "forhindre ssh-dæmonen i denne pakke i at starte (eller få den til at "
-#~ "starte på en anden port). For at gøre dette, skal du redigere filen /etc/"
-#~ "init.d/<pakkenavn> hvor <pakkenavn> er ssh2, ssh-nonfree eller ssh-socks "
-#~ "(alt efter hvilken af disse, du har installeret) og indsætte \"exit 0\" "
-#~ "som anden linje i filen (efter \"#!/bin/sh\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du have at lsh's værtsnøgle automatisk bliver fjernet, når denne "
-#~ "pakke bliver udrenset?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Aktivér ssh1-tilbagefald?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Hvis du vil have at ssh1 fortsætter som normalt, skal tilvalget '--ssh1-"
-#~ "fallback=\"/sti/til/sshd1\"' gives til lshd under opstarten. Hvis du har "
-#~ "installeret pakken ssh og enten ssh-nonfree eller ssh-socks (som begge er "
-#~ "deaktiverede, hvis de er installerede), kan jeg gøre det for dig, idet "
-#~ "jeg går ud fra at din sshd er placeret i /usr/sbin/sshd. Hvis den ikke er "
-#~ "det, så redigér /etc/init.d/lsh-server og ret stien til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du have mig til at aktivere ssh1-tilbagefald?"
Index: tags/2.0.4-dfsg-2/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-2/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-2/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-2/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-2/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-2/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/nl.po (nonexistent)
@@ -1,235 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:59+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr ""
-#~ "Nieuwe versies van lsh hebben een bestand met een willekeurig getal nodig."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "In nieuwe versies van lsh-server (1.3.6 en hoger), hebben lshd en "
-#~ "lsh_proxy een bestand nodig met een willekeurig getal. Dit bestand wordt "
-#~ "aangemaakt door \"lsh-make-seed --server\" uit te voeren. lsh-make-seed "
-#~ "heeft een aantal willekeurige toetsaanslagen nodig voor haar willekeurige "
-#~ "getallengenerator. U moet dit commando uitvoeren om de lsh-server te "
-#~ "laten werken. Dit bestand moet slechts één keer worden aangemaakt."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Om veiligheidsredenen moet lsh-make-seed worden uitgevoerd vanuit de "
-#~ "console van het systeem waarop u het uitvoert. Als u lsh-make-seed "
-#~ "uitvoert vanuit een online shell, dan zal de tijdsinformatie die lsh-make-"
-#~ "seed gebruikt waarschijnlijk verkeerd zijn. Indien nodig kunt u het "
-#~ "bestand aanmaken op een ander systeem dan waar het zal gebruikt worden "
-#~ "door het 'lsh-utils'-pakket en \"lsh-make-seed -o ander_bestand\". U kunt "
-#~ "dan dit bestand overzetten naar het systeem waar het gebruikt wordt via "
-#~ "een veilige verbinding met lsh of ssh (bewaar het als /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Als het bestand /var/spool/lsh/yarrow-random-seed al bestaat op uw "
-#~ "systeem, (bijvoorbeeld als u lsh-server > 1.3.6 reeds succesvol "
-#~ "geconfigureerd heeft op uw systeem), dan kunt u deze opmerking gewoon "
-#~ "negeren."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migreren van SSH1/OpenSSH naar lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Omdat SSH1 en OpenSSH (hierna gewoon \"SSH1\" genoemd) en lshd allemaal "
-#~ "dezelfde standaardpoort (22) gebruiken, zult u één van de volgende "
-#~ "strategieën moeten kiezen om de SSH1- en lshd-achtergronddiensten te "
-#~ "laten samenwerken op dezelfde machine/netwerk-interface."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "De standaardoptie is om lsh te laten draaien op poort 2222. Dit kan "
-#~ "gewijzigd worden naar om het even welke niet-gebruikte poort. Bij deze "
-#~ "keuze zult u de optie \"-p <poortnummer>\" moeten meegeven met lshc om te "
-#~ "specificeren op welke poort de server draait (vb. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "De `-p 2222'-optie moeten meegeven aan lshc kan zeer ergerlijk worden, "
-#~ "misschien wilt u daarom lshd draaien op de standaard ssh-poort 22. Dit "
-#~ "betekent dat u *geen* andere ssh-achtergronddienst op poort 22 kunt laten "
-#~ "draaien. Voor het geval u het ssh (OpenSSH) -pakket geïnstalleerd heeft, "
-#~ "heeft lshd een optie om de verbinding door te geven aan ssh1 als een ssh1-"
-#~ "client probeert te verbinden met lsh. Dit kan u in staat stellen om "
-#~ "ongemerkt over te schakelen van ssh1 naar lsh. "
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Merk op dat als u één van de ssh2-, ssh-nonfree- of ssh-socks-pakketten "
-#~ "geïnstalleerd heeft en u wilt lshd draaien op poort 22, dat u dan "
-#~ "handmatig het starten van de ssh-achtergronddienst in dat pakket moet "
-#~ "uitschakelen (of het laten starten op een andere poort). Om dit te doen, "
-#~ "moet u /etc/init.d/<pakketnaam> bewerken waar <pakketnaam> ssh2, ssh-"
-#~ "nonfree of ssh-socks is (afhankelijk van welke u geïnstalleerd heeft) en "
-#~ "een \"exit 0\" plaatsen als tweede regel in het bestand (na de \"#!/bin/sh"
-#~ "\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Wilt u dat de host-sleutel van lsh automatisch wordt verwijderd wanneer "
-#~ "dit pakket wordt gewist (purged)?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Terugvallen op ssh1 inschakelen?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Als u wilt dat ssh1 normaal blijft functioneren, dan moet bij het starten "
-#~ "van lshd de optie `--ssh1_fallback=\"/pad/naar/sshd1\" worden meegegeven. "
-#~ "Als u het ssh-pakket geïnstalleerd heeft of ssh-nonfree of ssh-socks, "
-#~ "(beide nu door u uitgeschakeld als ze geïnstalleerd zijn), dan kan dat "
-#~ "automatisch gebeuren. Er wordt van uitgegaan dat sshd in /usr/sbin/sshd "
-#~ "is. Als dit niet zo is, bewerk dan /etc/init.d/lsh-server en wijzig het "
-#~ "pad naar sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Wilt u ssh1 fallback inschakelen?"
Index: tags/2.0.4-dfsg-2/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/nn.po (nonexistent)
@@ -1,234 +0,0 @@
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-01-16 20:30+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 2222. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten "
-"av pakka som standard. Viss du vil fjerna han saman med pakka når den blir "
-"fjerna så må du oppgje det her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versjonar av lsh krev ei fil for generering av tilfeldige tal"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versjonar av lsh-server (1.3.6 og over) trengst det ei fil for "
-#~ "generering av tilfeldige tal for at lshd eller lsh_proxy skal køyre. "
-#~ "Denne fila vert laga ved å køyre «lsh-make-seed --server». lsh-make-seed "
-#~ "krev at du må trykkje vilkårlege tastar på tastaturet for at han skal "
-#~ "laga tilfeldige tal. Denne kommandoen må køyrast for at tenaren skal "
-#~ "virke. Denne fila treng berre lagast ein gong."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Av tryggingsgrunnar, må lsh-make-seed faktisk køyrast frå konsollet til "
-#~ "systemet du køyrer tenaren på. Viss du køyrer lsh-make-seed frå "
-#~ "fjerninnlogging (ssh eller rsh), vil tidsinformasjonen som lsh-make-seed "
-#~ "brukar for å lage tilfeldige tal ver gal og gjere det mindre tilfeldig. "
-#~ "Viss du ikkje har tilgang til konsollet, kan du lage fila på eit system "
-#~ "du har tilgang til. Du installerer lsh-utils pakka og køyrer «lsh-make-"
-#~ "seed -o tilfeldig-tal-fil-for-det-andre-systemet». Overfør så fila til "
-#~ "systemet ved å bruka eit trygt samband (lagre det som /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Viss fila /var/spool/lsh/yarrow-random-seed allereie eksisterer på "
-#~ "systemet ditt, (viss du til dømes allereie har sett opp lsh-server > "
-#~ "1.3.6 på systemet ditt), kan du ignorere denne meldinga."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migrerer frå SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Sidan SSH1 og OpenSSH (heretter berre kalla «SSH1») og lshd alle brukar "
-#~ "same port som standard (22), må du velje ein av dei følgjande strategiane "
-#~ "for å ha både SSH1 og lshd-nissar køyrande saman på den same maskina, "
-#~ "evt. det same nettverksgrensesnittet."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Standardalternativet er å la lshd køyre på port 2222. Dette kan endrast "
-#~ "til kva port du vil. Med dette alternativet må du sende «-p <portnummer>» "
-#~ "til lshc for å oppgje kva for port tenaren køyrer på (t.d. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det å gje lshc alternativet «-p 2222» kvar gong kan vere irriterande, så "
-#~ "det kan vere du vil la lshd køyre på standard ssh-port, 22. Dette betyr "
-#~ "at du *ikkje* vil vere i stand til å køyre ein anna ssh-nisse som vanleg "
-#~ "på port 22. Viss du har ssh-pakka installert (OpenSSH), så har lshd eit "
-#~ "alternativ for å sende tilkoplingar til ssh1 viss ein ssh1-klient prøver "
-#~ "å kople til lsh. Dette kan la deg migrere ssh1 til lsh sømlaust."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Legg merke til at om du har ein av pakkane ssh2, ssh-nonfree eller ssh-"
-#~ "socks installert og du vil køyre lshd på port 22, må du manuelt fikse det "
-#~ "slik at ssh-nissen i den pakken ikkje startar (eller la den starte på ein "
-#~ "anna port). For å gjere dette, må du redigere /etc/init.d/<pakkenamn> der "
-#~ "<pakkenamn> er ssh2, ssh-nonfree eller ssh-socks (avhengig av kva du har "
-#~ "installert), og leggje inn «exit 0» som den andre linja i fila (etter «#!/"
-#~ "bin/sh»)"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du la lsh sin vertsnøkkel bli automatisk fjerna når denne pakka blir "
-#~ "fjerna?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Slå på ssh1-vidarekopling?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Viss du vil at ssh1 skal halde fram å fungere som normalt, må "
-#~ "alternativet «--ssh1-fallback=\"/stig/til/sshd1\"» sendast til lshd ved "
-#~ "oppstart. Viss du har ssh-pakka installert, eller anten ssh-nonfree eller "
-#~ "ssh-socks, (som du har slått av no viss dei er installert), så kan eg "
-#~ "gjere dette for deg viss sshd er i /usr/sbin/sshd. Viss sshd er ein anna "
-#~ "stad, rediger /etc/init.d/lsh-server og endre stigen til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du la meg slå på vidarekopling til ssh1?"
Index: tags/2.0.4-dfsg-2/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-2/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/vi.po (nonexistent)
@@ -1,195 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-22 14:45+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Phiên bản lsh mới cần đến tập tin hạt ngẫu nhiên."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "Trong phiên bản mới của «lsh-server» (1.3.6 và sau), cần đến một tập tin "
-#~ "hạt ngẫu nhiên để mà trình « lshd » hay « lsh_proxy » có chạy được. Tập "
-#~ "tin này do chạy « lsh-make-seed --server » tạo ra. Bộ « lsh-make-seed "
-#~ "» (tạo hạt) cần đến bạn nhập một số động tác bấm phím ngẫu nhiên cho bộ "
-#~ "tạo ra số ngẫu nhiên của nó. Bạn cần phải chạy lệnh này để mà máy phục vụ "
-#~ "« lsh » có hoạt động được. Cần phải tạo hạt này chỉ một lần thôi."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Vì lý do bảo mật, tiến trình « lsh-make-seed » thật sự cần phải được chạy "
-#~ "từ bàn giao tiếp của hệ thống đang chạy nó. Nếu bạn có chạy « lsh-make-"
-#~ "seed » bằng một hệ vỏ từ xa, rất có thể là thông tin định thời mà « lsh-"
-#~ "make-seed » dùng để tạo ra hạt ngẫu nhiệm sẽ bị hỏng. Nếu cần thiết, bạn "
-#~ "có thể tạo ra hạt ngẫu nhiên trên một hệ thống khác với điều sẽ chạy nó "
-#~ "cuối cùng, bằng cách cài đặt gói « lsh-utils » và chạy « lsh-make-seed -o "
-#~ "my-other-server-seed-file ». Sau đó, bạn có thể truyền hạt đến hệ thống "
-#~ "đích, như dùng một sự kết nối bảo mật bằng lsh hay ssh (hãy lưu nó là < /"
-#~ "var/spool/lsh/yarrow-seed-file>)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Nếu tập tin </var/spool/lsh/yarrow-random-seed> đã có trong hệ thống bạn "
-#~ "(lấy thí dụ, nếu bạn đã cấu hình « lsh-server » > 1.3.6 trong hệ thống "
-#~ "đó) thì bạn có thể bỏ qua chú thích này một cách an toàn."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Cách chuyển đổi từ SSH1/OpenSSH sang lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Vì cả SSH1 lẫn OpenSSH đều (mà sẽ được gợi « SSH1 » sau này) lẫn « lshd » "
-#~ "đềudùng cùng một cổng mặc định (22), bạn sẽ phải chọn một của những chiến "
-#~ "lược theo đây để cho phép các trình nền SSH1 và lshd đều hoạt động trên "
-#~ "cùng một mấy/giao diện mạng."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Tùy chọn mặc định là chạy lshd trên cổng 2222. Có thể thay đổi nó sang "
-#~ "bất cứ cổng còn rảnh nào mà bạn muốn dùng. Với tùy chọn này, bạn sẽ cần "
-#~ "phải gởi tùy chọn « -p <số hiệu cổng> » qua cho lshc, để ghi rõ máy phục "
-#~ "vụ đang chạy trên cổng nào (v.d. « -p 2222 »)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Có lẽ bạn sẽ không muốn cứ lập tùy chọn « -p 2222 » cho « lshc », thì có "
-#~ "thể chạy trình nền « lshd » trên cổng SSH mặc định là 22. Có nghĩa là bạn "
-#~ "sẽ • không • thể chạy trình nền SSH khác nào như bình thường trên cổng "
-#~ "22, cùng với « lshd »."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Hãy ghi chú rằng nếu bạn đã cài đặt bất cứ gói tin nào của những gói tin "
-#~ "« ssh2 », « ssh-nonfree » hay « ssh-socks », và muốn chạy trình nền « "
-#~ "lshd » trên cổng 22, trong trường hợp này bạn cần phải tự tắt khả năng "
-#~ "khởi chạy của trình nền (dæmon) trong gói đó (hoặc lập nó khởi chạy trên "
-#~ "một cổng khác). Để làm như thế, bạn sẽ cần phải cửa đổi tập tin « /etc/"
-#~ "init.d/<tên_gói> » mà tên gói là « ssh2 », « ssh-nonfree » hay « ssh-"
-#~ "socks » (phụ thuộc vào gói nào bạn đã cài đặt) rồi chèn « exit 0 » là "
-#~ "dòng thứ hai trong tập tin này (đi sau « #!/bin/sh »)."
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr "Bạn có muốn tự động gỡ bỏ khóa máy khi tẩy gói này không?"
Index: tags/2.0.4-dfsg-2/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-2/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-2/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-2/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-12-10 19:04+0000\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-2/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-doc.docs (nonexistent)
@@ -1,10 +0,0 @@
-FAQ
-NEWS
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-2/debian/control
===================================================================
--- tags/2.0.4-dfsg-2/debian/control (revision 157)
+++ tags/2.0.4-dfsg-2/debian/control (nonexistent)
@@ -1,83 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.7.3
-Build-Depends: cdbs, debhelper (>= 4.1.16), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, libnettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0
-Conflicts: lsh-utils (<< 1.0.2-3)
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}, lsh-utils (= ${binary:Version})
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-2/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-2/debian/compat
===================================================================
--- tags/2.0.4-dfsg-2/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-2/debian/compat (nonexistent)
@@ -1 +0,0 @@
-4
Index: tags/2.0.4-dfsg-2/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-2/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.manpages (nonexistent)
@@ -1,6 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-debian/mans/lsh-server-config.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by <magnus@proffe.kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-2/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-2/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-2/debian/patches/00list (nonexistent)
@@ -1,3 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
Index: tags/2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/s%(\.\.?/)*nettle/libnettle\.a%-lnettle%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-2/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-2/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-2/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by <holmgren@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-2/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-2/debian/scripts/lsh-server-config
===================================================================
--- tags/2.0.4-dfsg-2/debian/scripts/lsh-server-config (revision 157)
+++ tags/2.0.4-dfsg-2/debian/scripts/lsh-server-config (nonexistent)
@@ -1,47 +0,0 @@
-#!/bin/sh -e
-#
-# Script to (re-)configure the lsh-server package.
-#
-# Copyright (C) 2000, 2001 Timshel Knoll <timshel@debian.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-
-LSHD_DEFAULTS="/etc/default/lsh-server"
-LSHD_PORT=
-SSH1_FALLBACK=
-
-HOST_KEY="/etc/lsh_host_key"
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-
-if [ ! -f "$RANDOM_SEED" ] ; then
- echo "Generating random seed $RANDOM_SEED"
- lsh-make-seed --server --output-file "$RANDOM_SEED"
-fi
-
-# Generate a hostkey, if none already exist
-# FIXME: should this convert an existing OpenSSH/SSH1 hostkey if one exists?
-if [ ! -f "$HOST_KEY" ] ; then
- printf "Generating a new host key: $HOST_KEY"
- lsh-keygen --server --nist-level 8 | \
- lsh-writekey --server --output-file "$HOST_KEY"
- echo " done."
-fi
-
-# Emacs stuff:
-# Local-Variables:
-# sh-indent: 3
-# End:
Index: tags/2.0.4-dfsg-2/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-2/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-2/debian/changelog (nonexistent)
@@ -1,472 +0,0 @@
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-2/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-2/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-2/debian/rules
===================================================================
--- tags/2.0.4-dfsg-2/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-2/debian/rules (nonexistent)
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-
-common-install-arch::
- install -m755 debian/scripts/lsh-server-config \
- debian/tmp/usr/sbin
/tags/2.0.4-dfsg-2/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-2/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-2/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-decode-key.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-decode-key.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-decode-key.1 (nonexistent)
@@ -1,78 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format
-.SH SYNOPSIS
-.B lsh-decode-key
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-decode-key
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-\fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key
-to sexp format, which is used by lsh.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-b, \-\-base64
-Input is base64 encoded.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write the output key to \fIfilename\fP. The default is to write it to stdout.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one
-of "transport", "canonical", "advanced" or "international".
-.TP
-.B \-\-debug
-Print heaps of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warning and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Print a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1)
-.BR lsh-export-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lshg.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lshg.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lshg.1 (nonexistent)
@@ -1,102 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.TH lshg 1 "12 Apr, 2001" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.SH NAME
-lshg \- Secure Shell v2 protocol (SSH2) gateway client.
-.SH SYNOPSIS
-.B lshg
-.RI [ options ] " hostname" " [command...]"
-.SH DESCRIPTION
-Connects to \fIhostname\fP using the Secure SHell v2 (SSH2) protocol, via
-a gateway that has been created with \fBlsh(1)\fP
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-Log in as user \fIusername\fP.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Connect to port number \fIport\fP on the remote host (default 22).
-.B \-E, \-\-execute=\fIcommand\fP
-Execute a command on the remote machine.
-.TP
-.B \-L, \-\-forward\-local\-port=\fIlocal-port:target-host:target-port\fP
-Forwards all ssh connections to \fIlocal port\fP on the local machine to
-\fItarget-host\fP:\fItarget-port\fP.
-.TP
-.B \-N, \-\-nop
-No operation (suppresses the default action, which is to spawn a remote shell)
-.TP
-.B \-S, \-\-shell=\fIcommand\fP
-Spawn a remote shell.
-.TP
-.B \-g, \-\-remote\-peers
-Allow remote access to forwarded ports.
-.TP
-.B \-\-no\-remote\-peers
-Disallow remote access to forwarded ports (default).
-.TP
-.B \-\-cvs\-workaround=[i?o?e?]
-Enables the CVS workaround by setting one or more of the stdio file
-descriptors (i = stdin, o = stdout, e = stderr) into non-blocking mode.
-If no argument is provided, the workaround is applied to all three file
-descriptors. By default, the workaround is applied to stderr (e) only.
-.TP
-.B \-\-no\-cvs\-workaround
-Disable the CVS workaround
-.TP
-.B \-t, \-\-pty
-Request a remote pty (pseudo terminal) (default).
-.TP
-.B \-\-no\-pty
-Don't request a remote pty.
-.TP
-.B \-\-stderr=\fIfilename\fP
-Redirect stderr to specified file.
-.TP
-.B \-\-no\-stderr
-Redirect stderr to /dev/null
-.TP
-.B \-\-stdout=\fIfilename\fP
-Redirect stdout to specified file.
-.TP
-.B \-\-no\-stdout
-Redirect stdout to /dev/null.
-.TP
-.B \-\-stdin=\fIfilename\fP
-Redirect stdin to specified file.
-.TP
-.B \-\-no\-stdin
-Redirect stdin from /dev/null.
-.TP
-.B \-n, \-\-no
-Inverts the effect of the next modifier.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show program version.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-authorize.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-authorize.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-authorize.1 (nonexistent)
@@ -1,49 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-AUTHORIZE 1 "Apr 15, 2002" lsh-authorize "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-authorize \- Authorize keys for the current account.
-.SH SYNOPSIS
-.B lsh-authorize
-.I key-file ...
-.SH DESCRIPTION
-For each \fIkey-file\fP, add the contained key to the list of keys that unlock the current
-account.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-\-help
-Show summary of options.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-writekey (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the info system
-.SH AUTHOR
-This manual page was originally written by
-Robert Bihlmeyer <robbe@orcus.priv.at> for the Debian GNU/Linux system
-(but may be used by others), with heavily modifications by
-Timshel Knoll <timshel@debian.org>
-
Index: tags/2.0.4-dfsg-2/debian/mans/ssh-conv.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/ssh-conv.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/ssh-conv.1 (nonexistent)
@@ -1,42 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH 1 "May 25, 2000"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ssh-conv \- convert a SSH2 public key to sexp format
-.SH SYNOPSIS
-.B ssh-conv
-.SH DESCRIPTION
-This manual page documents briefly the
-.B ssh-conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBssh-conv\fP is a program that converts a SSH2 public key to lsh's
-sexp format.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR lsh-decode-key (1),
-.BR sexp-conv (1).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@pobox.com>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lshd.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lshd.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lshd.8 (nonexistent)
@@ -1,133 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSHD 8 "Jul 06 2002" lshd "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lshd \- server for the SECSH2 (Secure Shell v2) protocol
-.SH SYNOPSIS
-.B lshd
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lshd
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlshd\fP is a program that listens on a specified port for secure shell
-clients to connect and log in securely from a remote machine.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-\-kerberos\-passwords
-Recognise kerberos passwords, using the helper program
-\fI/usr/sbin/lsh\-krb\-checkpw\fP (experimental).
-.TP
-.B \-\-login\-shell=\fIprogram\fP
-Use this program as the login shell for all users (experimental).
-.TP
-.B \-\-no\-kerberos\-passwords
-Don't recognise kerberos passwords (default).
-.TP
-.B \-\-no\-password
-Disable password user authentication.
-.TP
-.B \-\-no\-publickey
-Disable publickey user authentication.
-.TP
-.B \-\-no\-root\-login
-Don't allow root to login (default)
-.TP
-.B \-\-password
-Enable password authentication (enabled by default).
-.TP
-.B \-\-password\-helper=\fIhelper-program\fP
-Use the named helper program for password verification (experimental).
-PAM passwords can be enabled by specifying
-\fI\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.TP
-.B \-\-publickey
-Enable publickey user authentication (enabled by default).
-.TP
-.B \-\-root\-login
-ALlow root to login.
-.TP
-.B \-\-pty\-support
-.B \-\-no\-pty\-support
-Enable pty allocation (enabled by default).
-.TP
-.B \-\-subsystems=\fIname\fP=\fIprogram\fP[,\fIname\fP=\fIprogram\fP...]
-Lists subsystems to enable connections to (experimental).
-For example:
-\fI\-\-subsystems=sftp=/usr/sbin/sftp-server,foosystem=/usr/bin/foo\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to \fI/dev/null\fP, chdir to / and write
-messages to syslog.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, which messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-no\-syslog
-Don't use syslog (by default, syslog is used when running in daemonic mode).
-.TP
-.B \-\-pid\-file[=\fIfile-name\fP]
-Create a pid file. When running in daemonic mode, the default is
-\fI/var/run/lshd.pid\fP.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-server-config.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-server-config.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-server-config.8 (nonexistent)
@@ -1,45 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH lsh-server-config 8 "Jul 26, 2000" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-server-config \- (re-)configure the lsh-server (lshd)
-.SH SYNOPSIS
-.B lsh-server-config
-.RI [ --from-postinst ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-server-config
-command.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-server-config\fP is a program that configures/reconfigures the
-lsh-server package on Debian GNU systems.
-.SH OPTIONS
-.TP
-.B \-\-from\-postinst
-Indicates that the script is being called from lsh-server's postinst.
-You should never need to use this.
-.SH FILES
-.BR /etc/default/lsh-server
-.SH SEE ALSO
-.BR lshd (8),
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/sexp-conv.lsh-utils.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/sexp-conv.lsh-utils.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/sexp-conv.lsh-utils.1 (nonexistent)
@@ -1,94 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SEXP-CONV 1 "Apr 19, 2002" sexp-conv "Lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sexp_conv \- convert s-expression to a different encoding
-.SH SYNOPSIS
-.B sexp_conv
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sexp_conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsexp_conv\fP is a program that converts S-expressions (keys and
-most other objects which `lsh' needs to store on disk)
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-hash=\fIalgorithm\fP
-Hash algorithm (default: sha1).
-.TP
-.B \-\-once
-Process at most one s-expression.
-.TP
-.B \-\-raw\-hash
-Output the hash for the canonical representation of the object, in hexadecimal.
-.TP
-.B \-\-spki\-hash
-Output an SPKI hash for the object.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Supress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Variant of S-expression to accept. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-o, \-\-output\-format=\fIformat\fP
-Variant of S-expression to output. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR ssh-conv (1),
-.BR lsh (1),
-.BR lshd (8).
-.br
-The programs are documented fully by the
-.IR "sexp"
-section under the
-.IR "Getting Started"
-header of the lsh info page, available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-keygen.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-keygen.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-keygen.1 (nonexistent)
@@ -1,106 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KEYGEN 1 "Aug 21 2002" lsh-keygen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-keygen \- generate a public/private key pair
-.SH SYNOPSIS
-.B lsh-keygen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-keygen
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-keygen\fP is a program that generates a public / private key pair in
-\fBSPKI(5)\fP format and writes it to stdout. Usually you will pipe this
-output to \fBlsh-writekey(1)\fP to write it to disk.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-The output SPKI format to use. Valid values of \fIformat\fP are "transport",
-"canonical", "advanced" and "international". The default format is "transport".
-See also \fBSPKI(5)\fP.
-.TP
-.B \-l, \-\-nist\-level=\fIsecurity\-level\fP
-For DSA keys, this is the NIST security level: level 0 uses 512-bit primes,
-level 8 uses 1024 bit primes, and the default is 8. For RSA keys, it's the bit
-length of the modulus, and the default is 2048 bits.
-.TP
-.B \-a, \-\-algorithm=\fIalgorithm\fP
-The public / private key algorithm to use. This can be either "RSA" or "DSA".
-The default is to generate DSA keys.
-.TP
-.B \-\-server
-Use the server random seed file
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH EXAMPLE
-A typical usage of lsh-keygen is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-Which generates a public / private key pair and stores it using
-\fBlsh-writekey(1)\fP.
-.SH BUGS
-lsh-writekey should use \fBrandom(4)\fP rather than a less strong source of
-randomness like \fBurandom(4)\fP where available.
-.SH SEE ALSO
-.BR lsh-writekey (1),
-.BR lsh-make-seed (1),
-.BR lsh (1),
-.BR lshd (8),
-.BR DSA (5),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/sftp-server.lsh.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/sftp-server.lsh.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/sftp-server.lsh.8 (nonexistent)
@@ -1,46 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SFTP-SERVER 8 "Jul 05 2002" sftp-server "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sftp-server \- server for the Secure FTP protocol over lsh.
-.SH SYNOPSIS
-.B sftp-server
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sftp-server
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsftp-server\fP is a lshd subsystem program that is called by lshd to serve
-sftp (secure ftp) clients. To enable sftp in your lshd server, run lshd with
-the \fI\-\-subsystems=sftp=/usr/sbin/sftp\-server\fP flag.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lsh (1),
-.Br lshd (8),
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-make-seed.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-make-seed.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-make-seed.1 (nonexistent)
@@ -1,86 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
- lsh-make-seed \- program to generate a yarrow random seed file
-.SH SYNOPSIS
-.B lsh-make-seed
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-make-seed
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-make-seed\fP is a program that creates an initial random seed file for
-the yarrow pseudo-randomness-generator used by both the lsh server and client.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-force
-Overwrite any existing seed file.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Output random seed to \fIfilename\fP. The default is to output to
-~/.lsh/seed-file.
-.TP
-.B \-\-server
-Save seed file where the lsh server expects it (eg.
-/var/spool/lsh/yarrow-seed-file).
-.TP
-.B \-\-sloppy
-Generate seed file even if we can't collect a good amount of randomness from
-the environment.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-writekey.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-writekey.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-writekey.1 (nonexistent)
@@ -1,121 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-WRITEKEY 1 "Aug 21 2002" lsh-writekey "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-writekey \- store a public / private key pair.
-.SH SYNOPSIS
-.B lsh-writekey
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-writekey
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-writekey\fP is a program that reads a public / private key pair in
-\fBSPKI(5)\fP format on stdin, separates the public and private sections of
-the key and writes them to separate files.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-c, \-\-crypto=\fIalgorithm\fP
-Encryption algorithm to use on the private key file.
-.TP
-.B \-i, \-\-iteration\-count=\fIPKCS#5\fP
-Iteration count, the default is 1500.
-.TP
-.B \-l, \-\-label=\fItext\fP
-Sets the unencrypted label for the key.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to write the private key to. The public key file has a ".pub"
-appended to the end of it. The default output file is "~/.lsh/identity".
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Specifies the variant of the S-expression syntax to generate. Valid formats are
-"transport", "canonical", "advanced" and "international".
-.TP
-.B \-p, \-\-passphrase=\fIpassword\fP
-Specifies a passphrase for the private key.
-.TP
-.B \-\-server
-Use the server seed file, and change the default output file to
-/etc/lsh_host_key.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH ENVIRONMENT
-.TP
-HOME
-The user's home directory.
-.SH FILES
-.TP
-~/.lsh/identity
-Default location where the private key is stored.
-~/.lsh/identity.pub
-Default location where the public key is stored.
-/etc/lsh_host_key, /etc/lsh_host_key.pub
-The server's private and public host keys.
-.SH EXAMPLE
-A typical usage of lsh-writekey is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-which generates a public / private key pair using \fBlsh-keygen(1)\fP and
-stores it to the default ~/.lsh/identity.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-make-seed (1),
-.BR lsh (1),
-.BR lshd (8),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsftp.1
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsftp.1 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsftp.1 (nonexistent)
@@ -1,178 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSFTP 1 "Aug 21 2002" lsftp "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsftp \- lsh's sftp client
-.SH SYNOPSIS
-.B lsftp
-.RI [ transport-options ] [-- " command" ...]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsftp
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsftp\fP is a program that connects to a remote sftp server, and can be
-used to upload download files \['a] la FTP. When invoked with no command arguments,
-lsftp enters interactive mode, much like \fBftp (1)\fP. However, when the
-\fI--\fP argument and subsequent commands are passed to lsftp, lsftp simply
-executes those commands and exits.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-help
-Show summary of options.
-.TP
-.B \-\-version
-Show version of program.
-.SH COMMANDS
-.TP
-.B cd \fIdirectory\fP
-Change the current directory on the remote server to \fIdirectory\fP.
-.TP
-.B rm \fIfilespec\fP
-Removes files or directories. To delete directories, the \-r option needs to be
-specified. The rm command doesn't accept wildcards by default, to enable these
-you must specify the \-g option.
-.TP
-.B delete
-Alias for \fBrm\fP.
-.TP
-.B mkdir \fIdir\fP
-Make directory \fIdir\fP.
-.TP
-.B about
-Display information about lsftp.
-.TP
-.B help
-Displays a list of commands.
-.TP
-.B ?
-Alias for \fBhelp\fP.
-.TP
-.B longhelp
-Displays the list of commands with detailed information about each command.
-.TP
-.B ls \fIfilespec\fP
-List remote files and folders.
-.TP
-.B list
-Alias for \fBls\fP.
-.TP
-.B dir
-(Another) Alias for \fBls\fP.
-.TP
-.B pwd
-Print the current working directory.
-.TP
-.B quit
-Quit lsftp.
-.TP
-.B exit
-Quit lsftp.
-.TP
-.B set [\fIvar=value\fP]
-Sets or shows variables. Without an argument, \fIset\fP displays the current variable state. With
-a \fIvar=value\fP argument, \fBset\fP sets the appropriate variable in the environment.
-.TP
-.B mail
-Runs the \fBmail (1)\fP command.
-.TP
-.B umask [\fIvalue\fP]
-Sets or displays the remote umask.
-.TP
-.B jobs
-Prints information about currently running jobs.
-.TP
-.B open \fIsite\fP
-Open a sftp connection to \fIsite\fP.
-.TP
-.B close
-Close the current connection.
-.TP
-.B mv \fIold\-filename\fP \fInew\-filename\fP
-Rename file \fIold\-filename\fP to \fInew\-filename\fP.
-.TP
-.B rename
-Alias for \fBmv\fP.
-.TP
-.B ln \fIfile\fP \fIlink\fP
-Make \fIlink\fP a symlink to \fIfile\fP.
-.TP
-.B get \fIremote\-file\fP
-Retrieve \fIremote\-file\fP on the remote system to the local system.
-.TP
-.B put \fIlocal\-file\fP
-Send \fIlocal\-file\fP on the local system to the remote system.
-.TP
-.B chown \fIuid\fP \fIfile\fP
-Change the ownership of \fIfile\fP to be owned by the user represented by
-\fIuid\fP.
-.TP
-.B chgrp \fIgid\fP \fIfile\fP
-Change the group ownership of \fIfile\fP to be owned by the group represented by
-\fIgid\fP.
-.TP
-.B lcd \fIdir\fP
-Change the current local directory to \fIdir\fP.
-.TP
-.B lrm \fIfile\fP
-Remove \fIfile\fP from the \fBlocal\fP system.
-.TP
-.B ldelete
-Alias for \fBlrm\fP.
-.TP
-.B lls
-List files on the local system.
-.TP
-.B llist
-Alias for \fBlls\fP.
-.TP
-.B lpwd
-Print the current local working directory.
-.TP
-.B ! \fIcommand\fP
-Executes \fIcommand\fP in a shell on the local system.
-.SH ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lsftp
-defaults to using lshg.
-.TP
-.B LSFTP_BEFORE_ARGS
-.TP
-.B LSFTP_AFTER_ARGS
-.SH SEE ALSO
-.BR lsh (1),
-.BR mail (1),
-.BR lshd (8),
-.BR lshg (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-2/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-2/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-2/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-server.install (nonexistent)
@@ -1,6 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/lsh-server-config
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-2/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-2/debian/watch
===================================================================
--- tags/2.0.4-dfsg-2/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-2/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-2/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-2/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-2/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-2/debian
===================================================================
--- tags/2.0.4-dfsg-2/debian (revision 157)
+++ tags/2.0.4-dfsg-2/debian (nonexistent)
/tags/2.0.4-dfsg-2/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-3/debian/README.source
===================================================================
--- tags/2.0.4-dfsg-3/debian/README.source (revision 157)
+++ tags/2.0.4-dfsg-3/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/2.0.4-dfsg-3/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-3/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-3/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lsh (1),
-.Br lshd (8),
Index: tags/2.0.4-dfsg-3/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-3/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-3/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-3/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-3/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-3/debian/watch
===================================================================
--- tags/2.0.4-dfsg-3/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-3/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-3/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-3/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-3/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-3/debian/copyright (nonexistent)
@@ -1,44 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: tags/2.0.4-dfsg-3/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-3/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.postinst (nonexistent)
@@ -1,113 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-3/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-3/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-3/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-3/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-3/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-3/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.init.d (nonexistent)
@@ -1,112 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-create_seed_and_key() {
- if [ ! -f "$RANDOM_SEED" ]; then
- log_action_begin_msg "Creating lsh random seed file (this only needs to be done once)"
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- log_action_end_msg 0
- else
- log_action_end_msg 1
- exit 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- log_action_begin_msg "Creating lsh host key (this only needs to be done once)"
- lsh-keygen --server | lsh-writekey --server --output-file "$HOST_KEY"
-
- if [ ! -f "$HOST_KEY" ]; then
- log_action_end_msg 1
- exit 1
- fi
-
- log_action_end_msg 0
- fi
-}
-
-
-case "$1" in
- start)
- create_seed_and_key
- [ "$VERBOSE" = no ] || log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- [ "$VERBOSE" = no ] || log_end_msg $?
- ;;
- stop|graceful-stop)
- [ "$VERBOSE" = no ] || log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- [ "$VERBOSE" = no ] || log_end_msg $?
- ;;
- restart|force-reload)
- create_seed_and_key
- [ "$VERBOSE" = no ] || log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- [ "$VERBOSE" = no ] || log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-3/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-3/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-3/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-3/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/vi.po (nonexistent)
@@ -1,195 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-22 14:45+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Phiên bản lsh mới cần đến tập tin hạt ngẫu nhiên."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "Trong phiên bản mới của «lsh-server» (1.3.6 và sau), cần đến một tập tin "
-#~ "hạt ngẫu nhiên để mà trình « lshd » hay « lsh_proxy » có chạy được. Tập "
-#~ "tin này do chạy « lsh-make-seed --server » tạo ra. Bộ « lsh-make-seed "
-#~ "» (tạo hạt) cần đến bạn nhập một số động tác bấm phím ngẫu nhiên cho bộ "
-#~ "tạo ra số ngẫu nhiên của nó. Bạn cần phải chạy lệnh này để mà máy phục vụ "
-#~ "« lsh » có hoạt động được. Cần phải tạo hạt này chỉ một lần thôi."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Vì lý do bảo mật, tiến trình « lsh-make-seed » thật sự cần phải được chạy "
-#~ "từ bàn giao tiếp của hệ thống đang chạy nó. Nếu bạn có chạy « lsh-make-"
-#~ "seed » bằng một hệ vỏ từ xa, rất có thể là thông tin định thời mà « lsh-"
-#~ "make-seed » dùng để tạo ra hạt ngẫu nhiệm sẽ bị hỏng. Nếu cần thiết, bạn "
-#~ "có thể tạo ra hạt ngẫu nhiên trên một hệ thống khác với điều sẽ chạy nó "
-#~ "cuối cùng, bằng cách cài đặt gói « lsh-utils » và chạy « lsh-make-seed -o "
-#~ "my-other-server-seed-file ». Sau đó, bạn có thể truyền hạt đến hệ thống "
-#~ "đích, như dùng một sự kết nối bảo mật bằng lsh hay ssh (hãy lưu nó là < /"
-#~ "var/spool/lsh/yarrow-seed-file>)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Nếu tập tin </var/spool/lsh/yarrow-random-seed> đã có trong hệ thống bạn "
-#~ "(lấy thí dụ, nếu bạn đã cấu hình « lsh-server » > 1.3.6 trong hệ thống "
-#~ "đó) thì bạn có thể bỏ qua chú thích này một cách an toàn."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Cách chuyển đổi từ SSH1/OpenSSH sang lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Vì cả SSH1 lẫn OpenSSH đều (mà sẽ được gợi « SSH1 » sau này) lẫn « lshd » "
-#~ "đềudùng cùng một cổng mặc định (22), bạn sẽ phải chọn một của những chiến "
-#~ "lược theo đây để cho phép các trình nền SSH1 và lshd đều hoạt động trên "
-#~ "cùng một mấy/giao diện mạng."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Tùy chọn mặc định là chạy lshd trên cổng 2222. Có thể thay đổi nó sang "
-#~ "bất cứ cổng còn rảnh nào mà bạn muốn dùng. Với tùy chọn này, bạn sẽ cần "
-#~ "phải gởi tùy chọn « -p <số hiệu cổng> » qua cho lshc, để ghi rõ máy phục "
-#~ "vụ đang chạy trên cổng nào (v.d. « -p 2222 »)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Có lẽ bạn sẽ không muốn cứ lập tùy chọn « -p 2222 » cho « lshc », thì có "
-#~ "thể chạy trình nền « lshd » trên cổng SSH mặc định là 22. Có nghĩa là bạn "
-#~ "sẽ • không • thể chạy trình nền SSH khác nào như bình thường trên cổng "
-#~ "22, cùng với « lshd »."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Hãy ghi chú rằng nếu bạn đã cài đặt bất cứ gói tin nào của những gói tin "
-#~ "« ssh2 », « ssh-nonfree » hay « ssh-socks », và muốn chạy trình nền « "
-#~ "lshd » trên cổng 22, trong trường hợp này bạn cần phải tự tắt khả năng "
-#~ "khởi chạy của trình nền (dæmon) trong gói đó (hoặc lập nó khởi chạy trên "
-#~ "một cổng khác). Để làm như thế, bạn sẽ cần phải cửa đổi tập tin « /etc/"
-#~ "init.d/<tên_gói> » mà tên gói là « ssh2 », « ssh-nonfree » hay « ssh-"
-#~ "socks » (phụ thuộc vào gói nào bạn đã cài đặt) rồi chèn « exit 0 » là "
-#~ "dòng thứ hai trong tập tin này (đi sau « #!/bin/sh »)."
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr "Bạn có muốn tự động gỡ bỏ khóa máy khi tẩy gói này không?"
Index: tags/2.0.4-dfsg-3/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-3/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-12-10 19:04+0000\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-3/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/da.po (nonexistent)
@@ -1,224 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versioner af lsh kræver en tilfældighedsgenererende fil"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versioner af lsh-server (1.3.6 og senere), kræves en "
-#~ "tilfældighedsgenererende fil for at lshd eller lsh_proxy kan køre. Denne "
-#~ "fil genereres ved at køre \"lsh-make-seed --server\". lsh-make-seed "
-#~ "kræver at du udfører tilfældige tasteanslag til den "
-#~ "tilfældighedsgenerator. Du skal køre denne kommando for at lsh-serveren "
-#~ "kan fungere. Denne fil behøves kun at blive oprettet én gang."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Af sikkerhedshensyn er det afgørende at lsh-make-seed bliver kørt fra "
-#~ "konsollen på det system, du kører den på. Hvis du kører lsh-make-seed fra "
-#~ "en fjern skal, vil den timing-information, som lsh-make-seed bruger til "
-#~ "at lave sine tilfældige tal sandsynligvis være dårlige. Om nødvendigt kan "
-#~ "du generere tilfældighedsfilen på et andet system end det, den skal "
-#~ "benyttes på, ved at installere pakken lsh-utils og køre \"lsh-make-seed -"
-#~ "o min-anden-server-fil\". Du kan derefter overføre tilfældighedsfilen til "
-#~ "målsystemet over en sikker forbindelse med lsh eller ssh (gem den som /"
-#~ "var/spool/lsh/yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Hvis filen /var/spool/lsh/yarrow-random-seed allerede findes på dit "
-#~ "system (hvis du for eksempel allerede har sat lsh-server > 1.3.6 op på "
-#~ "dit system), kan du se bort fra denne notits."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Overgang fra SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Da SSH1 og OpenSSH (herefter blot benævnt \"SSH1\"), og lshd alle "
-#~ "benytter sig af den samme port (22), er du nødt til at vælge mellem "
-#~ "følgende strategier for at få SSH1- og lshd-dæmonerne til at sameksistere "
-#~ "på den samme maskine/netkort."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Som udgangspunkt vil lshd køre på port 2222. Dette kan ændres til en "
-#~ "hvilken som helst anden ubenyttet port. I dette tilfælde skal du angive "
-#~ "overfor lshc hvilken port, serveren kører på med tilvalget \"-p <port "
-#~ "nummer>\" (f.eks. -p 2222)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det kan være ret irriterende at skulle give lshc tilvalget `-p 2222,, så "
-#~ "det kan være at du vil køre lsh på ssh-porten 22. Det betyder at du "
-#~ "*ikke* vil kunne køre andre ssh-dæmoner på port 22, som normalt."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Bemærk, at hvis du har installeret nogen af pakkerne ssh2, ssh-nonfree "
-#~ "eller ssh-socks, og ønsker at køre lshd på port 22, skal du manuelt "
-#~ "forhindre ssh-dæmonen i denne pakke i at starte (eller få den til at "
-#~ "starte på en anden port). For at gøre dette, skal du redigere filen /etc/"
-#~ "init.d/<pakkenavn> hvor <pakkenavn> er ssh2, ssh-nonfree eller ssh-socks "
-#~ "(alt efter hvilken af disse, du har installeret) og indsætte \"exit 0\" "
-#~ "som anden linje i filen (efter \"#!/bin/sh\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du have at lsh's værtsnøgle automatisk bliver fjernet, når denne "
-#~ "pakke bliver udrenset?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Aktivér ssh1-tilbagefald?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Hvis du vil have at ssh1 fortsætter som normalt, skal tilvalget '--ssh1-"
-#~ "fallback=\"/sti/til/sshd1\"' gives til lshd under opstarten. Hvis du har "
-#~ "installeret pakken ssh og enten ssh-nonfree eller ssh-socks (som begge er "
-#~ "deaktiverede, hvis de er installerede), kan jeg gøre det for dig, idet "
-#~ "jeg går ud fra at din sshd er placeret i /usr/sbin/sshd. Hvis den ikke er "
-#~ "det, så redigér /etc/init.d/lsh-server og ret stien til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du have mig til at aktivere ssh1-tilbagefald?"
Index: tags/2.0.4-dfsg-3/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-3/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-3/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-3/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-3/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-3/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/nl.po (nonexistent)
@@ -1,235 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:59+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr ""
-#~ "Nieuwe versies van lsh hebben een bestand met een willekeurig getal nodig."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "In nieuwe versies van lsh-server (1.3.6 en hoger), hebben lshd en "
-#~ "lsh_proxy een bestand nodig met een willekeurig getal. Dit bestand wordt "
-#~ "aangemaakt door \"lsh-make-seed --server\" uit te voeren. lsh-make-seed "
-#~ "heeft een aantal willekeurige toetsaanslagen nodig voor haar willekeurige "
-#~ "getallengenerator. U moet dit commando uitvoeren om de lsh-server te "
-#~ "laten werken. Dit bestand moet slechts één keer worden aangemaakt."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Om veiligheidsredenen moet lsh-make-seed worden uitgevoerd vanuit de "
-#~ "console van het systeem waarop u het uitvoert. Als u lsh-make-seed "
-#~ "uitvoert vanuit een online shell, dan zal de tijdsinformatie die lsh-make-"
-#~ "seed gebruikt waarschijnlijk verkeerd zijn. Indien nodig kunt u het "
-#~ "bestand aanmaken op een ander systeem dan waar het zal gebruikt worden "
-#~ "door het 'lsh-utils'-pakket en \"lsh-make-seed -o ander_bestand\". U kunt "
-#~ "dan dit bestand overzetten naar het systeem waar het gebruikt wordt via "
-#~ "een veilige verbinding met lsh of ssh (bewaar het als /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Als het bestand /var/spool/lsh/yarrow-random-seed al bestaat op uw "
-#~ "systeem, (bijvoorbeeld als u lsh-server > 1.3.6 reeds succesvol "
-#~ "geconfigureerd heeft op uw systeem), dan kunt u deze opmerking gewoon "
-#~ "negeren."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migreren van SSH1/OpenSSH naar lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Omdat SSH1 en OpenSSH (hierna gewoon \"SSH1\" genoemd) en lshd allemaal "
-#~ "dezelfde standaardpoort (22) gebruiken, zult u één van de volgende "
-#~ "strategieën moeten kiezen om de SSH1- en lshd-achtergronddiensten te "
-#~ "laten samenwerken op dezelfde machine/netwerk-interface."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "De standaardoptie is om lsh te laten draaien op poort 2222. Dit kan "
-#~ "gewijzigd worden naar om het even welke niet-gebruikte poort. Bij deze "
-#~ "keuze zult u de optie \"-p <poortnummer>\" moeten meegeven met lshc om te "
-#~ "specificeren op welke poort de server draait (vb. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "De `-p 2222'-optie moeten meegeven aan lshc kan zeer ergerlijk worden, "
-#~ "misschien wilt u daarom lshd draaien op de standaard ssh-poort 22. Dit "
-#~ "betekent dat u *geen* andere ssh-achtergronddienst op poort 22 kunt laten "
-#~ "draaien. Voor het geval u het ssh (OpenSSH) -pakket geïnstalleerd heeft, "
-#~ "heeft lshd een optie om de verbinding door te geven aan ssh1 als een ssh1-"
-#~ "client probeert te verbinden met lsh. Dit kan u in staat stellen om "
-#~ "ongemerkt over te schakelen van ssh1 naar lsh. "
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Merk op dat als u één van de ssh2-, ssh-nonfree- of ssh-socks-pakketten "
-#~ "geïnstalleerd heeft en u wilt lshd draaien op poort 22, dat u dan "
-#~ "handmatig het starten van de ssh-achtergronddienst in dat pakket moet "
-#~ "uitschakelen (of het laten starten op een andere poort). Om dit te doen, "
-#~ "moet u /etc/init.d/<pakketnaam> bewerken waar <pakketnaam> ssh2, ssh-"
-#~ "nonfree of ssh-socks is (afhankelijk van welke u geïnstalleerd heeft) en "
-#~ "een \"exit 0\" plaatsen als tweede regel in het bestand (na de \"#!/bin/sh"
-#~ "\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Wilt u dat de host-sleutel van lsh automatisch wordt verwijderd wanneer "
-#~ "dit pakket wordt gewist (purged)?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Terugvallen op ssh1 inschakelen?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Als u wilt dat ssh1 normaal blijft functioneren, dan moet bij het starten "
-#~ "van lshd de optie `--ssh1_fallback=\"/pad/naar/sshd1\" worden meegegeven. "
-#~ "Als u het ssh-pakket geïnstalleerd heeft of ssh-nonfree of ssh-socks, "
-#~ "(beide nu door u uitgeschakeld als ze geïnstalleerd zijn), dan kan dat "
-#~ "automatisch gebeuren. Er wordt van uitgegaan dat sshd in /usr/sbin/sshd "
-#~ "is. Als dit niet zo is, bewerk dan /etc/init.d/lsh-server en wijzig het "
-#~ "pad naar sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Wilt u ssh1 fallback inschakelen?"
Index: tags/2.0.4-dfsg-3/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/nn.po (nonexistent)
@@ -1,234 +0,0 @@
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-01-16 20:30+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 2222. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten "
-"av pakka som standard. Viss du vil fjerna han saman med pakka når den blir "
-"fjerna så må du oppgje det her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versjonar av lsh krev ei fil for generering av tilfeldige tal"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versjonar av lsh-server (1.3.6 og over) trengst det ei fil for "
-#~ "generering av tilfeldige tal for at lshd eller lsh_proxy skal køyre. "
-#~ "Denne fila vert laga ved å køyre «lsh-make-seed --server». lsh-make-seed "
-#~ "krev at du må trykkje vilkårlege tastar på tastaturet for at han skal "
-#~ "laga tilfeldige tal. Denne kommandoen må køyrast for at tenaren skal "
-#~ "virke. Denne fila treng berre lagast ein gong."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Av tryggingsgrunnar, må lsh-make-seed faktisk køyrast frå konsollet til "
-#~ "systemet du køyrer tenaren på. Viss du køyrer lsh-make-seed frå "
-#~ "fjerninnlogging (ssh eller rsh), vil tidsinformasjonen som lsh-make-seed "
-#~ "brukar for å lage tilfeldige tal ver gal og gjere det mindre tilfeldig. "
-#~ "Viss du ikkje har tilgang til konsollet, kan du lage fila på eit system "
-#~ "du har tilgang til. Du installerer lsh-utils pakka og køyrer «lsh-make-"
-#~ "seed -o tilfeldig-tal-fil-for-det-andre-systemet». Overfør så fila til "
-#~ "systemet ved å bruka eit trygt samband (lagre det som /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Viss fila /var/spool/lsh/yarrow-random-seed allereie eksisterer på "
-#~ "systemet ditt, (viss du til dømes allereie har sett opp lsh-server > "
-#~ "1.3.6 på systemet ditt), kan du ignorere denne meldinga."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migrerer frå SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Sidan SSH1 og OpenSSH (heretter berre kalla «SSH1») og lshd alle brukar "
-#~ "same port som standard (22), må du velje ein av dei følgjande strategiane "
-#~ "for å ha både SSH1 og lshd-nissar køyrande saman på den same maskina, "
-#~ "evt. det same nettverksgrensesnittet."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Standardalternativet er å la lshd køyre på port 2222. Dette kan endrast "
-#~ "til kva port du vil. Med dette alternativet må du sende «-p <portnummer>» "
-#~ "til lshc for å oppgje kva for port tenaren køyrer på (t.d. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det å gje lshc alternativet «-p 2222» kvar gong kan vere irriterande, så "
-#~ "det kan vere du vil la lshd køyre på standard ssh-port, 22. Dette betyr "
-#~ "at du *ikkje* vil vere i stand til å køyre ein anna ssh-nisse som vanleg "
-#~ "på port 22. Viss du har ssh-pakka installert (OpenSSH), så har lshd eit "
-#~ "alternativ for å sende tilkoplingar til ssh1 viss ein ssh1-klient prøver "
-#~ "å kople til lsh. Dette kan la deg migrere ssh1 til lsh sømlaust."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Legg merke til at om du har ein av pakkane ssh2, ssh-nonfree eller ssh-"
-#~ "socks installert og du vil køyre lshd på port 22, må du manuelt fikse det "
-#~ "slik at ssh-nissen i den pakken ikkje startar (eller la den starte på ein "
-#~ "anna port). For å gjere dette, må du redigere /etc/init.d/<pakkenamn> der "
-#~ "<pakkenamn> er ssh2, ssh-nonfree eller ssh-socks (avhengig av kva du har "
-#~ "installert), og leggje inn «exit 0» som den andre linja i fila (etter «#!/"
-#~ "bin/sh»)"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du la lsh sin vertsnøkkel bli automatisk fjerna når denne pakka blir "
-#~ "fjerna?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Slå på ssh1-vidarekopling?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Viss du vil at ssh1 skal halde fram å fungere som normalt, må "
-#~ "alternativet «--ssh1-fallback=\"/stig/til/sshd1\"» sendast til lshd ved "
-#~ "oppstart. Viss du har ssh-pakka installert, eller anten ssh-nonfree eller "
-#~ "ssh-socks, (som du har slått av no viss dei er installert), så kan eg "
-#~ "gjere dette for deg viss sshd er i /usr/sbin/sshd. Viss sshd er ein anna "
-#~ "stad, rediger /etc/init.d/lsh-server og endre stigen til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du la meg slå på vidarekopling til ssh1?"
Index: tags/2.0.4-dfsg-3/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-3/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-3/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-3/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-3/debian/control
===================================================================
--- tags/2.0.4-dfsg-3/debian/control (revision 157)
+++ tags/2.0.4-dfsg-3/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.8.3
-Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0
-Conflicts: lsh-utils (<< 1.0.2-3)
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}, ${misc:Depends}, lsh-utils (= ${binary:Version})
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-3/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-3/debian/compat
===================================================================
--- tags/2.0.4-dfsg-3/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-3/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: tags/2.0.4-dfsg-3/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-3/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-3/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-3/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-3/debian/patches/00list (nonexistent)
@@ -1,4 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
-nettle_2.0
Index: tags/2.0.4-dfsg-3/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-3/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-3/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/,+1s%(\.\.?/)*nettle/libnettle\.a|-lnettle%-lnettle -lhogweed%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-3/debian/patches/nettle_2.0.dpatch
===================================================================
--- tags/2.0.4-dfsg-3/debian/patches/nettle_2.0.dpatch (revision 157)
+++ tags/2.0.4-dfsg-3/debian/patches/nettle_2.0.dpatch (nonexistent)
@@ -1,200 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## nettle_2.0.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Adapt to Nettle 2.0
-
-@DPATCH@
-diff -ur lsh-2.0.4/src/crypto.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/crypto.c
---- lsh-2.0.4/src/crypto.c 2005-11-26 18:13:55.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/crypto.c 2009-08-04 23:57:22.000000000 +0200
-@@ -71,7 +71,7 @@
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
-diff -ur lsh-2.0.4/src/lsh-make-seed.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c
---- lsh-2.0.4/src/lsh-make-seed.c 2006-01-23 18:51:06.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c 2009-08-05 00:24:58.000000000 +0200
-@@ -1219,6 +1219,7 @@
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-diff -ur lsh-2.0.4/src/unix_random.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/unix_random.c
---- lsh-2.0.4/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/unix_random.c 2009-08-05 00:28:31.000000000 +0200
-@@ -81,6 +81,7 @@
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +183,19 @@
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
Index: tags/2.0.4-dfsg-3/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-3/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-3/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Show the intended error message, instead of one about a locking
-## DP: error, when no seed file exists
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-3/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-3/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-3/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-3/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-3/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-3/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-3/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-3/debian/changelog (nonexistent)
@@ -1,498 +0,0 @@
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-3/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-3/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-3/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-3/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-3/debian/rules
===================================================================
--- tags/2.0.4-dfsg-3/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-3/debian/rules (nonexistent)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/tags/2.0.4-dfsg-3/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-3/debian
===================================================================
--- tags/2.0.4-dfsg-3/debian (revision 157)
+++ tags/2.0.4-dfsg-3/debian (nonexistent)
/tags/2.0.4-dfsg-3/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-4/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-4/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.postinst (nonexistent)
@@ -1,113 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-4/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-4/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-4/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-4/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-4/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-4/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.init.d (nonexistent)
@@ -1,115 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-create_seed_and_key() {
- if [ ! -f "$RANDOM_SEED" ]; then
- log_action_begin_msg "Creating lsh random seed file (this only needs to be done once)"
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- log_action_end_msg 0
- else
- log_action_end_msg 1
- exit 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- log_action_begin_msg "Creating lsh host key (this only needs to be done once)"
- lsh-keygen --server | lsh-writekey --server --output-file "$HOST_KEY"
-
- if [ ! -f "$HOST_KEY" ]; then
- log_action_end_msg 1
- exit 1
- fi
-
- log_action_end_msg 0
- fi
-}
-
-
-case "$1" in
- start)
- create_seed_and_key
- [ "$VERBOSE" = no ] || log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- ret=$?
- [ "$VERBOSE" = no ] || log_end_msg $ret
- ;;
- stop|graceful-stop)
- [ "$VERBOSE" = no ] || log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- ret=$?
- [ "$VERBOSE" = no ] || log_end_msg $ret
- ;;
- restart|force-reload)
- create_seed_and_key
- [ "$VERBOSE" = no ] || log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- ret=$?
- [ "$VERBOSE" = no ] || log_end_msg $ret
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-4/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-4/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-4/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-4/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-4/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/vi.po (nonexistent)
@@ -1,195 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-22 14:45+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Phiên bản lsh mới cần đến tập tin hạt ngẫu nhiên."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "Trong phiên bản mới của «lsh-server» (1.3.6 và sau), cần đến một tập tin "
-#~ "hạt ngẫu nhiên để mà trình « lshd » hay « lsh_proxy » có chạy được. Tập "
-#~ "tin này do chạy « lsh-make-seed --server » tạo ra. Bộ « lsh-make-seed "
-#~ "» (tạo hạt) cần đến bạn nhập một số động tác bấm phím ngẫu nhiên cho bộ "
-#~ "tạo ra số ngẫu nhiên của nó. Bạn cần phải chạy lệnh này để mà máy phục vụ "
-#~ "« lsh » có hoạt động được. Cần phải tạo hạt này chỉ một lần thôi."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Vì lý do bảo mật, tiến trình « lsh-make-seed » thật sự cần phải được chạy "
-#~ "từ bàn giao tiếp của hệ thống đang chạy nó. Nếu bạn có chạy « lsh-make-"
-#~ "seed » bằng một hệ vỏ từ xa, rất có thể là thông tin định thời mà « lsh-"
-#~ "make-seed » dùng để tạo ra hạt ngẫu nhiệm sẽ bị hỏng. Nếu cần thiết, bạn "
-#~ "có thể tạo ra hạt ngẫu nhiên trên một hệ thống khác với điều sẽ chạy nó "
-#~ "cuối cùng, bằng cách cài đặt gói « lsh-utils » và chạy « lsh-make-seed -o "
-#~ "my-other-server-seed-file ». Sau đó, bạn có thể truyền hạt đến hệ thống "
-#~ "đích, như dùng một sự kết nối bảo mật bằng lsh hay ssh (hãy lưu nó là < /"
-#~ "var/spool/lsh/yarrow-seed-file>)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Nếu tập tin </var/spool/lsh/yarrow-random-seed> đã có trong hệ thống bạn "
-#~ "(lấy thí dụ, nếu bạn đã cấu hình « lsh-server » > 1.3.6 trong hệ thống "
-#~ "đó) thì bạn có thể bỏ qua chú thích này một cách an toàn."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Cách chuyển đổi từ SSH1/OpenSSH sang lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Vì cả SSH1 lẫn OpenSSH đều (mà sẽ được gợi « SSH1 » sau này) lẫn « lshd » "
-#~ "đềudùng cùng một cổng mặc định (22), bạn sẽ phải chọn một của những chiến "
-#~ "lược theo đây để cho phép các trình nền SSH1 và lshd đều hoạt động trên "
-#~ "cùng một mấy/giao diện mạng."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Tùy chọn mặc định là chạy lshd trên cổng 2222. Có thể thay đổi nó sang "
-#~ "bất cứ cổng còn rảnh nào mà bạn muốn dùng. Với tùy chọn này, bạn sẽ cần "
-#~ "phải gởi tùy chọn « -p <số hiệu cổng> » qua cho lshc, để ghi rõ máy phục "
-#~ "vụ đang chạy trên cổng nào (v.d. « -p 2222 »)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Có lẽ bạn sẽ không muốn cứ lập tùy chọn « -p 2222 » cho « lshc », thì có "
-#~ "thể chạy trình nền « lshd » trên cổng SSH mặc định là 22. Có nghĩa là bạn "
-#~ "sẽ • không • thể chạy trình nền SSH khác nào như bình thường trên cổng "
-#~ "22, cùng với « lshd »."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Hãy ghi chú rằng nếu bạn đã cài đặt bất cứ gói tin nào của những gói tin "
-#~ "« ssh2 », « ssh-nonfree » hay « ssh-socks », và muốn chạy trình nền « "
-#~ "lshd » trên cổng 22, trong trường hợp này bạn cần phải tự tắt khả năng "
-#~ "khởi chạy của trình nền (dæmon) trong gói đó (hoặc lập nó khởi chạy trên "
-#~ "một cổng khác). Để làm như thế, bạn sẽ cần phải cửa đổi tập tin « /etc/"
-#~ "init.d/<tên_gói> » mà tên gói là « ssh2 », « ssh-nonfree » hay « ssh-"
-#~ "socks » (phụ thuộc vào gói nào bạn đã cài đặt) rồi chèn « exit 0 » là "
-#~ "dòng thứ hai trong tập tin này (đi sau « #!/bin/sh »)."
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr "Bạn có muốn tự động gỡ bỏ khóa máy khi tẩy gói này không?"
Index: tags/2.0.4-dfsg-4/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-4/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-12-10 19:04+0000\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-4/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/da.po (nonexistent)
@@ -1,224 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versioner af lsh kræver en tilfældighedsgenererende fil"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versioner af lsh-server (1.3.6 og senere), kræves en "
-#~ "tilfældighedsgenererende fil for at lshd eller lsh_proxy kan køre. Denne "
-#~ "fil genereres ved at køre \"lsh-make-seed --server\". lsh-make-seed "
-#~ "kræver at du udfører tilfældige tasteanslag til den "
-#~ "tilfældighedsgenerator. Du skal køre denne kommando for at lsh-serveren "
-#~ "kan fungere. Denne fil behøves kun at blive oprettet én gang."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Af sikkerhedshensyn er det afgørende at lsh-make-seed bliver kørt fra "
-#~ "konsollen på det system, du kører den på. Hvis du kører lsh-make-seed fra "
-#~ "en fjern skal, vil den timing-information, som lsh-make-seed bruger til "
-#~ "at lave sine tilfældige tal sandsynligvis være dårlige. Om nødvendigt kan "
-#~ "du generere tilfældighedsfilen på et andet system end det, den skal "
-#~ "benyttes på, ved at installere pakken lsh-utils og køre \"lsh-make-seed -"
-#~ "o min-anden-server-fil\". Du kan derefter overføre tilfældighedsfilen til "
-#~ "målsystemet over en sikker forbindelse med lsh eller ssh (gem den som /"
-#~ "var/spool/lsh/yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Hvis filen /var/spool/lsh/yarrow-random-seed allerede findes på dit "
-#~ "system (hvis du for eksempel allerede har sat lsh-server > 1.3.6 op på "
-#~ "dit system), kan du se bort fra denne notits."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Overgang fra SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Da SSH1 og OpenSSH (herefter blot benævnt \"SSH1\"), og lshd alle "
-#~ "benytter sig af den samme port (22), er du nødt til at vælge mellem "
-#~ "følgende strategier for at få SSH1- og lshd-dæmonerne til at sameksistere "
-#~ "på den samme maskine/netkort."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Som udgangspunkt vil lshd køre på port 2222. Dette kan ændres til en "
-#~ "hvilken som helst anden ubenyttet port. I dette tilfælde skal du angive "
-#~ "overfor lshc hvilken port, serveren kører på med tilvalget \"-p <port "
-#~ "nummer>\" (f.eks. -p 2222)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det kan være ret irriterende at skulle give lshc tilvalget `-p 2222,, så "
-#~ "det kan være at du vil køre lsh på ssh-porten 22. Det betyder at du "
-#~ "*ikke* vil kunne køre andre ssh-dæmoner på port 22, som normalt."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Bemærk, at hvis du har installeret nogen af pakkerne ssh2, ssh-nonfree "
-#~ "eller ssh-socks, og ønsker at køre lshd på port 22, skal du manuelt "
-#~ "forhindre ssh-dæmonen i denne pakke i at starte (eller få den til at "
-#~ "starte på en anden port). For at gøre dette, skal du redigere filen /etc/"
-#~ "init.d/<pakkenavn> hvor <pakkenavn> er ssh2, ssh-nonfree eller ssh-socks "
-#~ "(alt efter hvilken af disse, du har installeret) og indsætte \"exit 0\" "
-#~ "som anden linje i filen (efter \"#!/bin/sh\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du have at lsh's værtsnøgle automatisk bliver fjernet, når denne "
-#~ "pakke bliver udrenset?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Aktivér ssh1-tilbagefald?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Hvis du vil have at ssh1 fortsætter som normalt, skal tilvalget '--ssh1-"
-#~ "fallback=\"/sti/til/sshd1\"' gives til lshd under opstarten. Hvis du har "
-#~ "installeret pakken ssh og enten ssh-nonfree eller ssh-socks (som begge er "
-#~ "deaktiverede, hvis de er installerede), kan jeg gøre det for dig, idet "
-#~ "jeg går ud fra at din sshd er placeret i /usr/sbin/sshd. Hvis den ikke er "
-#~ "det, så redigér /etc/init.d/lsh-server og ret stien til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du have mig til at aktivere ssh1-tilbagefald?"
Index: tags/2.0.4-dfsg-4/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-4/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-4/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-4/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-4/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-4/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/nl.po (nonexistent)
@@ -1,235 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:59+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr ""
-#~ "Nieuwe versies van lsh hebben een bestand met een willekeurig getal nodig."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "In nieuwe versies van lsh-server (1.3.6 en hoger), hebben lshd en "
-#~ "lsh_proxy een bestand nodig met een willekeurig getal. Dit bestand wordt "
-#~ "aangemaakt door \"lsh-make-seed --server\" uit te voeren. lsh-make-seed "
-#~ "heeft een aantal willekeurige toetsaanslagen nodig voor haar willekeurige "
-#~ "getallengenerator. U moet dit commando uitvoeren om de lsh-server te "
-#~ "laten werken. Dit bestand moet slechts één keer worden aangemaakt."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Om veiligheidsredenen moet lsh-make-seed worden uitgevoerd vanuit de "
-#~ "console van het systeem waarop u het uitvoert. Als u lsh-make-seed "
-#~ "uitvoert vanuit een online shell, dan zal de tijdsinformatie die lsh-make-"
-#~ "seed gebruikt waarschijnlijk verkeerd zijn. Indien nodig kunt u het "
-#~ "bestand aanmaken op een ander systeem dan waar het zal gebruikt worden "
-#~ "door het 'lsh-utils'-pakket en \"lsh-make-seed -o ander_bestand\". U kunt "
-#~ "dan dit bestand overzetten naar het systeem waar het gebruikt wordt via "
-#~ "een veilige verbinding met lsh of ssh (bewaar het als /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Als het bestand /var/spool/lsh/yarrow-random-seed al bestaat op uw "
-#~ "systeem, (bijvoorbeeld als u lsh-server > 1.3.6 reeds succesvol "
-#~ "geconfigureerd heeft op uw systeem), dan kunt u deze opmerking gewoon "
-#~ "negeren."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migreren van SSH1/OpenSSH naar lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Omdat SSH1 en OpenSSH (hierna gewoon \"SSH1\" genoemd) en lshd allemaal "
-#~ "dezelfde standaardpoort (22) gebruiken, zult u één van de volgende "
-#~ "strategieën moeten kiezen om de SSH1- en lshd-achtergronddiensten te "
-#~ "laten samenwerken op dezelfde machine/netwerk-interface."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "De standaardoptie is om lsh te laten draaien op poort 2222. Dit kan "
-#~ "gewijzigd worden naar om het even welke niet-gebruikte poort. Bij deze "
-#~ "keuze zult u de optie \"-p <poortnummer>\" moeten meegeven met lshc om te "
-#~ "specificeren op welke poort de server draait (vb. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "De `-p 2222'-optie moeten meegeven aan lshc kan zeer ergerlijk worden, "
-#~ "misschien wilt u daarom lshd draaien op de standaard ssh-poort 22. Dit "
-#~ "betekent dat u *geen* andere ssh-achtergronddienst op poort 22 kunt laten "
-#~ "draaien. Voor het geval u het ssh (OpenSSH) -pakket geïnstalleerd heeft, "
-#~ "heeft lshd een optie om de verbinding door te geven aan ssh1 als een ssh1-"
-#~ "client probeert te verbinden met lsh. Dit kan u in staat stellen om "
-#~ "ongemerkt over te schakelen van ssh1 naar lsh. "
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Merk op dat als u één van de ssh2-, ssh-nonfree- of ssh-socks-pakketten "
-#~ "geïnstalleerd heeft en u wilt lshd draaien op poort 22, dat u dan "
-#~ "handmatig het starten van de ssh-achtergronddienst in dat pakket moet "
-#~ "uitschakelen (of het laten starten op een andere poort). Om dit te doen, "
-#~ "moet u /etc/init.d/<pakketnaam> bewerken waar <pakketnaam> ssh2, ssh-"
-#~ "nonfree of ssh-socks is (afhankelijk van welke u geïnstalleerd heeft) en "
-#~ "een \"exit 0\" plaatsen als tweede regel in het bestand (na de \"#!/bin/sh"
-#~ "\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Wilt u dat de host-sleutel van lsh automatisch wordt verwijderd wanneer "
-#~ "dit pakket wordt gewist (purged)?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Terugvallen op ssh1 inschakelen?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Als u wilt dat ssh1 normaal blijft functioneren, dan moet bij het starten "
-#~ "van lshd de optie `--ssh1_fallback=\"/pad/naar/sshd1\" worden meegegeven. "
-#~ "Als u het ssh-pakket geïnstalleerd heeft of ssh-nonfree of ssh-socks, "
-#~ "(beide nu door u uitgeschakeld als ze geïnstalleerd zijn), dan kan dat "
-#~ "automatisch gebeuren. Er wordt van uitgegaan dat sshd in /usr/sbin/sshd "
-#~ "is. Als dit niet zo is, bewerk dan /etc/init.d/lsh-server en wijzig het "
-#~ "pad naar sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Wilt u ssh1 fallback inschakelen?"
Index: tags/2.0.4-dfsg-4/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-4/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-4/debian/po/nn.po (nonexistent)
@@ -1,234 +0,0 @@
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-01-16 20:30+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 2222. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten "
-"av pakka som standard. Viss du vil fjerna han saman med pakka når den blir "
-"fjerna så må du oppgje det her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versjonar av lsh krev ei fil for generering av tilfeldige tal"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versjonar av lsh-server (1.3.6 og over) trengst det ei fil for "
-#~ "generering av tilfeldige tal for at lshd eller lsh_proxy skal køyre. "
-#~ "Denne fila vert laga ved å køyre «lsh-make-seed --server». lsh-make-seed "
-#~ "krev at du må trykkje vilkårlege tastar på tastaturet for at han skal "
-#~ "laga tilfeldige tal. Denne kommandoen må køyrast for at tenaren skal "
-#~ "virke. Denne fila treng berre lagast ein gong."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Av tryggingsgrunnar, må lsh-make-seed faktisk køyrast frå konsollet til "
-#~ "systemet du køyrer tenaren på. Viss du køyrer lsh-make-seed frå "
-#~ "fjerninnlogging (ssh eller rsh), vil tidsinformasjonen som lsh-make-seed "
-#~ "brukar for å lage tilfeldige tal ver gal og gjere det mindre tilfeldig. "
-#~ "Viss du ikkje har tilgang til konsollet, kan du lage fila på eit system "
-#~ "du har tilgang til. Du installerer lsh-utils pakka og køyrer «lsh-make-"
-#~ "seed -o tilfeldig-tal-fil-for-det-andre-systemet». Overfør så fila til "
-#~ "systemet ved å bruka eit trygt samband (lagre det som /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Viss fila /var/spool/lsh/yarrow-random-seed allereie eksisterer på "
-#~ "systemet ditt, (viss du til dømes allereie har sett opp lsh-server > "
-#~ "1.3.6 på systemet ditt), kan du ignorere denne meldinga."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migrerer frå SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Sidan SSH1 og OpenSSH (heretter berre kalla «SSH1») og lshd alle brukar "
-#~ "same port som standard (22), må du velje ein av dei følgjande strategiane "
-#~ "for å ha både SSH1 og lshd-nissar køyrande saman på den same maskina, "
-#~ "evt. det same nettverksgrensesnittet."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Standardalternativet er å la lshd køyre på port 2222. Dette kan endrast "
-#~ "til kva port du vil. Med dette alternativet må du sende «-p <portnummer>» "
-#~ "til lshc for å oppgje kva for port tenaren køyrer på (t.d. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det å gje lshc alternativet «-p 2222» kvar gong kan vere irriterande, så "
-#~ "det kan vere du vil la lshd køyre på standard ssh-port, 22. Dette betyr "
-#~ "at du *ikkje* vil vere i stand til å køyre ein anna ssh-nisse som vanleg "
-#~ "på port 22. Viss du har ssh-pakka installert (OpenSSH), så har lshd eit "
-#~ "alternativ for å sende tilkoplingar til ssh1 viss ein ssh1-klient prøver "
-#~ "å kople til lsh. Dette kan la deg migrere ssh1 til lsh sømlaust."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Legg merke til at om du har ein av pakkane ssh2, ssh-nonfree eller ssh-"
-#~ "socks installert og du vil køyre lshd på port 22, må du manuelt fikse det "
-#~ "slik at ssh-nissen i den pakken ikkje startar (eller la den starte på ein "
-#~ "anna port). For å gjere dette, må du redigere /etc/init.d/<pakkenamn> der "
-#~ "<pakkenamn> er ssh2, ssh-nonfree eller ssh-socks (avhengig av kva du har "
-#~ "installert), og leggje inn «exit 0» som den andre linja i fila (etter «#!/"
-#~ "bin/sh»)"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du la lsh sin vertsnøkkel bli automatisk fjerna når denne pakka blir "
-#~ "fjerna?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Slå på ssh1-vidarekopling?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Viss du vil at ssh1 skal halde fram å fungere som normalt, må "
-#~ "alternativet «--ssh1-fallback=\"/stig/til/sshd1\"» sendast til lshd ved "
-#~ "oppstart. Viss du har ssh-pakka installert, eller anten ssh-nonfree eller "
-#~ "ssh-socks, (som du har slått av no viss dei er installert), så kan eg "
-#~ "gjere dette for deg viss sshd er i /usr/sbin/sshd. Viss sshd er ein anna "
-#~ "stad, rediger /etc/init.d/lsh-server og endre stigen til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du la meg slå på vidarekopling til ssh1?"
Index: tags/2.0.4-dfsg-4/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-4/debian/control
===================================================================
--- tags/2.0.4-dfsg-4/debian/control (revision 157)
+++ tags/2.0.4-dfsg-4/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.8.3
-Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0
-Conflicts: lsh-utils (<< 1.0.2-3)
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, ${shlibs:Depends}, ${misc:Depends}, lsh-utils (= ${binary:Version})
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-4/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-4/debian/compat
===================================================================
--- tags/2.0.4-dfsg-4/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-4/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: tags/2.0.4-dfsg-4/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-4/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-4/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-4/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-4/debian/patches/00list (nonexistent)
@@ -1,4 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
-nettle_2.0
Index: tags/2.0.4-dfsg-4/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-4/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-4/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/,+1s%(\.\.?/)*nettle/libnettle\.a|-lnettle%-lnettle -lhogweed%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-4/debian/patches/nettle_2.0.dpatch
===================================================================
--- tags/2.0.4-dfsg-4/debian/patches/nettle_2.0.dpatch (revision 157)
+++ tags/2.0.4-dfsg-4/debian/patches/nettle_2.0.dpatch (nonexistent)
@@ -1,200 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## nettle_2.0.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Adapt to Nettle 2.0
-
-@DPATCH@
-diff -ur lsh-2.0.4/src/crypto.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/crypto.c
---- lsh-2.0.4/src/crypto.c 2005-11-26 18:13:55.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/crypto.c 2009-08-04 23:57:22.000000000 +0200
-@@ -71,7 +71,7 @@
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
-diff -ur lsh-2.0.4/src/lsh-make-seed.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c
---- lsh-2.0.4/src/lsh-make-seed.c 2006-01-23 18:51:06.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c 2009-08-05 00:24:58.000000000 +0200
-@@ -1219,6 +1219,7 @@
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-diff -ur lsh-2.0.4/src/unix_random.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/unix_random.c
---- lsh-2.0.4/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/unix_random.c 2009-08-05 00:28:31.000000000 +0200
-@@ -81,6 +81,7 @@
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +183,19 @@
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
Index: tags/2.0.4-dfsg-4/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-4/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-4/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Show the intended error message, instead of one about a locking
-## DP: error, when no seed file exists
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-4/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-4/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-4/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-4/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-4/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-4/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-4/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-4/debian/changelog (nonexistent)
@@ -1,505 +0,0 @@
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-4/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-4/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-4/debian/rules
===================================================================
--- tags/2.0.4-dfsg-4/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-4/debian/rules (nonexistent)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/tags/2.0.4-dfsg-4/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-4/debian/README.source
===================================================================
--- tags/2.0.4-dfsg-4/debian/README.source (revision 157)
+++ tags/2.0.4-dfsg-4/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/2.0.4-dfsg-4/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-4/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-4/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lsh (1),
-.Br lshd (8),
Index: tags/2.0.4-dfsg-4/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-4/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-4/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-4/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-4/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-4/debian/watch
===================================================================
--- tags/2.0.4-dfsg-4/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-4/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-4/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-4/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-4/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-4/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-4/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-4/debian/copyright (nonexistent)
@@ -1,44 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: tags/2.0.4-dfsg-4/debian
===================================================================
--- tags/2.0.4-dfsg-4/debian (revision 157)
+++ tags/2.0.4-dfsg-4/debian (nonexistent)
/tags/2.0.4-dfsg-4/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-5/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-5/debian/watch
===================================================================
--- tags/2.0.4-dfsg-5/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-5/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-5/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-5/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-5/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-5/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-5/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.postinst (nonexistent)
@@ -1,157 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-5/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-5/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-5/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-5/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-5/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-5/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-5/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-5/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-5/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-5/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/da.po (nonexistent)
@@ -1,224 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versioner af lsh kræver en tilfældighedsgenererende fil"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versioner af lsh-server (1.3.6 og senere), kræves en "
-#~ "tilfældighedsgenererende fil for at lshd eller lsh_proxy kan køre. Denne "
-#~ "fil genereres ved at køre \"lsh-make-seed --server\". lsh-make-seed "
-#~ "kræver at du udfører tilfældige tasteanslag til den "
-#~ "tilfældighedsgenerator. Du skal køre denne kommando for at lsh-serveren "
-#~ "kan fungere. Denne fil behøves kun at blive oprettet én gang."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Af sikkerhedshensyn er det afgørende at lsh-make-seed bliver kørt fra "
-#~ "konsollen på det system, du kører den på. Hvis du kører lsh-make-seed fra "
-#~ "en fjern skal, vil den timing-information, som lsh-make-seed bruger til "
-#~ "at lave sine tilfældige tal sandsynligvis være dårlige. Om nødvendigt kan "
-#~ "du generere tilfældighedsfilen på et andet system end det, den skal "
-#~ "benyttes på, ved at installere pakken lsh-utils og køre \"lsh-make-seed -"
-#~ "o min-anden-server-fil\". Du kan derefter overføre tilfældighedsfilen til "
-#~ "målsystemet over en sikker forbindelse med lsh eller ssh (gem den som /"
-#~ "var/spool/lsh/yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Hvis filen /var/spool/lsh/yarrow-random-seed allerede findes på dit "
-#~ "system (hvis du for eksempel allerede har sat lsh-server > 1.3.6 op på "
-#~ "dit system), kan du se bort fra denne notits."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Overgang fra SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Da SSH1 og OpenSSH (herefter blot benævnt \"SSH1\"), og lshd alle "
-#~ "benytter sig af den samme port (22), er du nødt til at vælge mellem "
-#~ "følgende strategier for at få SSH1- og lshd-dæmonerne til at sameksistere "
-#~ "på den samme maskine/netkort."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Som udgangspunkt vil lshd køre på port 2222. Dette kan ændres til en "
-#~ "hvilken som helst anden ubenyttet port. I dette tilfælde skal du angive "
-#~ "overfor lshc hvilken port, serveren kører på med tilvalget \"-p <port "
-#~ "nummer>\" (f.eks. -p 2222)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det kan være ret irriterende at skulle give lshc tilvalget `-p 2222,, så "
-#~ "det kan være at du vil køre lsh på ssh-porten 22. Det betyder at du "
-#~ "*ikke* vil kunne køre andre ssh-dæmoner på port 22, som normalt."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Bemærk, at hvis du har installeret nogen af pakkerne ssh2, ssh-nonfree "
-#~ "eller ssh-socks, og ønsker at køre lshd på port 22, skal du manuelt "
-#~ "forhindre ssh-dæmonen i denne pakke i at starte (eller få den til at "
-#~ "starte på en anden port). For at gøre dette, skal du redigere filen /etc/"
-#~ "init.d/<pakkenavn> hvor <pakkenavn> er ssh2, ssh-nonfree eller ssh-socks "
-#~ "(alt efter hvilken af disse, du har installeret) og indsætte \"exit 0\" "
-#~ "som anden linje i filen (efter \"#!/bin/sh\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du have at lsh's værtsnøgle automatisk bliver fjernet, når denne "
-#~ "pakke bliver udrenset?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Aktivér ssh1-tilbagefald?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Hvis du vil have at ssh1 fortsætter som normalt, skal tilvalget '--ssh1-"
-#~ "fallback=\"/sti/til/sshd1\"' gives til lshd under opstarten. Hvis du har "
-#~ "installeret pakken ssh og enten ssh-nonfree eller ssh-socks (som begge er "
-#~ "deaktiverede, hvis de er installerede), kan jeg gøre det for dig, idet "
-#~ "jeg går ud fra at din sshd er placeret i /usr/sbin/sshd. Hvis den ikke er "
-#~ "det, så redigér /etc/init.d/lsh-server og ret stien til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du have mig til at aktivere ssh1-tilbagefald?"
Index: tags/2.0.4-dfsg-5/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-5/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-5/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-5/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-5/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-5/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/nl.po (nonexistent)
@@ -1,235 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-20 15:59+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr ""
-#~ "Nieuwe versies van lsh hebben een bestand met een willekeurig getal nodig."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "In nieuwe versies van lsh-server (1.3.6 en hoger), hebben lshd en "
-#~ "lsh_proxy een bestand nodig met een willekeurig getal. Dit bestand wordt "
-#~ "aangemaakt door \"lsh-make-seed --server\" uit te voeren. lsh-make-seed "
-#~ "heeft een aantal willekeurige toetsaanslagen nodig voor haar willekeurige "
-#~ "getallengenerator. U moet dit commando uitvoeren om de lsh-server te "
-#~ "laten werken. Dit bestand moet slechts één keer worden aangemaakt."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Om veiligheidsredenen moet lsh-make-seed worden uitgevoerd vanuit de "
-#~ "console van het systeem waarop u het uitvoert. Als u lsh-make-seed "
-#~ "uitvoert vanuit een online shell, dan zal de tijdsinformatie die lsh-make-"
-#~ "seed gebruikt waarschijnlijk verkeerd zijn. Indien nodig kunt u het "
-#~ "bestand aanmaken op een ander systeem dan waar het zal gebruikt worden "
-#~ "door het 'lsh-utils'-pakket en \"lsh-make-seed -o ander_bestand\". U kunt "
-#~ "dan dit bestand overzetten naar het systeem waar het gebruikt wordt via "
-#~ "een veilige verbinding met lsh of ssh (bewaar het als /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Als het bestand /var/spool/lsh/yarrow-random-seed al bestaat op uw "
-#~ "systeem, (bijvoorbeeld als u lsh-server > 1.3.6 reeds succesvol "
-#~ "geconfigureerd heeft op uw systeem), dan kunt u deze opmerking gewoon "
-#~ "negeren."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migreren van SSH1/OpenSSH naar lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Omdat SSH1 en OpenSSH (hierna gewoon \"SSH1\" genoemd) en lshd allemaal "
-#~ "dezelfde standaardpoort (22) gebruiken, zult u één van de volgende "
-#~ "strategieën moeten kiezen om de SSH1- en lshd-achtergronddiensten te "
-#~ "laten samenwerken op dezelfde machine/netwerk-interface."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "De standaardoptie is om lsh te laten draaien op poort 2222. Dit kan "
-#~ "gewijzigd worden naar om het even welke niet-gebruikte poort. Bij deze "
-#~ "keuze zult u de optie \"-p <poortnummer>\" moeten meegeven met lshc om te "
-#~ "specificeren op welke poort de server draait (vb. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "De `-p 2222'-optie moeten meegeven aan lshc kan zeer ergerlijk worden, "
-#~ "misschien wilt u daarom lshd draaien op de standaard ssh-poort 22. Dit "
-#~ "betekent dat u *geen* andere ssh-achtergronddienst op poort 22 kunt laten "
-#~ "draaien. Voor het geval u het ssh (OpenSSH) -pakket geïnstalleerd heeft, "
-#~ "heeft lshd een optie om de verbinding door te geven aan ssh1 als een ssh1-"
-#~ "client probeert te verbinden met lsh. Dit kan u in staat stellen om "
-#~ "ongemerkt over te schakelen van ssh1 naar lsh. "
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Merk op dat als u één van de ssh2-, ssh-nonfree- of ssh-socks-pakketten "
-#~ "geïnstalleerd heeft en u wilt lshd draaien op poort 22, dat u dan "
-#~ "handmatig het starten van de ssh-achtergronddienst in dat pakket moet "
-#~ "uitschakelen (of het laten starten op een andere poort). Om dit te doen, "
-#~ "moet u /etc/init.d/<pakketnaam> bewerken waar <pakketnaam> ssh2, ssh-"
-#~ "nonfree of ssh-socks is (afhankelijk van welke u geïnstalleerd heeft) en "
-#~ "een \"exit 0\" plaatsen als tweede regel in het bestand (na de \"#!/bin/sh"
-#~ "\")"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Wilt u dat de host-sleutel van lsh automatisch wordt verwijderd wanneer "
-#~ "dit pakket wordt gewist (purged)?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Terugvallen op ssh1 inschakelen?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Als u wilt dat ssh1 normaal blijft functioneren, dan moet bij het starten "
-#~ "van lshd de optie `--ssh1_fallback=\"/pad/naar/sshd1\" worden meegegeven. "
-#~ "Als u het ssh-pakket geïnstalleerd heeft of ssh-nonfree of ssh-socks, "
-#~ "(beide nu door u uitgeschakeld als ze geïnstalleerd zijn), dan kan dat "
-#~ "automatisch gebeuren. Er wordt van uitgegaan dat sshd in /usr/sbin/sshd "
-#~ "is. Als dit niet zo is, bewerk dan /etc/init.d/lsh-server en wijzig het "
-#~ "pad naar sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Wilt u ssh1 fallback inschakelen?"
Index: tags/2.0.4-dfsg-5/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/nn.po (nonexistent)
@@ -1,234 +0,0 @@
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils_nn.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2005-01-16 20:30+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 2222. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten "
-"av pakka som standard. Viss du vil fjerna han saman med pakka når den blir "
-"fjerna så må du oppgje det her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Nye versjonar av lsh krev ei fil for generering av tilfeldige tal"
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "I nye versjonar av lsh-server (1.3.6 og over) trengst det ei fil for "
-#~ "generering av tilfeldige tal for at lshd eller lsh_proxy skal køyre. "
-#~ "Denne fila vert laga ved å køyre «lsh-make-seed --server». lsh-make-seed "
-#~ "krev at du må trykkje vilkårlege tastar på tastaturet for at han skal "
-#~ "laga tilfeldige tal. Denne kommandoen må køyrast for at tenaren skal "
-#~ "virke. Denne fila treng berre lagast ein gong."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Av tryggingsgrunnar, må lsh-make-seed faktisk køyrast frå konsollet til "
-#~ "systemet du køyrer tenaren på. Viss du køyrer lsh-make-seed frå "
-#~ "fjerninnlogging (ssh eller rsh), vil tidsinformasjonen som lsh-make-seed "
-#~ "brukar for å lage tilfeldige tal ver gal og gjere det mindre tilfeldig. "
-#~ "Viss du ikkje har tilgang til konsollet, kan du lage fila på eit system "
-#~ "du har tilgang til. Du installerer lsh-utils pakka og køyrer «lsh-make-"
-#~ "seed -o tilfeldig-tal-fil-for-det-andre-systemet». Overfør så fila til "
-#~ "systemet ved å bruka eit trygt samband (lagre det som /var/spool/lsh/"
-#~ "yarrow-seed-file)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Viss fila /var/spool/lsh/yarrow-random-seed allereie eksisterer på "
-#~ "systemet ditt, (viss du til dømes allereie har sett opp lsh-server > "
-#~ "1.3.6 på systemet ditt), kan du ignorere denne meldinga."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Migrerer frå SSH1/OpenSSH til lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Sidan SSH1 og OpenSSH (heretter berre kalla «SSH1») og lshd alle brukar "
-#~ "same port som standard (22), må du velje ein av dei følgjande strategiane "
-#~ "for å ha både SSH1 og lshd-nissar køyrande saman på den same maskina, "
-#~ "evt. det same nettverksgrensesnittet."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Standardalternativet er å la lshd køyre på port 2222. Dette kan endrast "
-#~ "til kva port du vil. Med dette alternativet må du sende «-p <portnummer>» "
-#~ "til lshc for å oppgje kva for port tenaren køyrer på (t.d. -p 2222)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Det å gje lshc alternativet «-p 2222» kvar gong kan vere irriterande, så "
-#~ "det kan vere du vil la lshd køyre på standard ssh-port, 22. Dette betyr "
-#~ "at du *ikkje* vil vere i stand til å køyre ein anna ssh-nisse som vanleg "
-#~ "på port 22. Viss du har ssh-pakka installert (OpenSSH), så har lshd eit "
-#~ "alternativ for å sende tilkoplingar til ssh1 viss ein ssh1-klient prøver "
-#~ "å kople til lsh. Dette kan la deg migrere ssh1 til lsh sømlaust."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Legg merke til at om du har ein av pakkane ssh2, ssh-nonfree eller ssh-"
-#~ "socks installert og du vil køyre lshd på port 22, må du manuelt fikse det "
-#~ "slik at ssh-nissen i den pakken ikkje startar (eller la den starte på ein "
-#~ "anna port). For å gjere dette, må du redigere /etc/init.d/<pakkenamn> der "
-#~ "<pakkenamn> er ssh2, ssh-nonfree eller ssh-socks (avhengig av kva du har "
-#~ "installert), og leggje inn «exit 0» som den andre linja i fila (etter «#!/"
-#~ "bin/sh»)"
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr ""
-#~ "Vil du la lsh sin vertsnøkkel bli automatisk fjerna når denne pakka blir "
-#~ "fjerna?"
-
-#~ msgid "Enable ssh1 fallback?"
-#~ msgstr "Slå på ssh1-vidarekopling?"
-
-#~ msgid ""
-#~ "If you want ssh1 to continue working as normal, the option `--ssh1-"
-#~ "fallback=\"/path/to/sshd1\"' needs to be passed to lshd at startup. If "
-#~ "you have the ssh package installed, or either ssh-nonfree or ssh-socks, "
-#~ "(both of which you have disabled by now if they are installed), I can do "
-#~ "this for you, assuming that your sshd is in /usr/sbin/sshd. If it isn't, "
-#~ "then edit /etc/init.d/lsh-server and change the path to sshd."
-#~ msgstr ""
-#~ "Viss du vil at ssh1 skal halde fram å fungere som normalt, må "
-#~ "alternativet «--ssh1-fallback=\"/stig/til/sshd1\"» sendast til lshd ved "
-#~ "oppstart. Viss du har ssh-pakka installert, eller anten ssh-nonfree eller "
-#~ "ssh-socks, (som du har slått av no viss dei er installert), så kan eg "
-#~ "gjere dette for deg viss sshd er i /usr/sbin/sshd. Viss sshd er ein anna "
-#~ "stad, rediger /etc/init.d/lsh-server og endre stigen til sshd."
-
-#~ msgid "Do you want me to enable ssh1 fallback?"
-#~ msgstr "Vil du la meg slå på vidarekopling til ssh1?"
Index: tags/2.0.4-dfsg-5/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-5/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/vi.po (nonexistent)
@@ -1,195 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-01-22 14:45+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#~ msgid "New versions of lsh require random seed file"
-#~ msgstr "Phiên bản lsh mới cần đến tập tin hạt ngẫu nhiên."
-
-#~ msgid ""
-#~ "In new versions of lsh-server (1.3.6 and above), a random seed file is "
-#~ "required for lshd or lsh_proxy to run. This file is generated by running "
-#~ "\"lsh-make-seed --server\". lsh-make-seed requires you to enter random "
-#~ "keystrokes for its random number generator. You will need to run this "
-#~ "command in order for the lsh server to work. This seed only needs to be "
-#~ "created once."
-#~ msgstr ""
-#~ "Trong phiên bản mới của «lsh-server» (1.3.6 và sau), cần đến một tập tin "
-#~ "hạt ngẫu nhiên để mà trình « lshd » hay « lsh_proxy » có chạy được. Tập "
-#~ "tin này do chạy « lsh-make-seed --server » tạo ra. Bộ « lsh-make-seed "
-#~ "» (tạo hạt) cần đến bạn nhập một số động tác bấm phím ngẫu nhiên cho bộ "
-#~ "tạo ra số ngẫu nhiên của nó. Bạn cần phải chạy lệnh này để mà máy phục vụ "
-#~ "« lsh » có hoạt động được. Cần phải tạo hạt này chỉ một lần thôi."
-
-#~ msgid ""
-#~ "For security reasons, lsh-make-seed really needs to be run from the "
-#~ "console of the system you are running it on. If you run lsh-make-seed "
-#~ "using a remote shell, the timing information lsh-make-seed uses for its "
-#~ "random seed creation is likely to be screwed. If need be, you can "
-#~ "generate the random seed on a different system than that which it will "
-#~ "eventually be on, by installing the lsh-utils package and running \"lsh-"
-#~ "make-seed -o my-other-server-seed-file\". You may then transfer the seed "
-#~ "to the destination system as using a secure connection with lsh or ssh "
-#~ "(store it as /var/spool/lsh/yarrow-seed-file)."
-#~ msgstr ""
-#~ "Vì lý do bảo mật, tiến trình « lsh-make-seed » thật sự cần phải được chạy "
-#~ "từ bàn giao tiếp của hệ thống đang chạy nó. Nếu bạn có chạy « lsh-make-"
-#~ "seed » bằng một hệ vỏ từ xa, rất có thể là thông tin định thời mà « lsh-"
-#~ "make-seed » dùng để tạo ra hạt ngẫu nhiệm sẽ bị hỏng. Nếu cần thiết, bạn "
-#~ "có thể tạo ra hạt ngẫu nhiên trên một hệ thống khác với điều sẽ chạy nó "
-#~ "cuối cùng, bằng cách cài đặt gói « lsh-utils » và chạy « lsh-make-seed -o "
-#~ "my-other-server-seed-file ». Sau đó, bạn có thể truyền hạt đến hệ thống "
-#~ "đích, như dùng một sự kết nối bảo mật bằng lsh hay ssh (hãy lưu nó là < /"
-#~ "var/spool/lsh/yarrow-seed-file>)."
-
-#~ msgid ""
-#~ "If the file /var/spool/lsh/yarrow-random-seed already exists on your "
-#~ "system, (for example if you have already successfully configured lsh-"
-#~ "server > 1.3.6 on your system), you can safely ignore this note."
-#~ msgstr ""
-#~ "Nếu tập tin </var/spool/lsh/yarrow-random-seed> đã có trong hệ thống bạn "
-#~ "(lấy thí dụ, nếu bạn đã cấu hình « lsh-server » > 1.3.6 trong hệ thống "
-#~ "đó) thì bạn có thể bỏ qua chú thích này một cách an toàn."
-
-#~ msgid "Migrating from SSH1/OpenSSH to lsh"
-#~ msgstr "Cách chuyển đổi từ SSH1/OpenSSH sang lsh"
-
-#~ msgid ""
-#~ "As SSH1 and OpenSSH (hereafter referred to as simply \"SSH1\") and lshd "
-#~ "all use the same default port (22), you will need to choose one of the "
-#~ "following strategies to have the SSH1 and lshd daemons working together "
-#~ "on the same machine/network interface."
-#~ msgstr ""
-#~ "Vì cả SSH1 lẫn OpenSSH đều (mà sẽ được gợi « SSH1 » sau này) lẫn « lshd » "
-#~ "đềudùng cùng một cổng mặc định (22), bạn sẽ phải chọn một của những chiến "
-#~ "lược theo đây để cho phép các trình nền SSH1 và lshd đều hoạt động trên "
-#~ "cùng một mấy/giao diện mạng."
-
-#~ msgid ""
-#~ "The default option is to have lshd running on port 2222. This can be "
-#~ "changed to any unused port you want. With this option you will need to "
-#~ "pass the option \"-p <port number>\" to lshc to specify what port the "
-#~ "server is running on (eg. -p 2222)."
-#~ msgstr ""
-#~ "Tùy chọn mặc định là chạy lshd trên cổng 2222. Có thể thay đổi nó sang "
-#~ "bất cứ cổng còn rảnh nào mà bạn muốn dùng. Với tùy chọn này, bạn sẽ cần "
-#~ "phải gởi tùy chọn « -p <số hiệu cổng> » qua cho lshc, để ghi rõ máy phục "
-#~ "vụ đang chạy trên cổng nào (v.d. « -p 2222 »)."
-
-#~ msgid ""
-#~ "Having to give lshc the `-p 2222' option can get very annoying, so you "
-#~ "may want to run lshd on the default ssh port of 22. This means that you "
-#~ "will *not* be able to run any other ssh daemon as normal on port 22."
-#~ msgstr ""
-#~ "Có lẽ bạn sẽ không muốn cứ lập tùy chọn « -p 2222 » cho « lshc », thì có "
-#~ "thể chạy trình nền « lshd » trên cổng SSH mặc định là 22. Có nghĩa là bạn "
-#~ "sẽ • không • thể chạy trình nền SSH khác nào như bình thường trên cổng "
-#~ "22, cùng với « lshd »."
-
-#~ msgid ""
-#~ "Please note that if you have any of the ssh2, ssh-nonfree or ssh-socks "
-#~ "packages installed and you want run lshd on port 22, you need to "
-#~ "manually disable the ssh daemon in that package from starting (or make it "
-#~ "start on a different port). To do this, you will need to edit /etc/init.d/"
-#~ "<packagename> where <packagename> is ssh2, ssh-nonfree or ssh-socks "
-#~ "(depending on which one you've got installed), and put \"exit 0\" as the "
-#~ "second line in the file (after the \"#!/bin/sh\")"
-#~ msgstr ""
-#~ "Hãy ghi chú rằng nếu bạn đã cài đặt bất cứ gói tin nào của những gói tin "
-#~ "« ssh2 », « ssh-nonfree » hay « ssh-socks », và muốn chạy trình nền « "
-#~ "lshd » trên cổng 22, trong trường hợp này bạn cần phải tự tắt khả năng "
-#~ "khởi chạy của trình nền (dæmon) trong gói đó (hoặc lập nó khởi chạy trên "
-#~ "một cổng khác). Để làm như thế, bạn sẽ cần phải cửa đổi tập tin « /etc/"
-#~ "init.d/<tên_gói> » mà tên gói là « ssh2 », « ssh-nonfree » hay « ssh-"
-#~ "socks » (phụ thuộc vào gói nào bạn đã cài đặt) rồi chèn « exit 0 » là "
-#~ "dòng thứ hai trong tập tin này (đi sau « #!/bin/sh »)."
-
-#~ msgid ""
-#~ "Do you want lsh's host key to be automatically removed when this package "
-#~ "is purged?"
-#~ msgstr "Bạn có muốn tự động gỡ bỏ khóa máy khi tẩy gói này không?"
Index: tags/2.0.4-dfsg-5/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-5/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-5/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-5/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-06 20:24+0100\n"
-"PO-Revision-Date: 2006-12-10 19:04+0000\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsytem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-5/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-5/debian/control
===================================================================
--- tags/2.0.4-dfsg-5/debian/control (revision 157)
+++ tags/2.0.4-dfsg-5/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.8.3
-Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Conflicts: lsh-utils (<< 1.0.2-3)
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-5/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-5/debian/compat
===================================================================
--- tags/2.0.4-dfsg-5/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-5/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: tags/2.0.4-dfsg-5/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-5/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-5/debian/patches/blacklist.dpatch
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/blacklist.dpatch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/blacklist.dpatch (nonexistent)
@@ -1,423 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## blacklist.dpatch by Magnus Holmgren <holmgren@debian.org>
-## blacklist.c code copied from the openssh package and adapted for LSH.
-##
-## DP: Check keys against openssh-blacklist before accepting for
-## DP: pubkey authentication as well as on conversion by lsh-writekey
-## DP: and lsh-decode-key.
-
-@DPATCH@
-diff -urNad trunk~/src/Makefile.am trunk/src/Makefile.am
---- trunk~/src/Makefile.am 2004-11-18 22:52:16.000000000 +0100
-+++ trunk/src/Makefile.am 2009-11-0 23:57:07.000000000 +0100
-@@ -72,7 +72,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-diff -urNad trunk~/src/Makefile.in trunk/src/Makefile.in
---- trunk~/src/Makefile.in 2009-11-07 23:57:06.000000000 +0100
-+++ trunk/src/Makefile.in 2009-11-07 23:57:07.000000000 +0100
-@@ -91,7 +91,8 @@
- tty.$(OBJEXT) unix_interact.$(OBJEXT) unix_process.$(OBJEXT) \
- unix_random.$(OBJEXT) unix_user.$(OBJEXT) userauth.$(OBJEXT) \
- werror.$(OBJEXT) write_buffer.$(OBJEXT) write_packet.$(OBJEXT) \
-- xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT)
-+ xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT) \
-+ blacklist.$(OBJEXT)
- liblsh_a_OBJECTS = $(am_liblsh_a_OBJECTS)
- am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
- "$(DESTDIR)$(bindir)"
-@@ -510,7 +511,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-@@ -705,6 +707,7 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algorithms.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoms.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_commands.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_forward.Po@am__quote@
-diff -urNad trunk~/src/abstract_crypto.h trunk/src/abstract_crypto.h
---- trunk~/src/abstract_crypto.h 2003-11-16 19:10:30.000000000 +0100
-+++ trunk/src/abstract_crypto.h 2009-11-07 23:57:37.000000000 +0100
-@@ -162,7 +162,9 @@
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
-diff -urNad trunk~/src/abstract_crypto.h.x trunk/src/abstract_crypto.h.x
---- trunk~/src/abstract_crypto.h.x 2007-06-04 22:18:39.000000000 +0200
-+++ trunk/src/abstract_crypto.h.x 2009-11-07 23:57:07.000000000 +0100
-@@ -161,6 +161,7 @@
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
-diff -urNad trunk~/src/blacklist.c trunk/src/blacklist.c
---- trunk~/src/blacklist.c 1970-01-01 01:00:00.000000000 +0100
-+++ trunk/src/blacklist.c 2009-11-07 23:57:07.000000000 +0100
-@@ -0,0 +1,150 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ }
-+ return ret;
-+}
-diff -urNad trunk~/src/dsa.c trunk/src/dsa.c
---- trunk~/src/dsa.c 2004-06-08 20:00:45.000000000 +0200
-+++ trunk/src/dsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -189,6 +189,14 @@
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
-diff -urNad trunk~/src/lsh-decode-key.c trunk/src/lsh-decode-key.c
---- trunk~/src/lsh-decode-key.c 2005-09-06 14:43:15.000000000 +0200
-+++ trunk/src/lsh-decode-key.c 2009-11-07 23:57:07.000000000 +0100
-@@ -133,6 +133,10 @@
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-diff -urNad trunk~/src/lsh-writekey.c trunk/src/lsh-writekey.c
---- trunk~/src/lsh-writekey.c 2004-11-17 11:55:11.000000000 +0100
-+++ trunk/src/lsh-writekey.c 2009-11-07 23:57:07.000000000 +0100
-@@ -397,14 +397,18 @@
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name)) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
-diff -urNad trunk~/src/publickey_crypto.h trunk/src/publickey_crypto.h
---- trunk~/src/publickey_crypto.h 2004-06-15 13:32:51.000000000 +0200
-+++ trunk/src/publickey_crypto.h 2009-11-07 23:57:07.000000000 +0100
-@@ -203,5 +203,7 @@
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
-diff -urNad trunk~/src/rsa.c trunk/src/rsa.c
---- trunk~/src/rsa.c 2003-11-16 19:49:12.000000000 +0100
-+++ trunk/src/rsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -167,6 +167,14 @@
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
-diff -urNad trunk~/src/server_authorization.c trunk/src/server_authorization.c
---- trunk~/src/server_authorization.c 2004-06-08 20:01:15.000000000 +0200
-+++ trunk/src/server_authorization.c 2009-11-07 23:57:07.000000000 +0100
-@@ -93,7 +93,8 @@
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-5/debian/patches/blacklist.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-5/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/00list (nonexistent)
@@ -1,5 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
-nettle_2.0
-blacklist
Index: tags/2.0.4-dfsg-5/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/,+1s%(\.\.?/)*nettle/libnettle\.a|-lnettle%-lnettle -lhogweed%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-5/debian/patches/nettle_2.0.dpatch
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/nettle_2.0.dpatch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/nettle_2.0.dpatch (nonexistent)
@@ -1,200 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## nettle_2.0.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Adapt to Nettle 2.0
-
-@DPATCH@
-diff -ur lsh-2.0.4/src/crypto.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/crypto.c
---- lsh-2.0.4/src/crypto.c 2005-11-26 18:13:55.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/crypto.c 2009-08-04 23:57:22.000000000 +0200
-@@ -71,7 +71,7 @@
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
-diff -ur lsh-2.0.4/src/lsh-make-seed.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c
---- lsh-2.0.4/src/lsh-make-seed.c 2006-01-23 18:51:06.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c 2009-08-05 00:24:58.000000000 +0200
-@@ -1219,6 +1219,7 @@
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-diff -ur lsh-2.0.4/src/unix_random.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/unix_random.c
---- lsh-2.0.4/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/unix_random.c 2009-08-05 00:28:31.000000000 +0200
-@@ -81,6 +81,7 @@
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +183,19 @@
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
Index: tags/2.0.4-dfsg-5/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Show the intended error message, instead of one about a locking
-## DP: error, when no seed file exists
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-5/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-5/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-5/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-5/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-5/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-5/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-5/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-5/debian/changelog (nonexistent)
@@ -1,520 +0,0 @@
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-5/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-5/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-5/debian/rules
===================================================================
--- tags/2.0.4-dfsg-5/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-5/debian/rules (nonexistent)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/tags/2.0.4-dfsg-5/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-5/debian/README.source
===================================================================
--- tags/2.0.4-dfsg-5/debian/README.source (revision 157)
+++ tags/2.0.4-dfsg-5/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/2.0.4-dfsg-5/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-5/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-5/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-5/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-5/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-5/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-5/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-5/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-5/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-5/debian
===================================================================
--- tags/2.0.4-dfsg-5/debian (revision 157)
+++ tags/2.0.4-dfsg-5/debian (nonexistent)
/tags/2.0.4-dfsg-5/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-6/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-6/debian/compat
===================================================================
--- tags/2.0.4-dfsg-6/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-6/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: tags/2.0.4-dfsg-6/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-6/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-6/debian/patches/blacklist.dpatch
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/blacklist.dpatch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/blacklist.dpatch (nonexistent)
@@ -1,423 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## blacklist.dpatch by Magnus Holmgren <holmgren@debian.org>
-## blacklist.c code copied from the openssh package and adapted for LSH.
-##
-## DP: Check keys against openssh-blacklist before accepting for
-## DP: pubkey authentication as well as on conversion by lsh-writekey
-## DP: and lsh-decode-key.
-
-@DPATCH@
-diff -urNad trunk~/src/Makefile.am trunk/src/Makefile.am
---- trunk~/src/Makefile.am 2004-11-18 22:52:16.000000000 +0100
-+++ trunk/src/Makefile.am 2009-11-0 23:57:07.000000000 +0100
-@@ -72,7 +72,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-diff -urNad trunk~/src/Makefile.in trunk/src/Makefile.in
---- trunk~/src/Makefile.in 2009-11-07 23:57:06.000000000 +0100
-+++ trunk/src/Makefile.in 2009-11-07 23:57:07.000000000 +0100
-@@ -91,7 +91,8 @@
- tty.$(OBJEXT) unix_interact.$(OBJEXT) unix_process.$(OBJEXT) \
- unix_random.$(OBJEXT) unix_user.$(OBJEXT) userauth.$(OBJEXT) \
- werror.$(OBJEXT) write_buffer.$(OBJEXT) write_packet.$(OBJEXT) \
-- xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT)
-+ xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT) \
-+ blacklist.$(OBJEXT)
- liblsh_a_OBJECTS = $(am_liblsh_a_OBJECTS)
- am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
- "$(DESTDIR)$(bindir)"
-@@ -510,7 +511,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-@@ -705,6 +707,7 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algorithms.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoms.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_commands.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_forward.Po@am__quote@
-diff -urNad trunk~/src/abstract_crypto.h trunk/src/abstract_crypto.h
---- trunk~/src/abstract_crypto.h 2003-11-16 19:10:30.000000000 +0100
-+++ trunk/src/abstract_crypto.h 2009-11-07 23:57:37.000000000 +0100
-@@ -162,7 +162,9 @@
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
-diff -urNad trunk~/src/abstract_crypto.h.x trunk/src/abstract_crypto.h.x
---- trunk~/src/abstract_crypto.h.x 2007-06-04 22:18:39.000000000 +0200
-+++ trunk/src/abstract_crypto.h.x 2009-11-07 23:57:07.000000000 +0100
-@@ -161,6 +161,7 @@
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
-diff -urNad trunk~/src/blacklist.c trunk/src/blacklist.c
---- trunk~/src/blacklist.c 1970-01-01 01:00:00.000000000 +0100
-+++ trunk/src/blacklist.c 2009-11-07 23:57:07.000000000 +0100
-@@ -0,0 +1,150 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ }
-+ return ret;
-+}
-diff -urNad trunk~/src/dsa.c trunk/src/dsa.c
---- trunk~/src/dsa.c 2004-06-08 20:00:45.000000000 +0200
-+++ trunk/src/dsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -189,6 +189,14 @@
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
-diff -urNad trunk~/src/lsh-decode-key.c trunk/src/lsh-decode-key.c
---- trunk~/src/lsh-decode-key.c 2005-09-06 14:43:15.000000000 +0200
-+++ trunk/src/lsh-decode-key.c 2009-11-07 23:57:07.000000000 +0100
-@@ -133,6 +133,10 @@
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-diff -urNad trunk~/src/lsh-writekey.c trunk/src/lsh-writekey.c
---- trunk~/src/lsh-writekey.c 2004-11-17 11:55:11.000000000 +0100
-+++ trunk/src/lsh-writekey.c 2009-11-07 23:57:07.000000000 +0100
-@@ -397,14 +397,18 @@
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name)) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
-diff -urNad trunk~/src/publickey_crypto.h trunk/src/publickey_crypto.h
---- trunk~/src/publickey_crypto.h 2004-06-15 13:32:51.000000000 +0200
-+++ trunk/src/publickey_crypto.h 2009-11-07 23:57:07.000000000 +0100
-@@ -203,5 +203,7 @@
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
-diff -urNad trunk~/src/rsa.c trunk/src/rsa.c
---- trunk~/src/rsa.c 2003-11-16 19:49:12.000000000 +0100
-+++ trunk/src/rsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -167,6 +167,14 @@
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
-diff -urNad trunk~/src/server_authorization.c trunk/src/server_authorization.c
---- trunk~/src/server_authorization.c 2004-06-08 20:01:15.000000000 +0200
-+++ trunk/src/server_authorization.c 2009-11-07 23:57:07.000000000 +0100
-@@ -93,7 +93,8 @@
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-6/debian/patches/blacklist.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-6/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/00list (nonexistent)
@@ -1,5 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
-nettle_2.0
-blacklist
Index: tags/2.0.4-dfsg-6/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/,+1s%(\.\.?/)*nettle/libnettle\.a|-lnettle%-lnettle -lhogweed%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-6/debian/patches/nettle_2.0.dpatch
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/nettle_2.0.dpatch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/nettle_2.0.dpatch (nonexistent)
@@ -1,200 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## nettle_2.0.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Adapt to Nettle 2.0
-
-@DPATCH@
-diff -ur lsh-2.0.4/src/crypto.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/crypto.c
---- lsh-2.0.4/src/crypto.c 2005-11-26 18:13:55.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/crypto.c 2009-08-04 23:57:22.000000000 +0200
-@@ -71,7 +71,7 @@
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
-diff -ur lsh-2.0.4/src/lsh-make-seed.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c
---- lsh-2.0.4/src/lsh-make-seed.c 2006-01-23 18:51:06.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c 2009-08-05 00:24:58.000000000 +0200
-@@ -1219,6 +1219,7 @@
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-diff -ur lsh-2.0.4/src/unix_random.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/unix_random.c
---- lsh-2.0.4/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/unix_random.c 2009-08-05 00:28:31.000000000 +0200
-@@ -81,6 +81,7 @@
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +183,19 @@
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
Index: tags/2.0.4-dfsg-6/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Show the intended error message, instead of one about a locking
-## DP: error, when no seed file exists
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-6/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-6/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-6/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-6/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-6/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-6/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-6/debian/changelog (nonexistent)
@@ -1,534 +0,0 @@
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-6/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsystem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-6/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-6/debian/rules
===================================================================
--- tags/2.0.4-dfsg-6/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-6/debian/rules (nonexistent)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/tags/2.0.4-dfsg-6/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-6/debian/README.source
===================================================================
--- tags/2.0.4-dfsg-6/debian/README.source (revision 157)
+++ tags/2.0.4-dfsg-6/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/2.0.4-dfsg-6/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-6/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-6/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-6/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-6/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-6/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-6/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-6/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-6/debian/watch
===================================================================
--- tags/2.0.4-dfsg-6/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-6/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-6/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-6/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-6/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-6/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-6/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-6/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.postinst (nonexistent)
@@ -1,157 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-6/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-6/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-6/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-6/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-6/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-6/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-6/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-6/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-6/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-6/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-6/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:08+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-6/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/da.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
Index: tags/2.0.4-dfsg-6/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-6/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-6/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/es.po (nonexistent)
@@ -1,115 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-08 21:27+0100\n"
-"Last-Translator: Shuko <felix_os69@hotmail.com>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el 22. Si desea que lshd se ejecute en "
-"un puerto diferente, por favor, especifique aquí el puerto alternativo. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores ssh que "
-"tenga ejecutándose en dicho puerto, excepto OpenSSH (a partir del paquete "
-"«openssh-server»). OpenSSH se deshabilitará automáticamente, si selecciona "
-"aquí 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "¿Desea habilitar el subsistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si desea utilizar sftp con lsh, necesitará este subsistema. Por favor, no "
-"olvide que aún es experimental. Por ello, se encuentra deshabilitado de "
-"forma predeterminada, pero puede habilitarlo ahora o más tarde, editando "
-"manualmente «/etc/default/lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Por favor, seleccione si desea usar ahora el soporte EXPERIMENTAL para sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Cuando este paquete se instala, se genera una clave para autenticar su "
-"equipo. Esta clave del equipo no se purga de forma predeterminada con el "
-"resto del paquete."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, seleccione si desea purgar la clave del equipo cuando se "
-"desinstale el paquete."
Index: tags/2.0.4-dfsg-6/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-6/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-6/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-6/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/nl.po (nonexistent)
@@ -1,99 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
Index: tags/2.0.4-dfsg-6/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/ja.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:25+0100\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "sftp サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"lsh で sftp を使いたい場合は、このサブシステムを有効にする必要があります。覚"
-"えていてほしいのですが、これはまだ実験的なものです。そのためデフォルトでは無"
-"効になっていますが、今すぐ有効にすることもできますし、あるいは後ほど手動で /"
-"etc/default/lsh-server を変更して有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "「実験的な」sftp サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。このホスト鍵はデフォルトではパッケージの他のファイルと一緒に削除され"
-"ません。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
Index: tags/2.0.4-dfsg-6/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/nn.po (nonexistent)
@@ -1,88 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:53+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr "Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr "Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten av pakka som standard."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje det her."
Index: tags/2.0.4-dfsg-6/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-6/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-6/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-6/debian/po/vi.po (nonexistent)
@@ -1,89 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:43+0100\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
Index: tags/2.0.4-dfsg-6/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-6/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-6/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-6/debian/control
===================================================================
--- tags/2.0.4-dfsg-6/debian/control (revision 157)
+++ tags/2.0.4-dfsg-6/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.8.3
-Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Conflicts: lsh-utils (<< 1.0.2-3)
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-6/debian
===================================================================
--- tags/2.0.4-dfsg-6/debian (revision 157)
+++ tags/2.0.4-dfsg-6/debian (nonexistent)
/tags/2.0.4-dfsg-6/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-7/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-7/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-7/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-7/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-7/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-7/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-7/debian/watch
===================================================================
--- tags/2.0.4-dfsg-7/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-7/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-7/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-7/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-7/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-7/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-7/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.postinst (nonexistent)
@@ -1,166 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-7/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-7/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-7/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-7/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-7/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-7/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-7/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-7/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-7/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-7/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/nn.po (nonexistent)
@@ -1,88 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:53+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr "Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr "Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten av pakka som standard."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje det her."
Index: tags/2.0.4-dfsg-7/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-7/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/vi.po (nonexistent)
@@ -1,89 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:43+0100\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
Index: tags/2.0.4-dfsg-7/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-7/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:08+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-7/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/da.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
Index: tags/2.0.4-dfsg-7/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-7/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-7/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/es.po (nonexistent)
@@ -1,115 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-08 21:27+0100\n"
-"Last-Translator: Shuko <felix_os69@hotmail.com>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el 22. Si desea que lshd se ejecute en "
-"un puerto diferente, por favor, especifique aquí el puerto alternativo. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores ssh que "
-"tenga ejecutándose en dicho puerto, excepto OpenSSH (a partir del paquete "
-"«openssh-server»). OpenSSH se deshabilitará automáticamente, si selecciona "
-"aquí 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "¿Desea habilitar el subsistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si desea utilizar sftp con lsh, necesitará este subsistema. Por favor, no "
-"olvide que aún es experimental. Por ello, se encuentra deshabilitado de "
-"forma predeterminada, pero puede habilitarlo ahora o más tarde, editando "
-"manualmente «/etc/default/lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Por favor, seleccione si desea usar ahora el soporte EXPERIMENTAL para sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Cuando este paquete se instala, se genera una clave para autenticar su "
-"equipo. Esta clave del equipo no se purga de forma predeterminada con el "
-"resto del paquete."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, seleccione si desea purgar la clave del equipo cuando se "
-"desinstale el paquete."
Index: tags/2.0.4-dfsg-7/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-7/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-7/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-7/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/nl.po (nonexistent)
@@ -1,99 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
Index: tags/2.0.4-dfsg-7/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-7/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-7/debian/po/ja.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:25+0100\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "sftp サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"lsh で sftp を使いたい場合は、このサブシステムを有効にする必要があります。覚"
-"えていてほしいのですが、これはまだ実験的なものです。そのためデフォルトでは無"
-"効になっていますが、今すぐ有効にすることもできますし、あるいは後ほど手動で /"
-"etc/default/lsh-server を変更して有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "「実験的な」sftp サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。このホスト鍵はデフォルトではパッケージの他のファイルと一緒に削除され"
-"ません。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
Index: tags/2.0.4-dfsg-7/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-7/debian/control
===================================================================
--- tags/2.0.4-dfsg-7/debian/control (revision 157)
+++ tags/2.0.4-dfsg-7/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.1
-Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
- libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-7/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-7/debian/compat
===================================================================
--- tags/2.0.4-dfsg-7/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-7/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: tags/2.0.4-dfsg-7/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-7/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-7/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/20_sftp-server_mansection.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-7/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/patches/ipv6_v6only.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/ipv6_v6only.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/ipv6_v6only.dpatch (nonexistent)
@@ -1,25 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## ipv6_v6only.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Set the IPV6_V6ONLY socket option on AF_INET6 sockets; since
-## DP: lshd by default enumerates available address families and calls
-## DP: bind() once for each, conflicts will occur otherwise.
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/io.c trunk/src/io.c
---- trunk~/src/io.c 2006-01-23 18:49:58.000000000 +0100
-+++ trunk/src/io.c 2010-07-27 02:17:04.000000000 +0200
-@@ -1690,6 +1690,13 @@
- {
- int yes = 1;
- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char*)&yes, sizeof yes);
-+#if WITH_IPV6 && defined (IPV6_V6ONLY)
-+ if (local->sa_family == AF_INET6)
-+ {
-+ if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0)
-+ werror("setsockopt IPV6_V6ONLY failed: %e.\n", errno);
-+ }
-+#endif
- }
-
- if (bind(s, local, length) < 0)
/tags/2.0.4-dfsg-7/debian/patches/ipv6_v6only.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/patches/blacklist.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/blacklist.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/blacklist.dpatch (nonexistent)
@@ -1,423 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## blacklist.dpatch by Magnus Holmgren <holmgren@debian.org>
-## blacklist.c code copied from the openssh package and adapted for LSH.
-##
-## DP: Check keys against openssh-blacklist before accepting for
-## DP: pubkey authentication as well as on conversion by lsh-writekey
-## DP: and lsh-decode-key.
-
-@DPATCH@
-diff -urNad trunk~/src/Makefile.am trunk/src/Makefile.am
---- trunk~/src/Makefile.am 2004-11-18 22:52:16.000000000 +0100
-+++ trunk/src/Makefile.am 2009-11-0 23:57:07.000000000 +0100
-@@ -72,7 +72,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-diff -urNad trunk~/src/Makefile.in trunk/src/Makefile.in
---- trunk~/src/Makefile.in 2009-11-07 23:57:06.000000000 +0100
-+++ trunk/src/Makefile.in 2009-11-07 23:57:07.000000000 +0100
-@@ -91,7 +91,8 @@
- tty.$(OBJEXT) unix_interact.$(OBJEXT) unix_process.$(OBJEXT) \
- unix_random.$(OBJEXT) unix_user.$(OBJEXT) userauth.$(OBJEXT) \
- werror.$(OBJEXT) write_buffer.$(OBJEXT) write_packet.$(OBJEXT) \
-- xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT)
-+ xalloc.$(OBJEXT) xauth.$(OBJEXT) zlib.$(OBJEXT) \
-+ blacklist.$(OBJEXT)
- liblsh_a_OBJECTS = $(am_liblsh_a_OBJECTS)
- am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
- "$(DESTDIR)$(bindir)"
-@@ -510,7 +511,8 @@
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
-@@ -705,6 +707,7 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algorithms.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoms.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklist.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_commands.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_forward.Po@am__quote@
-diff -urNad trunk~/src/abstract_crypto.h trunk/src/abstract_crypto.h
---- trunk~/src/abstract_crypto.h 2003-11-16 19:10:30.000000000 +0100
-+++ trunk/src/abstract_crypto.h 2009-11-07 23:57:37.000000000 +0100
-@@ -162,7 +162,9 @@
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
-diff -urNad trunk~/src/abstract_crypto.h.x trunk/src/abstract_crypto.h.x
---- trunk~/src/abstract_crypto.h.x 2007-06-04 22:18:39.000000000 +0200
-+++ trunk/src/abstract_crypto.h.x 2009-11-07 23:57:07.000000000 +0100
-@@ -161,6 +161,7 @@
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
-diff -urNad trunk~/src/blacklist.c trunk/src/blacklist.c
---- trunk~/src/blacklist.c 1970-01-01 01:00:00.000000000 +0100
-+++ trunk/src/blacklist.c 2009-11-07 23:57:07.000000000 +0100
-@@ -0,0 +1,150 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ }
-+ return ret;
-+}
-diff -urNad trunk~/src/dsa.c trunk/src/dsa.c
---- trunk~/src/dsa.c 2004-06-08 20:00:45.000000000 +0200
-+++ trunk/src/dsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -189,6 +189,14 @@
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
-diff -urNad trunk~/src/lsh-decode-key.c trunk/src/lsh-decode-key.c
---- trunk~/src/lsh-decode-key.c 2005-09-06 14:43:15.000000000 +0200
-+++ trunk/src/lsh-decode-key.c 2009-11-07 23:57:07.000000000 +0100
-@@ -133,6 +133,10 @@
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type))
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-diff -urNad trunk~/src/lsh-writekey.c trunk/src/lsh-writekey.c
---- trunk~/src/lsh-writekey.c 2004-11-17 11:55:11.000000000 +0100
-+++ trunk/src/lsh-writekey.c 2009-11-07 23:57:07.000000000 +0100
-@@ -397,14 +397,18 @@
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name)) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
-diff -urNad trunk~/src/publickey_crypto.h trunk/src/publickey_crypto.h
---- trunk~/src/publickey_crypto.h 2004-06-15 13:32:51.000000000 +0200
-+++ trunk/src/publickey_crypto.h 2009-11-07 23:57:07.000000000 +0100
-@@ -203,5 +203,7 @@
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
-diff -urNad trunk~/src/rsa.c trunk/src/rsa.c
---- trunk~/src/rsa.c 2003-11-16 19:49:12.000000000 +0100
-+++ trunk/src/rsa.c 2009-11-07 23:57:07.000000000 +0100
-@@ -167,6 +167,14 @@
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
-diff -urNad trunk~/src/server_authorization.c trunk/src/server_authorization.c
---- trunk~/src/server_authorization.c 2004-06-08 20:01:15.000000000 +0200
-+++ trunk/src/server_authorization.c 2009-11-07 23:57:07.000000000 +0100
-@@ -93,7 +93,8 @@
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-7/debian/patches/blacklist.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/patches/00list
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/00list (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/00list (nonexistent)
@@ -1,7 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
-nettle_2.0
-blacklist
-terminate_on_connection_failure
-ipv6_v6only
Index: tags/2.0.4-dfsg-7/debian/patches/terminate_on_connection_failure.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/terminate_on_connection_failure.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/terminate_on_connection_failure.dpatch (nonexistent)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## terminate_on_connection_failure.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Call exit() in lsh's default exception handler on EXC_IO_CONNECT; otherwise
-## DP: lsh won't terminate.
-
-@DPATCH@
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/tags/2.0.4-dfsg-7/debian/patches/terminate_on_connection_failure.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/patches/30_nonettle.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/30_nonettle.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/,+1s%(\.\.?/)*nettle/libnettle\.a|-lnettle%-lnettle -lhogweed%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: tags/2.0.4-dfsg-7/debian/patches/nettle_2.0.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/nettle_2.0.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/nettle_2.0.dpatch (nonexistent)
@@ -1,200 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## nettle_2.0.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Adapt to Nettle 2.0
-
-@DPATCH@
-diff -ur lsh-2.0.4/src/crypto.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/crypto.c
---- lsh-2.0.4/src/crypto.c 2005-11-26 18:13:55.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/crypto.c 2009-08-04 23:57:22.000000000 +0200
-@@ -71,7 +71,7 @@
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
-diff -ur lsh-2.0.4/src/lsh-make-seed.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c
---- lsh-2.0.4/src/lsh-make-seed.c 2006-01-23 18:51:06.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/lsh-make-seed.c 2009-08-05 00:24:58.000000000 +0200
-@@ -1219,6 +1219,7 @@
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-diff -ur lsh-2.0.4/src/unix_random.c /var/cache/users/magnus/svn-buildpackage/lsh-utils/lsh-utils-2.0.4-dfsg/src/unix_random.c
---- lsh-2.0.4/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ lsh-utils-2.0.4-dfsg/src/unix_random.c 2009-08-05 00:28:31.000000000 +0200
-@@ -81,6 +81,7 @@
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +183,19 @@
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
Index: tags/2.0.4-dfsg-7/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
===================================================================
--- tags/2.0.4-dfsg-7/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (revision 157)
+++ tags/2.0.4-dfsg-7/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch (nonexistent)
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 40_mkdir_dotlsh.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Show the intended error message, instead of one about a locking
-## DP: error, when no seed file exists
-
-@DPATCH@
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-7/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-7/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-7/debian/changelog (nonexistent)
@@ -1,555 +0,0 @@
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-7/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsystem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-7/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-7/debian/rules
===================================================================
--- tags/2.0.4-dfsg-7/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-7/debian/rules (nonexistent)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
/tags/2.0.4-dfsg-7/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-7/debian/README.source
===================================================================
--- tags/2.0.4-dfsg-7/debian/README.source (revision 157)
+++ tags/2.0.4-dfsg-7/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/2.0.4-dfsg-7/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-7/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-7/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-7/debian
===================================================================
--- tags/2.0.4-dfsg-7/debian (revision 157)
+++ tags/2.0.4-dfsg-7/debian (nonexistent)
/tags/2.0.4-dfsg-7/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-8/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-8/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-8/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-8/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-8/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/nn.po (nonexistent)
@@ -1,88 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:53+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr "Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr "Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten av pakka som standard."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje det her."
Index: tags/2.0.4-dfsg-8/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-8/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/vi.po (nonexistent)
@@ -1,89 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:43+0100\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
Index: tags/2.0.4-dfsg-8/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-8/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:08+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-8/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/da.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
Index: tags/2.0.4-dfsg-8/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-8/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-8/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/es.po (nonexistent)
@@ -1,115 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-08 21:27+0100\n"
-"Last-Translator: Shuko <felix_os69@hotmail.com>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el 22. Si desea que lshd se ejecute en "
-"un puerto diferente, por favor, especifique aquí el puerto alternativo. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores ssh que "
-"tenga ejecutándose en dicho puerto, excepto OpenSSH (a partir del paquete "
-"«openssh-server»). OpenSSH se deshabilitará automáticamente, si selecciona "
-"aquí 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "¿Desea habilitar el subsistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si desea utilizar sftp con lsh, necesitará este subsistema. Por favor, no "
-"olvide que aún es experimental. Por ello, se encuentra deshabilitado de "
-"forma predeterminada, pero puede habilitarlo ahora o más tarde, editando "
-"manualmente «/etc/default/lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Por favor, seleccione si desea usar ahora el soporte EXPERIMENTAL para sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Cuando este paquete se instala, se genera una clave para autenticar su "
-"equipo. Esta clave del equipo no se purga de forma predeterminada con el "
-"resto del paquete."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, seleccione si desea purgar la clave del equipo cuando se "
-"desinstale el paquete."
Index: tags/2.0.4-dfsg-8/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-8/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-8/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-8/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/nl.po (nonexistent)
@@ -1,99 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
Index: tags/2.0.4-dfsg-8/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-8/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-8/debian/po/ja.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:25+0100\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "sftp サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"lsh で sftp を使いたい場合は、このサブシステムを有効にする必要があります。覚"
-"えていてほしいのですが、これはまだ実験的なものです。そのためデフォルトでは無"
-"効になっていますが、今すぐ有効にすることもできますし、あるいは後ほど手動で /"
-"etc/default/lsh-server を変更して有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "「実験的な」sftp サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。このホスト鍵はデフォルトではパッケージの他のファイルと一緒に削除され"
-"ません。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
Index: tags/2.0.4-dfsg-8/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-8/debian/control
===================================================================
--- tags/2.0.4-dfsg-8/debian/control (revision 157)
+++ tags/2.0.4-dfsg-8/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7), dh-autoreconf, automake,
- libgmp10-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.1~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-8/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-8/debian/compat
===================================================================
--- tags/2.0.4-dfsg-8/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-8/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.0.4-dfsg-8/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-8/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-8/debian/patches/better-errmsg-when-dotlsh-missing.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/better-errmsg-when-dotlsh-missing.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/better-errmsg-when-dotlsh-missing.patch (nonexistent)
@@ -1,33 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Show the intended error message when no seed file exists
- (instead of one about a locking error)
-
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-8/debian/patches/better-errmsg-when-dotlsh-missing.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/patches/terminate-on-connection-failure.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/terminate-on-connection-failure.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/terminate-on-connection-failure.patch (nonexistent)
@@ -1,16 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Call exit() in lsh's default exception handler on EXC_IO_CONNECT
- Otherwise lsh won't terminate.
-
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/tags/2.0.4-dfsg-8/debian/patches/terminate-on-connection-failure.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/patches/nettle-2.0.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/nettle-2.0.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/nettle-2.0.patch (nonexistent)
@@ -1,238 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.0
-
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -71,7 +71,7 @@ do_crypt_arcfour(struct crypto_instance
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@ do_aes_cbc_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@ do_aes_cbc_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@ do_aes_ctr_crypt(struct crypto_instance
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@ do_des3_encrypt(struct crypto_instance *
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@ do_des3_decrypt(struct crypto_instance *
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@ do_cast128_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@ do_cast128_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@ do_twofish_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@ do_twofish_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@ do_blowfish_encrypt(struct crypto_instan
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@ do_blowfish_decrypt(struct crypto_instan
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@ do_serpent_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@ do_serpent_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
---- a/src/lsh-make-seed.c
-+++ b/src/lsh-make-seed.c
-@@ -1219,6 +1219,7 @@ main(int argc, char **argv)
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@ main(int argc, char **argv)
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
---- a/src/unix_random.c
-+++ b/src/unix_random.c
-@@ -81,6 +81,7 @@ write_seed_file(struct yarrow256_ctx *ct
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@ write_seed_file(struct yarrow256_ctx *ct
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +185,19 @@ update_seed_file(struct unix_random *sel
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -113,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle -lhogweed @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -9,7 +9,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
-
- noinst_PROGRAMS = $(TS_PROGS)
-
--LDADD = testutils.o ../libspki.a -lnettle
-+LDADD = testutils.o ../libspki.a -lnettle -lhogweed
-
- include .dist_cdsa
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -6,7 +6,7 @@ noinst_PROGRAMS = spki-check-signature s
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- ../libspki.a -lnettle
-+ ../libspki.a -lnettle -lhogweed
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle -lhogweed \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
Index: tags/2.0.4-dfsg-8/debian/patches/nonettle.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/nonettle.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/nonettle.patch (nonexistent)
@@ -1,214 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -778,7 +778,6 @@ if test x$enable_ipv6 = xyes ; then
- fi
-
- AC_CONFIG_SUBDIRS(src/argp)
--AC_CONFIG_SUBDIRS(src/nettle)
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,15 +1,12 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync nettle scm sftp spki . testsuite
-+SUBDIRS = argp rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
-
- BUILT_SOURCES = environ.h
-
--# Kludge needed for finding the nettle/nettle-types.h file in the build tree
--AM_CPPFLAGS = -I./nettle
--
- SCHEME = $(SCHEME_PROGRAM) -l $(srcdir)/scm/$(SCHEME_NAME)-compat.scm
-
- EXTRA_PROGRAMS = lsh-krb-checkpw lsh-pam-checkpw srp-gen
-@@ -116,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a nettle/libnettle.a @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/rsync/Makefile.am
-+++ b/src/rsync/Makefile.am
-@@ -3,10 +3,6 @@
- noinst_LIBRARIES = librsync.a
- noinst_HEADERS = rsync.h
-
--# Needed for finding the nettle include files in the source tree
--# and nettle-types.h in the build tree.
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- librsync_a_SOURCES = generate.c receive.c checksum.c send.c
-
-
---- a/src/sftp/Makefile.am
-+++ b/src/sftp/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . testsuite
-
--# Needed for finding nettle-types.h in the build tree.
--AM_CPPFLAGS = -I..
--
- AUTOMAKE_OPTIONS = foreign
-
- bin_PROGRAMS = lsftp
---- a/src/spki/Makefile.am
-+++ b/src/spki/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . tools testsuite
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- noinst_LIBRARIES = libspki.a
- # libspkiincludedir = $(includedir)/nettle
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -1,8 +1,4 @@
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -O0 -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L../../nettle
--
- TS_PROGS = principal-test date-test tag-test read-acl-test \
- lookup-acl-test read-cert-test cdsa-reduce-test
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -1,16 +1,12 @@
- noinst_PROGRAMS = spki-check-signature spki-make-signature \
- spki-delegate spki-reduce
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L.. -L../../nettle/
--
- # libnettle.a and libspki.a are added at the end to make sure all
- # programs depend on it. It seems there's no DEPENDENCIES variable
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- -lspki -lnettle ../libspki.a ../../nettle/libnettle.a
-+ ../libspki.a -lnettle
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -3,7 +3,7 @@
- # -O0 is not recogniced on AIX
- # AM_CFLAGS = -O0
-
--AM_CPPFLAGS = -I$(srcdir)/.. -I.. -I../nettle
-+AM_CPPFLAGS = -I$(srcdir)/..
-
- TS_PROGS = arcfour-test aes-test blowfish-test cast128-test \
- des-test \
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a ../nettle/libnettle.a \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
-@@ -59,6 +59,6 @@ all:
-
- # sexp-conv may be dynamically linked
- check: $(TS_ALL)
-- LD_LIBRARY_PATH="`pwd`/../nettle/.lib" srcdir=$(srcdir) \
-+ srcdir=$(srcdir) \
- $(srcdir)/run-tests $(TS_ALL)
-
---- a/src/spki/testsuite/check-signature-test
-+++ b/src/spki/testsuite/check-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
---- a/src/spki/testsuite/delegate-test
-+++ b/src/spki/testsuite/delegate-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -12,7 +12,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/spki/testsuite/make-signature-test
-+++ b/src/spki/testsuite/make-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -10,7 +10,7 @@ die () {
- }
-
- echo foo | ../tools/spki-make-signature "$srcdir/key-1" \
-- | ../../nettle/tools/sexp-conv -s transport > test.in
-+ | sexp-conv -s transport > test.in
-
- echo foo | ../tools/spki-check-signature "`cat test.in`" \
- || die "Valid signature failed"
---- a/src/spki/testsuite/reduce-test
-+++ b/src/spki/testsuite/reduce-test
-@@ -3,7 +3,7 @@
- # Test case from Oscar Cánovas Reverte
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport
-+ sexp-conv -s transport
- }
-
- die () {
-@@ -14,7 +14,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -9,7 +9,7 @@ set -e
- : ${LSH_YARROW_SEED_FILE:="$TEST_HOME/.lsh/yarrow-seed-file"}
-
- # For lsh-authorize
--: ${SEXP_CONV:="`pwd`/../nettle/tools/sexp-conv"}
-+: ${SEXP_CONV:="sexp-conv"}
-
- export LSH_YARROW_SEED_FILE SEXP_CONV
-
Index: tags/2.0.4-dfsg-8/debian/patches/blacklist.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/blacklist.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -189,6 +189,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-8/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/patches/nettle-2.1.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/nettle-2.1.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/nettle-2.1.patch (nonexistent)
@@ -1,133 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.1
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -75,11 +75,11 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_signature_init(&rs);
-
- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-- RSA_KEYSIZE_LIMIT, &key->sexp)
-+ RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
-- && dsa_signature_from_sexp(&rs, &signature->sexp)
-+ && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
- && spki_parse_type(signature)
-- && dsa_verify_digest(&dsa, digest, &rs));
-+ && dsa_sha1_verify_digest(&dsa, digest, &rs));
-
- dsa_signature_clear(&rs);
- dsa_public_key_clear(&dsa);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -118,7 +118,7 @@ do_dsa_verify(struct verifier *c, int al
- && (atom == ATOM_SSH_DSS)
- && parse_string(&buffer, &buf_length, &buf)
- && !(buf_length % 2)
-- && (buf_length <= (2 * DSA_Q_OCTETS))
-+ && (buf_length <= (2 * DSA_SHA1_Q_OCTETS))
- && parse_eod(&buffer)))
- goto fail;
-
-@@ -143,8 +143,8 @@ do_dsa_verify(struct verifier *c, int al
- if (! (sexp_iterator_first(&i, signature_length, signature_data)
- && sexp_iterator_enter_list(&i)
- && sexp_iterator_assoc(&i, 2, names, values)
-- && nettle_mpz_set_sexp(sv.r, DSA_Q_BITS, &values[0])
-- && nettle_mpz_set_sexp(sv.s, DSA_Q_BITS, &values[1])) )
-+ && nettle_mpz_set_sexp(sv.r, DSA_SHA1_Q_BITS, &values[0])
-+ && nettle_mpz_set_sexp(sv.s, DSA_SHA1_Q_BITS, &values[1])) )
- goto fail;
-
- break;
-@@ -156,7 +156,7 @@ do_dsa_verify(struct verifier *c, int al
- sha1_init(&hash);
- sha1_update(&hash, length, msg);
-
-- res = dsa_verify(&self->key, &hash, &sv);
-+ res = dsa_sha1_verify(&self->key, &hash, &sv);
- fail:
-
- dsa_signature_clear(&sv);
-@@ -212,7 +212,7 @@ parse_ssh_dss_public(struct simple_buffe
-
- if (parse_bignum(buffer, res->key.p, DSA_MAX_OCTETS)
- && (mpz_sgn(res->key.p) == 1)
-- && parse_bignum(buffer, res->key.q, DSA_Q_OCTETS)
-+ && parse_bignum(buffer, res->key.q, DSA_SHA1_Q_OCTETS)
- && (mpz_sgn(res->key.q) == 1)
- && (mpz_cmp(res->key.q, res->key.p) < 0) /* q < p */
- && parse_bignum(buffer, res->key.g, DSA_MAX_OCTETS)
-@@ -269,7 +269,7 @@ do_dsa_sign(struct signer *c,
- dsa_signature_init(&sv);
- sha1_init(&hash);
- sha1_update(&hash, msg_length, msg);
-- dsa_sign(&self->verifier->key, &self->key,
-+ dsa_sha1_sign(&self->verifier->key, &self->key,
- self->random, lsh_random, &hash, &sv);
-
- debug("do_dsa_sign: r = %xn, s = %xn\n", sv.r, sv.s);
-@@ -323,7 +323,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -342,7 +342,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -251,10 +251,6 @@ make_des3_cbc_instance(struct crypto_alg
- const uint8_t *key, const uint8_t *iv)
- {
- NEW(des3_instance, self);
-- uint8_t pkey[DES3_KEY_SIZE];
--
-- /* Fix odd parity */
-- des_fix_parity(DES3_KEY_SIZE, pkey, key);
-
- self->super.block_size = DES3_BLOCK_SIZE;
- self->super.crypt = ( (mode == CRYPTO_ENCRYPT)
-@@ -263,19 +259,13 @@ make_des3_cbc_instance(struct crypto_alg
-
- CBC_SET_IV(&self->ctx, iv);
-
-- if (des3_set_key(&self->ctx.ctx, pkey))
-+ if (des3_set_key(&self->ctx.ctx, key))
- return(&self->super);
--
-- switch(self->ctx.ctx.status)
-+ else
- {
-- case DES_BAD_PARITY:
-- fatal("Internal error! Bad parity in make_des3_instance.\n");
-- case DES_WEAK_KEY:
- werror("Detected weak DES key.\n");
- KILL(self);
- return NULL;
-- default:
-- fatal("Internal error!\n");
- }
- }
-
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -217,7 +217,7 @@ dsa_generate_key(struct randomness *r, u
- if (dsa_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
-- 512 + 64 * level))
-+ 512 + 64 * level, DSA_SHA1_Q_BITS))
- {
- key =
- lsh_string_format_sexp(0,
Index: tags/2.0.4-dfsg-8/debian/patches/testsuite-mini-inetd-localhost.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/testsuite-mini-inetd-localhost.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/testsuite-mini-inetd-localhost.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Tell mini-inetd to bind to 127.0.0.1 instead of "localhost".
- When told to bind to "localhost", mini-inetd seems to bind to 255.255.255.255.
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -155,7 +155,7 @@ spawn_lshg () {
- # at_connect local-port max-connections shell-command
- at_connect () {
- # sleep 1 # Allow some time for earlier processes to die
-- mini-inetd -m $2 -- localhost:$1 /bin/sh sh -c "$3" &
-+ mini-inetd -m $2 -- 127.0.0.1:$1 /bin/sh sh -c "$3" &
- at_exit "kill $!"
- }
-
Index: tags/2.0.4-dfsg-8/debian/patches/series
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/series (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/series (nonexistent)
@@ -1,9 +0,0 @@
-nonettle.patch
-sftp-server-mansection.patch
-better-errmsg-when-dotlsh-missing.patch
-nettle-2.0.patch
-nettle-2.1.patch
-blacklist.patch
-terminate-on-connection-failure.patch
-ipv6-v6only.patch
-testsuite-mini-inetd-localhost.patch
Index: tags/2.0.4-dfsg-8/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,16 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-8/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/patches/ipv6-v6only.patch
===================================================================
--- tags/2.0.4-dfsg-8/debian/patches/ipv6-v6only.patch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/patches/ipv6-v6only.patch (nonexistent)
@@ -1,22 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Set the IPV6_V6ONLY socket option on AF_INET6 sockets
- Since lshd by default enumerates available address families and calls
- bind() once for each, conflicts will occur otherwise.
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/io.c trunk/src/io.c
---- trunk~/src/io.c 2006-01-23 18:49:58.000000000 +0100
-+++ trunk/src/io.c 2010-07-27 02:17:04.000000000 +0200
-@@ -1690,6 +1690,13 @@
- {
- int yes = 1;
- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char*)&yes, sizeof yes);
-+#if WITH_IPV6 && defined (IPV6_V6ONLY)
-+ if (local->sa_family == AF_INET6)
-+ {
-+ if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0)
-+ werror("setsockopt IPV6_V6ONLY failed: %e.\n", errno);
-+ }
-+#endif
- }
-
- if (bind(s, local, length) < 0)
/tags/2.0.4-dfsg-8/debian/patches/ipv6-v6only.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-8/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-8/debian/changelog (nonexistent)
@@ -1,581 +0,0 @@
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-8/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsystem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-8/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-8/debian/rules
===================================================================
--- tags/2.0.4-dfsg-8/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-8/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs -Wl,--as-needed"
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
- [ -d src/nettle -a ! -d src/nettle-dontuse ] || mv src/nettle-dontuse src/nettle
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.0.4-dfsg-8/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-8/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-8/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-8/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-8/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-8/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-8/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-8/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-8/debian/source/format
===================================================================
--- tags/2.0.4-dfsg-8/debian/source/format (revision 157)
+++ tags/2.0.4-dfsg-8/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.0.4-dfsg-8/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-8/debian/watch
===================================================================
--- tags/2.0.4-dfsg-8/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-8/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-8/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-8/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-8/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-8/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-8/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-8/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.postinst (nonexistent)
@@ -1,166 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-8/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-8/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-8/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-8/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-8/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-8/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-8/debian
===================================================================
--- tags/2.0.4-dfsg-8/debian (revision 157)
+++ tags/2.0.4-dfsg-8/debian (nonexistent)
/tags/2.0.4-dfsg-8/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.postinst (nonexistent)
@@ -1,166 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-9/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-9/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-9/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-9/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.postrm (nonexistent)
@@ -1,76 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkeys" || true
-
- PURGE_HOSTKEYS="$RET"
-else
- . /etc/default/lsh-server
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*)
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-9/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-9/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-9/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-9/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-9/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-9/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/templates.pot (nonexistent)
@@ -1,86 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-9/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/pt.po (nonexistent)
@@ -1,90 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:08+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Quando este pacote está instalado, uma chave da máquina é gerada de modo a "
-"autenticar a máquina. Esta chave por omissão não é removida com o resto do "
-"pacote."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-9/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/da.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært. Denne værtsnøgle bliver som udgangspunkt ikke "
-"slettet med resten af pakken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
Index: tags/2.0.4-dfsg-9/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/cs.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 18:07+0100\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače. Tento klíč není implicitně odstraněn spolu se zbytkem balíčku."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-9/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/ru.po (nonexistent)
@@ -1,97 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-21 16:05+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"При установке пакета создаётся ключ аутентификации данного хоста. По "
-"умолчанию, данный ключ не удаляется при вычистке пакета."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-9/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/es.po (nonexistent)
@@ -1,115 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-08 21:27+0100\n"
-"Last-Translator: Shuko <felix_os69@hotmail.com>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el 22. Si desea que lshd se ejecute en "
-"un puerto diferente, por favor, especifique aquí el puerto alternativo. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores ssh que "
-"tenga ejecutándose en dicho puerto, excepto OpenSSH (a partir del paquete "
-"«openssh-server»). OpenSSH se deshabilitará automáticamente, si selecciona "
-"aquí 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "¿Desea habilitar el subsistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si desea utilizar sftp con lsh, necesitará este subsistema. Por favor, no "
-"olvide que aún es experimental. Por ello, se encuentra deshabilitado de "
-"forma predeterminada, pero puede habilitarlo ahora o más tarde, editando "
-"manualmente «/etc/default/lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Por favor, seleccione si desea usar ahora el soporte EXPERIMENTAL para sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Cuando este paquete se instala, se genera una clave para autenticar su "
-"equipo. Esta clave del equipo no se purga de forma predeterminada con el "
-"resto del paquete."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, seleccione si desea purgar la clave del equipo cuando se "
-"desinstale el paquete."
Index: tags/2.0.4-dfsg-9/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/fr.po (nonexistent)
@@ -1,106 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-01-20 15:49+0100\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur. Par défaut, cette clé d'hôte "
-"n'est pas supprimée lorsque le paquet est complètement supprimé (purgé)."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-9/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/sv.po (nonexistent)
@@ -1,89 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2006-02-06 20:24+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"När detta paket installeras, genereras en värdnyckel för att autentisera "
-"ditt värdsystem. Denna värdnyckel tas som standard inte bort med resten av "
-"paketet."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-9/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/de.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2005-11-15 07:00+0100\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den "
-"Rechner zu authentifizieren. Dieser Hostkey wird beim entfernen des Packetes "
-"standardmässig nicht mit dem Rest des Packetes gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-9/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/nl.po (nonexistent)
@@ -1,99 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:44+0100\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren. Deze host-sleutel wordt standaard niet "
-"verwijderd met de rest van het pakket."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
Index: tags/2.0.4-dfsg-9/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/ja.po (nonexistent)
@@ -1,98 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:25+0100\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "sftp サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"lsh で sftp を使いたい場合は、このサブシステムを有効にする必要があります。覚"
-"えていてほしいのですが、これはまだ実験的なものです。そのためデフォルトでは無"
-"効になっていますが、今すぐ有効にすることもできますし、あるいは後ほど手動で /"
-"etc/default/lsh-server を変更して有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "「実験的な」sftp サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。このホスト鍵はデフォルトではパッケージの他のファイルと一緒に削除され"
-"ません。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
Index: tags/2.0.4-dfsg-9/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/nn.po (nonexistent)
@@ -1,88 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:53+0100\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr "Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr "Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å autentisere verten. Denne vertsnøkkelen blir ikkje fjerna saman med resten av pakka som standard."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje det her."
Index: tags/2.0.4-dfsg-9/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-9/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-9/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-9/debian/po/vi.po (nonexistent)
@@ -1,89 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2009-11-28 17:43+0100\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host. This host key is not purged with the rest of the package by default."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn. "
-"Mặc định là khóa máy này không bị tẩy cùng với các phần gói khác."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
Index: tags/2.0.4-dfsg-9/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-9/debian/control
===================================================================
--- tags/2.0.4-dfsg-9/debian/control (revision 157)
+++ tags/2.0.4-dfsg-9/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.2
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-9/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-9/debian/compat
===================================================================
--- tags/2.0.4-dfsg-9/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-9/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.0.4-dfsg-9/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-9/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-9/debian/patches/better-errmsg-when-dotlsh-missing.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/better-errmsg-when-dotlsh-missing.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/better-errmsg-when-dotlsh-missing.patch (nonexistent)
@@ -1,33 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Show the intended error message when no seed file exists
- (instead of one about a locking error)
-
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-9/debian/patches/better-errmsg-when-dotlsh-missing.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/patches/terminate-on-connection-failure.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/terminate-on-connection-failure.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/terminate-on-connection-failure.patch (nonexistent)
@@ -1,16 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Call exit() in lsh's default exception handler on EXC_IO_CONNECT
- Otherwise lsh won't terminate.
-
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/tags/2.0.4-dfsg-9/debian/patches/terminate-on-connection-failure.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/patches/nettle-2.0.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/nettle-2.0.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/nettle-2.0.patch (nonexistent)
@@ -1,238 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.0
-
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -71,7 +71,7 @@ do_crypt_arcfour(struct crypto_instance
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@ do_aes_cbc_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@ do_aes_cbc_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@ do_aes_ctr_crypt(struct crypto_instance
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@ do_des3_encrypt(struct crypto_instance *
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@ do_des3_decrypt(struct crypto_instance *
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@ do_cast128_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@ do_cast128_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@ do_twofish_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@ do_twofish_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@ do_blowfish_encrypt(struct crypto_instan
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@ do_blowfish_decrypt(struct crypto_instan
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@ do_serpent_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@ do_serpent_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
---- a/src/lsh-make-seed.c
-+++ b/src/lsh-make-seed.c
-@@ -1219,6 +1219,7 @@ main(int argc, char **argv)
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@ main(int argc, char **argv)
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
---- a/src/unix_random.c
-+++ b/src/unix_random.c
-@@ -81,6 +81,7 @@ write_seed_file(struct yarrow256_ctx *ct
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@ write_seed_file(struct yarrow256_ctx *ct
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +185,19 @@ update_seed_file(struct unix_random *sel
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -113,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle -lhogweed @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -9,7 +9,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
-
- noinst_PROGRAMS = $(TS_PROGS)
-
--LDADD = testutils.o ../libspki.a -lnettle
-+LDADD = testutils.o ../libspki.a -lnettle -lhogweed
-
- include .dist_cdsa
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -6,7 +6,7 @@ noinst_PROGRAMS = spki-check-signature s
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- ../libspki.a -lnettle
-+ ../libspki.a -lnettle -lhogweed
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle -lhogweed \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
Index: tags/2.0.4-dfsg-9/debian/patches/nonettle.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/nonettle.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/nonettle.patch (nonexistent)
@@ -1,214 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -778,7 +778,6 @@ if test x$enable_ipv6 = xyes ; then
- fi
-
- AC_CONFIG_SUBDIRS(src/argp)
--AC_CONFIG_SUBDIRS(src/nettle)
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,15 +1,12 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync nettle scm sftp spki . testsuite
-+SUBDIRS = argp rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
-
- BUILT_SOURCES = environ.h
-
--# Kludge needed for finding the nettle/nettle-types.h file in the build tree
--AM_CPPFLAGS = -I./nettle
--
- SCHEME = $(SCHEME_PROGRAM) -l $(srcdir)/scm/$(SCHEME_NAME)-compat.scm
-
- EXTRA_PROGRAMS = lsh-krb-checkpw lsh-pam-checkpw srp-gen
-@@ -116,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a nettle/libnettle.a @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/rsync/Makefile.am
-+++ b/src/rsync/Makefile.am
-@@ -3,10 +3,6 @@
- noinst_LIBRARIES = librsync.a
- noinst_HEADERS = rsync.h
-
--# Needed for finding the nettle include files in the source tree
--# and nettle-types.h in the build tree.
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- librsync_a_SOURCES = generate.c receive.c checksum.c send.c
-
-
---- a/src/sftp/Makefile.am
-+++ b/src/sftp/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . testsuite
-
--# Needed for finding nettle-types.h in the build tree.
--AM_CPPFLAGS = -I..
--
- AUTOMAKE_OPTIONS = foreign
-
- bin_PROGRAMS = lsftp
---- a/src/spki/Makefile.am
-+++ b/src/spki/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . tools testsuite
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- noinst_LIBRARIES = libspki.a
- # libspkiincludedir = $(includedir)/nettle
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -1,8 +1,4 @@
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -O0 -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L../../nettle
--
- TS_PROGS = principal-test date-test tag-test read-acl-test \
- lookup-acl-test read-cert-test cdsa-reduce-test
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -1,16 +1,12 @@
- noinst_PROGRAMS = spki-check-signature spki-make-signature \
- spki-delegate spki-reduce
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L.. -L../../nettle/
--
- # libnettle.a and libspki.a are added at the end to make sure all
- # programs depend on it. It seems there's no DEPENDENCIES variable
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- -lspki -lnettle ../libspki.a ../../nettle/libnettle.a
-+ ../libspki.a -lnettle
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -3,7 +3,7 @@
- # -O0 is not recogniced on AIX
- # AM_CFLAGS = -O0
-
--AM_CPPFLAGS = -I$(srcdir)/.. -I.. -I../nettle
-+AM_CPPFLAGS = -I$(srcdir)/..
-
- TS_PROGS = arcfour-test aes-test blowfish-test cast128-test \
- des-test \
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a ../nettle/libnettle.a \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
-@@ -59,6 +59,6 @@ all:
-
- # sexp-conv may be dynamically linked
- check: $(TS_ALL)
-- LD_LIBRARY_PATH="`pwd`/../nettle/.lib" srcdir=$(srcdir) \
-+ srcdir=$(srcdir) \
- $(srcdir)/run-tests $(TS_ALL)
-
---- a/src/spki/testsuite/check-signature-test
-+++ b/src/spki/testsuite/check-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
---- a/src/spki/testsuite/delegate-test
-+++ b/src/spki/testsuite/delegate-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -12,7 +12,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/spki/testsuite/make-signature-test
-+++ b/src/spki/testsuite/make-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -10,7 +10,7 @@ die () {
- }
-
- echo foo | ../tools/spki-make-signature "$srcdir/key-1" \
-- | ../../nettle/tools/sexp-conv -s transport > test.in
-+ | sexp-conv -s transport > test.in
-
- echo foo | ../tools/spki-check-signature "`cat test.in`" \
- || die "Valid signature failed"
---- a/src/spki/testsuite/reduce-test
-+++ b/src/spki/testsuite/reduce-test
-@@ -3,7 +3,7 @@
- # Test case from Oscar Cánovas Reverte
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport
-+ sexp-conv -s transport
- }
-
- die () {
-@@ -14,7 +14,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -9,7 +9,7 @@ set -e
- : ${LSH_YARROW_SEED_FILE:="$TEST_HOME/.lsh/yarrow-seed-file"}
-
- # For lsh-authorize
--: ${SEXP_CONV:="`pwd`/../nettle/tools/sexp-conv"}
-+: ${SEXP_CONV:="sexp-conv"}
-
- export LSH_YARROW_SEED_FILE SEXP_CONV
-
Index: tags/2.0.4-dfsg-9/debian/patches/blacklist.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/blacklist.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -189,6 +189,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-9/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/patches/nettle-2.1.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/nettle-2.1.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/nettle-2.1.patch (nonexistent)
@@ -1,133 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.1
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -75,11 +75,11 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_signature_init(&rs);
-
- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-- RSA_KEYSIZE_LIMIT, &key->sexp)
-+ RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
-- && dsa_signature_from_sexp(&rs, &signature->sexp)
-+ && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
- && spki_parse_type(signature)
-- && dsa_verify_digest(&dsa, digest, &rs));
-+ && dsa_sha1_verify_digest(&dsa, digest, &rs));
-
- dsa_signature_clear(&rs);
- dsa_public_key_clear(&dsa);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -118,7 +118,7 @@ do_dsa_verify(struct verifier *c, int al
- && (atom == ATOM_SSH_DSS)
- && parse_string(&buffer, &buf_length, &buf)
- && !(buf_length % 2)
-- && (buf_length <= (2 * DSA_Q_OCTETS))
-+ && (buf_length <= (2 * DSA_SHA1_Q_OCTETS))
- && parse_eod(&buffer)))
- goto fail;
-
-@@ -143,8 +143,8 @@ do_dsa_verify(struct verifier *c, int al
- if (! (sexp_iterator_first(&i, signature_length, signature_data)
- && sexp_iterator_enter_list(&i)
- && sexp_iterator_assoc(&i, 2, names, values)
-- && nettle_mpz_set_sexp(sv.r, DSA_Q_BITS, &values[0])
-- && nettle_mpz_set_sexp(sv.s, DSA_Q_BITS, &values[1])) )
-+ && nettle_mpz_set_sexp(sv.r, DSA_SHA1_Q_BITS, &values[0])
-+ && nettle_mpz_set_sexp(sv.s, DSA_SHA1_Q_BITS, &values[1])) )
- goto fail;
-
- break;
-@@ -156,7 +156,7 @@ do_dsa_verify(struct verifier *c, int al
- sha1_init(&hash);
- sha1_update(&hash, length, msg);
-
-- res = dsa_verify(&self->key, &hash, &sv);
-+ res = dsa_sha1_verify(&self->key, &hash, &sv);
- fail:
-
- dsa_signature_clear(&sv);
-@@ -212,7 +212,7 @@ parse_ssh_dss_public(struct simple_buffe
-
- if (parse_bignum(buffer, res->key.p, DSA_MAX_OCTETS)
- && (mpz_sgn(res->key.p) == 1)
-- && parse_bignum(buffer, res->key.q, DSA_Q_OCTETS)
-+ && parse_bignum(buffer, res->key.q, DSA_SHA1_Q_OCTETS)
- && (mpz_sgn(res->key.q) == 1)
- && (mpz_cmp(res->key.q, res->key.p) < 0) /* q < p */
- && parse_bignum(buffer, res->key.g, DSA_MAX_OCTETS)
-@@ -269,7 +269,7 @@ do_dsa_sign(struct signer *c,
- dsa_signature_init(&sv);
- sha1_init(&hash);
- sha1_update(&hash, msg_length, msg);
-- dsa_sign(&self->verifier->key, &self->key,
-+ dsa_sha1_sign(&self->verifier->key, &self->key,
- self->random, lsh_random, &hash, &sv);
-
- debug("do_dsa_sign: r = %xn, s = %xn\n", sv.r, sv.s);
-@@ -323,7 +323,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -342,7 +342,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -251,10 +251,6 @@ make_des3_cbc_instance(struct crypto_alg
- const uint8_t *key, const uint8_t *iv)
- {
- NEW(des3_instance, self);
-- uint8_t pkey[DES3_KEY_SIZE];
--
-- /* Fix odd parity */
-- des_fix_parity(DES3_KEY_SIZE, pkey, key);
-
- self->super.block_size = DES3_BLOCK_SIZE;
- self->super.crypt = ( (mode == CRYPTO_ENCRYPT)
-@@ -263,19 +259,13 @@ make_des3_cbc_instance(struct crypto_alg
-
- CBC_SET_IV(&self->ctx, iv);
-
-- if (des3_set_key(&self->ctx.ctx, pkey))
-+ if (des3_set_key(&self->ctx.ctx, key))
- return(&self->super);
--
-- switch(self->ctx.ctx.status)
-+ else
- {
-- case DES_BAD_PARITY:
-- fatal("Internal error! Bad parity in make_des3_instance.\n");
-- case DES_WEAK_KEY:
- werror("Detected weak DES key.\n");
- KILL(self);
- return NULL;
-- default:
-- fatal("Internal error!\n");
- }
- }
-
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -217,7 +217,7 @@ dsa_generate_key(struct randomness *r, u
- if (dsa_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
-- 512 + 64 * level))
-+ 512 + 64 * level, DSA_SHA1_Q_BITS))
- {
- key =
- lsh_string_format_sexp(0,
Index: tags/2.0.4-dfsg-9/debian/patches/testsuite-mini-inetd-localhost.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/testsuite-mini-inetd-localhost.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/testsuite-mini-inetd-localhost.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Tell mini-inetd to bind to 127.0.0.1 instead of "localhost".
- When told to bind to "localhost", mini-inetd seems to bind to 255.255.255.255.
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -155,7 +155,7 @@ spawn_lshg () {
- # at_connect local-port max-connections shell-command
- at_connect () {
- # sleep 1 # Allow some time for earlier processes to die
-- mini-inetd -m $2 -- localhost:$1 /bin/sh sh -c "$3" &
-+ mini-inetd -m $2 -- 127.0.0.1:$1 /bin/sh sh -c "$3" &
- at_exit "kill $!"
- }
-
Index: tags/2.0.4-dfsg-9/debian/patches/series
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/series (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/series (nonexistent)
@@ -1,10 +0,0 @@
-nonettle.patch
-sftp-server-mansection.patch
-better-errmsg-when-dotlsh-missing.patch
-nettle-2.0.patch
-nettle-2.1.patch
-blacklist.patch
-terminate-on-connection-failure.patch
-ipv6-v6only.patch
-testsuite-mini-inetd-localhost.patch
-serpent-byteorder.patch
Index: tags/2.0.4-dfsg-9/debian/patches/serpent-byteorder.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/serpent-byteorder.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/serpent-byteorder.patch (nonexistent)
@@ -1,31 +0,0 @@
-Author: Niels Möller <nisse@lysator.liu.se>
-Description: Correct Serpent test case that depended on broken Serpent implementation in Nettle < 2.2
-Origin: upstream, http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/src/testsuite/serpent-test.c?root=lsh&r1=1.1&r2=1.2
-
-===================================================================
-RCS file: /cvsroot/lsh/lsh/src/testsuite/serpent-test.c,v
-retrieving revision 1.1
-retrieving revision 1.2
-diff -u -r1.1 -r1.2
---- lsh/src/testsuite/serpent-test.c 2002/03/05 11:55:41 1.1
-+++ lsh/src/testsuite/serpent-test.c 2011/05/02 12:54:26 1.2
-@@ -1,5 +1,8 @@
- #include "testutils.h"
-
-+/* Note: In Nettle up to version 2.1, the serpent implementation did
-+ some broken byte reversal on input and output. This testcase will
-+ fail with old versions of nettle. */
- int
- test_main(void)
- {
-@@ -8,8 +11,8 @@
- "0011223344556677 8899AABBCCDDEEFF"),
- H("0000000000000000 0000000000000000"
- "1111111111111111 1111111111111111"),
-- H("687a151886b6dc16 8d2b667c3b8d5226"
-- "e63a6c8b3009859c 8ee559565befb77e"),
-+ H("c170ed586cfda8fe 084f01ef04475883"
-+ "b9eb25819813023f 2938e97bdf4597c8"),
- H("0011223344556677 8899AABBCCDDEEFF"));
- SUCCESS();
- }
Index: tags/2.0.4-dfsg-9/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,16 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-9/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/patches/ipv6-v6only.patch
===================================================================
--- tags/2.0.4-dfsg-9/debian/patches/ipv6-v6only.patch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/patches/ipv6-v6only.patch (nonexistent)
@@ -1,22 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Set the IPV6_V6ONLY socket option on AF_INET6 sockets
- Since lshd by default enumerates available address families and calls
- bind() once for each, conflicts will occur otherwise.
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/io.c trunk/src/io.c
---- trunk~/src/io.c 2006-01-23 18:49:58.000000000 +0100
-+++ trunk/src/io.c 2010-07-27 02:17:04.000000000 +0200
-@@ -1690,6 +1690,13 @@
- {
- int yes = 1;
- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char*)&yes, sizeof yes);
-+#if WITH_IPV6 && defined (IPV6_V6ONLY)
-+ if (local->sa_family == AF_INET6)
-+ {
-+ if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0)
-+ werror("setsockopt IPV6_V6ONLY failed: %e.\n", errno);
-+ }
-+#endif
- }
-
- if (bind(s, local, length) < 0)
/tags/2.0.4-dfsg-9/debian/patches/ipv6-v6only.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-9/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-9/debian/changelog (nonexistent)
@@ -1,593 +0,0 @@
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-9/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsystem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: tags/2.0.4-dfsg-9/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-9/debian/rules
===================================================================
--- tags/2.0.4-dfsg-9/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-9/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
- [ -d src/nettle -a ! -d src/nettle-dontuse ] || mv src/nettle-dontuse src/nettle
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.0.4-dfsg-9/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-9/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-9/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-9/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-9/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-9/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-9/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-9/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-9/debian/source/format
===================================================================
--- tags/2.0.4-dfsg-9/debian/source/format (revision 157)
+++ tags/2.0.4-dfsg-9/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.0.4-dfsg-9/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-9/debian/watch
===================================================================
--- tags/2.0.4-dfsg-9/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-9/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-9/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-9/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-9/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-9/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-9/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-9/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-9/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-9/debian
===================================================================
--- tags/2.0.4-dfsg-9/debian (revision 157)
+++ tags/2.0.4-dfsg-9/debian (nonexistent)
/tags/2.0.4-dfsg-9/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-1/debian/lsh-server.install
===================================================================
--- tags/2.1-1/debian/lsh-server.install (revision 157)
+++ tags/2.1-1/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-1/debian/source/format
===================================================================
--- tags/2.1-1/debian/source/format (revision 157)
+++ tags/2.1-1/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-1/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-1/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-1/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-1/debian/watch
===================================================================
--- tags/2.1-1/debian/watch (revision 157)
+++ tags/2.1-1/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-1/debian/lsh-client.install
===================================================================
--- tags/2.1-1/debian/lsh-client.install (revision 157)
+++ tags/2.1-1/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-1/debian/copyright
===================================================================
--- tags/2.1-1/debian/copyright (revision 157)
+++ tags/2.1-1/debian/copyright (nonexistent)
@@ -1,41 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-1/debian/lsh-utils.docs
===================================================================
--- tags/2.1-1/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-1/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-1/debian/lsh-server.postinst
===================================================================
--- tags/2.1-1/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-1/debian/lsh-server.postinst (nonexistent)
@@ -1,168 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-1/debian/NEWS
===================================================================
--- tags/2.1-1/debian/NEWS (revision 157)
+++ tags/2.1-1/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-1/debian/lsh-server.postrm
===================================================================
--- tags/2.1-1/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-1/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-1/debian/lsh-server.init.d
===================================================================
--- tags/2.1-1/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-1/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-1/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-1/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-1/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-1/debian/README.Debian
===================================================================
--- tags/2.1-1/debian/README.Debian (revision 157)
+++ tags/2.1-1/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-1/debian/po/sk.po
===================================================================
--- tags/2.1-1/debian/po/sk.po (revision 157)
+++ tags/2.1-1/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-1/debian/po/POTFILES.in
===================================================================
--- tags/2.1-1/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-1/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-1/debian/po/vi.po
===================================================================
--- tags/2.1-1/debian/po/vi.po (revision 157)
+++ tags/2.1-1/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-1/debian/po/templates.pot
===================================================================
--- tags/2.1-1/debian/po/templates.pot (revision 157)
+++ tags/2.1-1/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-1/debian/po/pt.po
===================================================================
--- tags/2.1-1/debian/po/pt.po (revision 157)
+++ tags/2.1-1/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-1/debian/po/da.po
===================================================================
--- tags/2.1-1/debian/po/da.po (revision 157)
+++ tags/2.1-1/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-1/debian/po/ru.po
===================================================================
--- tags/2.1-1/debian/po/ru.po (revision 157)
+++ tags/2.1-1/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-1/debian/po/sv.po
===================================================================
--- tags/2.1-1/debian/po/sv.po (revision 157)
+++ tags/2.1-1/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-1/debian/po/de.po
===================================================================
--- tags/2.1-1/debian/po/de.po (revision 157)
+++ tags/2.1-1/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-1/debian/po/ja.po
===================================================================
--- tags/2.1-1/debian/po/ja.po (revision 157)
+++ tags/2.1-1/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-1/debian/po/cs.po
===================================================================
--- tags/2.1-1/debian/po/cs.po (revision 157)
+++ tags/2.1-1/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-1/debian/po/fr.po
===================================================================
--- tags/2.1-1/debian/po/fr.po (revision 157)
+++ tags/2.1-1/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-1/debian/po/es.po
===================================================================
--- tags/2.1-1/debian/po/es.po (revision 157)
+++ tags/2.1-1/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-1/debian/po/nl.po
===================================================================
--- tags/2.1-1/debian/po/nl.po (revision 157)
+++ tags/2.1-1/debian/po/nl.po (nonexistent)
@@ -1,120 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:39+0200\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-#| msgid ""
-#| "The default port for lshd is 22. If you would like lshd to run on a "
-#| "different port, please specify the alternative port here. If you specify "
-#| "22, you will need to manually disable any other ssh servers you have "
-#| "running on port 22, other than OpenSSH (from the `openssh-server' "
-#| "package). OpenSSH will be automatically disabled, if you choose 22 here."
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please choose whether you want to use the EXPERIMENTAL SFTP support now."
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If you want to use SFTP with lsh, you will need this subsystem. Please "
-#| "bear in mind, that it's still experimental. Therefore the default is "
-#| "disabled but can be enabled now or later by manually changing /etc/"
-#| "default/lsh-server."
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u SFTP wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-1/debian/po/pl.po
===================================================================
--- tags/2.1-1/debian/po/pl.po (revision 157)
+++ tags/2.1-1/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-1/debian/po/nn.po
===================================================================
--- tags/2.1-1/debian/po/nn.po (revision 157)
+++ tags/2.1-1/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-1/debian/po/it.po
===================================================================
--- tags/2.1-1/debian/po/it.po (revision 157)
+++ tags/2.1-1/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-1/debian/lsh-doc.docs
===================================================================
--- tags/2.1-1/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-1/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-1/debian/control
===================================================================
--- tags/2.1-1/debian/control (revision 157)
+++ tags/2.1-1/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.4
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-1/debian/lsh-doc.info
===================================================================
--- tags/2.1-1/debian/lsh-doc.info (revision 157)
+++ tags/2.1-1/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-1/debian/compat
===================================================================
--- tags/2.1-1/debian/compat (revision 157)
+++ tags/2.1-1/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-1/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-1/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-1/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-1/debian/lsh-server.manpages
===================================================================
--- tags/2.1-1/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-1/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-1/debian/patches/series
===================================================================
--- tags/2.1-1/debian/patches/series (revision 157)
+++ tags/2.1-1/debian/patches/series (nonexistent)
@@ -1,2 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
Index: tags/2.1-1/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-1/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-1/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,16 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-1/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-1/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-1/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-1/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -189,6 +189,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-1/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-1/debian/changelog
===================================================================
--- tags/2.1-1/debian/changelog (revision 157)
+++ tags/2.1-1/debian/changelog (nonexistent)
@@ -1,646 +0,0 @@
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-1/debian/lsh-server.templates
===================================================================
--- tags/2.1-1/debian/lsh-server.templates (revision 157)
+++ tags/2.1-1/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-1/debian/lsh-utils.install
===================================================================
--- tags/2.1-1/debian/lsh-utils.install (revision 157)
+++ tags/2.1-1/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-1/debian/rules
===================================================================
--- tags/2.1-1/debian/rules (revision 157)
+++ tags/2.1-1/debian/rules (nonexistent)
@@ -1,115 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-1/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-1/debian/lsh-client.manpages
===================================================================
--- tags/2.1-1/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-1/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-1/debian/lsh-server.config
===================================================================
--- tags/2.1-1/debian/lsh-server.config (revision 157)
+++ tags/2.1-1/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-1/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-1/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-1/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-1/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-1/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-1/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-1/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-1/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-1/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-1/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-1/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian/mans/lcp.1
===================================================================
--- tags/2.1-1/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-1/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-1/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-1/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-1/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-1/debian
===================================================================
--- tags/2.1-1/debian (revision 157)
+++ tags/2.1-1/debian (nonexistent)
/tags/2.1-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-2/debian/lsh-server.postrm
===================================================================
--- tags/2.1-2/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-2/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-2/debian/lsh-server.init.d
===================================================================
--- tags/2.1-2/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-2/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-2/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-2/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-2/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-2/debian/README.Debian
===================================================================
--- tags/2.1-2/debian/README.Debian (revision 157)
+++ tags/2.1-2/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-2/debian/po/cs.po
===================================================================
--- tags/2.1-2/debian/po/cs.po (revision 157)
+++ tags/2.1-2/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-2/debian/po/fr.po
===================================================================
--- tags/2.1-2/debian/po/fr.po (revision 157)
+++ tags/2.1-2/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-2/debian/po/es.po
===================================================================
--- tags/2.1-2/debian/po/es.po (revision 157)
+++ tags/2.1-2/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-2/debian/po/nl.po
===================================================================
--- tags/2.1-2/debian/po/nl.po (revision 157)
+++ tags/2.1-2/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-2/debian/po/pl.po
===================================================================
--- tags/2.1-2/debian/po/pl.po (revision 157)
+++ tags/2.1-2/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-2/debian/po/nn.po
===================================================================
--- tags/2.1-2/debian/po/nn.po (revision 157)
+++ tags/2.1-2/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-2/debian/po/it.po
===================================================================
--- tags/2.1-2/debian/po/it.po (revision 157)
+++ tags/2.1-2/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-2/debian/po/sk.po
===================================================================
--- tags/2.1-2/debian/po/sk.po (revision 157)
+++ tags/2.1-2/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-2/debian/po/POTFILES.in
===================================================================
--- tags/2.1-2/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-2/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-2/debian/po/vi.po
===================================================================
--- tags/2.1-2/debian/po/vi.po (revision 157)
+++ tags/2.1-2/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-2/debian/po/templates.pot
===================================================================
--- tags/2.1-2/debian/po/templates.pot (revision 157)
+++ tags/2.1-2/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-2/debian/po/pt.po
===================================================================
--- tags/2.1-2/debian/po/pt.po (revision 157)
+++ tags/2.1-2/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-2/debian/po/da.po
===================================================================
--- tags/2.1-2/debian/po/da.po (revision 157)
+++ tags/2.1-2/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-2/debian/po/ru.po
===================================================================
--- tags/2.1-2/debian/po/ru.po (revision 157)
+++ tags/2.1-2/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-2/debian/po/sv.po
===================================================================
--- tags/2.1-2/debian/po/sv.po (revision 157)
+++ tags/2.1-2/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-2/debian/po/de.po
===================================================================
--- tags/2.1-2/debian/po/de.po (revision 157)
+++ tags/2.1-2/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-2/debian/po/ja.po
===================================================================
--- tags/2.1-2/debian/po/ja.po (revision 157)
+++ tags/2.1-2/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-2/debian/lsh-doc.docs
===================================================================
--- tags/2.1-2/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-2/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-2/debian/control
===================================================================
--- tags/2.1-2/debian/control (revision 157)
+++ tags/2.1-2/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.5
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-2/debian/lsh-doc.info
===================================================================
--- tags/2.1-2/debian/lsh-doc.info (revision 157)
+++ tags/2.1-2/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-2/debian/compat
===================================================================
--- tags/2.1-2/debian/compat (revision 157)
+++ tags/2.1-2/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-2/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-2/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-2/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-2/debian/lsh-server.manpages
===================================================================
--- tags/2.1-2/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-2/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-2/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-2/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-2/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-2/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-2/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-2/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-2/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-2/debian/patches/series
===================================================================
--- tags/2.1-2/debian/patches/series (revision 157)
+++ tags/2.1-2/debian/patches/series (nonexistent)
@@ -1,4 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
Index: tags/2.1-2/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-2/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-2/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-2/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-2/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-2/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-2/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-2/debian/changelog
===================================================================
--- tags/2.1-2/debian/changelog (revision 157)
+++ tags/2.1-2/debian/changelog (nonexistent)
@@ -1,663 +0,0 @@
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-2/debian/lsh-server.templates
===================================================================
--- tags/2.1-2/debian/lsh-server.templates (revision 157)
+++ tags/2.1-2/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-2/debian/lsh-utils.install
===================================================================
--- tags/2.1-2/debian/lsh-utils.install (revision 157)
+++ tags/2.1-2/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-2/debian/rules
===================================================================
--- tags/2.1-2/debian/rules (revision 157)
+++ tags/2.1-2/debian/rules (nonexistent)
@@ -1,115 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-2/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-2/debian/lsh-client.manpages
===================================================================
--- tags/2.1-2/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-2/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-2/debian/lsh-server.config
===================================================================
--- tags/2.1-2/debian/lsh-server.config (revision 157)
+++ tags/2.1-2/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-2/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-2/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-2/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-2/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-2/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-2/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-2/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-2/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-2/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-2/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-2/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/mans/lcp.1
===================================================================
--- tags/2.1-2/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-2/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-2/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-2/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-2/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-2/debian/lsh-server.install
===================================================================
--- tags/2.1-2/debian/lsh-server.install (revision 157)
+++ tags/2.1-2/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-2/debian/source/format
===================================================================
--- tags/2.1-2/debian/source/format (revision 157)
+++ tags/2.1-2/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-2/debian/source/lintian-overrides
===================================================================
--- tags/2.1-2/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-2/debian/source/lintian-overrides (nonexistent)
@@ -1,5 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
Index: tags/2.1-2/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-2/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-2/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-2/debian/watch
===================================================================
--- tags/2.1-2/debian/watch (revision 157)
+++ tags/2.1-2/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-2/debian/lsh-client.install
===================================================================
--- tags/2.1-2/debian/lsh-client.install (revision 157)
+++ tags/2.1-2/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-2/debian/copyright
===================================================================
--- tags/2.1-2/debian/copyright (revision 157)
+++ tags/2.1-2/debian/copyright (nonexistent)
@@ -1,48 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff is an old IETF Internet draft written by Niels, and
-as such the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-2/debian/lsh-utils.docs
===================================================================
--- tags/2.1-2/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-2/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-2/debian/lsh-server.postinst
===================================================================
--- tags/2.1-2/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-2/debian/lsh-server.postinst (nonexistent)
@@ -1,168 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-2/debian/NEWS
===================================================================
--- tags/2.1-2/debian/NEWS (revision 157)
+++ tags/2.1-2/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-2/debian
===================================================================
--- tags/2.1-2/debian (revision 157)
+++ tags/2.1-2/debian (nonexistent)
/tags/2.1-2/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-10/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,16 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-10/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/patches/ipv6-v6only.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/ipv6-v6only.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/ipv6-v6only.patch (nonexistent)
@@ -1,22 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Set the IPV6_V6ONLY socket option on AF_INET6 sockets
- Since lshd by default enumerates available address families and calls
- bind() once for each, conflicts will occur otherwise.
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/io.c trunk/src/io.c
---- trunk~/src/io.c 2006-01-23 18:49:58.000000000 +0100
-+++ trunk/src/io.c 2010-07-27 02:17:04.000000000 +0200
-@@ -1690,6 +1690,13 @@
- {
- int yes = 1;
- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char*)&yes, sizeof yes);
-+#if WITH_IPV6 && defined (IPV6_V6ONLY)
-+ if (local->sa_family == AF_INET6)
-+ {
-+ if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0)
-+ werror("setsockopt IPV6_V6ONLY failed: %e.\n", errno);
-+ }
-+#endif
- }
-
- if (bind(s, local, length) < 0)
/tags/2.0.4-dfsg-10/debian/patches/ipv6-v6only.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/patches/better-errmsg-when-dotlsh-missing.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/better-errmsg-when-dotlsh-missing.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/better-errmsg-when-dotlsh-missing.patch (nonexistent)
@@ -1,33 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Show the intended error message when no seed file exists
- (instead of one about a locking error)
-
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-10/debian/patches/better-errmsg-when-dotlsh-missing.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/patches/terminate-on-connection-failure.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/terminate-on-connection-failure.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/terminate-on-connection-failure.patch (nonexistent)
@@ -1,16 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Call exit() in lsh's default exception handler on EXC_IO_CONNECT
- Otherwise lsh won't terminate.
-
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/tags/2.0.4-dfsg-10/debian/patches/terminate-on-connection-failure.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/patches/nettle-2.0.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/nettle-2.0.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/nettle-2.0.patch (nonexistent)
@@ -1,238 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.0
-
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -71,7 +71,7 @@ do_crypt_arcfour(struct crypto_instance
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@ do_aes_cbc_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@ do_aes_cbc_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@ do_aes_ctr_crypt(struct crypto_instance
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@ do_des3_encrypt(struct crypto_instance *
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@ do_des3_decrypt(struct crypto_instance *
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@ do_cast128_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@ do_cast128_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@ do_twofish_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@ do_twofish_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@ do_blowfish_encrypt(struct crypto_instan
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@ do_blowfish_decrypt(struct crypto_instan
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@ do_serpent_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@ do_serpent_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
---- a/src/lsh-make-seed.c
-+++ b/src/lsh-make-seed.c
-@@ -1219,6 +1219,7 @@ main(int argc, char **argv)
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@ main(int argc, char **argv)
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
---- a/src/unix_random.c
-+++ b/src/unix_random.c
-@@ -81,6 +81,7 @@ write_seed_file(struct yarrow256_ctx *ct
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@ write_seed_file(struct yarrow256_ctx *ct
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +185,19 @@ update_seed_file(struct unix_random *sel
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -113,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle -lhogweed @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -9,7 +9,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
-
- noinst_PROGRAMS = $(TS_PROGS)
-
--LDADD = testutils.o ../libspki.a -lnettle
-+LDADD = testutils.o ../libspki.a -lnettle -lhogweed
-
- include .dist_cdsa
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -6,7 +6,7 @@ noinst_PROGRAMS = spki-check-signature s
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- ../libspki.a -lnettle
-+ ../libspki.a -lnettle -lhogweed
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle -lhogweed \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
Index: tags/2.0.4-dfsg-10/debian/patches/nonettle.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/nonettle.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/nonettle.patch (nonexistent)
@@ -1,214 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -778,7 +778,6 @@ if test x$enable_ipv6 = xyes ; then
- fi
-
- AC_CONFIG_SUBDIRS(src/argp)
--AC_CONFIG_SUBDIRS(src/nettle)
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,15 +1,12 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync nettle scm sftp spki . testsuite
-+SUBDIRS = argp rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
-
- BUILT_SOURCES = environ.h
-
--# Kludge needed for finding the nettle/nettle-types.h file in the build tree
--AM_CPPFLAGS = -I./nettle
--
- SCHEME = $(SCHEME_PROGRAM) -l $(srcdir)/scm/$(SCHEME_NAME)-compat.scm
-
- EXTRA_PROGRAMS = lsh-krb-checkpw lsh-pam-checkpw srp-gen
-@@ -116,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a nettle/libnettle.a @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/rsync/Makefile.am
-+++ b/src/rsync/Makefile.am
-@@ -3,10 +3,6 @@
- noinst_LIBRARIES = librsync.a
- noinst_HEADERS = rsync.h
-
--# Needed for finding the nettle include files in the source tree
--# and nettle-types.h in the build tree.
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- librsync_a_SOURCES = generate.c receive.c checksum.c send.c
-
-
---- a/src/sftp/Makefile.am
-+++ b/src/sftp/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . testsuite
-
--# Needed for finding nettle-types.h in the build tree.
--AM_CPPFLAGS = -I..
--
- AUTOMAKE_OPTIONS = foreign
-
- bin_PROGRAMS = lsftp
---- a/src/spki/Makefile.am
-+++ b/src/spki/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . tools testsuite
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- noinst_LIBRARIES = libspki.a
- # libspkiincludedir = $(includedir)/nettle
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -1,8 +1,4 @@
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -O0 -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L../../nettle
--
- TS_PROGS = principal-test date-test tag-test read-acl-test \
- lookup-acl-test read-cert-test cdsa-reduce-test
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -1,16 +1,12 @@
- noinst_PROGRAMS = spki-check-signature spki-make-signature \
- spki-delegate spki-reduce
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L.. -L../../nettle/
--
- # libnettle.a and libspki.a are added at the end to make sure all
- # programs depend on it. It seems there's no DEPENDENCIES variable
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- -lspki -lnettle ../libspki.a ../../nettle/libnettle.a
-+ ../libspki.a -lnettle
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -3,7 +3,7 @@
- # -O0 is not recogniced on AIX
- # AM_CFLAGS = -O0
-
--AM_CPPFLAGS = -I$(srcdir)/.. -I.. -I../nettle
-+AM_CPPFLAGS = -I$(srcdir)/..
-
- TS_PROGS = arcfour-test aes-test blowfish-test cast128-test \
- des-test \
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a ../nettle/libnettle.a \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
-@@ -59,6 +59,6 @@ all:
-
- # sexp-conv may be dynamically linked
- check: $(TS_ALL)
-- LD_LIBRARY_PATH="`pwd`/../nettle/.lib" srcdir=$(srcdir) \
-+ srcdir=$(srcdir) \
- $(srcdir)/run-tests $(TS_ALL)
-
---- a/src/spki/testsuite/check-signature-test
-+++ b/src/spki/testsuite/check-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
---- a/src/spki/testsuite/delegate-test
-+++ b/src/spki/testsuite/delegate-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -12,7 +12,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/spki/testsuite/make-signature-test
-+++ b/src/spki/testsuite/make-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -10,7 +10,7 @@ die () {
- }
-
- echo foo | ../tools/spki-make-signature "$srcdir/key-1" \
-- | ../../nettle/tools/sexp-conv -s transport > test.in
-+ | sexp-conv -s transport > test.in
-
- echo foo | ../tools/spki-check-signature "`cat test.in`" \
- || die "Valid signature failed"
---- a/src/spki/testsuite/reduce-test
-+++ b/src/spki/testsuite/reduce-test
-@@ -3,7 +3,7 @@
- # Test case from Oscar Cánovas Reverte
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport
-+ sexp-conv -s transport
- }
-
- die () {
-@@ -14,7 +14,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -9,7 +9,7 @@ set -e
- : ${LSH_YARROW_SEED_FILE:="$TEST_HOME/.lsh/yarrow-seed-file"}
-
- # For lsh-authorize
--: ${SEXP_CONV:="`pwd`/../nettle/tools/sexp-conv"}
-+: ${SEXP_CONV:="sexp-conv"}
-
- export LSH_YARROW_SEED_FILE SEXP_CONV
-
Index: tags/2.0.4-dfsg-10/debian/patches/blacklist.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/blacklist.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -189,6 +189,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-10/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/patches/nettle-2.1.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/nettle-2.1.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/nettle-2.1.patch (nonexistent)
@@ -1,133 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.1
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -75,11 +75,11 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_signature_init(&rs);
-
- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-- RSA_KEYSIZE_LIMIT, &key->sexp)
-+ RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
-- && dsa_signature_from_sexp(&rs, &signature->sexp)
-+ && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
- && spki_parse_type(signature)
-- && dsa_verify_digest(&dsa, digest, &rs));
-+ && dsa_sha1_verify_digest(&dsa, digest, &rs));
-
- dsa_signature_clear(&rs);
- dsa_public_key_clear(&dsa);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -118,7 +118,7 @@ do_dsa_verify(struct verifier *c, int al
- && (atom == ATOM_SSH_DSS)
- && parse_string(&buffer, &buf_length, &buf)
- && !(buf_length % 2)
-- && (buf_length <= (2 * DSA_Q_OCTETS))
-+ && (buf_length <= (2 * DSA_SHA1_Q_OCTETS))
- && parse_eod(&buffer)))
- goto fail;
-
-@@ -143,8 +143,8 @@ do_dsa_verify(struct verifier *c, int al
- if (! (sexp_iterator_first(&i, signature_length, signature_data)
- && sexp_iterator_enter_list(&i)
- && sexp_iterator_assoc(&i, 2, names, values)
-- && nettle_mpz_set_sexp(sv.r, DSA_Q_BITS, &values[0])
-- && nettle_mpz_set_sexp(sv.s, DSA_Q_BITS, &values[1])) )
-+ && nettle_mpz_set_sexp(sv.r, DSA_SHA1_Q_BITS, &values[0])
-+ && nettle_mpz_set_sexp(sv.s, DSA_SHA1_Q_BITS, &values[1])) )
- goto fail;
-
- break;
-@@ -156,7 +156,7 @@ do_dsa_verify(struct verifier *c, int al
- sha1_init(&hash);
- sha1_update(&hash, length, msg);
-
-- res = dsa_verify(&self->key, &hash, &sv);
-+ res = dsa_sha1_verify(&self->key, &hash, &sv);
- fail:
-
- dsa_signature_clear(&sv);
-@@ -212,7 +212,7 @@ parse_ssh_dss_public(struct simple_buffe
-
- if (parse_bignum(buffer, res->key.p, DSA_MAX_OCTETS)
- && (mpz_sgn(res->key.p) == 1)
-- && parse_bignum(buffer, res->key.q, DSA_Q_OCTETS)
-+ && parse_bignum(buffer, res->key.q, DSA_SHA1_Q_OCTETS)
- && (mpz_sgn(res->key.q) == 1)
- && (mpz_cmp(res->key.q, res->key.p) < 0) /* q < p */
- && parse_bignum(buffer, res->key.g, DSA_MAX_OCTETS)
-@@ -269,7 +269,7 @@ do_dsa_sign(struct signer *c,
- dsa_signature_init(&sv);
- sha1_init(&hash);
- sha1_update(&hash, msg_length, msg);
-- dsa_sign(&self->verifier->key, &self->key,
-+ dsa_sha1_sign(&self->verifier->key, &self->key,
- self->random, lsh_random, &hash, &sv);
-
- debug("do_dsa_sign: r = %xn, s = %xn\n", sv.r, sv.s);
-@@ -323,7 +323,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -342,7 +342,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -251,10 +251,6 @@ make_des3_cbc_instance(struct crypto_alg
- const uint8_t *key, const uint8_t *iv)
- {
- NEW(des3_instance, self);
-- uint8_t pkey[DES3_KEY_SIZE];
--
-- /* Fix odd parity */
-- des_fix_parity(DES3_KEY_SIZE, pkey, key);
-
- self->super.block_size = DES3_BLOCK_SIZE;
- self->super.crypt = ( (mode == CRYPTO_ENCRYPT)
-@@ -263,19 +259,13 @@ make_des3_cbc_instance(struct crypto_alg
-
- CBC_SET_IV(&self->ctx, iv);
-
-- if (des3_set_key(&self->ctx.ctx, pkey))
-+ if (des3_set_key(&self->ctx.ctx, key))
- return(&self->super);
--
-- switch(self->ctx.ctx.status)
-+ else
- {
-- case DES_BAD_PARITY:
-- fatal("Internal error! Bad parity in make_des3_instance.\n");
-- case DES_WEAK_KEY:
- werror("Detected weak DES key.\n");
- KILL(self);
- return NULL;
-- default:
-- fatal("Internal error!\n");
- }
- }
-
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -217,7 +217,7 @@ dsa_generate_key(struct randomness *r, u
- if (dsa_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
-- 512 + 64 * level))
-+ 512 + 64 * level, DSA_SHA1_Q_BITS))
- {
- key =
- lsh_string_format_sexp(0,
Index: tags/2.0.4-dfsg-10/debian/patches/testsuite-mini-inetd-localhost.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/testsuite-mini-inetd-localhost.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/testsuite-mini-inetd-localhost.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Tell mini-inetd to bind to 127.0.0.1 instead of "localhost".
- When told to bind to "localhost", mini-inetd seems to bind to 255.255.255.255.
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -155,7 +155,7 @@ spawn_lshg () {
- # at_connect local-port max-connections shell-command
- at_connect () {
- # sleep 1 # Allow some time for earlier processes to die
-- mini-inetd -m $2 -- localhost:$1 /bin/sh sh -c "$3" &
-+ mini-inetd -m $2 -- 127.0.0.1:$1 /bin/sh sh -c "$3" &
- at_exit "kill $!"
- }
-
Index: tags/2.0.4-dfsg-10/debian/patches/series
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/series (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/series (nonexistent)
@@ -1,10 +0,0 @@
-nonettle.patch
-sftp-server-mansection.patch
-better-errmsg-when-dotlsh-missing.patch
-nettle-2.0.patch
-nettle-2.1.patch
-blacklist.patch
-terminate-on-connection-failure.patch
-ipv6-v6only.patch
-testsuite-mini-inetd-localhost.patch
-serpent-byteorder.patch
Index: tags/2.0.4-dfsg-10/debian/patches/serpent-byteorder.patch
===================================================================
--- tags/2.0.4-dfsg-10/debian/patches/serpent-byteorder.patch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/patches/serpent-byteorder.patch (nonexistent)
@@ -1,31 +0,0 @@
-Author: Niels Möller <nisse@lysator.liu.se>
-Description: Correct Serpent test case that depended on broken Serpent implementation in Nettle < 2.2
-Origin: upstream, http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/src/testsuite/serpent-test.c?root=lsh&r1=1.1&r2=1.2
-
-===================================================================
-RCS file: /cvsroot/lsh/lsh/src/testsuite/serpent-test.c,v
-retrieving revision 1.1
-retrieving revision 1.2
-diff -u -r1.1 -r1.2
---- lsh/src/testsuite/serpent-test.c 2002/03/05 11:55:41 1.1
-+++ lsh/src/testsuite/serpent-test.c 2011/05/02 12:54:26 1.2
-@@ -1,5 +1,8 @@
- #include "testutils.h"
-
-+/* Note: In Nettle up to version 2.1, the serpent implementation did
-+ some broken byte reversal on input and output. This testcase will
-+ fail with old versions of nettle. */
- int
- test_main(void)
- {
-@@ -8,8 +11,8 @@
- "0011223344556677 8899AABBCCDDEEFF"),
- H("0000000000000000 0000000000000000"
- "1111111111111111 1111111111111111"),
-- H("687a151886b6dc16 8d2b667c3b8d5226"
-- "e63a6c8b3009859c 8ee559565befb77e"),
-+ H("c170ed586cfda8fe 084f01ef04475883"
-+ "b9eb25819813023f 2938e97bdf4597c8"),
- H("0011223344556677 8899AABBCCDDEEFF"));
- SUCCESS();
- }
Index: tags/2.0.4-dfsg-10/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-10/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-10/debian/changelog (nonexistent)
@@ -1,609 +0,0 @@
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-10/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.templates (nonexistent)
@@ -1,34 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsystem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-Description: Additional arguments to pass to lshd:
Index: tags/2.0.4-dfsg-10/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-10/debian/rules
===================================================================
--- tags/2.0.4-dfsg-10/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-10/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
- [ -d src/nettle -a ! -d src/nettle-dontuse ] || mv src/nettle-dontuse src/nettle
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.0.4-dfsg-10/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-10/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-10/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-10/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-10/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-10/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-10/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-10/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-10/debian/source/format
===================================================================
--- tags/2.0.4-dfsg-10/debian/source/format (revision 157)
+++ tags/2.0.4-dfsg-10/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.0.4-dfsg-10/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-10/debian/watch
===================================================================
--- tags/2.0.4-dfsg-10/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-10/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-10/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-10/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-10/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-10/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-10/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-10/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.postinst (nonexistent)
@@ -1,168 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-10/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-10/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-10/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-10/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-10/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-10/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-10/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-10/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-10/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-10/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/pt.po (nonexistent)
@@ -1,88 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# Rui Branco <ruipb@debianpt.org>, 2006.
-# 2006-12-10 - Rui Branco - Initial translation
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:39+0200\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"A porta por omissão do lsh é a 22. Se preferir correr o lsh numa porta "
-"diferente, por favor especifique aqui a porta alternativa. Se especificar a "
-"22, terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr na porta 22, que não o OpenSSH (a partir do pacote `openssh-server'). "
-"O OpenSSH será automaticamente desactivado, se escolher a porta 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Activar o sub-sistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se quiser usar sftp com o lsh irá necessitar deste sub-sistema. Por favor "
-"tenha em mente que está ainda em experimental. Assim a omissão é "
-"desactivado, mas pode ser activado agora ou mais tarde, de modo manual "
-"alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Por favor decida se quer usar o suporte sftp EXPERIMENTAL agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na eliminação do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Quando este pacote está instalado, uma chave da máquina é gerada de modo a autenticar a máquina."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer remover a chave da máquina quando o pacote é "
-"eliminado."
Index: tags/2.0.4-dfsg-10/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh debconf\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:36+0200\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre ssh-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Skal sftp-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Hvis du vil benytte sftp med lsh, skal du bruge dette undersystem. Du skal "
-"være klar over, at det stadig er eksperimentelt. Derfor er det som "
-"udgangspunkt deaktiveret, man kan aktiveres nu eller senere ved manuelt at "
-"rette i /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Vælg om du vil benytte EKSPERIMENTEL sftp-understøttelse nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
Index: tags/2.0.4-dfsg-10/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/cs.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:35+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, určete zde prosím jeho číslo. Pokud zadáte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které se zakáže automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Povolit podsystém sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Přejete-li si používat sftp spolu s lsh, potřebujete tento podsystém. Mějte "
-"prosím na paměti, že je ještě experimentální. Z tohoto důvodu je standardně "
-"vypnut, ale nyní ho můžete povolit. Zapnout jej můžete také později pomocí "
-"úpravy souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Rozhodněte se prosím, zda nyní chcete zapnout EXPERIMENTÁLNÍ podporu sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
Index: tags/2.0.4-dfsg-10/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/ru.po (nonexistent)
@@ -1,96 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.1-4.2_templates\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:40+0200\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если вы хотите запускать lshd на "
-"другом порту, укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие ssh сервера, запущенные на порту 22, "
-"кроме OpenSSH (из пакета `openssh-server').OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Включить подсистему sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Для работы sftp с lsh требуется подсистема sftp. Заметим, что что это пока "
-"экспериментальная версия, поэтому, по умолчанию она выключена. Её можно "
-"включить отсюда или вручную в файле /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Хотите использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ хоста при вычистке ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного хоста."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
Index: tags/2.0.4-dfsg-10/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/es.po (nonexistent)
@@ -1,113 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:36+0200\n"
-"Last-Translator: Shuko <felix_os69@hotmail.com>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el 22. Si desea que lshd se ejecute en "
-"un puerto diferente, por favor, especifique aquí el puerto alternativo. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores ssh que "
-"tenga ejecutándose en dicho puerto, excepto OpenSSH (a partir del paquete "
-"«openssh-server»). OpenSSH se deshabilitará automáticamente, si selecciona "
-"aquí 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "¿Desea habilitar el subsistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si desea utilizar sftp con lsh, necesitará este subsistema. Por favor, no "
-"olvide que aún es experimental. Por ello, se encuentra deshabilitado de "
-"forma predeterminada, pero puede habilitarlo ahora o más tarde, editando "
-"manualmente «/etc/default/lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Por favor, seleccione si desea usar ahora el soporte EXPERIMENTAL para sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Cuando este paquete se instala, se genera una clave para autenticar su equipo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, seleccione si desea purgar la clave del equipo cuando se "
-"desinstale el paquete."
Index: tags/2.0.4-dfsg-10/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/fr.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:37+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22, à part OpenSSH (du paquet « openssh-"
-"server ») qui, lui, sera désactivé automatiquement si vous choisissez le "
-"port 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Faut-il activer les fonctionnalités sftp ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Si vous souhaitez utiliser sftp avec lsh, celui-ci doit être activé. "
-"Veuillez noter que la gestion de sftp est encore expérimentale. En "
-"conséquence, le service est désactivé par défaut. Cette opération peut être "
-"réalisée automatiquement. Dans le cas contraire, vous devrez modifier /etc/"
-"default/lsh-server pour l'activer."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"sftp."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Lors de l'installation de ce paquet, une clé d'hôte est générée pour permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
Index: tags/2.0.4-dfsg-10/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/sv.po (nonexistent)
@@ -1,87 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:40+0200\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan port, "
-"ange den alternativa porten här. Om du anger 22, behöver du manuellt "
-"inaktivera eventuellt andra ssh-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet \"openssh-server\"). OpenSSH kommer att "
-"inaktiveras automatiskt, om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Aktivera sftp-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Om du vill använda sftp med lsh, behöver du detta undersystem. Tänk på att "
-"det fortfarande är experimentellt. Därför är det inaktiverat som standard "
-"men kan aktiveras nu eller senare manuellt genom att ändra /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Välj om du vill använda stödet för den EXPERIMENTELLA sftp nu."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras, genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketet tas bort."
Index: tags/2.0.4-dfsg-10/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/de.po (nonexistent)
@@ -1,100 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:36+0200\n"
-"Last-Translator: Stefan Pfetzing <dreamind@dreamind.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn Sie möchten, dann können Sie lshd "
-"auch mit einem anderen Port laufen lassen; bitte geben Sie dann den "
-"entsprechenden Port hier an. Wenn Sie Port 22 verwenden wollen, dann müssen "
-"Sie alle anderen ssh-Server, (außer OpenSSH aus dem 'openssh-server'-Paket) "
-"die Port 22 verwenden, deaktivieren. OpenSSH wird automatisch abgeschaltet "
-"wenn Sie hier 22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Soll das sftp Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Wenn Sie sftp in Verbindung mit lsh benutzen möchten, müssen Sie dieses "
-"Subsystem aktivieren. Allerdings sollte Ihnen klar sein, dass die "
-"Unterstützung dafür noch experimentell ist. Deswegen ist die Unterstützung "
-"dafür Standardmässig deaktiviert, kann allerdings jetzt aktiviert werden "
-"oder Sie können später /etc/default/lsh-server anpassen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE sftp Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Beim Entfernen des Packetes den Hostkey löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Wenn dieses Packet installiert wird, wird ein Hostkey generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den Hostkey beim entfernen des Packetes löschen "
-"wollen."
Index: tags/2.0.4-dfsg-10/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/nl.po (nonexistent)
@@ -1,97 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:39+0200\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Het sftp-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u sftp wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Kies nu of u de EXPERIMENTELE sftp-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
Index: tags/2.0.4-dfsg-10/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/ja.po (nonexistent)
@@ -1,96 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "sftp サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"lsh で sftp を使いたい場合は、このサブシステムを有効にする必要があります。覚"
-"えていてほしいのですが、これはまだ実験的なものです。そのためデフォルトでは無"
-"効になっていますが、今すぐ有効にすることもできますし、あるいは後ほど手動で /"
-"etc/default/lsh-server を変更して有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "「実験的な」sftp サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
Index: tags/2.0.4-dfsg-10/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/nn.po (nonexistent)
@@ -1,95 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:39+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
Index: tags/2.0.4-dfsg-10/debian/po/it.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/it.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/it.po (nonexistent)
@@ -1,100 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:41+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se si desidera eseguire lshd su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server ssh in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto \"openssh-server\"). Se si "
-"sceglie 22, OpenSSH sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Abilitare il sottosistema sftp?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Se si desidera utilizzare sftp con lsh, sarà necessario questo sottosistema. "
-"Notare che è ancora in fase sperimentale. Perciò è disabilitato in modo "
-"predefinito, ma può essere abilitato ora o successivamente modificando "
-"manualmente /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE per sftp adesso."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Quando viene installato questo pacchetto, viene generata una chiave per autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
Index: tags/2.0.4-dfsg-10/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-10/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/vi.po (nonexistent)
@@ -1,88 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-06-29 23:34+0200\n"
-"PO-Revision-Date: 2012-06-29 23:41+0200\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-"Cổng mặc định cho trình nền lshd là 22. Nếu bạn muốn trình nền lshd chạy "
-"trong một cổng khác, hãy ghi rõ cổng đó vào đây. Nếu bạn ghi rõ cổng 22 thì "
-"sẽ phải tự tắt máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, "
-"(từ gói « openssh-server »). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt "
-"tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Nếu bạn muốn sử dụng SFTP cùng với lsh, bạn sẽ cần có hệ thống con này. Hãy "
-"ghi chú rằng nó vấn còn dựa trên thí nghiệm, thì giá trị mặc định bị tắt. "
-"Tuy nhiên, bạn có thể bật nó, hoặc bây giờ hoặc sau này, bằng tự sửa đổi </"
-"etc/default/lsh-server>."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr "Bạn có muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
Index: tags/2.0.4-dfsg-10/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-10/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-10/debian/po/templates.pot (nonexistent)
@@ -1,85 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2009-11-28 17:05+0100\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:1001
-msgid ""
-"The default port for lshd is 22. If you would like lshd to run on a "
-"different port, please specify the alternative port here. If you specify 22, "
-"you will need to manually disable any other ssh servers you have running on "
-"port 22, other than OpenSSH (from the `openssh-server' package). OpenSSH "
-"will be automatically disabled, if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid "Enable the sftp subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"If you want to use sftp with lsh, you will need this subsystem. Please bear "
-"in mind, that it's still experimental. Therefore the default is disabled "
-"but can be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL sftp support now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
Index: tags/2.0.4-dfsg-10/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-10/debian/control
===================================================================
--- tags/2.0.4-dfsg-10/debian/control (revision 157)
+++ tags/2.0.4-dfsg-10/debian/control (nonexistent)
@@ -1,88 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.3
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is GNU GPL'd implementation of the Secure Shell protocol version
- 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
- rlogin, rsh and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public & private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or ssh2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) client / server / utilities documentation
- lsh is GNU GPL'd implementation of the Secure Shell
- protocol version 2 (SSH2). The SSH (Secure SHell) protocol
- is a secure replacement for rlogin, rsh and rcp.
- .
- This package contains the lsh documentation, including info
- pages, manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-10/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-10/debian/compat
===================================================================
--- tags/2.0.4-dfsg-10/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-10/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.0.4-dfsg-10/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-10/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-10/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-10/debian
===================================================================
--- tags/2.0.4-dfsg-10/debian (revision 157)
+++ tags/2.0.4-dfsg-10/debian (nonexistent)
/tags/2.0.4-dfsg-10/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-3/debian/lsh-doc.info
===================================================================
--- tags/2.1-3/debian/lsh-doc.info (revision 157)
+++ tags/2.1-3/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-3/debian/compat
===================================================================
--- tags/2.1-3/debian/compat (revision 157)
+++ tags/2.1-3/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-3/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-3/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-3/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-3/debian/lsh-server.manpages
===================================================================
--- tags/2.1-3/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-3/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-3/debian/patches/series
===================================================================
--- tags/2.1-3/debian/patches/series (revision 157)
+++ tags/2.1-3/debian/patches/series (nonexistent)
@@ -1,4 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
Index: tags/2.1-3/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-3/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-3/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-3/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-3/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-3/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-3/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-3/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-3/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-3/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-3/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-3/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-3/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-3/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-3/debian/changelog
===================================================================
--- tags/2.1-3/debian/changelog (revision 157)
+++ tags/2.1-3/debian/changelog (nonexistent)
@@ -1,670 +0,0 @@
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-3/debian/lsh-server.templates
===================================================================
--- tags/2.1-3/debian/lsh-server.templates (revision 157)
+++ tags/2.1-3/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-3/debian/lsh-server.service
===================================================================
--- tags/2.1-3/debian/lsh-server.service (revision 157)
+++ tags/2.1-3/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target syslog.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-3/debian/lsh-utils.install
===================================================================
--- tags/2.1-3/debian/lsh-utils.install (revision 157)
+++ tags/2.1-3/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-3/debian/rules
===================================================================
--- tags/2.1-3/debian/rules (revision 157)
+++ tags/2.1-3/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-3/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-3/debian/lsh-client.manpages
===================================================================
--- tags/2.1-3/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-3/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-3/debian/lsh-server.config
===================================================================
--- tags/2.1-3/debian/lsh-server.config (revision 157)
+++ tags/2.1-3/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-3/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-3/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-3/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-3/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-3/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-3/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-3/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-3/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-3/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-3/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-3/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/mans/lcp.1
===================================================================
--- tags/2.1-3/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-3/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-3/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-3/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-3/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-3/debian/lsh-server.install
===================================================================
--- tags/2.1-3/debian/lsh-server.install (revision 157)
+++ tags/2.1-3/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-3/debian/source/lintian-overrides
===================================================================
--- tags/2.1-3/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-3/debian/source/lintian-overrides (nonexistent)
@@ -1,5 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
Index: tags/2.1-3/debian/source/format
===================================================================
--- tags/2.1-3/debian/source/format (revision 157)
+++ tags/2.1-3/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-3/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-3/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-3/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-3/debian/watch
===================================================================
--- tags/2.1-3/debian/watch (revision 157)
+++ tags/2.1-3/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-3/debian/lsh-client.install
===================================================================
--- tags/2.1-3/debian/lsh-client.install (revision 157)
+++ tags/2.1-3/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-3/debian/copyright
===================================================================
--- tags/2.1-3/debian/copyright (revision 157)
+++ tags/2.1-3/debian/copyright (nonexistent)
@@ -1,48 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff is an old IETF Internet draft written by Niels, and
-as such the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-3/debian/lsh-utils.docs
===================================================================
--- tags/2.1-3/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-3/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-3/debian/lsh-server.postinst
===================================================================
--- tags/2.1-3/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-3/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-3/debian/NEWS
===================================================================
--- tags/2.1-3/debian/NEWS (revision 157)
+++ tags/2.1-3/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-3/debian/lsh-server.postrm
===================================================================
--- tags/2.1-3/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-3/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-3/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-3/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-3/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-3/debian/lsh-server.init.d
===================================================================
--- tags/2.1-3/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-3/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-3/debian/README.Debian
===================================================================
--- tags/2.1-3/debian/README.Debian (revision 157)
+++ tags/2.1-3/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-3/debian/po/pl.po
===================================================================
--- tags/2.1-3/debian/po/pl.po (revision 157)
+++ tags/2.1-3/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-3/debian/po/nn.po
===================================================================
--- tags/2.1-3/debian/po/nn.po (revision 157)
+++ tags/2.1-3/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-3/debian/po/it.po
===================================================================
--- tags/2.1-3/debian/po/it.po (revision 157)
+++ tags/2.1-3/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-3/debian/po/sk.po
===================================================================
--- tags/2.1-3/debian/po/sk.po (revision 157)
+++ tags/2.1-3/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-3/debian/po/POTFILES.in
===================================================================
--- tags/2.1-3/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-3/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-3/debian/po/vi.po
===================================================================
--- tags/2.1-3/debian/po/vi.po (revision 157)
+++ tags/2.1-3/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-3/debian/po/templates.pot
===================================================================
--- tags/2.1-3/debian/po/templates.pot (revision 157)
+++ tags/2.1-3/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-3/debian/po/pt.po
===================================================================
--- tags/2.1-3/debian/po/pt.po (revision 157)
+++ tags/2.1-3/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-3/debian/po/da.po
===================================================================
--- tags/2.1-3/debian/po/da.po (revision 157)
+++ tags/2.1-3/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-3/debian/po/ru.po
===================================================================
--- tags/2.1-3/debian/po/ru.po (revision 157)
+++ tags/2.1-3/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-3/debian/po/sv.po
===================================================================
--- tags/2.1-3/debian/po/sv.po (revision 157)
+++ tags/2.1-3/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-3/debian/po/de.po
===================================================================
--- tags/2.1-3/debian/po/de.po (revision 157)
+++ tags/2.1-3/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-3/debian/po/ja.po
===================================================================
--- tags/2.1-3/debian/po/ja.po (revision 157)
+++ tags/2.1-3/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-3/debian/po/cs.po
===================================================================
--- tags/2.1-3/debian/po/cs.po (revision 157)
+++ tags/2.1-3/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-3/debian/po/fr.po
===================================================================
--- tags/2.1-3/debian/po/fr.po (revision 157)
+++ tags/2.1-3/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-3/debian/po/es.po
===================================================================
--- tags/2.1-3/debian/po/es.po (revision 157)
+++ tags/2.1-3/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-3/debian/po/nl.po
===================================================================
--- tags/2.1-3/debian/po/nl.po (revision 157)
+++ tags/2.1-3/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-3/debian/lsh-doc.docs
===================================================================
--- tags/2.1-3/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-3/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-3/debian/control
===================================================================
--- tags/2.1-3/debian/control (revision 157)
+++ tags/2.1-3/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.5
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-3/debian
===================================================================
--- tags/2.1-3/debian (revision 157)
+++ tags/2.1-3/debian (nonexistent)
/tags/2.1-3/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/lsh-doc.info
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-doc.info (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.0.4-dfsg-11/debian/compat
===================================================================
--- tags/2.0.4-dfsg-11/debian/compat (revision 157)
+++ tags/2.0.4-dfsg-11/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.0.4-dfsg-11/debian/lsh-doc.manpages
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-doc.manpages (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.0.4-dfsg-11/debian/lsh-server.manpages
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.manpages (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.0.4-dfsg-11/debian/patches/better-errmsg-when-dotlsh-missing.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/better-errmsg-when-dotlsh-missing.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/better-errmsg-when-dotlsh-missing.patch (nonexistent)
@@ -1,33 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Show the intended error message when no seed file exists
- (instead of one about a locking error)
-
-diff -urNad trunk~/src/unix_random.c trunk/src/unix_random.c
---- trunk~/src/unix_random.c 2006-01-23 18:47:10.000000000 +0100
-+++ trunk/src/unix_random.c 2008-06-24 22:29:29.000000000 +0200
-@@ -353,6 +353,15 @@
-
- yarrow256_init(&self->yarrow, RANDOM_NSOURCES, self->sources);
-
-+ if (access(lsh_get_cstring(seed_file_name), F_OK) < 0)
-+ {
-+ werror("No seed file. Please create one by running\n");
-+ werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+
-+ KILL(self);
-+ return NULL;
-+ }
-+
- verbose("Reading seed-file `%S'\n", seed_file_name);
-
- self->lock
-@@ -374,8 +383,7 @@
- self->seed_file_fd = open(lsh_get_cstring(seed_file_name), O_RDWR);
- if (self->seed_file_fd < 0)
- {
-- werror("No seed file. Please create one by running\n");
-- werror("lsh-make-seed -o \"%S\".\n", seed_file_name);
-+ werror("Could not open seed file \"%S\".\n", seed_file_name);
-
- KILL_RESOURCE(lock);
- KILL(self);
/tags/2.0.4-dfsg-11/debian/patches/better-errmsg-when-dotlsh-missing.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/patches/terminate-on-connection-failure.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/terminate-on-connection-failure.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/terminate-on-connection-failure.patch (nonexistent)
@@ -1,16 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Call exit() in lsh's default exception handler on EXC_IO_CONNECT
- Otherwise lsh won't terminate.
-
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/tags/2.0.4-dfsg-11/debian/patches/terminate-on-connection-failure.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/patches/nettle-2.0.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/nettle-2.0.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/nettle-2.0.patch (nonexistent)
@@ -1,238 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.0
-
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -71,7 +71,7 @@ do_crypt_arcfour(struct crypto_instance
- assert(!(length % 8));
-
- lsh_string_crypt(dst, di, src, si, length,
-- (nettle_crypt_func) arcfour_crypt, &self->ctx);
-+ (nettle_crypt_func*) arcfour_crypt, &self->ctx);
- }
-
- static struct crypto_instance *
-@@ -114,7 +114,7 @@ do_aes_cbc_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -128,7 +128,7 @@ do_aes_cbc_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) aes_decrypt,
-+ (nettle_crypt_func*) aes_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -185,7 +185,7 @@ do_aes_ctr_crypt(struct crypto_instance
-
- lsh_string_ctr_crypt(dst, di, src, si, length,
- AES_BLOCK_SIZE, self->ctx.ctr,
-- (nettle_crypt_func) aes_encrypt,
-+ (nettle_crypt_func*) aes_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -227,7 +227,7 @@ do_des3_encrypt(struct crypto_instance *
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_encrypt,
-+ (nettle_crypt_func*) des3_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -241,7 +241,7 @@ do_des3_decrypt(struct crypto_instance *
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- DES3_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) des3_decrypt,
-+ (nettle_crypt_func*) des3_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -303,7 +303,7 @@ do_cast128_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_encrypt,
-+ (nettle_crypt_func*) cast128_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -317,7 +317,7 @@ do_cast128_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- CAST128_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) cast128_decrypt,
-+ (nettle_crypt_func*) cast128_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -363,7 +363,7 @@ do_twofish_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_encrypt,
-+ (nettle_crypt_func*) twofish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -377,7 +377,7 @@ do_twofish_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- TWOFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) twofish_decrypt,
-+ (nettle_crypt_func*) twofish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -422,7 +422,7 @@ do_blowfish_encrypt(struct crypto_instan
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_encrypt,
-+ (nettle_crypt_func*) blowfish_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -436,7 +436,7 @@ do_blowfish_decrypt(struct crypto_instan
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- BLOWFISH_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) blowfish_decrypt,
-+ (nettle_crypt_func*) blowfish_decrypt,
- &self->ctx.ctx);
- }
-
-@@ -488,7 +488,7 @@ do_serpent_encrypt(struct crypto_instanc
-
- lsh_string_cbc_encrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_encrypt,
-+ (nettle_crypt_func*) serpent_encrypt,
- &self->ctx.ctx);
- }
-
-@@ -502,7 +502,7 @@ do_serpent_decrypt(struct crypto_instanc
-
- lsh_string_cbc_decrypt(dst, di, src, si, length,
- SERPENT_BLOCK_SIZE, self->ctx.iv,
-- (nettle_crypt_func) serpent_decrypt,
-+ (nettle_crypt_func*) serpent_decrypt,
- &self->ctx.ctx);
- }
-
---- a/src/lsh-make-seed.c
-+++ b/src/lsh-make-seed.c
-@@ -1219,6 +1219,7 @@ main(int argc, char **argv)
-
- struct yarrow256_ctx yarrow;
- struct yarrow_source sources[NSOURCES];
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-
-@@ -1371,7 +1372,8 @@ main(int argc, char **argv)
- }
- }
-
-- e = write_raw(fd, sizeof(yarrow.seed_file), yarrow.seed_file);
-+ yarrow256_random(&yarrow, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
---- a/src/unix_random.c
-+++ b/src/unix_random.c
-@@ -81,6 +81,7 @@ write_seed_file(struct yarrow256_ctx *ct
- int fd)
- {
- const struct exception *e;
-+ uint8_t seed[YARROW256_SEED_FILE_SIZE];
-
- if (lseek(fd, 0, SEEK_SET) < 0)
- {
-@@ -88,7 +89,8 @@ write_seed_file(struct yarrow256_ctx *ct
- return 0;
- }
-
-- e = write_raw(fd, YARROW256_SEED_FILE_SIZE, ctx->seed_file);
-+ yarrow256_random(ctx, sizeof(seed), seed);
-+ e = write_raw(fd, sizeof(seed), seed);
-
- if (e)
- {
-@@ -183,17 +185,19 @@ update_seed_file(struct unix_random *sel
- {
- struct lsh_string *s = read_seed_file(self->seed_file_fd);
-
-- write_seed_file(&self->yarrow, self->seed_file_fd);
-- KILL_RESOURCE(lock);
--
- /* Mix in the old seed file, it might have picked up
- * some randomness. */
- if (s)
- {
-+ self->yarrow.sources[RANDOM_SOURCE_NEW_SEED].next = YARROW_FAST;
- yarrow256_update(&self->yarrow, RANDOM_SOURCE_NEW_SEED,
- 0, STRING_LD(s));
- lsh_string_free(s);
-+ yarrow256_fast_reseed(&self->yarrow);
- }
-+
-+ write_seed_file(&self->yarrow, self->seed_file_fd);
-+ KILL_RESOURCE(lock);
- }
- }
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -113,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle -lhogweed @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -9,7 +9,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
-
- noinst_PROGRAMS = $(TS_PROGS)
-
--LDADD = testutils.o ../libspki.a -lnettle
-+LDADD = testutils.o ../libspki.a -lnettle -lhogweed
-
- include .dist_cdsa
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -6,7 +6,7 @@ noinst_PROGRAMS = spki-check-signature s
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- ../libspki.a -lnettle
-+ ../libspki.a -lnettle -lhogweed
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle -lhogweed \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
Index: tags/2.0.4-dfsg-11/debian/patches/nonettle.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/nonettle.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/nonettle.patch (nonexistent)
@@ -1,214 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -778,7 +778,6 @@ if test x$enable_ipv6 = xyes ; then
- fi
-
- AC_CONFIG_SUBDIRS(src/argp)
--AC_CONFIG_SUBDIRS(src/nettle)
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,15 +1,12 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync nettle scm sftp spki . testsuite
-+SUBDIRS = argp rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
-
- BUILT_SOURCES = environ.h
-
--# Kludge needed for finding the nettle/nettle-types.h file in the build tree
--AM_CPPFLAGS = -I./nettle
--
- SCHEME = $(SCHEME_PROGRAM) -l $(srcdir)/scm/$(SCHEME_NAME)-compat.scm
-
- EXTRA_PROGRAMS = lsh-krb-checkpw lsh-pam-checkpw srp-gen
-@@ -116,7 +113,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
-
- lsh_execuv_LDADD=
-
--LDADD = liblsh.a spki/libspki.a nettle/libnettle.a @LIBARGP@
-+LDADD = liblsh.a spki/libspki.a -lnettle @LIBARGP@
-
- # To avoid having to link lshg with nettle, link with dummy.o.
-
---- a/src/rsync/Makefile.am
-+++ b/src/rsync/Makefile.am
-@@ -3,10 +3,6 @@
- noinst_LIBRARIES = librsync.a
- noinst_HEADERS = rsync.h
-
--# Needed for finding the nettle include files in the source tree
--# and nettle-types.h in the build tree.
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- librsync_a_SOURCES = generate.c receive.c checksum.c send.c
-
-
---- a/src/sftp/Makefile.am
-+++ b/src/sftp/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . testsuite
-
--# Needed for finding nettle-types.h in the build tree.
--AM_CPPFLAGS = -I..
--
- AUTOMAKE_OPTIONS = foreign
-
- bin_PROGRAMS = lsftp
---- a/src/spki/Makefile.am
-+++ b/src/spki/Makefile.am
-@@ -1,8 +1,5 @@
- SUBDIRS = . tools testsuite
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(srcdir)/.. -I../nettle
--
- noinst_LIBRARIES = libspki.a
- # libspkiincludedir = $(includedir)/nettle
-
---- a/src/spki/testsuite/Makefile.am
-+++ b/src/spki/testsuite/Makefile.am
-@@ -1,8 +1,4 @@
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -O0 -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L../../nettle
--
- TS_PROGS = principal-test date-test tag-test read-acl-test \
- lookup-acl-test read-cert-test cdsa-reduce-test
-
---- a/src/spki/tools/Makefile.am
-+++ b/src/spki/tools/Makefile.am
-@@ -1,16 +1,12 @@
- noinst_PROGRAMS = spki-check-signature spki-make-signature \
- spki-delegate spki-reduce
-
--# FIXME: Create a link to nettle directory instead?
--AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/.. -I../../nettle
--AM_LDFLAGS = -L.. -L../../nettle/
--
- # libnettle.a and libspki.a are added at the end to make sure all
- # programs depend on it. It seems there's no DEPENDENCIES variable
- # that affects all programs.
-
- LDADD = misc.o getopt.o getopt1.o \
-- -lspki -lnettle ../libspki.a ../../nettle/libnettle.a
-+ ../libspki.a -lnettle
-
- spki_make_signature_SOURCES = spki-make-signature.c sign.c
- spki_delegate_SOURCES = spki-delegate.c sign.c
---- a/src/testsuite/Makefile.am
-+++ b/src/testsuite/Makefile.am
-@@ -3,7 +3,7 @@
- # -O0 is not recogniced on AIX
- # AM_CFLAGS = -O0
-
--AM_CPPFLAGS = -I$(srcdir)/.. -I.. -I../nettle
-+AM_CPPFLAGS = -I$(srcdir)/..
-
- TS_PROGS = arcfour-test aes-test blowfish-test cast128-test \
- des-test \
-@@ -34,7 +34,7 @@ noinst_PROGRAMS = $(TS_PROGS)
- # Workaround to get automake to keep dependencies for testutils.o
- EXTRA_PROGRAMS = testutils
-
--LDADD = testutils.o ../liblsh.a ../spki/libspki.a ../nettle/libnettle.a \
-+LDADD = testutils.o ../liblsh.a ../spki/libspki.a -lnettle \
- $(DOTDOT_LIBARGP)
-
- include .dist_rapid7
-@@ -59,6 +59,6 @@ all:
-
- # sexp-conv may be dynamically linked
- check: $(TS_ALL)
-- LD_LIBRARY_PATH="`pwd`/../nettle/.lib" srcdir=$(srcdir) \
-+ srcdir=$(srcdir) \
- $(srcdir)/run-tests $(TS_ALL)
-
---- a/src/spki/testsuite/check-signature-test
-+++ b/src/spki/testsuite/check-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
---- a/src/spki/testsuite/delegate-test
-+++ b/src/spki/testsuite/delegate-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -12,7 +12,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/spki/testsuite/make-signature-test
-+++ b/src/spki/testsuite/make-signature-test
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
- conv () {
-- echo "$1" | ../../nettle/tools/sexp-conv -s transport | tee test.in
-+ echo "$1" | sexp-conv -s transport | tee test.in
- }
-
- die () {
-@@ -10,7 +10,7 @@ die () {
- }
-
- echo foo | ../tools/spki-make-signature "$srcdir/key-1" \
-- | ../../nettle/tools/sexp-conv -s transport > test.in
-+ | sexp-conv -s transport > test.in
-
- echo foo | ../tools/spki-check-signature "`cat test.in`" \
- || die "Valid signature failed"
---- a/src/spki/testsuite/reduce-test
-+++ b/src/spki/testsuite/reduce-test
-@@ -3,7 +3,7 @@
- # Test case from Oscar Cánovas Reverte
-
- conv () {
-- ../../nettle/tools/sexp-conv -s transport
-+ sexp-conv -s transport
- }
-
- die () {
-@@ -14,7 +14,7 @@ die () {
- check_sexp () {
- file="$1"
- shift
-- ../../nettle/tools/sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
-+ sexp-conv -s canonical > test.canonical || die "sexp-conv failed"
- cmp "$file" test.canonical || die "$@"
- }
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -9,7 +9,7 @@ set -e
- : ${LSH_YARROW_SEED_FILE:="$TEST_HOME/.lsh/yarrow-seed-file"}
-
- # For lsh-authorize
--: ${SEXP_CONV:="`pwd`/../nettle/tools/sexp-conv"}
-+: ${SEXP_CONV:="sexp-conv"}
-
- export LSH_YARROW_SEED_FILE SEXP_CONV
-
Index: tags/2.0.4-dfsg-11/debian/patches/blacklist.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/blacklist.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -189,6 +189,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -199,6 +207,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.0.4-dfsg-11/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/patches/nettle-2.1.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/nettle-2.1.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/nettle-2.1.patch (nonexistent)
@@ -1,133 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Adapt to Nettle 2.1
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -75,11 +75,11 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_signature_init(&rs);
-
- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-- RSA_KEYSIZE_LIMIT, &key->sexp)
-+ RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
-- && dsa_signature_from_sexp(&rs, &signature->sexp)
-+ && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
- && spki_parse_type(signature)
-- && dsa_verify_digest(&dsa, digest, &rs));
-+ && dsa_sha1_verify_digest(&dsa, digest, &rs));
-
- dsa_signature_clear(&rs);
- dsa_public_key_clear(&dsa);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -118,7 +118,7 @@ do_dsa_verify(struct verifier *c, int al
- && (atom == ATOM_SSH_DSS)
- && parse_string(&buffer, &buf_length, &buf)
- && !(buf_length % 2)
-- && (buf_length <= (2 * DSA_Q_OCTETS))
-+ && (buf_length <= (2 * DSA_SHA1_Q_OCTETS))
- && parse_eod(&buffer)))
- goto fail;
-
-@@ -143,8 +143,8 @@ do_dsa_verify(struct verifier *c, int al
- if (! (sexp_iterator_first(&i, signature_length, signature_data)
- && sexp_iterator_enter_list(&i)
- && sexp_iterator_assoc(&i, 2, names, values)
-- && nettle_mpz_set_sexp(sv.r, DSA_Q_BITS, &values[0])
-- && nettle_mpz_set_sexp(sv.s, DSA_Q_BITS, &values[1])) )
-+ && nettle_mpz_set_sexp(sv.r, DSA_SHA1_Q_BITS, &values[0])
-+ && nettle_mpz_set_sexp(sv.s, DSA_SHA1_Q_BITS, &values[1])) )
- goto fail;
-
- break;
-@@ -156,7 +156,7 @@ do_dsa_verify(struct verifier *c, int al
- sha1_init(&hash);
- sha1_update(&hash, length, msg);
-
-- res = dsa_verify(&self->key, &hash, &sv);
-+ res = dsa_sha1_verify(&self->key, &hash, &sv);
- fail:
-
- dsa_signature_clear(&sv);
-@@ -212,7 +212,7 @@ parse_ssh_dss_public(struct simple_buffe
-
- if (parse_bignum(buffer, res->key.p, DSA_MAX_OCTETS)
- && (mpz_sgn(res->key.p) == 1)
-- && parse_bignum(buffer, res->key.q, DSA_Q_OCTETS)
-+ && parse_bignum(buffer, res->key.q, DSA_SHA1_Q_OCTETS)
- && (mpz_sgn(res->key.q) == 1)
- && (mpz_cmp(res->key.q, res->key.p) < 0) /* q < p */
- && parse_bignum(buffer, res->key.g, DSA_MAX_OCTETS)
-@@ -269,7 +269,7 @@ do_dsa_sign(struct signer *c,
- dsa_signature_init(&sv);
- sha1_init(&hash);
- sha1_update(&hash, msg_length, msg);
-- dsa_sign(&self->verifier->key, &self->key,
-+ dsa_sha1_sign(&self->verifier->key, &self->key,
- self->random, lsh_random, &hash, &sv);
-
- debug("do_dsa_sign: r = %xn, s = %xn\n", sv.r, sv.s);
-@@ -323,7 +323,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -342,7 +342,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, i))
-+ if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -251,10 +251,6 @@ make_des3_cbc_instance(struct crypto_alg
- const uint8_t *key, const uint8_t *iv)
- {
- NEW(des3_instance, self);
-- uint8_t pkey[DES3_KEY_SIZE];
--
-- /* Fix odd parity */
-- des_fix_parity(DES3_KEY_SIZE, pkey, key);
-
- self->super.block_size = DES3_BLOCK_SIZE;
- self->super.crypt = ( (mode == CRYPTO_ENCRYPT)
-@@ -263,19 +259,13 @@ make_des3_cbc_instance(struct crypto_alg
-
- CBC_SET_IV(&self->ctx, iv);
-
-- if (des3_set_key(&self->ctx.ctx, pkey))
-+ if (des3_set_key(&self->ctx.ctx, key))
- return(&self->super);
--
-- switch(self->ctx.ctx.status)
-+ else
- {
-- case DES_BAD_PARITY:
-- fatal("Internal error! Bad parity in make_des3_instance.\n");
-- case DES_WEAK_KEY:
- werror("Detected weak DES key.\n");
- KILL(self);
- return NULL;
-- default:
-- fatal("Internal error!\n");
- }
- }
-
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -217,7 +217,7 @@ dsa_generate_key(struct randomness *r, u
- if (dsa_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
-- 512 + 64 * level))
-+ 512 + 64 * level, DSA_SHA1_Q_BITS))
- {
- key =
- lsh_string_format_sexp(0,
Index: tags/2.0.4-dfsg-11/debian/patches/testsuite-mini-inetd-localhost.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/testsuite-mini-inetd-localhost.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/testsuite-mini-inetd-localhost.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Tell mini-inetd to bind to 127.0.0.1 instead of "localhost".
- When told to bind to "localhost", mini-inetd seems to bind to 255.255.255.255.
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/testsuite/functions.sh
-+++ b/src/testsuite/functions.sh
-@@ -155,7 +155,7 @@ spawn_lshg () {
- # at_connect local-port max-connections shell-command
- at_connect () {
- # sleep 1 # Allow some time for earlier processes to die
-- mini-inetd -m $2 -- localhost:$1 /bin/sh sh -c "$3" &
-+ mini-inetd -m $2 -- 127.0.0.1:$1 /bin/sh sh -c "$3" &
- at_exit "kill $!"
- }
-
Index: tags/2.0.4-dfsg-11/debian/patches/series
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/series (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/series (nonexistent)
@@ -1,10 +0,0 @@
-nonettle.patch
-sftp-server-mansection.patch
-better-errmsg-when-dotlsh-missing.patch
-nettle-2.0.patch
-nettle-2.1.patch
-blacklist.patch
-terminate-on-connection-failure.patch
-ipv6-v6only.patch
-testsuite-mini-inetd-localhost.patch
-serpent-byteorder.patch
Index: tags/2.0.4-dfsg-11/debian/patches/serpent-byteorder.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/serpent-byteorder.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/serpent-byteorder.patch (nonexistent)
@@ -1,31 +0,0 @@
-Author: Niels Möller <nisse@lysator.liu.se>
-Description: Correct Serpent test case that depended on broken Serpent implementation in Nettle < 2.2
-Origin: upstream, http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/src/testsuite/serpent-test.c?root=lsh&r1=1.1&r2=1.2
-
-===================================================================
-RCS file: /cvsroot/lsh/lsh/src/testsuite/serpent-test.c,v
-retrieving revision 1.1
-retrieving revision 1.2
-diff -u -r1.1 -r1.2
---- lsh/src/testsuite/serpent-test.c 2002/03/05 11:55:41 1.1
-+++ lsh/src/testsuite/serpent-test.c 2011/05/02 12:54:26 1.2
-@@ -1,5 +1,8 @@
- #include "testutils.h"
-
-+/* Note: In Nettle up to version 2.1, the serpent implementation did
-+ some broken byte reversal on input and output. This testcase will
-+ fail with old versions of nettle. */
- int
- test_main(void)
- {
-@@ -8,8 +11,8 @@
- "0011223344556677 8899AABBCCDDEEFF"),
- H("0000000000000000 0000000000000000"
- "1111111111111111 1111111111111111"),
-- H("687a151886b6dc16 8d2b667c3b8d5226"
-- "e63a6c8b3009859c 8ee559565befb77e"),
-+ H("c170ed586cfda8fe 084f01ef04475883"
-+ "b9eb25819813023f 2938e97bdf4597c8"),
- H("0011223344556677 8899AABBCCDDEEFF"));
- SUCCESS();
- }
Index: tags/2.0.4-dfsg-11/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,16 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.0.4-dfsg-11/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/patches/ipv6-v6only.patch
===================================================================
--- tags/2.0.4-dfsg-11/debian/patches/ipv6-v6only.patch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/patches/ipv6-v6only.patch (nonexistent)
@@ -1,22 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Set the IPV6_V6ONLY socket option on AF_INET6 sockets
- Since lshd by default enumerates available address families and calls
- bind() once for each, conflicts will occur otherwise.
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/io.c trunk/src/io.c
---- trunk~/src/io.c 2006-01-23 18:49:58.000000000 +0100
-+++ trunk/src/io.c 2010-07-27 02:17:04.000000000 +0200
-@@ -1690,6 +1690,13 @@
- {
- int yes = 1;
- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char*)&yes, sizeof yes);
-+#if WITH_IPV6 && defined (IPV6_V6ONLY)
-+ if (local->sa_family == AF_INET6)
-+ {
-+ if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0)
-+ werror("setsockopt IPV6_V6ONLY failed: %e.\n", errno);
-+ }
-+#endif
- }
-
- if (bind(s, local, length) < 0)
/tags/2.0.4-dfsg-11/debian/patches/ipv6-v6only.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/changelog
===================================================================
--- tags/2.0.4-dfsg-11/debian/changelog (revision 157)
+++ tags/2.0.4-dfsg-11/debian/changelog (nonexistent)
@@ -1,631 +0,0 @@
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.0.4-dfsg-11/debian/lsh-server.templates
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.templates (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.0.4-dfsg-11/debian/lsh-utils.install
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-utils.install (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.0.4-dfsg-11/debian/rules
===================================================================
--- tags/2.0.4-dfsg-11/debian/rules (revision 157)
+++ tags/2.0.4-dfsg-11/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
- [ -d src/nettle -a ! -d src/nettle-dontuse ] || mv src/nettle-dontuse src/nettle
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_installinit -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.0.4-dfsg-11/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.4-dfsg-11/debian/lsh-client.manpages
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-client.manpages (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.0.4-dfsg-11/debian/lsh-server.config
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.config (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.0.4-dfsg-11/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/mans/srp-gen.1
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/mans/lcp.1
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lcp.1 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.0.4-dfsg-11/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.0.4-dfsg-11/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.0.4-dfsg-11/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.0.4-dfsg-11/debian/lsh-server.install
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.install (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.0.4-dfsg-11/debian/source/format
===================================================================
--- tags/2.0.4-dfsg-11/debian/source/format (revision 157)
+++ tags/2.0.4-dfsg-11/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.0.4-dfsg-11/debian/lsh-doc.doc-base
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.0.4-dfsg-11/debian/watch
===================================================================
--- tags/2.0.4-dfsg-11/debian/watch (revision 157)
+++ tags/2.0.4-dfsg-11/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/-dfsg$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: tags/2.0.4-dfsg-11/debian/lsh-client.install
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-client.install (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.0.4-dfsg-11/debian/copyright
===================================================================
--- tags/2.0.4-dfsg-11/debian/copyright (revision 157)
+++ tags/2.0.4-dfsg-11/debian/copyright (nonexistent)
@@ -1,45 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-The original upstream tarball has been repacked because it bundles
-Nettle 1.14 (actually a snapshot between 1.14 and 1.15), which
-contains a non-free RFC.
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-The Debian patch debian/patches/blacklist.dpatch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.0.4-dfsg-11/debian/lsh-utils.docs
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-utils.docs (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.0.4-dfsg-11/debian/lsh-server.postinst
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.postinst (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.postinst (nonexistent)
@@ -1,168 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-11/debian/NEWS
===================================================================
--- tags/2.0.4-dfsg-11/debian/NEWS (revision 157)
+++ tags/2.0.4-dfsg-11/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.0.4-dfsg-11/debian/lsh-server.postrm
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.postrm (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.0.4-dfsg-11/debian/lsh-server.init.d
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-server.init.d (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.0.4-dfsg-11/debian/lsh-utils.manpages
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-utils.manpages (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.0.4-dfsg-11/debian/README.Debian
===================================================================
--- tags/2.0.4-dfsg-11/debian/README.Debian (revision 157)
+++ tags/2.0.4-dfsg-11/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.0.4-dfsg-11/debian/po/nl.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/nl.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/nl.po (nonexistent)
@@ -1,120 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1cdbs-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:39+0200\n"
-"Last-Translator: Luk Claes <luk@debian.org>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-#| msgid ""
-#| "The default port for lshd is 22. If you would like lshd to run on a "
-#| "different port, please specify the alternative port here. If you specify "
-#| "22, you will need to manually disable any other ssh servers you have "
-#| "running on port 22, other than OpenSSH (from the `openssh-server' "
-#| "package). OpenSSH will be automatically disabled, if you choose 22 here."
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitschakelen. OpenSSH zal "
-"automatisch uigeschakeld worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanschakelen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please choose whether you want to use the EXPERIMENTAL SFTP support now."
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If you want to use SFTP with lsh, you will need this subsystem. Please "
-#| "bear in mind, that it's still experimental. Therefore the default is "
-#| "disabled but can be enabled now or later by manually changing /etc/"
-#| "default/lsh-server."
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Als u SFTP wilt gebruiken met lsh, dan zal u dit subsysteem nodig hebben. "
-"Merk echter op dat het nog altijd experimenteel is. Daarom wordt het "
-"standaard uitgeschakeld, maar kan het nu of later worden aangeschakeld door /"
-"etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel aangemaakt "
-"om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.0.4-dfsg-11/debian/po/pl.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/pl.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.0.4-dfsg-11/debian/po/nn.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/nn.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.0.4-dfsg-11/debian/po/it.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/it.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/sk.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/sk.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/POTFILES.in
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/POTFILES.in (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.0.4-dfsg-11/debian/po/vi.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/vi.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/templates.pot
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/templates.pot (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.0.4-dfsg-11/debian/po/pt.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/pt.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/da.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/da.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.0.4-dfsg-11/debian/po/ru.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/ru.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/sv.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/sv.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/de.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/de.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.0.4-dfsg-11/debian/po/ja.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/ja.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.0.4-dfsg-11/debian/po/cs.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/cs.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.0.4-dfsg-11/debian/po/fr.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/fr.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.0.4-dfsg-11/debian/po/es.po
===================================================================
--- tags/2.0.4-dfsg-11/debian/po/es.po (revision 157)
+++ tags/2.0.4-dfsg-11/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.0.4-dfsg-11/debian/lsh-doc.docs
===================================================================
--- tags/2.0.4-dfsg-11/debian/lsh-doc.docs (revision 157)
+++ tags/2.0.4-dfsg-11/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.0.4-dfsg-11/debian/control
===================================================================
--- tags/2.0.4-dfsg-11/debian/control (revision 157)
+++ tags/2.0.4-dfsg-11/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.3
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.0.4-dfsg-11/debian
===================================================================
--- tags/2.0.4-dfsg-11/debian (revision 157)
+++ tags/2.0.4-dfsg-11/debian (nonexistent)
/tags/2.0.4-dfsg-11/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-4/debian/lsh-server.postrm
===================================================================
--- tags/2.1-4/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-4/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-4/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-4/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-4/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-4/debian/lsh-server.init.d
===================================================================
--- tags/2.1-4/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-4/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-4/debian/README.Debian
===================================================================
--- tags/2.1-4/debian/README.Debian (revision 157)
+++ tags/2.1-4/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-4/debian/po/cs.po
===================================================================
--- tags/2.1-4/debian/po/cs.po (revision 157)
+++ tags/2.1-4/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-4/debian/po/fr.po
===================================================================
--- tags/2.1-4/debian/po/fr.po (revision 157)
+++ tags/2.1-4/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-4/debian/po/es.po
===================================================================
--- tags/2.1-4/debian/po/es.po (revision 157)
+++ tags/2.1-4/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-4/debian/po/nl.po
===================================================================
--- tags/2.1-4/debian/po/nl.po (revision 157)
+++ tags/2.1-4/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-4/debian/po/pl.po
===================================================================
--- tags/2.1-4/debian/po/pl.po (revision 157)
+++ tags/2.1-4/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-4/debian/po/nn.po
===================================================================
--- tags/2.1-4/debian/po/nn.po (revision 157)
+++ tags/2.1-4/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-4/debian/po/it.po
===================================================================
--- tags/2.1-4/debian/po/it.po (revision 157)
+++ tags/2.1-4/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-4/debian/po/sk.po
===================================================================
--- tags/2.1-4/debian/po/sk.po (revision 157)
+++ tags/2.1-4/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-4/debian/po/POTFILES.in
===================================================================
--- tags/2.1-4/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-4/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-4/debian/po/vi.po
===================================================================
--- tags/2.1-4/debian/po/vi.po (revision 157)
+++ tags/2.1-4/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-4/debian/po/templates.pot
===================================================================
--- tags/2.1-4/debian/po/templates.pot (revision 157)
+++ tags/2.1-4/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-4/debian/po/pt.po
===================================================================
--- tags/2.1-4/debian/po/pt.po (revision 157)
+++ tags/2.1-4/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-4/debian/po/da.po
===================================================================
--- tags/2.1-4/debian/po/da.po (revision 157)
+++ tags/2.1-4/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-4/debian/po/ru.po
===================================================================
--- tags/2.1-4/debian/po/ru.po (revision 157)
+++ tags/2.1-4/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-4/debian/po/sv.po
===================================================================
--- tags/2.1-4/debian/po/sv.po (revision 157)
+++ tags/2.1-4/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-4/debian/po/de.po
===================================================================
--- tags/2.1-4/debian/po/de.po (revision 157)
+++ tags/2.1-4/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-4/debian/po/ja.po
===================================================================
--- tags/2.1-4/debian/po/ja.po (revision 157)
+++ tags/2.1-4/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-4/debian/lsh-doc.docs
===================================================================
--- tags/2.1-4/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-4/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-4/debian/control
===================================================================
--- tags/2.1-4/debian/control (revision 157)
+++ tags/2.1-4/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.5
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-4/debian/lsh-doc.info
===================================================================
--- tags/2.1-4/debian/lsh-doc.info (revision 157)
+++ tags/2.1-4/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-4/debian/compat
===================================================================
--- tags/2.1-4/debian/compat (revision 157)
+++ tags/2.1-4/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-4/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-4/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-4/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-4/debian/lsh-server.manpages
===================================================================
--- tags/2.1-4/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-4/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-4/debian/patches/series
===================================================================
--- tags/2.1-4/debian/patches/series (revision 157)
+++ tags/2.1-4/debian/patches/series (nonexistent)
@@ -1,4 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
Index: tags/2.1-4/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-4/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-4/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-4/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-4/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-4/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-4/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-4/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-4/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-4/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-4/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-4/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-4/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-4/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-4/debian/changelog
===================================================================
--- tags/2.1-4/debian/changelog (revision 157)
+++ tags/2.1-4/debian/changelog (nonexistent)
@@ -1,683 +0,0 @@
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-4/debian/lsh-server.templates
===================================================================
--- tags/2.1-4/debian/lsh-server.templates (revision 157)
+++ tags/2.1-4/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-4/debian/lsh-server.service
===================================================================
--- tags/2.1-4/debian/lsh-server.service (revision 157)
+++ tags/2.1-4/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-4/debian/lsh-utils.install
===================================================================
--- tags/2.1-4/debian/lsh-utils.install (revision 157)
+++ tags/2.1-4/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-4/debian/rules
===================================================================
--- tags/2.1-4/debian/rules (revision 157)
+++ tags/2.1-4/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-4/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-4/debian/lsh-client.manpages
===================================================================
--- tags/2.1-4/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-4/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-4/debian/lsh-server.config
===================================================================
--- tags/2.1-4/debian/lsh-server.config (revision 157)
+++ tags/2.1-4/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-4/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-4/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-4/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-4/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-4/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-4/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-4/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-4/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-4/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-4/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-4/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/mans/lcp.1
===================================================================
--- tags/2.1-4/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-4/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-4/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-4/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-4/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-4/debian/lsh-server.install
===================================================================
--- tags/2.1-4/debian/lsh-server.install (revision 157)
+++ tags/2.1-4/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-4/debian/source/lintian-overrides
===================================================================
--- tags/2.1-4/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-4/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-4/debian/source/format
===================================================================
--- tags/2.1-4/debian/source/format (revision 157)
+++ tags/2.1-4/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-4/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-4/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-4/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-4/debian/watch
===================================================================
--- tags/2.1-4/debian/watch (revision 157)
+++ tags/2.1-4/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-4/debian/lsh-client.install
===================================================================
--- tags/2.1-4/debian/lsh-client.install (revision 157)
+++ tags/2.1-4/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-4/debian/copyright
===================================================================
--- tags/2.1-4/debian/copyright (revision 157)
+++ tags/2.1-4/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-4/debian/lsh-utils.docs
===================================================================
--- tags/2.1-4/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-4/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-4/debian/lsh-server.postinst
===================================================================
--- tags/2.1-4/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-4/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-4/debian/NEWS
===================================================================
--- tags/2.1-4/debian/NEWS (revision 157)
+++ tags/2.1-4/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-4/debian
===================================================================
--- tags/2.1-4/debian (revision 157)
+++ tags/2.1-4/debian (nonexistent)
/tags/2.1-4/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-5/debian/lsh-doc.docs
===================================================================
--- tags/2.1-5/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-5/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-5/debian/control
===================================================================
--- tags/2.1-5/debian/control (revision 157)
+++ tags/2.1-5/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.6
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
- texinfo (>= 4.2), heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-5/debian/lsh-doc.info
===================================================================
--- tags/2.1-5/debian/lsh-doc.info (revision 157)
+++ tags/2.1-5/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-5/debian/compat
===================================================================
--- tags/2.1-5/debian/compat (revision 157)
+++ tags/2.1-5/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-5/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-5/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-5/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-5/debian/lsh-server.manpages
===================================================================
--- tags/2.1-5/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-5/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-5/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-5/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-5/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-5/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-5/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-5/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-5/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-5/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-5/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-5/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-5/debian/patches/series
===================================================================
--- tags/2.1-5/debian/patches/series (revision 157)
+++ tags/2.1-5/debian/patches/series (nonexistent)
@@ -1,5 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
Index: tags/2.1-5/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-5/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-5/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-5/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-5/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-5/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-5/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-5/debian/changelog
===================================================================
--- tags/2.1-5/debian/changelog (revision 157)
+++ tags/2.1-5/debian/changelog (nonexistent)
@@ -1,690 +0,0 @@
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-5/debian/lsh-server.templates
===================================================================
--- tags/2.1-5/debian/lsh-server.templates (revision 157)
+++ tags/2.1-5/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-5/debian/lsh-server.service
===================================================================
--- tags/2.1-5/debian/lsh-server.service (revision 157)
+++ tags/2.1-5/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-5/debian/lsh-utils.install
===================================================================
--- tags/2.1-5/debian/lsh-utils.install (revision 157)
+++ tags/2.1-5/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-5/debian/rules
===================================================================
--- tags/2.1-5/debian/rules (revision 157)
+++ tags/2.1-5/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-5/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-5/debian/lsh-client.manpages
===================================================================
--- tags/2.1-5/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-5/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-5/debian/lsh-server.config
===================================================================
--- tags/2.1-5/debian/lsh-server.config (revision 157)
+++ tags/2.1-5/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-5/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-5/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-5/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-5/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-5/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-5/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-5/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-5/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-5/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-5/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-5/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/mans/lcp.1
===================================================================
--- tags/2.1-5/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-5/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-5/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-5/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-5/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-5/debian/lsh-server.install
===================================================================
--- tags/2.1-5/debian/lsh-server.install (revision 157)
+++ tags/2.1-5/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-5/debian/source/lintian-overrides
===================================================================
--- tags/2.1-5/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-5/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-5/debian/source/format
===================================================================
--- tags/2.1-5/debian/source/format (revision 157)
+++ tags/2.1-5/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-5/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-5/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-5/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-5/debian/watch
===================================================================
--- tags/2.1-5/debian/watch (revision 157)
+++ tags/2.1-5/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-5/debian/lsh-client.install
===================================================================
--- tags/2.1-5/debian/lsh-client.install (revision 157)
+++ tags/2.1-5/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-5/debian/copyright
===================================================================
--- tags/2.1-5/debian/copyright (revision 157)
+++ tags/2.1-5/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-5/debian/lsh-utils.docs
===================================================================
--- tags/2.1-5/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-5/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-5/debian/lsh-server.postinst
===================================================================
--- tags/2.1-5/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-5/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-5/debian/NEWS
===================================================================
--- tags/2.1-5/debian/NEWS (revision 157)
+++ tags/2.1-5/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-5/debian/lsh-server.postrm
===================================================================
--- tags/2.1-5/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-5/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-5/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-5/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-5/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-5/debian/lsh-server.init.d
===================================================================
--- tags/2.1-5/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-5/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-5/debian/README.Debian
===================================================================
--- tags/2.1-5/debian/README.Debian (revision 157)
+++ tags/2.1-5/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-5/debian/po/cs.po
===================================================================
--- tags/2.1-5/debian/po/cs.po (revision 157)
+++ tags/2.1-5/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-5/debian/po/fr.po
===================================================================
--- tags/2.1-5/debian/po/fr.po (revision 157)
+++ tags/2.1-5/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-5/debian/po/es.po
===================================================================
--- tags/2.1-5/debian/po/es.po (revision 157)
+++ tags/2.1-5/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-5/debian/po/nl.po
===================================================================
--- tags/2.1-5/debian/po/nl.po (revision 157)
+++ tags/2.1-5/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-5/debian/po/pl.po
===================================================================
--- tags/2.1-5/debian/po/pl.po (revision 157)
+++ tags/2.1-5/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-5/debian/po/nn.po
===================================================================
--- tags/2.1-5/debian/po/nn.po (revision 157)
+++ tags/2.1-5/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-5/debian/po/it.po
===================================================================
--- tags/2.1-5/debian/po/it.po (revision 157)
+++ tags/2.1-5/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-5/debian/po/sk.po
===================================================================
--- tags/2.1-5/debian/po/sk.po (revision 157)
+++ tags/2.1-5/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-5/debian/po/POTFILES.in
===================================================================
--- tags/2.1-5/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-5/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-5/debian/po/vi.po
===================================================================
--- tags/2.1-5/debian/po/vi.po (revision 157)
+++ tags/2.1-5/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-5/debian/po/templates.pot
===================================================================
--- tags/2.1-5/debian/po/templates.pot (revision 157)
+++ tags/2.1-5/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-5/debian/po/pt.po
===================================================================
--- tags/2.1-5/debian/po/pt.po (revision 157)
+++ tags/2.1-5/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-5/debian/po/da.po
===================================================================
--- tags/2.1-5/debian/po/da.po (revision 157)
+++ tags/2.1-5/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-5/debian/po/ru.po
===================================================================
--- tags/2.1-5/debian/po/ru.po (revision 157)
+++ tags/2.1-5/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-5/debian/po/sv.po
===================================================================
--- tags/2.1-5/debian/po/sv.po (revision 157)
+++ tags/2.1-5/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-5/debian/po/de.po
===================================================================
--- tags/2.1-5/debian/po/de.po (revision 157)
+++ tags/2.1-5/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-5/debian/po/ja.po
===================================================================
--- tags/2.1-5/debian/po/ja.po (revision 157)
+++ tags/2.1-5/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-5/debian
===================================================================
--- tags/2.1-5/debian (revision 157)
+++ tags/2.1-5/debian (nonexistent)
/tags/2.1-5/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-6/debian/lsh-server.service
===================================================================
--- tags/2.1-6/debian/lsh-server.service (revision 157)
+++ tags/2.1-6/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-6/debian/lsh-utils.install
===================================================================
--- tags/2.1-6/debian/lsh-utils.install (revision 157)
+++ tags/2.1-6/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-6/debian/rules
===================================================================
--- tags/2.1-6/debian/rules (revision 157)
+++ tags/2.1-6/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-6/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-6/debian/lsh-client.manpages
===================================================================
--- tags/2.1-6/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-6/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-6/debian/lsh-server.config
===================================================================
--- tags/2.1-6/debian/lsh-server.config (revision 157)
+++ tags/2.1-6/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-6/debian/mans/lcp.1
===================================================================
--- tags/2.1-6/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-6/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-6/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-6/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-6/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-6/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-6/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-6/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-6/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-6/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-6/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-6/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-6/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-6/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-6/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-6/debian/lsh-server.install
===================================================================
--- tags/2.1-6/debian/lsh-server.install (revision 157)
+++ tags/2.1-6/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-6/debian/source/format
===================================================================
--- tags/2.1-6/debian/source/format (revision 157)
+++ tags/2.1-6/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-6/debian/source/lintian-overrides
===================================================================
--- tags/2.1-6/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-6/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-6/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-6/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-6/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-6/debian/watch
===================================================================
--- tags/2.1-6/debian/watch (revision 157)
+++ tags/2.1-6/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-6/debian/lsh-client.install
===================================================================
--- tags/2.1-6/debian/lsh-client.install (revision 157)
+++ tags/2.1-6/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-6/debian/copyright
===================================================================
--- tags/2.1-6/debian/copyright (revision 157)
+++ tags/2.1-6/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-6/debian/lsh-utils.docs
===================================================================
--- tags/2.1-6/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-6/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-6/debian/lsh-server.postinst
===================================================================
--- tags/2.1-6/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-6/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-6/debian/NEWS
===================================================================
--- tags/2.1-6/debian/NEWS (revision 157)
+++ tags/2.1-6/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-6/debian/lsh-server.postrm
===================================================================
--- tags/2.1-6/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-6/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-6/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-6/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-6/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-6/debian/lsh-server.init.d
===================================================================
--- tags/2.1-6/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-6/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-6/debian/README.Debian
===================================================================
--- tags/2.1-6/debian/README.Debian (revision 157)
+++ tags/2.1-6/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-6/debian/po/templates.pot
===================================================================
--- tags/2.1-6/debian/po/templates.pot (revision 157)
+++ tags/2.1-6/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-6/debian/po/pt.po
===================================================================
--- tags/2.1-6/debian/po/pt.po (revision 157)
+++ tags/2.1-6/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-6/debian/po/da.po
===================================================================
--- tags/2.1-6/debian/po/da.po (revision 157)
+++ tags/2.1-6/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-6/debian/po/ru.po
===================================================================
--- tags/2.1-6/debian/po/ru.po (revision 157)
+++ tags/2.1-6/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-6/debian/po/sv.po
===================================================================
--- tags/2.1-6/debian/po/sv.po (revision 157)
+++ tags/2.1-6/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-6/debian/po/de.po
===================================================================
--- tags/2.1-6/debian/po/de.po (revision 157)
+++ tags/2.1-6/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-6/debian/po/ja.po
===================================================================
--- tags/2.1-6/debian/po/ja.po (revision 157)
+++ tags/2.1-6/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-6/debian/po/cs.po
===================================================================
--- tags/2.1-6/debian/po/cs.po (revision 157)
+++ tags/2.1-6/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-6/debian/po/fr.po
===================================================================
--- tags/2.1-6/debian/po/fr.po (revision 157)
+++ tags/2.1-6/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-6/debian/po/es.po
===================================================================
--- tags/2.1-6/debian/po/es.po (revision 157)
+++ tags/2.1-6/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-6/debian/po/nl.po
===================================================================
--- tags/2.1-6/debian/po/nl.po (revision 157)
+++ tags/2.1-6/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-6/debian/po/pl.po
===================================================================
--- tags/2.1-6/debian/po/pl.po (revision 157)
+++ tags/2.1-6/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-6/debian/po/nn.po
===================================================================
--- tags/2.1-6/debian/po/nn.po (revision 157)
+++ tags/2.1-6/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-6/debian/po/it.po
===================================================================
--- tags/2.1-6/debian/po/it.po (revision 157)
+++ tags/2.1-6/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-6/debian/po/sk.po
===================================================================
--- tags/2.1-6/debian/po/sk.po (revision 157)
+++ tags/2.1-6/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-6/debian/po/POTFILES.in
===================================================================
--- tags/2.1-6/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-6/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-6/debian/po/vi.po
===================================================================
--- tags/2.1-6/debian/po/vi.po (revision 157)
+++ tags/2.1-6/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-6/debian/lsh-doc.docs
===================================================================
--- tags/2.1-6/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-6/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-6/debian/control
===================================================================
--- tags/2.1-6/debian/control (revision 157)
+++ tags/2.1-6/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.6
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.0~), nettle-bin,
- texinfo (>= 4.2), heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-6/debian/lsh-doc.info
===================================================================
--- tags/2.1-6/debian/lsh-doc.info (revision 157)
+++ tags/2.1-6/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-6/debian/compat
===================================================================
--- tags/2.1-6/debian/compat (revision 157)
+++ tags/2.1-6/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-6/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-6/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-6/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-6/debian/lsh-server.manpages
===================================================================
--- tags/2.1-6/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-6/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-6/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-6/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-6/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-6/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-6/debian/patches/series
===================================================================
--- tags/2.1-6/debian/patches/series (revision 157)
+++ tags/2.1-6/debian/patches/series (nonexistent)
@@ -1,7 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
Index: tags/2.1-6/debian/patches/skip-argp.patch
===================================================================
--- tags/2.1-6/debian/patches/skip-argp.patch (revision 157)
+++ tags/2.1-6/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: tags/2.1-6/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-6/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-6/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-6/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-6/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-6/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-6/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-6/debian/patches/nettle3.patch
===================================================================
--- tags/2.1-6/debian/patches/nettle3.patch (revision 157)
+++ tags/2.1-6/debian/patches/nettle3.patch (nonexistent)
@@ -1,214 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_public_key *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
Index: tags/2.1-6/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-6/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-6/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-6/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-6/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-6/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-6/debian/changelog
===================================================================
--- tags/2.1-6/debian/changelog (revision 157)
+++ tags/2.1-6/debian/changelog (nonexistent)
@@ -1,701 +0,0 @@
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-6/debian/lsh-server.templates
===================================================================
--- tags/2.1-6/debian/lsh-server.templates (revision 157)
+++ tags/2.1-6/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-6/debian
===================================================================
--- tags/2.1-6/debian (revision 157)
+++ tags/2.1-6/debian (nonexistent)
/tags/2.1-6/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-7/debian/lsh-doc.docs
===================================================================
--- tags/2.1-7/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-7/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-7/debian/control
===================================================================
--- tags/2.1-7/debian/control (revision 157)
+++ tags/2.1-7/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.6
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.0~), nettle-bin,
- texinfo (>= 4.2), heimdal-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-7/debian/lsh-doc.info
===================================================================
--- tags/2.1-7/debian/lsh-doc.info (revision 157)
+++ tags/2.1-7/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-7/debian/compat
===================================================================
--- tags/2.1-7/debian/compat (revision 157)
+++ tags/2.1-7/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-7/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-7/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-7/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-7/debian/lsh-server.manpages
===================================================================
--- tags/2.1-7/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-7/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-7/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-7/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-7/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-7/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-7/debian/patches/series
===================================================================
--- tags/2.1-7/debian/patches/series (revision 157)
+++ tags/2.1-7/debian/patches/series (nonexistent)
@@ -1,7 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
Index: tags/2.1-7/debian/patches/skip-argp.patch
===================================================================
--- tags/2.1-7/debian/patches/skip-argp.patch (revision 157)
+++ tags/2.1-7/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: tags/2.1-7/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-7/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-7/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-7/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-7/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-7/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-7/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-7/debian/patches/nettle3.patch
===================================================================
--- tags/2.1-7/debian/patches/nettle3.patch (revision 157)
+++ tags/2.1-7/debian/patches/nettle3.patch (nonexistent)
@@ -1,270 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_params *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
---- a/src/lsh_string.c
-+++ b/src/lsh_string.c
-@@ -367,10 +367,10 @@ lsh_string_format_sexp(int transport, co
- {
- struct lsh_string *s;
- va_list args;
-- unsigned length;
-+ size_t length;
- struct nettle_buffer buffer;
-
-- unsigned (*vformat)(struct nettle_buffer *, const char *, va_list)
-+ size_t (*vformat)(struct nettle_buffer *, const char *, va_list)
- = transport ? sexp_transport_vformat : sexp_vformat;
-
- va_start(args, format);
-@@ -415,7 +415,7 @@ int
- lsh_string_base64_decode(struct lsh_string *s)
- {
- struct base64_decode_ctx ctx;
-- uint32_t done = s->length;
-+ size_t done = s->length;
-
- base64_decode_init(&ctx);
-
---- a/src/randomness.c
-+++ b/src/randomness.c
-@@ -35,7 +35,7 @@
- /* Wrapper for using lsh's randomness generator with nettle
- * functions. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data)
-+lsh_random(void *x, size_t length, uint8_t *data)
- {
- CAST_SUBTYPE(randomness, r, x);
- RANDOM(r, length, data);
---- a/src/randomness.h
-+++ b/src/randomness.h
-@@ -84,6 +84,6 @@ make_system_random(void);
-
- /* Randomness function matching nettle's expectations. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data);
-+lsh_random(void *x, size_t length, uint8_t *data);
-
- #endif /* LSH_RANDOMNESS_H_INCLUDED */
---- a/src/sexp.c
-+++ b/src/sexp.c
-@@ -97,7 +97,7 @@ lsh_sexp_to_string(struct sexp_iterator
- struct lsh_string *
- lsh_sexp_copy(struct sexp_iterator *i)
- {
-- unsigned length;
-+ size_t length;
- const uint8_t *subexpr = sexp_iterator_subexpr(i, &length);
-
- return subexpr ? ssh_format("%ls", length, subexpr) : NULL;
Index: tags/2.1-7/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-7/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-7/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-7/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-7/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-7/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-7/debian/changelog
===================================================================
--- tags/2.1-7/debian/changelog (revision 157)
+++ tags/2.1-7/debian/changelog (nonexistent)
@@ -1,708 +0,0 @@
-lsh-utils (2.1-7) unstable; urgency=low
-
- * nettle3.patch: fix pointer type mismatches, mainly changing length
- variables from unsigned to size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200
-
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-7/debian/lsh-server.templates
===================================================================
--- tags/2.1-7/debian/lsh-server.templates (revision 157)
+++ tags/2.1-7/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-7/debian/lsh-server.service
===================================================================
--- tags/2.1-7/debian/lsh-server.service (revision 157)
+++ tags/2.1-7/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-7/debian/lsh-utils.install
===================================================================
--- tags/2.1-7/debian/lsh-utils.install (revision 157)
+++ tags/2.1-7/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-7/debian/rules
===================================================================
--- tags/2.1-7/debian/rules (revision 157)
+++ tags/2.1-7/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-7/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-7/debian/lsh-client.manpages
===================================================================
--- tags/2.1-7/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-7/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-7/debian/lsh-server.config
===================================================================
--- tags/2.1-7/debian/lsh-server.config (revision 157)
+++ tags/2.1-7/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-7/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-7/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-7/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-7/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-7/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-7/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-7/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-7/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-7/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-7/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-7/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/mans/lcp.1
===================================================================
--- tags/2.1-7/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-7/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-7/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-7/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-7/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-7/debian/lsh-server.install
===================================================================
--- tags/2.1-7/debian/lsh-server.install (revision 157)
+++ tags/2.1-7/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-7/debian/source/format
===================================================================
--- tags/2.1-7/debian/source/format (revision 157)
+++ tags/2.1-7/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-7/debian/source/lintian-overrides
===================================================================
--- tags/2.1-7/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-7/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-7/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-7/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-7/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-7/debian/watch
===================================================================
--- tags/2.1-7/debian/watch (revision 157)
+++ tags/2.1-7/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-7/debian/lsh-client.install
===================================================================
--- tags/2.1-7/debian/lsh-client.install (revision 157)
+++ tags/2.1-7/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-7/debian/copyright
===================================================================
--- tags/2.1-7/debian/copyright (revision 157)
+++ tags/2.1-7/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-7/debian/lsh-utils.docs
===================================================================
--- tags/2.1-7/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-7/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-7/debian/lsh-server.postinst
===================================================================
--- tags/2.1-7/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-7/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-7/debian/NEWS
===================================================================
--- tags/2.1-7/debian/NEWS (revision 157)
+++ tags/2.1-7/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it's not
- already existant.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If thats not ok to you, feel free to use lsh-make-seed instead and have
- /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-7/debian/lsh-server.postrm
===================================================================
--- tags/2.1-7/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-7/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-7/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-7/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-7/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-7/debian/lsh-server.init.d
===================================================================
--- tags/2.1-7/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-7/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-7/debian/README.Debian
===================================================================
--- tags/2.1-7/debian/README.Debian (revision 157)
+++ tags/2.1-7/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-7/debian/po/templates.pot
===================================================================
--- tags/2.1-7/debian/po/templates.pot (revision 157)
+++ tags/2.1-7/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-7/debian/po/pt.po
===================================================================
--- tags/2.1-7/debian/po/pt.po (revision 157)
+++ tags/2.1-7/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-7/debian/po/da.po
===================================================================
--- tags/2.1-7/debian/po/da.po (revision 157)
+++ tags/2.1-7/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-7/debian/po/ru.po
===================================================================
--- tags/2.1-7/debian/po/ru.po (revision 157)
+++ tags/2.1-7/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-7/debian/po/sv.po
===================================================================
--- tags/2.1-7/debian/po/sv.po (revision 157)
+++ tags/2.1-7/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-7/debian/po/de.po
===================================================================
--- tags/2.1-7/debian/po/de.po (revision 157)
+++ tags/2.1-7/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-7/debian/po/ja.po
===================================================================
--- tags/2.1-7/debian/po/ja.po (revision 157)
+++ tags/2.1-7/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-7/debian/po/cs.po
===================================================================
--- tags/2.1-7/debian/po/cs.po (revision 157)
+++ tags/2.1-7/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-7/debian/po/fr.po
===================================================================
--- tags/2.1-7/debian/po/fr.po (revision 157)
+++ tags/2.1-7/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-7/debian/po/es.po
===================================================================
--- tags/2.1-7/debian/po/es.po (revision 157)
+++ tags/2.1-7/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-7/debian/po/nl.po
===================================================================
--- tags/2.1-7/debian/po/nl.po (revision 157)
+++ tags/2.1-7/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-7/debian/po/pl.po
===================================================================
--- tags/2.1-7/debian/po/pl.po (revision 157)
+++ tags/2.1-7/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-7/debian/po/nn.po
===================================================================
--- tags/2.1-7/debian/po/nn.po (revision 157)
+++ tags/2.1-7/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-7/debian/po/it.po
===================================================================
--- tags/2.1-7/debian/po/it.po (revision 157)
+++ tags/2.1-7/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-7/debian/po/sk.po
===================================================================
--- tags/2.1-7/debian/po/sk.po (revision 157)
+++ tags/2.1-7/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-7/debian/po/POTFILES.in
===================================================================
--- tags/2.1-7/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-7/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-7/debian/po/vi.po
===================================================================
--- tags/2.1-7/debian/po/vi.po (revision 157)
+++ tags/2.1-7/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-7/debian
===================================================================
--- tags/2.1-7/debian (revision 157)
+++ tags/2.1-7/debian (nonexistent)
/tags/2.1-7/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-8/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-8/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-8/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-8/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-8/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-8/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-8/debian/patches/mit-kerberos.patch
===================================================================
--- tags/2.1-8/debian/patches/mit-kerberos.patch (revision 157)
+++ tags/2.1-8/debian/patches/mit-kerberos.patch (nonexistent)
@@ -1,61 +0,0 @@
-Description: Modify lsh-krb-checkpw to work with MIT Kerberos instead of Heimdal.
- Building with the latest release of Heimdal (as of February 2016)
- fails and their maintainers want to orphan it.
-Bug: https://bugs.debian.org/812813
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -475,7 +475,7 @@ if test x$enable_kerberos = xyes; then
- LSH_CHECK_KRB_LIB(asn1, der_get_octet_string)
- # Check for krb5_cc_gen_new too?
- # krb5_verify_user_lrealm seems to be unique to heimdal
-- LSH_CHECK_KRB_LIB(krb5, krb5_verify_user_lrealm,, [enable_kerberos=no])
-+ LSH_CHECK_KRB_LIB(krb5, krb5_get_init_creds_password,, [enable_kerberos=no])
- fi
-
- AH_TEMPLATE([WITH_KERBEROS], [For kerberos])
---- a/src/lsh-krb-checkpw.c
-+++ b/src/lsh-krb-checkpw.c
-@@ -97,6 +97,8 @@ main(int argc, char **argv)
- krb5_context context;
- krb5_ccache ccache;
- krb5_principal p;
-+ krb5_creds creds;
-+ krb5_principal server;
- char *name;
- char *pw;
-
-@@ -121,18 +123,31 @@ main(int argc, char **argv)
- if (krb5_init_context (&context))
- die("krb5_init_context failed.");
-
-- if (krb5_make_principal(context, &p, NULL, name, NULL))
-- die("krb5_make_principal failed.");
-+ if (krb5_parse_name(context, name, &p)) {
-+ die("krb5_parse_name failed.");
-+ }
-+
-+ if (krb5_get_init_creds_password(context, &creds, p, pw,
-+ NULL, NULL, 0, NULL, NULL)) {
-+ die("krb5_get_init_creds_password failed.");
-+ }
-+
-+ if (krb5_verify_init_creds(context, &creds, server,
-+ NULL, NULL, NULL)) {
-+ die("krb5_verify_init_creds failed");
-+ }
-
- if (!krb5_kuserok(context, p, name))
- die("krb5_kuserok doesn't know the user.");
-
-+ /*
- if (krb5_cc_gen_new(context, &krb5_mcc_ops, &ccache))
- die("krb5_cc_gen_new failed.");
-
- if (krb5_verify_user_lrealm(context, p, ccache, pw, TRUE, NULL))
- die("krb5_verify_user_lrealm failed.");
-
-+ */
- /* Authentication successful. */
-
- /* TODO: Keep the credential cache in some way. Perhaps write it to
Index: tags/2.1-8/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-8/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-8/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-8/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-8/debian/patches/series
===================================================================
--- tags/2.1-8/debian/patches/series (revision 157)
+++ tags/2.1-8/debian/patches/series (nonexistent)
@@ -1,8 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
-mit-kerberos.patch
Index: tags/2.1-8/debian/patches/skip-argp.patch
===================================================================
--- tags/2.1-8/debian/patches/skip-argp.patch (revision 157)
+++ tags/2.1-8/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: tags/2.1-8/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-8/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-8/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-8/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-8/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-8/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-8/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-8/debian/patches/nettle3.patch
===================================================================
--- tags/2.1-8/debian/patches/nettle3.patch (revision 157)
+++ tags/2.1-8/debian/patches/nettle3.patch (nonexistent)
@@ -1,270 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_params *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
---- a/src/lsh_string.c
-+++ b/src/lsh_string.c
-@@ -367,10 +367,10 @@ lsh_string_format_sexp(int transport, co
- {
- struct lsh_string *s;
- va_list args;
-- unsigned length;
-+ size_t length;
- struct nettle_buffer buffer;
-
-- unsigned (*vformat)(struct nettle_buffer *, const char *, va_list)
-+ size_t (*vformat)(struct nettle_buffer *, const char *, va_list)
- = transport ? sexp_transport_vformat : sexp_vformat;
-
- va_start(args, format);
-@@ -415,7 +415,7 @@ int
- lsh_string_base64_decode(struct lsh_string *s)
- {
- struct base64_decode_ctx ctx;
-- uint32_t done = s->length;
-+ size_t done = s->length;
-
- base64_decode_init(&ctx);
-
---- a/src/randomness.c
-+++ b/src/randomness.c
-@@ -35,7 +35,7 @@
- /* Wrapper for using lsh's randomness generator with nettle
- * functions. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data)
-+lsh_random(void *x, size_t length, uint8_t *data)
- {
- CAST_SUBTYPE(randomness, r, x);
- RANDOM(r, length, data);
---- a/src/randomness.h
-+++ b/src/randomness.h
-@@ -84,6 +84,6 @@ make_system_random(void);
-
- /* Randomness function matching nettle's expectations. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data);
-+lsh_random(void *x, size_t length, uint8_t *data);
-
- #endif /* LSH_RANDOMNESS_H_INCLUDED */
---- a/src/sexp.c
-+++ b/src/sexp.c
-@@ -97,7 +97,7 @@ lsh_sexp_to_string(struct sexp_iterator
- struct lsh_string *
- lsh_sexp_copy(struct sexp_iterator *i)
- {
-- unsigned length;
-+ size_t length;
- const uint8_t *subexpr = sexp_iterator_subexpr(i, &length);
-
- return subexpr ? ssh_format("%ls", length, subexpr) : NULL;
Index: tags/2.1-8/debian/changelog
===================================================================
--- tags/2.1-8/debian/changelog (revision 157)
+++ tags/2.1-8/debian/changelog (nonexistent)
@@ -1,716 +0,0 @@
-lsh-utils (2.1-8) unstable; urgency=low
-
- * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
- Note: the Kerberos password helper has limited functionality and is
- not recommended to use.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100
-
-lsh-utils (2.1-7) unstable; urgency=low
-
- * nettle3.patch: fix pointer type mismatches, mainly changing length
- variables from unsigned to size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200
-
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-8/debian/lsh-server.templates
===================================================================
--- tags/2.1-8/debian/lsh-server.templates (revision 157)
+++ tags/2.1-8/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-8/debian/lsh-server.service
===================================================================
--- tags/2.1-8/debian/lsh-server.service (revision 157)
+++ tags/2.1-8/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-8/debian/lsh-utils.install
===================================================================
--- tags/2.1-8/debian/lsh-utils.install (revision 157)
+++ tags/2.1-8/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-8/debian/rules
===================================================================
--- tags/2.1-8/debian/rules (revision 157)
+++ tags/2.1-8/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-8/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-8/debian/lsh-client.manpages
===================================================================
--- tags/2.1-8/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-8/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-8/debian/lsh-server.config
===================================================================
--- tags/2.1-8/debian/lsh-server.config (revision 157)
+++ tags/2.1-8/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-8/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-8/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-8/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-8/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-8/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-8/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-8/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-8/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-8/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-8/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-8/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/mans/lcp.1
===================================================================
--- tags/2.1-8/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-8/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-8/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-8/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-8/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-8/debian/lsh-server.install
===================================================================
--- tags/2.1-8/debian/lsh-server.install (revision 157)
+++ tags/2.1-8/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-8/debian/source/format
===================================================================
--- tags/2.1-8/debian/source/format (revision 157)
+++ tags/2.1-8/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-8/debian/source/lintian-overrides
===================================================================
--- tags/2.1-8/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-8/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-8/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-8/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-8/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-8/debian/watch
===================================================================
--- tags/2.1-8/debian/watch (revision 157)
+++ tags/2.1-8/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-8/debian/lsh-client.install
===================================================================
--- tags/2.1-8/debian/lsh-client.install (revision 157)
+++ tags/2.1-8/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-8/debian/copyright
===================================================================
--- tags/2.1-8/debian/copyright (revision 157)
+++ tags/2.1-8/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-8/debian/lsh-utils.docs
===================================================================
--- tags/2.1-8/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-8/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-8/debian/lsh-server.postinst
===================================================================
--- tags/2.1-8/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-8/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-8/debian/NEWS
===================================================================
--- tags/2.1-8/debian/NEWS (revision 157)
+++ tags/2.1-8/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it
- doesn't already exist.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If that's not ok to you, feel free to use lsh-make-seed instead and
- have /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-8/debian/lsh-server.postrm
===================================================================
--- tags/2.1-8/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-8/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-8/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-8/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-8/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-8/debian/lsh-server.init.d
===================================================================
--- tags/2.1-8/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-8/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-8/debian/README.Debian
===================================================================
--- tags/2.1-8/debian/README.Debian (revision 157)
+++ tags/2.1-8/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-8/debian/po/nl.po
===================================================================
--- tags/2.1-8/debian/po/nl.po (revision 157)
+++ tags/2.1-8/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-8/debian/po/pl.po
===================================================================
--- tags/2.1-8/debian/po/pl.po (revision 157)
+++ tags/2.1-8/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-8/debian/po/nn.po
===================================================================
--- tags/2.1-8/debian/po/nn.po (revision 157)
+++ tags/2.1-8/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-8/debian/po/it.po
===================================================================
--- tags/2.1-8/debian/po/it.po (revision 157)
+++ tags/2.1-8/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-8/debian/po/sk.po
===================================================================
--- tags/2.1-8/debian/po/sk.po (revision 157)
+++ tags/2.1-8/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-8/debian/po/POTFILES.in
===================================================================
--- tags/2.1-8/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-8/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-8/debian/po/vi.po
===================================================================
--- tags/2.1-8/debian/po/vi.po (revision 157)
+++ tags/2.1-8/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-8/debian/po/templates.pot
===================================================================
--- tags/2.1-8/debian/po/templates.pot (revision 157)
+++ tags/2.1-8/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-8/debian/po/pt.po
===================================================================
--- tags/2.1-8/debian/po/pt.po (revision 157)
+++ tags/2.1-8/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-8/debian/po/da.po
===================================================================
--- tags/2.1-8/debian/po/da.po (revision 157)
+++ tags/2.1-8/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-8/debian/po/ru.po
===================================================================
--- tags/2.1-8/debian/po/ru.po (revision 157)
+++ tags/2.1-8/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-8/debian/po/sv.po
===================================================================
--- tags/2.1-8/debian/po/sv.po (revision 157)
+++ tags/2.1-8/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-8/debian/po/de.po
===================================================================
--- tags/2.1-8/debian/po/de.po (revision 157)
+++ tags/2.1-8/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-8/debian/po/ja.po
===================================================================
--- tags/2.1-8/debian/po/ja.po (revision 157)
+++ tags/2.1-8/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-8/debian/po/cs.po
===================================================================
--- tags/2.1-8/debian/po/cs.po (revision 157)
+++ tags/2.1-8/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-8/debian/po/fr.po
===================================================================
--- tags/2.1-8/debian/po/fr.po (revision 157)
+++ tags/2.1-8/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-8/debian/po/es.po
===================================================================
--- tags/2.1-8/debian/po/es.po (revision 157)
+++ tags/2.1-8/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-8/debian/lsh-doc.docs
===================================================================
--- tags/2.1-8/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-8/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-8/debian/control
===================================================================
--- tags/2.1-8/debian/control (revision 157)
+++ tags/2.1-8/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.6
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.0~), nettle-bin,
- texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-8/debian/lsh-doc.info
===================================================================
--- tags/2.1-8/debian/lsh-doc.info (revision 157)
+++ tags/2.1-8/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-8/debian/compat
===================================================================
--- tags/2.1-8/debian/compat (revision 157)
+++ tags/2.1-8/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-8/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-8/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-8/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-8/debian/lsh-server.manpages
===================================================================
--- tags/2.1-8/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-8/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-8/debian
===================================================================
--- tags/2.1-8/debian (revision 157)
+++ tags/2.1-8/debian (nonexistent)
/tags/2.1-8/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: tags/2.1-9/debian/lsh-doc.doc-base
===================================================================
--- tags/2.1-9/debian/lsh-doc.doc-base (revision 157)
+++ tags/2.1-9/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: tags/2.1-9/debian/watch
===================================================================
--- tags/2.1-9/debian/watch (revision 157)
+++ tags/2.1-9/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: tags/2.1-9/debian/lsh-client.install
===================================================================
--- tags/2.1-9/debian/lsh-client.install (revision 157)
+++ tags/2.1-9/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: tags/2.1-9/debian/copyright
===================================================================
--- tags/2.1-9/debian/copyright (revision 157)
+++ tags/2.1-9/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: tags/2.1-9/debian/lsh-utils.docs
===================================================================
--- tags/2.1-9/debian/lsh-utils.docs (revision 157)
+++ tags/2.1-9/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: tags/2.1-9/debian/lsh-server.postinst
===================================================================
--- tags/2.1-9/debian/lsh-server.postinst (revision 157)
+++ tags/2.1-9/debian/lsh-server.postinst (nonexistent)
@@ -1,170 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ssh stop || true
- else
- /etc/init.d/ssh stop || true
- fi
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-9/debian/NEWS
===================================================================
--- tags/2.1-9/debian/NEWS (revision 157)
+++ tags/2.1-9/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it
- doesn't already exist.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If that's not ok to you, feel free to use lsh-make-seed instead and
- have /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: tags/2.1-9/debian/lsh-server.postrm
===================================================================
--- tags/2.1-9/debian/lsh-server.postrm (revision 157)
+++ tags/2.1-9/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: tags/2.1-9/debian/lsh-utils.manpages
===================================================================
--- tags/2.1-9/debian/lsh-utils.manpages (revision 157)
+++ tags/2.1-9/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: tags/2.1-9/debian/lsh-server.init.d
===================================================================
--- tags/2.1-9/debian/lsh-server.init.d (revision 157)
+++ tags/2.1-9/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: tags/2.1-9/debian/README.Debian
===================================================================
--- tags/2.1-9/debian/README.Debian (revision 157)
+++ tags/2.1-9/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: tags/2.1-9/debian/po/templates.pot
===================================================================
--- tags/2.1-9/debian/po/templates.pot (revision 157)
+++ tags/2.1-9/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-9/debian/po/pt.po
===================================================================
--- tags/2.1-9/debian/po/pt.po (revision 157)
+++ tags/2.1-9/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: tags/2.1-9/debian/po/da.po
===================================================================
--- tags/2.1-9/debian/po/da.po (revision 157)
+++ tags/2.1-9/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: tags/2.1-9/debian/po/ru.po
===================================================================
--- tags/2.1-9/debian/po/ru.po (revision 157)
+++ tags/2.1-9/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: tags/2.1-9/debian/po/sv.po
===================================================================
--- tags/2.1-9/debian/po/sv.po (revision 157)
+++ tags/2.1-9/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: tags/2.1-9/debian/po/de.po
===================================================================
--- tags/2.1-9/debian/po/de.po (revision 157)
+++ tags/2.1-9/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: tags/2.1-9/debian/po/ja.po
===================================================================
--- tags/2.1-9/debian/po/ja.po (revision 157)
+++ tags/2.1-9/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: tags/2.1-9/debian/po/cs.po
===================================================================
--- tags/2.1-9/debian/po/cs.po (revision 157)
+++ tags/2.1-9/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: tags/2.1-9/debian/po/fr.po
===================================================================
--- tags/2.1-9/debian/po/fr.po (revision 157)
+++ tags/2.1-9/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: tags/2.1-9/debian/po/es.po
===================================================================
--- tags/2.1-9/debian/po/es.po (revision 157)
+++ tags/2.1-9/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: tags/2.1-9/debian/po/nl.po
===================================================================
--- tags/2.1-9/debian/po/nl.po (revision 157)
+++ tags/2.1-9/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: tags/2.1-9/debian/po/pl.po
===================================================================
--- tags/2.1-9/debian/po/pl.po (revision 157)
+++ tags/2.1-9/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: tags/2.1-9/debian/po/nn.po
===================================================================
--- tags/2.1-9/debian/po/nn.po (revision 157)
+++ tags/2.1-9/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: tags/2.1-9/debian/po/it.po
===================================================================
--- tags/2.1-9/debian/po/it.po (revision 157)
+++ tags/2.1-9/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: tags/2.1-9/debian/po/sk.po
===================================================================
--- tags/2.1-9/debian/po/sk.po (revision 157)
+++ tags/2.1-9/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: tags/2.1-9/debian/po/POTFILES.in
===================================================================
--- tags/2.1-9/debian/po/POTFILES.in (revision 157)
+++ tags/2.1-9/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: tags/2.1-9/debian/po/vi.po
===================================================================
--- tags/2.1-9/debian/po/vi.po (revision 157)
+++ tags/2.1-9/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: tags/2.1-9/debian/lsh-doc.docs
===================================================================
--- tags/2.1-9/debian/lsh-doc.docs (revision 157)
+++ tags/2.1-9/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: tags/2.1-9/debian/control
===================================================================
--- tags/2.1-9/debian/control (revision 157)
+++ tags/2.1-9/debian/control (nonexistent)
@@ -1,84 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
-Standards-Version: 3.9.6
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, dh-systemd (>= 1.5), automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.0~), nettle-bin,
- texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist, openssh-blacklist-extra
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
- ${shlibs:Depends}, ${misc:Depends}
-Recommends: openssh-blacklist-extra
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: tags/2.1-9/debian/lsh-doc.info
===================================================================
--- tags/2.1-9/debian/lsh-doc.info (revision 157)
+++ tags/2.1-9/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: tags/2.1-9/debian/compat
===================================================================
--- tags/2.1-9/debian/compat (revision 157)
+++ tags/2.1-9/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/2.1-9/debian/lsh-doc.manpages
===================================================================
--- tags/2.1-9/debian/lsh-doc.manpages (revision 157)
+++ tags/2.1-9/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: tags/2.1-9/debian/lsh-server.manpages
===================================================================
--- tags/2.1-9/debian/lsh-server.manpages (revision 157)
+++ tags/2.1-9/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: tags/2.1-9/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- tags/2.1-9/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ tags/2.1-9/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: tags/2.1-9/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- tags/2.1-9/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ tags/2.1-9/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: tags/2.1-9/debian/patches/mit-kerberos.patch
===================================================================
--- tags/2.1-9/debian/patches/mit-kerberos.patch (revision 157)
+++ tags/2.1-9/debian/patches/mit-kerberos.patch (nonexistent)
@@ -1,61 +0,0 @@
-Description: Modify lsh-krb-checkpw to work with MIT Kerberos instead of Heimdal.
- Building with the latest release of Heimdal (as of February 2016)
- fails and their maintainers want to orphan it.
-Bug: https://bugs.debian.org/812813
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -475,7 +475,7 @@ if test x$enable_kerberos = xyes; then
- LSH_CHECK_KRB_LIB(asn1, der_get_octet_string)
- # Check for krb5_cc_gen_new too?
- # krb5_verify_user_lrealm seems to be unique to heimdal
-- LSH_CHECK_KRB_LIB(krb5, krb5_verify_user_lrealm,, [enable_kerberos=no])
-+ LSH_CHECK_KRB_LIB(krb5, krb5_get_init_creds_password,, [enable_kerberos=no])
- fi
-
- AH_TEMPLATE([WITH_KERBEROS], [For kerberos])
---- a/src/lsh-krb-checkpw.c
-+++ b/src/lsh-krb-checkpw.c
-@@ -97,6 +97,8 @@ main(int argc, char **argv)
- krb5_context context;
- krb5_ccache ccache;
- krb5_principal p;
-+ krb5_creds creds;
-+ krb5_principal server;
- char *name;
- char *pw;
-
-@@ -121,18 +123,31 @@ main(int argc, char **argv)
- if (krb5_init_context (&context))
- die("krb5_init_context failed.");
-
-- if (krb5_make_principal(context, &p, NULL, name, NULL))
-- die("krb5_make_principal failed.");
-+ if (krb5_parse_name(context, name, &p)) {
-+ die("krb5_parse_name failed.");
-+ }
-+
-+ if (krb5_get_init_creds_password(context, &creds, p, pw,
-+ NULL, NULL, 0, NULL, NULL)) {
-+ die("krb5_get_init_creds_password failed.");
-+ }
-+
-+ if (krb5_verify_init_creds(context, &creds, server,
-+ NULL, NULL, NULL)) {
-+ die("krb5_verify_init_creds failed");
-+ }
-
- if (!krb5_kuserok(context, p, name))
- die("krb5_kuserok doesn't know the user.");
-
-+ /*
- if (krb5_cc_gen_new(context, &krb5_mcc_ops, &ccache))
- die("krb5_cc_gen_new failed.");
-
- if (krb5_verify_user_lrealm(context, p, ccache, pw, TRUE, NULL))
- die("krb5_verify_user_lrealm failed.");
-
-+ */
- /* Authentication successful. */
-
- /* TODO: Keep the credential cache in some way. Perhaps write it to
Index: tags/2.1-9/debian/patches/blacklist.patch
===================================================================
--- tags/2.1-9/debian/patches/blacklist.patch (revision 157)
+++ tags/2.1-9/debian/patches/blacklist.patch (nonexistent)
@@ -1,382 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Check keys against openssh-blacklist
- Check keys before accepting for pubkey authentication as well as on conversion
- by lsh-writekey and lsh-decode-key.
- .
- blacklist.c code copied from the openssh package and adapted for LSH.
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -69,7 +69,8 @@ liblsh_a_SOURCES = abstract_io.c abstrac
- unix_interact.c unix_process.c unix_random.c unix_user.c \
- userauth.c \
- werror.c write_buffer.c write_packet.c \
-- xalloc.c xauth.c zlib.c
-+ xalloc.c xauth.c zlib.c \
-+ blacklist.c
-
- liblsh_a_LIBADD = @LIBOBJS@
-
---- a/src/abstract_crypto.h
-+++ b/src/abstract_crypto.h
-@@ -162,7 +162,9 @@ MAC_DIGEST((instance), lsh_string_alloc(
- (public_key method (string))
-
- ; Returns (public-key (<pub-sig-alg-id> <s-expr>*))
-- (public_spki_key method (string) "int transport")))
-+ (public_spki_key method (string) "int transport")
-+
-+ (key_size method uint32_t)))
- */
-
- #define VERIFY(verifier, algorithm, length, data, slength, sdata) \
-@@ -170,7 +172,7 @@ MAC_DIGEST((instance), lsh_string_alloc(
-
- #define PUBLIC_KEY(verifier) ((verifier)->public_key((verifier)))
- #define PUBLIC_SPKI_KEY(verifier, t) ((verifier)->public_spki_key((verifier), (t)))
--
-+#define KEY_SIZE(verifier) ((verifier)->key_size((verifier)))
-
- /* GABA:
- (class
---- a/src/abstract_crypto.h.x
-+++ b/src/abstract_crypto.h.x
-@@ -161,6 +161,7 @@ struct verifier
- int (*(verify))(struct verifier *self,int algorithm,uint32_t length,const uint8_t *data,uint32_t signature_length,const uint8_t *signature_data);
- struct lsh_string *(*(public_key))(struct verifier *self);
- struct lsh_string *(*(public_spki_key))(struct verifier *self,int transport);
-+ uint32_t *(*(key_size))(struct verifier *self);
- };
- extern struct lsh_class verifier_class;
- #endif /* !GABA_DEFINE */
---- /dev/null
-+++ b/src/blacklist.c
-@@ -0,0 +1,152 @@
-+#if HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <assert.h>
-+
-+#include "atoms.h"
-+#include "format.h"
-+#include "lsh_string.h"
-+#include "werror.h"
-+#include "crypto.h"
-+
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <string.h>
-+
-+int blacklisted_key(struct verifier *v, int method);
-+
-+/* Scan a blacklist of known-vulnerable keys in blacklist_file. */
-+static int
-+blacklisted_key_in_file(struct lsh_string *lsh_hash, struct lsh_string *blacklist_file)
-+{
-+ int fd = -1;
-+ const char *hash = 0;
-+ uint32_t line_len;
-+ struct stat st;
-+ char buf[256];
-+ off_t start, lower, upper;
-+ int ret = 0;
-+
-+ debug("Checking blacklist file %S\n", blacklist_file);
-+ fd = open(lsh_get_cstring(blacklist_file), O_RDONLY);
-+ if (fd < 0) {
-+ ret = -1;
-+ goto out;
-+ }
-+
-+ hash = lsh_get_cstring(lsh_hash) + 12;
-+ line_len = strlen(hash);
-+ if (line_len != 20)
-+ goto out;
-+
-+ /* Skip leading comments */
-+ start = 0;
-+ for (;;) {
-+ ssize_t r;
-+ char *newline;
-+
-+ r = read(fd, buf, sizeof(buf));
-+ if (r <= 0)
-+ goto out;
-+ if (buf[0] != '#')
-+ break;
-+
-+ newline = memchr(buf, '\n', sizeof(buf));
-+ if (!newline)
-+ goto out;
-+ start += newline + 1 - buf;
-+ if (lseek(fd, start, SEEK_SET) < 0)
-+ goto out;
-+ }
-+
-+ /* Initialise binary search record numbers */
-+ if (fstat(fd, &st) < 0)
-+ goto out;
-+ lower = 0;
-+ upper = (st.st_size - start) / (line_len + 1);
-+
-+ while (lower != upper) {
-+ off_t cur;
-+ int cmp;
-+
-+ cur = lower + (upper - lower) / 2;
-+
-+ /* Read this line and compare to digest; this is
-+ * overflow-safe since cur < max(off_t) / (line_len + 1) */
-+ if (lseek(fd, start + cur * (line_len + 1), SEEK_SET) < 0)
-+ break;
-+ if (read(fd, buf, line_len) != line_len)
-+ break;
-+ cmp = memcmp(buf, hash, line_len);
-+ if (cmp < 0) {
-+ if (cur == lower)
-+ break;
-+ lower = cur;
-+ } else if (cmp > 0) {
-+ if (cur == upper)
-+ break;
-+ upper = cur;
-+ } else {
-+ ret = 1;
-+ break;
-+ }
-+ }
-+
-+out:
-+ if (fd >= 0)
-+ close(fd);
-+ return ret;
-+}
-+
-+/*
-+ * Scan blacklists of known-vulnerable keys. If a vulnerable key is found,
-+ * its fingerprint is returned in *fp, unless fp is NULL.
-+ */
-+int
-+blacklisted_key(struct verifier *v, int method)
-+{
-+ const char *keytype;
-+ int ret = -1;
-+ const char *paths[] = { "/usr/share/ssh/blacklist", "/etc/ssh/blacklist", NULL };
-+ const char **pp;
-+ struct lsh_string *lsh_hash = ssh_format("%lfxS",
-+ hash_string(&crypto_md5_algorithm,
-+ PUBLIC_KEY(v), 1));
-+ uint32_t keysize = KEY_SIZE(v);
-+
-+ switch (method)
-+ {
-+ case ATOM_SSH_DSS:
-+ case ATOM_DSA:
-+ keytype = "DSA";
-+ break;
-+ case ATOM_SSH_RSA:
-+ case ATOM_RSA_PKCS1_SHA1:
-+ case ATOM_RSA_PKCS1_MD5:
-+ case ATOM_RSA_PKCS1:
-+ keytype = "RSA";
-+ break;
-+ default:
-+ werror("Unrecognized key type");
-+ return -1;
-+ }
-+
-+ for (pp = paths; *pp && ret <= 0; pp++) {
-+ struct lsh_string *blacklist_file = ssh_format("%lz.%lz-%di",
-+ *pp, keytype, keysize);
-+ int r = blacklisted_key_in_file(lsh_hash, blacklist_file);
-+ lsh_string_free(blacklist_file);
-+ if (r > ret) ret = r;
-+ }
-+
-+ if (ret > 0) {
-+ werror("Key is compromised: %z %i %fS\n", keytype, keysize,
-+ lsh_string_colonize(lsh_hash, 2, 0));
-+ } else if (ret < 0) {
-+ verbose("No blacklist for key type %z size %i", keytype, keysize);
-+ }
-+ return ret;
-+}
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -187,6 +187,14 @@ do_dsa_public_spki_key(struct verifier *
- "y", self->key.y);
- }
-
-+static uint32_t
-+do_dsa_key_size(struct verifier *v)
-+{
-+ CAST(dsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.p, 2);
-+}
-+
- static void
- init_dsa_verifier(struct dsa_verifier *self)
- {
-@@ -197,6 +205,7 @@ init_dsa_verifier(struct dsa_verifier *s
- self->super.verify = do_dsa_verify;
- self->super.public_spki_key = do_dsa_public_spki_key;
- self->super.public_key = do_dsa_public_key;
-+ self->super.key_size = do_dsa_key_size;
- }
-
-
---- a/src/lsh-decode-key.c
-+++ b/src/lsh-decode-key.c
-@@ -133,6 +133,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid dsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -150,6 +154,10 @@ lsh_decode_key(struct lsh_string *conten
- werror("Invalid rsa key.\n");
- return NULL;
- }
-+ else if (blacklisted_key(v, type) > 0)
-+ {
-+ return NULL;
-+ }
- else
- return PUBLIC_SPKI_KEY(v, 1);
- }
---- a/src/lsh-writekey.c
-+++ b/src/lsh-writekey.c
-@@ -397,14 +397,18 @@ process_public(const struct lsh_string *
- {
- struct signer *s;
- struct verifier *v;
-+ int algorithm_name;
-
-- s = spki_make_signer(options->signature_algorithms, key, NULL);
-+ s = spki_make_signer(options->signature_algorithms, key, &algorithm_name);
-
- if (!s)
- return NULL;
-
- v = SIGNER_GET_VERIFIER(s);
- assert(v);
-+ if (blacklisted_key(v, algorithm_name) > 0) {
-+ return NULL;
-+ }
-
- return PUBLIC_SPKI_KEY(v, 1);
- }
-@@ -416,7 +420,8 @@ main(int argc, char **argv)
- int private_fd;
- int public_fd;
- struct lsh_string *input;
-- struct lsh_string *output;
-+ struct lsh_string *priv_output;
-+ struct lsh_string *pub_output;
- const struct exception *e;
-
- argp_parse(&main_argp, argc, argv, 0, NULL, options);
-@@ -439,16 +444,22 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_private(input, options);
-- if (!output)
-+ pub_output = process_public(input, options);
-+ if (!pub_output)
-+ return EXIT_FAILURE;
-+
-+ priv_output = process_private(input, options);
-+ if (!priv_output)
- return EXIT_FAILURE;
-
-+ lsh_string_free(input);
-+
- private_fd = open_file(options->private_file);
- if (private_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(private_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(private_fd, STRING_LD(priv_output));
-+ lsh_string_free(priv_output);
-
- if (e)
- {
-@@ -457,18 +468,12 @@ main(int argc, char **argv)
- return EXIT_FAILURE;
- }
-
-- output = process_public(input, options);
-- lsh_string_free(input);
--
-- if (!output)
-- return EXIT_FAILURE;
--
- public_fd = open_file(options->public_file);
- if (public_fd < 0)
- return EXIT_FAILURE;
-
-- e = write_raw(public_fd, STRING_LD(output));
-- lsh_string_free(output);
-+ e = write_raw(public_fd, STRING_LD(pub_output));
-+ lsh_string_free(pub_output);
-
- if (e)
- {
---- a/src/publickey_crypto.h
-+++ b/src/publickey_crypto.h
-@@ -203,5 +203,7 @@ parse_ssh_dss_public(struct simple_buffe
- struct verifier *
- make_ssh_dss_verifier(const struct lsh_string *public);
-
-+int
-+blacklisted_key(struct verifier *v, int method);
-
- #endif /* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
---- a/src/rsa.c
-+++ b/src/rsa.c
-@@ -167,6 +167,14 @@ do_rsa_public_spki_key(struct verifier *
- self->key.n, self->key.e);
- }
-
-+static uint32_t
-+do_rsa_key_size(struct verifier *v)
-+{
-+ CAST(rsa_verifier, self, v);
-+
-+ return mpz_sizeinbase(self->key.n, 2);
-+}
-+
-
- /* NOTE: To initialize an rsa verifier, one must
- *
-@@ -184,6 +192,7 @@ init_rsa_verifier(struct rsa_verifier *s
- self->super.verify = do_rsa_verify;
- self->super.public_key = do_rsa_public_key;
- self->super.public_spki_key = do_rsa_public_spki_key;
-+ self->super.key_size = do_rsa_key_size;
- }
-
- /* Alternative constructor using a key of type ssh-rsa, when the atom
---- a/src/server_authorization.c
-+++ b/src/server_authorization.c
-@@ -93,7 +93,8 @@ do_key_lookup(struct lookup_verifier *c,
- PUBLIC_SPKI_KEY(v, 0),
- 1));
-
-- if (USER_FILE_EXISTS(keyholder, filename, 1))
-+ if (USER_FILE_EXISTS(keyholder, filename, 1)
-+ && blacklisted_key(v, method) < 1)
- return v;
-
- return NULL;
/tags/2.1-9/debian/patches/blacklist.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-9/debian/patches/series
===================================================================
--- tags/2.1-9/debian/patches/series (revision 157)
+++ tags/2.1-9/debian/patches/series (nonexistent)
@@ -1,8 +0,0 @@
-sftp-server-mansection.patch
-blacklist.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
-mit-kerberos.patch
Index: tags/2.1-9/debian/patches/skip-argp.patch
===================================================================
--- tags/2.1-9/debian/patches/skip-argp.patch (revision 157)
+++ tags/2.1-9/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: tags/2.1-9/debian/patches/rl_completion-segfault.patch
===================================================================
--- tags/2.1-9/debian/patches/rl_completion-segfault.patch (revision 157)
+++ tags/2.1-9/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: tags/2.1-9/debian/patches/sftp-server-mansection.patch
===================================================================
--- tags/2.1-9/debian/patches/sftp-server-mansection.patch (revision 157)
+++ tags/2.1-9/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/tags/2.1-9/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-9/debian/patches/nettle3.patch
===================================================================
--- tags/2.1-9/debian/patches/nettle3.patch (revision 157)
+++ tags/2.1-9/debian/patches/nettle3.patch (nonexistent)
@@ -1,341 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_params *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
---- a/src/lsh_string.c
-+++ b/src/lsh_string.c
-@@ -367,10 +367,10 @@ lsh_string_format_sexp(int transport, co
- {
- struct lsh_string *s;
- va_list args;
-- unsigned length;
-+ size_t length;
- struct nettle_buffer buffer;
-
-- unsigned (*vformat)(struct nettle_buffer *, const char *, va_list)
-+ size_t (*vformat)(struct nettle_buffer *, const char *, va_list)
- = transport ? sexp_transport_vformat : sexp_vformat;
-
- va_start(args, format);
-@@ -415,7 +415,7 @@ int
- lsh_string_base64_decode(struct lsh_string *s)
- {
- struct base64_decode_ctx ctx;
-- uint32_t done = s->length;
-+ size_t done = s->length;
-
- base64_decode_init(&ctx);
-
---- a/src/randomness.c
-+++ b/src/randomness.c
-@@ -35,7 +35,7 @@
- /* Wrapper for using lsh's randomness generator with nettle
- * functions. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data)
-+lsh_random(void *x, size_t length, uint8_t *data)
- {
- CAST_SUBTYPE(randomness, r, x);
- RANDOM(r, length, data);
---- a/src/randomness.h
-+++ b/src/randomness.h
-@@ -84,6 +84,6 @@ make_system_random(void);
-
- /* Randomness function matching nettle's expectations. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data);
-+lsh_random(void *x, size_t length, uint8_t *data);
-
- #endif /* LSH_RANDOMNESS_H_INCLUDED */
---- a/src/sexp.c
-+++ b/src/sexp.c
-@@ -97,7 +97,7 @@ lsh_sexp_to_string(struct sexp_iterator
- struct lsh_string *
- lsh_sexp_copy(struct sexp_iterator *i)
- {
-- unsigned length;
-+ size_t length;
- const uint8_t *subexpr = sexp_iterator_subexpr(i, &length);
-
- return subexpr ? ssh_format("%ls", length, subexpr) : NULL;
---- a/src/lsh.c
-+++ b/src/lsh.c
-@@ -524,8 +524,8 @@ do_lsh_lookup(struct lookup_verifier *c,
- }
-
- acl = lsh_string_format_sexp(0, "(acl(entry(subject%l)%l))",
-- subject->key_length, subject->key,
-- STRING_LD(self->access));
-+ (size_t)subject->key_length, subject->key,
-+ (size_t)STRING_LD(self->access));
-
- /* FIXME: Seems awkward to pick the acl apart again. */
- if (!spki_iterator_first(&i, STRING_LD(acl)))
-@@ -540,7 +540,7 @@ do_lsh_lookup(struct lookup_verifier *c,
- A_WRITE(self->file,
- ssh_format("\n; ACL for host %lz\n"
- "%lfS\n",
-- self->host, lsh_string_format_sexp(1, "%l", STRING_LD(acl))));
-+ self->host, lsh_string_format_sexp(1, "%l", (size_t)STRING_LD(acl))));
-
- lsh_string_free(acl);
- }
---- a/src/spki.c
-+++ b/src/spki.c
-@@ -98,7 +98,7 @@ make_ssh_hostkey_tag(const char *host)
- }
-
- tag = lsh_string_format_sexp(0, "(tag(ssh-hostkey%s))",
-- STRING_LD(reversed));
-+ (size_t)STRING_LD(reversed));
- lsh_string_free(reversed);
-
- return tag;
-@@ -207,7 +207,7 @@ spki_hash_data(const struct hash_algorit
-
- out = lsh_string_format_sexp(0, "(hash%0s%s)",
- "hash", get_atom_name(algorithm_name),
-- STRING_LD(digest));
-+ (size_t)STRING_LD(digest));
- KILL(hash);
- lsh_string_free(digest);
-
-@@ -376,13 +376,13 @@ spki_pkcs5_encrypt(struct randomness *r,
- value = lsh_string_format_sexp(0, "(password-encrypted%s(Xpkcs5v2%0s"
- "(iterations%i)(salt%s))"
- "(%0s(iv%s)(data%s)))",
-- STRING_LD(label),
-+ (size_t)STRING_LD(label),
- get_atom_name(prf_name),
- iterations,
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- get_atom_name(crypto_name),
-- STRING_LD(iv),
-- STRING_LD(encrypted));
-+ (size_t)STRING_LD(iv),
-+ (size_t)STRING_LD(encrypted));
-
- lsh_string_free(key);
- lsh_string_free(salt);
---- a/src/srp_exchange.c
-+++ b/src/srp_exchange.c
-@@ -112,7 +112,7 @@ srp_make_verifier(const struct zn_group
- zn_exp(G, x, G->generator, x);
-
- expr = lsh_string_format_sexp(0, "(srp-verifier ssh-ring1%s%b)",
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- x);
-
- mpz_clear(x);
Index: tags/2.1-9/debian/changelog
===================================================================
--- tags/2.1-9/debian/changelog (revision 157)
+++ tags/2.1-9/debian/changelog (nonexistent)
@@ -1,723 +0,0 @@
-lsh-utils (2.1-9) unstable; urgency=medium
-
- * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
- size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 25 Feb 2016 00:16:44 +0100
-
-lsh-utils (2.1-8) unstable; urgency=low
-
- * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
- Note: the Kerberos password helper has limited functionality and is
- not recommended to use.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100
-
-lsh-utils (2.1-7) unstable; urgency=low
-
- * nettle3.patch: fix pointer type mismatches, mainly changing length
- variables from unsigned to size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200
-
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: tags/2.1-9/debian/lsh-server.templates
===================================================================
--- tags/2.1-9/debian/lsh-server.templates (revision 157)
+++ tags/2.1-9/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: tags/2.1-9/debian/lsh-server.service
===================================================================
--- tags/2.1-9/debian/lsh-server.service (revision 157)
+++ tags/2.1-9/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: tags/2.1-9/debian/lsh-utils.install
===================================================================
--- tags/2.1-9/debian/lsh-utils.install (revision 157)
+++ tags/2.1-9/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: tags/2.1-9/debian/rules
===================================================================
--- tags/2.1-9/debian/rules (revision 157)
+++ tags/2.1-9/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/tags/2.1-9/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.1-9/debian/lsh-client.manpages
===================================================================
--- tags/2.1-9/debian/lsh-client.manpages (revision 157)
+++ tags/2.1-9/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: tags/2.1-9/debian/lsh-server.config
===================================================================
--- tags/2.1-9/debian/lsh-server.config (revision 157)
+++ tags/2.1-9/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: tags/2.1-9/debian/mans/lcp.1
===================================================================
--- tags/2.1-9/debian/mans/lcp.1 (revision 157)
+++ tags/2.1-9/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: tags/2.1-9/debian/mans/lsh_proxy.8
===================================================================
--- tags/2.1-9/debian/mans/lsh_proxy.8 (revision 157)
+++ tags/2.1-9/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/mans/lsh-execuv.8
===================================================================
--- tags/2.1-9/debian/mans/lsh-execuv.8 (revision 157)
+++ tags/2.1-9/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/mans/lsh-pam-checkpw.8
===================================================================
--- tags/2.1-9/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ tags/2.1-9/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/mans/lsh-export-key.1
===================================================================
--- tags/2.1-9/debian/mans/lsh-export-key.1 (revision 157)
+++ tags/2.1-9/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/mans/srp-gen.1
===================================================================
--- tags/2.1-9/debian/mans/srp-gen.1 (revision 157)
+++ tags/2.1-9/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/mans/lsh-krb-checkpw.8
===================================================================
--- tags/2.1-9/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ tags/2.1-9/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: tags/2.1-9/debian/lsh-server.install
===================================================================
--- tags/2.1-9/debian/lsh-server.install (revision 157)
+++ tags/2.1-9/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: tags/2.1-9/debian/source/format
===================================================================
--- tags/2.1-9/debian/source/format (revision 157)
+++ tags/2.1-9/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.1-9/debian/source/lintian-overrides
===================================================================
--- tags/2.1-9/debian/source/lintian-overrides (revision 157)
+++ tags/2.1-9/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: tags/2.1-9/debian
===================================================================
--- tags/2.1-9/debian (revision 157)
+++ tags/2.1-9/debian (nonexistent)
/tags/2.1-9/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: trunk/debian/lsh-doc.docs
===================================================================
--- trunk/debian/lsh-doc.docs (revision 157)
+++ trunk/debian/lsh-doc.docs (nonexistent)
@@ -1,11 +0,0 @@
-FAQ
-NEWS
-ANNOUNCE
-ChangeLog.1
-doc/HACKING
-doc/NOTES
-doc/PORTS
-doc/TASKLIST
-doc/TODO
-doc/configuration.txt
-doc/lsh.html
Index: trunk/debian/control
===================================================================
--- trunk/debian/control (revision 157)
+++ trunk/debian/control (nonexistent)
@@ -1,81 +0,0 @@
-Source: lsh-utils
-Section: net
-Priority: optional
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Standards-Version: 4.1.3
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160709), dh-autoreconf, automake,
- libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.4~), nettle-bin,
- texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev,
- libpam0g-dev | libpam-dev, libreadline-dev, m4
-Homepage: http://www.lysator.liu.se/~nisse/lsh/
-
-Package: lsh-utils
-Architecture: any
-Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-server, lsh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol utilities
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh utilities. This includes programs such
- as lsh-keygen, lsh-writekey (both programs for public/private key
- generation), lsh-authorize (for automatic remote key authentication),
- ssh-conv (utilities for converting between various public and private
- key formats), and a number of other utilities for use with both the
- lsh server and client.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
-
-Package: lsh-server
-Architecture: any
-Provides: ssh-server
-Depends: lsh-utils (= ${binary:Version}),
- lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
-Suggests: lsh-client | openssh-client, lsh-doc
-Description: Secure Shell v2 (SSH2) protocol server
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh server, lshd. This package is required
- to allow SSH2 logins to the local machine.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-client
-Architecture: any
-Depends: nettle-bin, lsh-utils (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
-Breaks: lsh-utils (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-Suggests: lsh-doc
-Description: Secure Shell v2 (SSH2) protocol client
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh client used to log in to a remote lsh
- or SSH2 server.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
-
-Package: lsh-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: lsh-utils, lsh-server, lsh-client
-Conflicts: lsh-utils (<< 1.0.2-3)
-Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
-Description: Secure Shell v2 (SSH2) documentation
- lsh is a GPLed implementation of the Secure SHell protocol version 2
- (SSH2), a secure replacement for rlogin, rsh, and rcp.
- .
- This package contains the lsh documentation, including info
- pages and manpages about the various protocols which lsh uses,
- as well as various documents about lsh internals, protocols,
- and general lsh development.
- .
- In some countries it may be illegal to use any encryption
- at all without a special permit.
Index: trunk/debian/lsh-doc.info
===================================================================
--- trunk/debian/lsh-doc.info (revision 157)
+++ trunk/debian/lsh-doc.info (nonexistent)
@@ -1 +0,0 @@
-doc/lsh.info
Index: trunk/debian/compat
===================================================================
--- trunk/debian/compat (revision 157)
+++ trunk/debian/compat (nonexistent)
@@ -1 +0,0 @@
-9
Index: trunk/debian/lsh-doc.manpages
===================================================================
--- trunk/debian/lsh-doc.manpages (revision 157)
+++ trunk/debian/lsh-doc.manpages (nonexistent)
@@ -1 +0,0 @@
-doc/*.5
Index: trunk/debian/lsh-server.manpages
===================================================================
--- trunk/debian/lsh-server.manpages (revision 157)
+++ trunk/debian/lsh-server.manpages (nonexistent)
@@ -1,5 +0,0 @@
-debian/mans/lsh-execuv.8
-debian/mans/lsh-pam-checkpw.8
-debian/mans/lsh-krb-checkpw.8
-doc/lshd.8
-src/sftp/sftp-server.8*
Index: trunk/debian/patches/dont_clear_umask.patch
===================================================================
--- trunk/debian/patches/dont_clear_umask.patch (revision 157)
+++ trunk/debian/patches/dont_clear_umask.patch (nonexistent)
@@ -1,21 +0,0 @@
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672936
-Origin: upstream, https://git.lysator.liu.se/lsh/lsh/commit/99b8bf8cf29a8a5e6cb63edd5c46bfa337b5a1d2
-From: Niels Möller <nisse@lysator.liu.se>
-Subject: Don't clear umask.
-
---- a/src/daemon.c
-+++ b/src/daemon.c
-@@ -303,13 +303,9 @@ daemon_init(enum daemon_mode mode)
- }
-
- /* Enter the root directory to prevent hampering umounts. */
--
- if (chdir(ROOT_DIR) == -1)
- return 0;
-
-- /* Clear umask to enable explicit file modes. */
-- umask(0);
--
- return 1;
- }
-
Index: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series (revision 157)
+++ trunk/debian/patches/series (nonexistent)
@@ -1,11 +0,0 @@
-sftp-server-mansection.patch
-new-readline-completion-function-typedef.patch
-rl_completion-segfault.patch
-bsd_connreset_test_fail.patch
-skip-argp.patch
-nettle3.patch
-nettle3.4.patch
-missing_include.patch
-mit-kerberos.patch
-dont_clear_umask.patch
-missing_extern.patch
Index: trunk/debian/patches/missing_include.patch
===================================================================
--- trunk/debian/patches/missing_include.patch (revision 157)
+++ trunk/debian/patches/missing_include.patch (nonexistent)
@@ -1,10 +0,0 @@
---- a/src/io_commands.c
-+++ b/src/io_commands.c
-@@ -36,6 +36,7 @@
- #include "command.h"
- #include "connection.h"
- /* For lsh_get_cstring */
-+#include "lsh_string.h"
- #include "format.h"
- #include "io.h"
- #include "queue.h"
Index: trunk/debian/patches/skip-argp.patch
===================================================================
--- trunk/debian/patches/skip-argp.patch (revision 157)
+++ trunk/debian/patches/skip-argp.patch (nonexistent)
@@ -1,65 +0,0 @@
-Description: Make sure we don't touch the embedded argp copy when not needed
- To avoid inline functions causing build failures under C99 standards
-Author: Magnus Holmgren <holmgren@debian.org>
-Bug-Debian: https://bugs.debian.org/777990
-Forwarded: yes
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -577,15 +577,18 @@ fi
-
- # We don't use LIBOBJS for this, as the LIBOBJS are added to
- # liblsh.a, and we can't add an archive to an archive.
-+ARGP=""
- LIBARGP=""
- DOTDOT_LIBARGP=""
- if test x$with_system_argp = xno ; then
-+ ARGP="argp"
- # FIXME: Perhaps it's better to use an absolute path?
- LIBARGP="argp/libargp.a"
- # Needed for linking in src/testsuite.
- DOTDOT_LIBARGP="../argp/libargp.a"
- fi
-
-+AC_SUBST(ARGP)
- AC_SUBST(LIBARGP)
- AC_SUBST(DOTDOT_LIBARGP)
-
-@@ -776,7 +779,9 @@ if test x$enable_ipv6 = xyes ; then
- AC_DEFINE(WITH_IPV6)
- fi
-
-+if test x$with_system_argp = xno ; then
- AC_CONFIG_SUBDIRS(src/argp)
-+fi
- AC_CONFIG_SUBDIRS(src/spki)
- AC_CONFIG_SUBDIRS(src/sftp)
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- # Process this file with automake to produce Makefile.in
-
--SUBDIRS = argp rsync scm sftp spki . testsuite
-+SUBDIRS = @ARGP@ rsync scm sftp spki . testsuite
-
- include .dist_classes
- include .dist_headers
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -190,6 +190,7 @@ AC_DEFUN([LSH_LIB_ARGP],
- ac_argp_save_LDFLAGS="$LDFLAGS"
- ac_argp_ok=no
- # First check if we can link with argp.
-+ AH_TEMPLATE([HAVE_ARGP_PARSE], [Define if system has argp_parse()])
- AC_SEARCH_LIBS(argp_parse, argp,
- [ LSH_RPATH_FIX
- AC_CACHE_CHECK([for working argp],
-@@ -294,6 +295,7 @@ int main(int argc, char **argv)
-
- if test x$lsh_cv_lib_argp_works = xyes ; then
- ac_argp_ok=yes
-+ AC_DEFINE(HAVE_ARGP_PARSE)
- else
- # Reset link flags
- LIBS="$ac_argp_save_LIBS"
Index: trunk/debian/patches/rl_completion-segfault.patch
===================================================================
--- trunk/debian/patches/rl_completion-segfault.patch (revision 157)
+++ trunk/debian/patches/rl_completion-segfault.patch (nonexistent)
@@ -1,37 +0,0 @@
-Author: Magnus Holmgren
-Description: Avoid crashing when tab-completing an empty command line in lsftp
- The problem was that lsftp_s_skip returns NULL if nothing but
- separator characters are found, and that case wasn't handled.
-
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -205,7 +205,7 @@ int char_quoted( char* text, int index )
- char** lsftp_rl_completion(char* text, int start, int end)
- {
- char** matches=NULL;
-- int s;
-+ const char *s;
-
- /* If this word is at the start of the line, then it is a command to
- * complete.
-@@ -213,9 +213,9 @@ char** lsftp_rl_completion(char* text, i
-
- rl_completion_append_character = ' '; /* Trailing space after word */
-
-- s = lsftp_s_skip( rl_line_buffer, " \n\t\r" ) - rl_line_buffer;
-+ s = lsftp_s_skip( rl_line_buffer, " \n\t\r" );
-
-- if ( start == s ) /* The first word should be a command, even with spaces in front */
-+ if ( !s || rl_line_buffer + start == s ) /* The first word should be a command, even with spaces in front */
- {
- matches = RL_COMPLETION_MATCHES(
- text,
-@@ -231,7 +231,7 @@ char** lsftp_rl_completion(char* text, i
-
- /* Get the first word from the line (the command) */
-
-- lsftp_s_strtok( rl_line_buffer+s," \n\t\r", &tmp );
-+ lsftp_s_strtok( s," \n\t\r", &tmp );
-
- while( (cmdname = commands[i].name) )
- {
Index: trunk/debian/patches/sftp-server-mansection.patch
===================================================================
--- trunk/debian/patches/sftp-server-mansection.patch (revision 157)
+++ trunk/debian/patches/sftp-server-mansection.patch (nonexistent)
@@ -1,15 +0,0 @@
-Description: Invent manual section 8lsh for lsh's sftp-server
- (To avoid conflicts without having to rename the sftp-server binary.)
-Author: Magnus Holmgren <holmgren@debian.org>
-
---- a/src/sftp/sftp-server.8
-+++ b/src/sftp/sftp-server.8
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/trunk/debian/patches/sftp-server-mansection.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/debian/patches/missing_extern.patch
===================================================================
--- trunk/debian/patches/missing_extern.patch (revision 157)
+++ trunk/debian/patches/missing_extern.patch (nonexistent)
@@ -1,21 +0,0 @@
---- a/src/server_session.h
-+++ b/src/server_session.h
-@@ -59,6 +59,6 @@ pty_request_handler;
- extern struct channel_request
- window_change_request_handler;
-
--struct channel_request x11_req_handler;
-+extern struct channel_request x11_req_handler;
-
- #endif /* LSH_SERVER_SESSION_H_INCLUDED */
---- a/src/server_userauth.h
-+++ b/src/server_userauth.h
-@@ -105,7 +105,7 @@ struct userauth *
- make_userauth_publickey(struct user_db *db,
- struct alist *verifiers);
-
--struct userauth server_userauth_none_preauth;
-+extern struct userauth server_userauth_none_preauth;
-
- struct userauth *
- make_userauth_none_permit(struct lsh_user *user);
Index: trunk/debian/patches/nettle3.patch
===================================================================
--- trunk/debian/patches/nettle3.patch (revision 157)
+++ trunk/debian/patches/nettle3.patch (nonexistent)
@@ -1,341 +0,0 @@
-Description: Support Nettle 3.x
-Author: Magnus Holmgren <holmgren@debian.org>
-Forwarded: yes
-
---- a/src/spki/verify.c
-+++ b/src/spki/verify.c
-@@ -25,7 +25,7 @@
- #endif
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "certificate.h"
-@@ -74,7 +74,7 @@ spki_verify_dsa(const uint8_t *digest,
- dsa_public_key_init(&dsa);
- dsa_signature_init(&rs);
-
-- res = (dsa_keypair_from_sexp_alist(&dsa, NULL,
-+ res = (dsa_keypair_from_sexp_alist((struct dsa_params *)&dsa, dsa.y, NULL,
- RSA_KEYSIZE_LIMIT, DSA_SHA1_Q_BITS, &key->sexp)
- && spki_parse_type(key)
- && dsa_signature_from_sexp(&rs, &signature->sexp, DSA_SHA1_Q_BITS)
---- a/src/crypto.c
-+++ b/src/crypto.c
-@@ -322,7 +322,7 @@ make_cast128_cbc_instance(struct crypto_
- ? do_cast128_encrypt
- : do_cast128_decrypt);
-
-- cast128_set_key(&self->ctx.ctx, algorithm->key_size, key);
-+ cast5_set_key(&self->ctx.ctx, algorithm->key_size, key);
- CBC_SET_IV(&self->ctx, iv);
-
- return(&self->super);
---- a/src/dsa.c
-+++ b/src/dsa.c
-@@ -28,7 +28,7 @@
- #include <assert.h>
-
- #include <nettle/bignum.h>
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/sexp.h>
- #include <nettle/sha.h>
-
-@@ -322,7 +322,7 @@ make_dsa_verifier(struct signature_algor
- NEW(dsa_verifier, res);
- init_dsa_verifier(res);
-
-- if (dsa_keypair_from_sexp_alist(&res->key, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&res->key, res->key.y, NULL, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- return &res->super;
-
- KILL(res);
-@@ -341,7 +341,7 @@ make_dsa_signer(struct signature_algorit
-
- dsa_private_key_init(&res->key);
-
-- if (dsa_keypair_from_sexp_alist(&verifier->key, &res->key, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
-+ if (dsa_keypair_from_sexp_alist((struct dsa_params *)&verifier->key, verifier->key.y, res->key.x, DSA_MAX_BITS, DSA_SHA1_Q_BITS, i))
- {
- res->random = self->random;
- res->verifier = verifier;
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -41,84 +41,84 @@
- #include "lsh.h"
-
- /* Referenced by ssh_format.c */
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_s(const mpz_t x UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- nettle_mpz_sizeinbase_256_u(const mpz_t x UNUSED)
- { abort(); }
-
- void
--cbc_encrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_encrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--cbc_decrypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+cbc_decrypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
--ctr_crypt(void *ctx UNUSED, nettle_crypt_func f UNUSED,
-- unsigned block_size UNUSED, uint8_t *iv UNUSED,
-- unsigned length UNUSED, uint8_t *dst UNUSED,
-+ctr_crypt(const void *ctx UNUSED, nettle_cipher_func *f UNUSED,
-+ size_t block_size UNUSED, uint8_t *iv UNUSED,
-+ size_t length UNUSED, uint8_t *dst UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- void
- hmac_digest(const void *outer UNUSED, const void *inner UNUSED, void *state UNUSED,
- const struct nettle_hash *hash UNUSED,
-- unsigned length UNUSED, uint8_t *digest UNUSED)
-+ size_t length UNUSED, uint8_t *digest UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- sexp_transport_vformat(struct nettle_buffer *buffer UNUSED,
- const char *format UNUSED, va_list args UNUSED)
- { abort(); }
-
- int
- sexp_transport_iterator_first(struct sexp_iterator *iterator UNUSED,
-- unsigned length UNUSED, uint8_t *input UNUSED)
-+ size_t length UNUSED, uint8_t *input UNUSED)
- { abort(); }
-
- void
- nettle_buffer_init_size(struct nettle_buffer *buffer UNUSED,
-- unsigned length UNUSED, uint8_t *space UNUSED)
-+ size_t length UNUSED, uint8_t *space UNUSED)
-
- { abort(); }
-
-
- /* Referenced by lsh_string.c */
--uint8_t *
--memxor(uint8_t *dst UNUSED, const uint8_t *src UNUSED, size_t n UNUSED)
-+void *
-+memxor(void *dst UNUSED, const void *src UNUSED, size_t n UNUSED)
- { abort(); }
-
- void
--nettle_mpz_get_str_256(unsigned length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
-+nettle_mpz_get_str_256(size_t length UNUSED, uint8_t *s UNUSED, const mpz_t x UNUSED)
- { abort(); }
-
- void
- base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED,
-- unsigned length UNUSED,
-+ size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
--unsigned
-+size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
- uint8_t *dst UNUSED)
- { abort(); }
-@@ -129,9 +129,9 @@ base64_decode_init(struct base64_decode_
-
- int
- base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
-- unsigned *dst_length UNUSED,
-+ size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
-- unsigned src_length UNUSED,
-+ size_t src_length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
-@@ -142,7 +142,7 @@ base64_decode_final(struct base64_decode
- /* Referenced by parse.c */
- void
- nettle_mpz_set_str_256_s(mpz_t x UNUSED,
-- unsigned length UNUSED, const uint8_t *s UNUSED)
-+ size_t length UNUSED, const uint8_t *s UNUSED)
- { abort(); }
-
- /* Referenced by werror.c */
---- a/src/lsh-keygen.c
-+++ b/src/lsh-keygen.c
-@@ -39,7 +39,7 @@
- #include <unistd.h>
- #endif
-
--#include <nettle/dsa.h>
-+#include <nettle/dsa-compat.h>
- #include <nettle/rsa.h>
-
- #include "crypto.h"
-@@ -214,7 +214,7 @@ dsa_generate_key(struct randomness *r, u
-
- assert(r->quality == RANDOM_GOOD);
-
-- if (dsa_generate_keypair(&public, &private,
-+ if (dsa_compat_generate_keypair(&public, &private,
- r, lsh_random,
- NULL, progress,
- 512 + 64 * level, DSA_SHA1_Q_BITS))
---- a/src/lsh_string.c
-+++ b/src/lsh_string.c
-@@ -367,10 +367,10 @@ lsh_string_format_sexp(int transport, co
- {
- struct lsh_string *s;
- va_list args;
-- unsigned length;
-+ size_t length;
- struct nettle_buffer buffer;
-
-- unsigned (*vformat)(struct nettle_buffer *, const char *, va_list)
-+ size_t (*vformat)(struct nettle_buffer *, const char *, va_list)
- = transport ? sexp_transport_vformat : sexp_vformat;
-
- va_start(args, format);
-@@ -415,7 +415,7 @@ int
- lsh_string_base64_decode(struct lsh_string *s)
- {
- struct base64_decode_ctx ctx;
-- uint32_t done = s->length;
-+ size_t done = s->length;
-
- base64_decode_init(&ctx);
-
---- a/src/randomness.c
-+++ b/src/randomness.c
-@@ -35,7 +35,7 @@
- /* Wrapper for using lsh's randomness generator with nettle
- * functions. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data)
-+lsh_random(void *x, size_t length, uint8_t *data)
- {
- CAST_SUBTYPE(randomness, r, x);
- RANDOM(r, length, data);
---- a/src/randomness.h
-+++ b/src/randomness.h
-@@ -84,6 +84,6 @@ make_system_random(void);
-
- /* Randomness function matching nettle's expectations. */
- void
--lsh_random(void *x, unsigned length, uint8_t *data);
-+lsh_random(void *x, size_t length, uint8_t *data);
-
- #endif /* LSH_RANDOMNESS_H_INCLUDED */
---- a/src/sexp.c
-+++ b/src/sexp.c
-@@ -97,7 +97,7 @@ lsh_sexp_to_string(struct sexp_iterator
- struct lsh_string *
- lsh_sexp_copy(struct sexp_iterator *i)
- {
-- unsigned length;
-+ size_t length;
- const uint8_t *subexpr = sexp_iterator_subexpr(i, &length);
-
- return subexpr ? ssh_format("%ls", length, subexpr) : NULL;
---- a/src/lsh.c
-+++ b/src/lsh.c
-@@ -524,8 +524,8 @@ do_lsh_lookup(struct lookup_verifier *c,
- }
-
- acl = lsh_string_format_sexp(0, "(acl(entry(subject%l)%l))",
-- subject->key_length, subject->key,
-- STRING_LD(self->access));
-+ (size_t)subject->key_length, subject->key,
-+ (size_t)STRING_LD(self->access));
-
- /* FIXME: Seems awkward to pick the acl apart again. */
- if (!spki_iterator_first(&i, STRING_LD(acl)))
-@@ -540,7 +540,7 @@ do_lsh_lookup(struct lookup_verifier *c,
- A_WRITE(self->file,
- ssh_format("\n; ACL for host %lz\n"
- "%lfS\n",
-- self->host, lsh_string_format_sexp(1, "%l", STRING_LD(acl))));
-+ self->host, lsh_string_format_sexp(1, "%l", (size_t)STRING_LD(acl))));
-
- lsh_string_free(acl);
- }
---- a/src/spki.c
-+++ b/src/spki.c
-@@ -98,7 +98,7 @@ make_ssh_hostkey_tag(const char *host)
- }
-
- tag = lsh_string_format_sexp(0, "(tag(ssh-hostkey%s))",
-- STRING_LD(reversed));
-+ (size_t)STRING_LD(reversed));
- lsh_string_free(reversed);
-
- return tag;
-@@ -207,7 +207,7 @@ spki_hash_data(const struct hash_algorit
-
- out = lsh_string_format_sexp(0, "(hash%0s%s)",
- "hash", get_atom_name(algorithm_name),
-- STRING_LD(digest));
-+ (size_t)STRING_LD(digest));
- KILL(hash);
- lsh_string_free(digest);
-
-@@ -376,13 +376,13 @@ spki_pkcs5_encrypt(struct randomness *r,
- value = lsh_string_format_sexp(0, "(password-encrypted%s(Xpkcs5v2%0s"
- "(iterations%i)(salt%s))"
- "(%0s(iv%s)(data%s)))",
-- STRING_LD(label),
-+ (size_t)STRING_LD(label),
- get_atom_name(prf_name),
- iterations,
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- get_atom_name(crypto_name),
-- STRING_LD(iv),
-- STRING_LD(encrypted));
-+ (size_t)STRING_LD(iv),
-+ (size_t)STRING_LD(encrypted));
-
- lsh_string_free(key);
- lsh_string_free(salt);
---- a/src/srp_exchange.c
-+++ b/src/srp_exchange.c
-@@ -112,7 +112,7 @@ srp_make_verifier(const struct zn_group
- zn_exp(G, x, G->generator, x);
-
- expr = lsh_string_format_sexp(0, "(srp-verifier ssh-ring1%s%b)",
-- STRING_LD(salt),
-+ (size_t)STRING_LD(salt),
- x);
-
- mpz_clear(x);
Index: trunk/debian/patches/nettle3.4.patch
===================================================================
--- trunk/debian/patches/nettle3.4.patch (revision 157)
+++ trunk/debian/patches/nettle3.4.patch (nonexistent)
@@ -1,34 +0,0 @@
-Description: Adjust dummy.c to match type changes in nettle 3.4.
-Author: Niels Möller <nisse@lysator.liu.se>
-Bug-Debian: https://bugs.debian.org/884403
-
-diff --git a/src/dummy.c b/src/dummy.c
-index c33c8869..72fd5185 100644
---- a/src/dummy.c
-+++ b/src/dummy.c
-@@ -113,14 +113,14 @@ base64_encode_init(struct base64_encode_ctx *ctx UNUSED)
-
- size_t
- base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
-- uint8_t *dst UNUSED,
-+ char *dst UNUSED,
- size_t length UNUSED,
- const uint8_t *src UNUSED)
- { abort(); }
-
- size_t
- base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
-- uint8_t *dst UNUSED)
-+ char *dst UNUSED)
- { abort(); }
-
- void
-@@ -132,7 +132,7 @@ base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
- size_t *dst_length UNUSED,
- uint8_t *dst UNUSED,
- size_t src_length UNUSED,
-- const uint8_t *src UNUSED)
-+ const char *src UNUSED)
- { abort(); }
-
- int
Index: trunk/debian/patches/bsd_connreset_test_fail.patch
===================================================================
--- trunk/debian/patches/bsd_connreset_test_fail.patch (revision 157)
+++ trunk/debian/patches/bsd_connreset_test_fail.patch (nonexistent)
@@ -1,17 +0,0 @@
-Description: In testsuite/tcpconnect, treat ECONNRESET as a correct connection shutdown.
- Seems to be necessary on BSD kernels.
-
-diff --git a/src/testsuite/tcpconnect.c b/src/testsuite/tcpconnect.c
-index 73398ae..c7dfa02 100644
---- a/src/testsuite/tcpconnect.c
-+++ b/src/testsuite/tcpconnect.c
-@@ -307,7 +307,8 @@ main (int argc, char **argv)
- wait_stdin_eof = 0;
- if (!wait_remote_eof)
- break;
-- if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN)
-+ if (shutdown (fd, SHUT_WR) < 0
-+ && errno != ENOTCONN && errno != ECONNRESET)
- die("shutdown failed: %s\n", strerror(errno));
- }
- else
Index: trunk/debian/patches/new-readline-completion-function-typedef.patch
===================================================================
--- trunk/debian/patches/new-readline-completion-function-typedef.patch (revision 157)
+++ trunk/debian/patches/new-readline-completion-function-typedef.patch (nonexistent)
@@ -1,11 +0,0 @@
---- a/src/sftp/rl.c
-+++ b/src/sftp/rl.c
-@@ -116,7 +116,7 @@ void lsftp_rl_init()
- rl_basic_word_break_characters =" \n\t"; /* Only whitespace break words */
-
- RL_CHAR_IS_QUOTED = char_quoted;
-- rl_attempted_completion_function = (CPPFunction *)lsftp_rl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *)lsftp_rl_completion;
-
-
- interactive = 1; /* Set the interactive flag in the main program */
Index: trunk/debian/patches/mit-kerberos.patch
===================================================================
--- trunk/debian/patches/mit-kerberos.patch (revision 157)
+++ trunk/debian/patches/mit-kerberos.patch (nonexistent)
@@ -1,61 +0,0 @@
-Description: Modify lsh-krb-checkpw to work with MIT Kerberos instead of Heimdal.
- Building with the latest release of Heimdal (as of February 2016)
- fails and their maintainers want to orphan it.
-Bug: https://bugs.debian.org/812813
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -475,7 +475,7 @@ if test x$enable_kerberos = xyes; then
- LSH_CHECK_KRB_LIB(asn1, der_get_octet_string)
- # Check for krb5_cc_gen_new too?
- # krb5_verify_user_lrealm seems to be unique to heimdal
-- LSH_CHECK_KRB_LIB(krb5, krb5_verify_user_lrealm,, [enable_kerberos=no])
-+ LSH_CHECK_KRB_LIB(krb5, krb5_get_init_creds_password,, [enable_kerberos=no])
- fi
-
- AH_TEMPLATE([WITH_KERBEROS], [For kerberos])
---- a/src/lsh-krb-checkpw.c
-+++ b/src/lsh-krb-checkpw.c
-@@ -97,6 +97,8 @@ main(int argc, char **argv)
- krb5_context context;
- krb5_ccache ccache;
- krb5_principal p;
-+ krb5_creds creds;
-+ krb5_principal server;
- char *name;
- char *pw;
-
-@@ -121,18 +123,31 @@ main(int argc, char **argv)
- if (krb5_init_context (&context))
- die("krb5_init_context failed.");
-
-- if (krb5_make_principal(context, &p, NULL, name, NULL))
-- die("krb5_make_principal failed.");
-+ if (krb5_parse_name(context, name, &p)) {
-+ die("krb5_parse_name failed.");
-+ }
-+
-+ if (krb5_get_init_creds_password(context, &creds, p, pw,
-+ NULL, NULL, 0, NULL, NULL)) {
-+ die("krb5_get_init_creds_password failed.");
-+ }
-+
-+ if (krb5_verify_init_creds(context, &creds, server,
-+ NULL, NULL, NULL)) {
-+ die("krb5_verify_init_creds failed");
-+ }
-
- if (!krb5_kuserok(context, p, name))
- die("krb5_kuserok doesn't know the user.");
-
-+ /*
- if (krb5_cc_gen_new(context, &krb5_mcc_ops, &ccache))
- die("krb5_cc_gen_new failed.");
-
- if (krb5_verify_user_lrealm(context, p, ccache, pw, TRUE, NULL))
- die("krb5_verify_user_lrealm failed.");
-
-+ */
- /* Authentication successful. */
-
- /* TODO: Keep the credential cache in some way. Perhaps write it to
Index: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog (revision 157)
+++ trunk/debian/changelog (nonexistent)
@@ -1,769 +0,0 @@
-lsh-utils (2.1-14) unstable; urgency=low
-
- * Add Romanian debconf templates translation (Closes: #1032344).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 12 Mar 2023 15:50:48 +0100
-
-lsh-utils (2.1-13) unstable; urgency=medium
-
- * missing_extern.patch: Fix linker error due to missing extern declarations (Closes: #957505).
-
- -- magnus <holmgren@debian.org> Mon, 28 Dec 2020 15:49:59 +0100
-
-lsh-utils (2.1-12) unstable; urgency=medium
-
- * nettle3.4.patch: Fix FTBFS with nettle 3.4 due to type changes
- (Closes: #884403).
- * Build-Depend on debhelper (>= 9.20160709) instead of dh-systemd.
- * Priority extra replaced by optional.
- * lsh-server.postinst: Don't call /etc/init.d scripts directly (policy
- 9.3.3.2).
- * Standards-Version raised to 4.1.3.
- * Remove Stefan Pfetzing from Uploaders.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 09 Jan 2018 21:57:40 +0100
-
-lsh-utils (2.1-11) unstable; urgency=low
-
- * dont_clear_umask.patch (new): Don't clear umask in lshd, but keep the
- one it was launched with (typically 022) (Closes: #672936).
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jan 2017 21:40:52 +0100
-
-lsh-utils (2.1-10) unstable; urgency=low
-
- * Add missing lsb-base dependency.
- * missing_include.patch: Add a missing include to fix FTBFS with bindnow
- and PIE enabled (Closes: #837665, LP: #1628178).
- * Increase Debhelper compat level to 9.
- * Add Brazilian Portuguese debconf templates translation (Closes:
- #816948).
- * Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three
- years ago; the vulnerability was eight years ago.
- * Bump Standards-Version to 3.9.8.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Oct 2016 19:55:20 +0200
-
-lsh-utils (2.1-9) unstable; urgency=medium
-
- * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
- size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 25 Feb 2016 00:16:44 +0100
-
-lsh-utils (2.1-8) unstable; urgency=low
-
- * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
- Note: the Kerberos password helper has limited functionality and is
- not recommended to use.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100
-
-lsh-utils (2.1-7) unstable; urgency=low
-
- * nettle3.patch: fix pointer type mismatches, mainly changing length
- variables from unsigned to size_t.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200
-
-lsh-utils (2.1-6) unstable; urgency=low
-
- * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
- when not needed. It fails to build with GCC 5, which defaults to C99,
- which has different inline function rules, and we don't need it.
- (Closes: #777990).
- * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
- compat layer.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200
-
-lsh-utils (2.1-5) unstable; urgency=low
-
- * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
- * Bump Standards-Version to 3.9.6.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200
-
-lsh-utils (2.1-4) unstable; urgency=low
-
- * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
- everything generated by Scheme code comes pre-built in the upstream
- tarball.
- * Also override Lintian error concerning doc/srp-spec.txt, generated
- from srp-spec.nroff (see 2.1-2 below).
- * lsh-server.service: Remove obsolete syslog.target from Unit.After
- option (it runs lsh-server non-forking anyway, which means that
- lsh-server doesn't call syslog itself).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200
-
-lsh-utils (2.1-3) unstable; urgency=low
-
- * Add systemd unit file, which should behave similarly to the init
- script.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200
-
-lsh-utils (2.1-2) unstable; urgency=low
-
- * new-readline-completion-function-typedef.patch: switch to new-style
- readline typedef for lsftp_rl_completion pointer cast (Closes:
- #741771).
- * Dutch Debconf translation update from Vincent Zweije and the
- debian-l10n-dutch team (Closes: #692831).
- * Override Lintian error concerning non-free IETF document
- doc/srp-spec.nroff. See debian/copyright for details.
- * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
- an empty command line in lsftp.
- * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
- policy § 12.2).
- * With the above, raise Standards-Version to 3.9.5.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200
-
-lsh-utils (2.1-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream distribution no longer embeds old version of the Nettle
- library containing non-free RFC document; drop nonettle.patch.
- * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
- nettle-2.1.patch, terminate-on-connection-failure.patch,
- ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
- upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
- new included version of mini-inetd.
- * Update and improve watch file, dropping dversionmangle option.
- * Bump Standards-Version to 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200
-
-lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
-
- * Review templates and package description by the debian-l10n-english team
- (Closes: #686212). Thanks to David Prévot for coordinating.
-
- [ Debconf translations ]
- * Portuguese, Rui Branco (Closes: #687146).
- * Russian, Yuri Kozlov (Closes: #687188).
- * Czech, Martin Šín (Closes: #687263).
- * Polish, Michał Kułach (Closes: #687549).
- * Italian, Beatrice Torracca (Closes: #687773).
- * French, David Prévot (Closes: #687810).
- * Danish, Joe Hansen (Closes: #687833).
- * German, Holger Wansing (Closes: #687979).
- * Japanese, Hideki Yamane.
- * Vietnamese, Nguyen Vu Hung (Closes: #688175).
- * Slovak, Slavko (Closes: #688193).
- * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
- * Spanish, Javier Fernández-Sanguino (Closes: #688925).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200
-
-lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
-
- * Default to deleting host key on purge (Closes: #670433). It's only a
- host key, not significant amounts of user-generated data, so there's
- no good reason that a purge shouldn't delete it.
- * Correct misspelling of debconf key, which caused the host key never to
- be deleted.
- * Add Italian debconf localization. (Closes: #666425). Thanks to
- Beatrice Torracca and the Italian localization team.
- * Read settings from /etc/default/lsh-server in the config script
- (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
- specify additional arguments to lshd (Closes: #592595).
- * Bump Standards-Version to 3.9.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200
-
-lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
-
- * serpent-byteorder.patch: Correct Serpent test case that depended on
- broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
- I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
- * Build-depend on libgmp-dev, which is now the real package, instead of
- libgmp10-dev.
- * Use dpkg-buildflags.
- * Bump Standards-Version to 3.9.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100
-
-lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
-
- * Change source format to 3.0 (quilt), renaming all patches
- from *.dpatch to *.patch and dropping the numbers.
- * While 30_nonettle.dpatch was a script that used sed to modify
- instances of Makefile.in, nonettle.patch patches Makefile.am files as
- well as configure.ac. dh-autoremake is used to call autoremake before
- configure and to restore the effects in the clean target. The
- src/nettle subdirectory still needs to be renamed to avoid its header
- files from being found; that is now done in debian/rules.
- * Switch from CDBS to a more old-style debian/rules to get better
- control over the build process.
- * Increase Debhelper compat level to 7.
- * blacklist.patch: Don't reject when blacklisted_key() returns -1,
- indicating no blacklist file for the key type and/or size in question
- exists.
- * nettle-2.1.patch (new): Build with Nettle 2.1.
- * Enable tests.
- testsuite-mini-inetd-localhost.patch (new): When told to bind to
- "localhost", mini-inetd, which is used in certain (optional) tests,
- seems to bind to 255.255.255.255, which is of course no good. Tell it
- to bind to 127.0.0.1 instead.
- * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100
-
-lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
-
- * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
- if it fails to connect to the remote host (Closes: #485812).
- * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
- AF_INET6 sockets; since lshd by default enumerates available address
- families and calls bind() once for each, conflicts will occur
- otherwise.
- * lsh-server.postinst: If openssh-server is installed and lsh-server is
- configured to use port 22, shut down sshd in addition to disabling it
- (Closes: #567945).
- * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
- spurious fd" warnings.
- * debian/control: Declare Breaks instead of Conflicts for files moved
- between packages.
- * Upgraded to Standards-Version 3.9.1 with the preceding change.
- * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
- 1.0.2-3).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200
-
-lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
-
- * Change libreadline build dependency to just libreadline-dev
- (Closes: #553804).
- * Add new debconf template translations:
- + Japanese from Hideki Yamane (Closes: #558082)
- + Spanish from Shukoh (Closes: #557008)
- Credit to the respective Debian translation teams.
- * Fix a spelling error in one of the debconf templates, run
- debconf-updatepo, clean out the old obsolete translation entries, and
- perform some trivial maintenance on the Nynorsk file.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100
-
-lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
-
- * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
- "no". /etc/init.d/skeleton is not a good example in this matter.
- * blacklist.dpatch: Check keys against openssh-blacklist before
- accepting for pubkey authentication as well as on conversion by
- lsh-writekey and lsh-decode-key.
- * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
- lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
- * Move seed and key creation back to postinst and import RSA key from
- openssh-server if it exists (Closes: #211252).
- * debian/mans/lcp.1: Fix errors.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100
-
-lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
-
- * lsh-server.init.d: Fix critical exit status ($?) handling mistake
- (Closes: #545090).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200
-
-lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
-
- * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
- the transition to triggerized install-info.
- * Add ${misc:Depends} to Depends in case Debhelper needs it in the
- future.
- * Increase Debhelper compat level to 5.
- * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
- * nettle_2.0.dpatch created to adapt to API changes.
- * 30_nonettle.dpatch modified to add -lhogweed to LDADD where
- appropriate.
- * Add ANNOUNCE to lsh-doc.
- * Rewrite lsh-server.init.d a bit:
- * Use LSB logging functions.
- * Let lshd daemonize and create/delete its pid file by itself.
- * Change the Provides: line in the LSB header to "lsh-server" and
- declare that it should start before the services that depend on an
- SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
- * Support the status action.
- * Drop the no longer useful lsh-server-config script.
- * Upgrade to Standards-Version 3.8.3:
- * Add README.source.
- * Drop obsolete manpages from debian/mans.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200
-
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: trunk/debian/lsh-server.templates
===================================================================
--- trunk/debian/lsh-server.templates (revision 157)
+++ trunk/debian/lsh-server.templates (nonexistent)
@@ -1,41 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If lshd should run on a different port,
- please specify the alternative port here. If you specify 22, you will
- need to manually disable any other SSH servers running on port 22, other
- than OpenSSH (from the package openssh-server), which will be disabled
- automatically if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the SFTP subsystem?
- Please choose whether you want to use the EXPERIMENTAL lsh SFTP support.
- .
- Since it is experimental, the default is for it to be disabled, but it
- can be enabled now or later by manually changing /etc/default/lsh-server.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: true
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
-
-Template: lsh-server/extra_args
-Type: string
-_Description: Additional arguments to pass to lshd:
Index: trunk/debian/lsh-server.service
===================================================================
--- trunk/debian/lsh-server.service (revision 157)
+++ trunk/debian/lsh-server.service (nonexistent)
@@ -1,21 +0,0 @@
-[Unit]
-Description=Secure Shell v2 (SSH2) protocol server
-Documentation=man:lshd(8)
-After=local-fs.target remote-fs.target network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \
- true|y*|Y*) ;; \
- *) SFTP_FLAG='';; esac; \
- exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-EnvironmentFile=-/etc/default/lsh-server
-KillSignal=SIGHUP
-KillMode=process
-SendSIGKILL=no
-SyslogIdentifier=lshd
-TimeoutStopSec=1
-
-[Install]
-WantedBy=multi-user.target
Index: trunk/debian/lsh-utils.install
===================================================================
--- trunk/debian/lsh-utils.install (revision 157)
+++ trunk/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: trunk/debian/rules
===================================================================
--- trunk/debian/rules (revision 157)
+++ trunk/debian/rules (nonexistent)
@@ -1,117 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- buildflags = --build=$(DEB_BUILD_GNU_TYPE)
-else
- buildflags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(parallel))
-jobsflag = -j$(parallel)
-endif
-
-config.status: configure.ac
- dh_testdir
- # Add here commands to configure the package.
- dh_autoreconf
- ./configure $(buildflags) \
- --prefix=/usr \
- --disable-dependency-tracking \
- --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth \
- $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding'
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(MAKE) check
-endif
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_autoreconf_clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-build-indep build-arch: build
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
- dh_testdir
- dh_testroot
- dh_install -i --sourcedir=debian/tmp
- dh_link -i
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i -A README
- dh_installinfo -i
- dh_installman -i
- dh_installdebconf -i
- dh_compress -i
- dh_fixperms -i
- dh_makeshlibs -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp
- dh_link -a
- dh_installchangelogs -a ChangeLog
- dh_installdocs -a -A README
- dh_installexamples -a
- dh_installman -a
- dh_systemd_enable -a
- dh_installinit -a
- dh_systemd_start -a
- dh_installdebconf -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-arch binary-indep
-.PHONY: build-indep build-arch build clean clean-patched binary-indep binary-arch binary install
/trunk/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/debian/lsh-client.manpages
===================================================================
--- trunk/debian/lsh-client.manpages (revision 157)
+++ trunk/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: trunk/debian/lsh-server.config
===================================================================
--- trunk/debian/lsh-server.config (revision 157)
+++ trunk/debian/lsh-server.config (nonexistent)
@@ -1,119 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-system {'sh'} 'sh', '-c', <<'EOF';
-[ -e /etc/default/lsh-server ] || exit 0
-. /etc/default/lsh-server
-. /usr/share/debconf/confmodule
-
-db_set lsh-server/lshd_port "$LSHD_PORT" || true
-db_set lsh-server/sftp "$ENABLE_SFTP" || true
-db_set lsh-server/extra_args "$EXTRA_ARGS" || true
-EOF
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: trunk/debian/mans/lsh-execuv.8
===================================================================
--- trunk/debian/mans/lsh-execuv.8 (revision 157)
+++ trunk/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/mans/lsh-pam-checkpw.8
===================================================================
--- trunk/debian/mans/lsh-pam-checkpw.8 (revision 157)
+++ trunk/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/mans/lsh-export-key.1
===================================================================
--- trunk/debian/mans/lsh-export-key.1 (revision 157)
+++ trunk/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/mans/srp-gen.1
===================================================================
--- trunk/debian/mans/srp-gen.1 (revision 157)
+++ trunk/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/mans/lsh-krb-checkpw.8
===================================================================
--- trunk/debian/mans/lsh-krb-checkpw.8 (revision 157)
+++ trunk/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lsh (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/mans/lcp.1
===================================================================
--- trunk/debian/mans/lcp.1 (revision 157)
+++ trunk/debian/mans/lcp.1 (nonexistent)
@@ -1,73 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev LSFTP_RSH"
-.It Ev LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lsh.
-.El
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Xr rcp 1 ,
-.Xr scp 1 ,
-.Xr lsftp 1 ,
-.Xr lsh 1 ,
-.Xr lshd 8
Index: trunk/debian/mans/lsh_proxy.8
===================================================================
--- trunk/debian/mans/lsh_proxy.8 (revision 157)
+++ trunk/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lsh (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: trunk/debian/lsh-server.install
===================================================================
--- trunk/debian/lsh-server.install (revision 157)
+++ trunk/debian/lsh-server.install (nonexistent)
@@ -1,5 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/sftp-server usr/lib/lsh-server
Index: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format (revision 157)
+++ trunk/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: trunk/debian/source/lintian-overrides
===================================================================
--- trunk/debian/source/lintian-overrides (revision 157)
+++ trunk/debian/source/lintian-overrides (nonexistent)
@@ -1,6 +0,0 @@
-# Internet-draft by LSH author; may be used under free licenseas long
-# as IETF parts are deleted. Contrast with GFDL-licensed documents
-# with invariant sections, where the invariant sections may not be
-# removed.
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.nroff
-lsh-utils source: license-problem-non-free-RFC doc/srp-spec.txt
Index: trunk/debian/lsh-doc.doc-base
===================================================================
--- trunk/debian/lsh-doc.doc-base (revision 157)
+++ trunk/debian/lsh-doc.doc-base (nonexistent)
@@ -1,13 +0,0 @@
-Document: lsh
-Title: LSH documentation
-Author: Niels Möller
-Abstract: This document describes `lsh' and related programs.
-Section: Network/Remote Access
-
-Format: HTML
-Index: /usr/share/doc/lsh-doc/lsh.html
-Files: /usr/share/doc/lsh-doc/lsh.html
-
-Format: Info
-Index: /usr/share/info/lsh.info.gz
-Files: /usr/share/info/lsh.info.gz
Index: trunk/debian/watch
===================================================================
--- trunk/debian/watch (revision 157)
+++ trunk/debian/watch (nonexistent)
@@ -1,6 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-ftp://ftp.gnu.org/gnu/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-http://www.lysator.liu.se/~nisse/archive/lsh-(\d[^-]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
Index: trunk/debian/lsh-client.install
===================================================================
--- trunk/debian/lsh-client.install (revision 157)
+++ trunk/debian/lsh-client.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/bin/lsh
-usr/bin/lshg
-usr/bin/lcp
-usr/bin/lsftp
Index: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright (revision 157)
+++ trunk/debian/copyright (nonexistent)
@@ -1,49 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
-doc/srp-spec.nroff (and the plain doc/srp-spec.txt generated from the
-former) is an old IETF Internet draft written by Niels, and as such
-the actual text, from the abstract and up to and including the
-references can be assumed to be freely reusable, which should be good
-enough. Despite what the copyright notice says the IETF doesn't claim
-copyright to the contents of the draft, only the complete draft in its
-special form.
-
-The Debian patch debian/patches/blacklist.patch contains code from
-the openssh package, apparently written by Colin Watson (cjwatson) and
-released under a BSD license.
Index: trunk/debian/lsh-utils.docs
===================================================================
--- trunk/debian/lsh-utils.docs (revision 157)
+++ trunk/debian/lsh-utils.docs (nonexistent)
@@ -1 +0,0 @@
-AUTHORS
Index: trunk/debian/lsh-server.postinst
===================================================================
--- trunk/debian/lsh-server.postinst (revision 157)
+++ trunk/debian/lsh-server.postinst (nonexistent)
@@ -1,166 +0,0 @@
-#!/bin/sh
-# postinst script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-create_seed_and_key() {
- RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
- HOST_KEY="/etc/lsh_host_key"
- OPENSSH_HOST_KEY="/etc/ssh/ssh_host_rsa_key"
-
- if [ ! -f "$RANDOM_SEED" ]; then
- echo -n "Creating lsh random seed file (this may take a while) ..."
- DIR=$(dirname "$RANDOM_SEED")
- if install -d -m 700 "$DIR" &&
- dd if=/dev/random "of=$RANDOM_SEED" bs=1 count=32 2>/dev/null &&
- chmod 600 "$RANDOM_SEED"; then
- echo " done."
- else
- echo " failed!"
- return 1
- fi
- fi
-
- if [ ! -f "$HOST_KEY" ]; then
- if [ -r "$OPENSSH_HOST_KEY" ]; then
- echo -n "Converting existing OpenSSH RSA host key ... "
- if pkcs1-conv < "$OPENSSH_HOST_KEY" | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- return 0
- fi
- rm -f "$HOST_KEY" "$HOST_KEY.pub"
- echo "failed. Will generate a new key instead."
- fi
- echo -n "Creating lsh host key ... "
- if lsh-keygen --server | lsh-writekey --server &&
- [ -f "$HOST_KEY" -a -f "$HOST_KEY.pub" ]; then
- chmod +r "$HOST_KEY.pub"
- echo "done."
- else
- echo "failed!"
- return 1
- fi
- fi
- return 0
-}
-
-LSHD_DEFAULTS=/etc/default/lsh-server
-
-case "$1" in
- configure)
-
- # This needs to be fixed. If we do stuff this way, strange things will
- # happen ... the user can specify stuff to debconf and old options can
- # still be written to the config file :-(
- # First, get default options
- #[ -e "$LSHD_DEFAULTS" ] && . "$LSHD_DEFAULTS"
-
- # Fall back to default options if necessary
- LSHD_PORT=${LSHD_PORT:-2222}
- ENABLE_SFTP=${ENABLE_SFTP:-false}
-
- # Make sure ENABLE_SFTP is either "true" or "false", set up option
- case "$ENABLE_SFTP" in
- true|TRUE|y*|Y*)
- ENABLE_SFTP=true
- ;;
- *)
- ENABLE_SFTP=false
- ;;
- esac
-
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
- db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
- db_get "lsh-server/extra_args"; EXTRA_ARGS="$RET"
- exec 3>&-
-
- # OK, now make the config file
-
- cat <<"EOF" >"$LSHD_DEFAULTS"
-# Configuration file generated by lsh-server.postinst.
-# You can change the lsh-server configuration either by editing
-# this file, or by running dpkg-reconfigure lsh-server.
-#
-# If systemd is used, this file is read as an environment file and can
-# only contain environment variable assignments.
-EOF
-
- echo "LSHD_PORT=\"$LSHD_PORT\"" >>"$LSHD_DEFAULTS"
- echo "ENABLE_SFTP=\"$ENABLE_SFTP\"" >> "$LSHD_DEFAULTS"
- echo "EXTRA_ARGS=\"$EXTRA_ARGS\"" >> "$LSHD_DEFAULTS"
-
- # Versions before 2.0.1cdbs-4 have a security issue, therefore
- # have the random seed regenerated.
- if [ "$2" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] \
- && dpkg --compare-versions "$2" lt "2.0.1cdbs-4"; then
- echo " Removing /var/spool/lsh/yarrow-seed-file, because of you are upgrading from a"
- echo " version with a known security bug, so we can't trust the seed any more."
- echo " It will be automatically regenerated from /dev/random."
- rm /var/spool/lsh/yarrow-seed-file
- fi
-
- # Disable ssh if needed
- if [ "$LSHD_PORT" -eq 22 ] ; then
- if [ ! -d /etc/ssh ] ; then
- mkdir -p /etc/ssh
- fi
-
- file=/etc/ssh/sshd_not_to_be_run
- if [ ! -f "$file" ] ; then
-# stop ssh from starting at bootup
- cat <<"EOF" >"$file"
-LSH_SERVER_CONFIG_GENERATED
-# Generated by lsh-server.postinst
-# Please don't remove this file unless you have first disabled lsh, and don't
-# change the first line ... otherwise lsh-server won't recognise it!!!
-EOF
-
- if [ -x "/etc/init.d/ssh" ]; then
- invoke-rc.d ssh stop || true
- fi
- fi
- fi
-
- create_seed_and_key
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: trunk/debian/NEWS
===================================================================
--- trunk/debian/NEWS (revision 157)
+++ trunk/debian/NEWS (nonexistent)
@@ -1,26 +0,0 @@
-lsh-utils (2.0.1cdbs-4) unstable; urgency=low
-
- lsh-server now automatically generates it's random seed file, if it
- doesn't already exist.
-
- I personally don't see a reason for the lsh-make-seed command, the
- lsh-server init script now uses dd to get 32 bytes of random data out of
- /dev/random.
-
- If that's not ok to you, feel free to use lsh-make-seed instead and
- have /var/spool/lsh/yarrow-seed-file regenerated.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:08:16 +0100
-
-lsh-utils (2.0.1-6) unstable; urgency=low
-
- To make the current maintenance situation easier, 'lshc' has been again
- renamed to it's original name 'lsh'.
-
- So please switch from now on to using 'lsh' instead of 'lshc'.
-
- As for your convenience a small script named 'lshc', which simply notifies
- you about the name change and afterwards executing 'lsh' is included.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Tue, 15 Nov 2005 05:44:46 +0100
-
Index: trunk/debian/lsh-server.postrm
===================================================================
--- trunk/debian/lsh-server.postrm (revision 157)
+++ trunk/debian/lsh-server.postrm (nonexistent)
@@ -1,74 +0,0 @@
-#!/bin/sh
-# postrm script for lsh-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-if [ -f /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
-
- db_get "lsh-server/purge_hostkey" || true
-
- PURGE_HOSTKEYS="$RET"
-fi
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- for file in /etc/ssh/NOSERVER /etc/ssh/sshd_not_to_be_run ; do
- if [ -e "$file" ] && \
- grep -q '^LSH_SERVER_CONFIG_GENERATED$' "$file" ; then
- rm -f "$file"
- fi
- done
-
- # Try to remove ssh directory - if ssh is purged we should be
- # able to do this ...
- if [ -d "/etc/ssh" ] ; then
- rmdir --ignore-fail-on-non-empty /etc/ssh
- fi
-
- # Try to remove the random seed file.
- if [ "$1" = "purge" ] && [ -e "/var/spool/lsh/yarrow-seed-file" ] ; then
- rm -f /var/spool/lsh/yarrow-seed-file
- rmdir --ignore-fail-on-non-empty /var/spool/lsh
- fi
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-if [ "$1" = "purge" ]; then
- case "$PURGE_HOSTKEYS" in
- true|TRUE|y*|Y*|"")
- rm -f /etc/lsh_host_key /etc/lsh_host_key.pub
- ;;
- esac
-
- # trash defaults file
- rm -f /etc/default/lsh-server
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts
-
-#DEBHELPER#
-
-exit 0
Index: trunk/debian/lsh-utils.manpages
===================================================================
--- trunk/debian/lsh-utils.manpages (revision 157)
+++ trunk/debian/lsh-utils.manpages (nonexistent)
@@ -1,11 +0,0 @@
-debian/mans/srp-gen.1
-doc/lsh-authorize.1
-doc/lsh-decode-key.1
-doc/lsh-decrypt-key.1
-doc/lsh-export-key.1
-doc/lsh-keygen.1
-doc/lsh-make-seed.1
-doc/lsh-upgrade.1
-doc/lsh-upgrade-key.1
-doc/lsh-writekey.1
-doc/ssh-conv.1
Index: trunk/debian/lsh-server.init.d
===================================================================
--- trunk/debian/lsh-server.init.d (revision 157)
+++ trunk/debian/lsh-server.init.d (nonexistent)
@@ -1,82 +0,0 @@
-#!/bin/sh
-#
-# lsh-utils Start/stop secure shell server.
-# Written by Timshel Knoll <timshel@debian.org>
-# Updated by Stefan Pfetzing <dreamind@dreamind.de>
-# Updated by Magnus Holmgren <magnus@debian.org>
-
-### BEGIN INIT INFO
-# Provides: lsh-server
-# Required-Start: $local_fs $remote_fs $syslog $named $network
-# Required-Stop: $local_fs $remote_fs $syslog $named $network
-# X-Start-Before: cman drbd smokeping vz
-# X-Stop-After: cman drbd smokeping vz
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: lsh secure shell server
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/lshd
-NAME=lshd
-DESC="secure shell v2 server"
-CONFIG=/etc/default/lsh-server
-PIDFILE=/var/run/$NAME.pid
-
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-HOST_KEY="/etc/lsh_host_key"
-
-test -f $DAEMON || exit 0
-
-. /lib/lsb/init-functions
-
-set +e
-
-if [ -r "$CONFIG" ]; then
- . "$CONFIG"
-fi
-
-if [ x"$LSHD_PORT" = x ]; then
- LSHD_PORT="22"
-fi
-
-case "$ENABLE_SFTP" in
- true|y*|Y*)
- SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
- ;;
- *)
- SFTP_FLAG=""
- ;;
-esac
-
-case "$1" in
- start)
- log_daemon_msg "Starting $DESC" "$NAME"
- start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- stop|graceful-stop)
- log_daemon_msg "Gracefully stopping $DESC" "$NAME"
- # Signal 1 causes the "old" lsh to close up shop on its port, but
- # keeps running until all active connections have been closed
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON
- log_end_msg $?
- ;;
- restart|force-reload)
- log_daemon_msg "Restarting $DESC" "$NAME"
- start-stop-daemon --stop --retry HUP/1 --quiet --pidfile $PIDFILE \
- --oknodo --exec $DAEMON &&
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
- -- --daemonic --port "$LSHD_PORT" $SFTP_FLAG $EXTRA_ARGS
- log_end_msg $?
- ;;
- status)
- status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
- ;;
- *)
- echo "Usage: /etc/init.d/lsh-utils {start|stop|restart|force-reload}" >&2
- exit 3
- ;;
-esac
Index: trunk/debian/README.Debian
===================================================================
--- trunk/debian/README.Debian (revision 157)
+++ trunk/debian/README.Debian (nonexistent)
@@ -1,42 +0,0 @@
-lsh-utils for Debian
---------------------
-
-Versions of lsh since 1.3.6 have required a random seed file for both the
-server and the client (one for each user in the latter case). These random
-seeds will be automatically generated when the lsh-server is started for the
-first time.
-
-As an alternative, you can of course use the old way to have the seed
-generated. For this you need the lsh-utils package installed. After removing
-the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
-run "lsh-make-seed --server" (as root) to generate the random seed.
-
-For security reasons (otherwise the timing information will be broken) this
-needs to be run from a local console.
-
-Using the lsh-client
---------------------
-
-To use the lsh client, all a user needs to do is run lsh-make-seed and type
-the necessary data. lsh-make-seed stores user's random seed files in
-~/.lsh/yarrow-seed-file.
-
-By default, the host key is captured to ~/.lsh/captured_keys - you need to put
-the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
-
-lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
-
-Some notes about the sftp-server
---------------------------------
-
-The used sftp-server has been placed in /usr/lib/lsh-server, analoguously
-with openssh-server. Our manpage is in the special section 8lsh, to avoid
-conflict with the corresponding manpage in said package.
-
-Credits
--------
-
-This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
-Timshel Knoll <timshel@debian.org>.
-
- -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200
Index: trunk/debian/po/nl.po
===================================================================
--- trunk/debian/po/nl.po (revision 157)
+++ trunk/debian/po/nl.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-10-21 09:56+0000\n"
-"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverpoort:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"De standaardpoort voor lshd is 22. Als u wilt dat lshd draait op een andere "
-"poort, specificeer deze alternatieve poort dan hier. Als u 22 aangeeft, dan "
-"zult u andere ssh-servers die draaien op poort 22 verschillend van OpenSSH "
-"(uit het `openssh-server'-pakket) handmatig moeten uitzetten. OpenSSH zal "
-"automatisch uitgezet worden als u hier 22 kiest."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Het SFTP-subsysteem aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Kies nu of u de EXPERIMENTELE lsh-SFTP-ondersteuning wilt gebruiken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Aangezien dit experimenteel is, staat het standaard uit, maar kan het nu "
-"of later worden aangezet door /etc/default/lsh-server handmatig te bewerken."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Host-sleutel verwijderen bij wissen (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wanneer dit pakket wordt geïnstalleerd, wordt er een host-sleutel\n"
-"aangemaakt om uw computer te authenticeren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Kies of u de host-sleutel wilt verwijderen wanneer het pakket wordt "
-"verwijderd."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
-"Extra argumenten om aan lshd mee te geven:"
Index: trunk/debian/po/pl.po
===================================================================
--- trunk/debian/po/pl.po (revision 157)
+++ trunk/debian/po/pl.po (nonexistent)
@@ -1,96 +0,0 @@
-# Translation of lsh-utils debconf templates to Polish.
-# Copyright (C) 2012
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Michał Kułach <michal.kulach@gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 23:13+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port serwera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Domyślnym portem lshd jest 22. Jeśli program powinien korzystać z innego "
-"portu, proszę go określić. Po wpisaniu 22, konieczne jest ręczne wyłączenie "
-"wszystkich pozostałych serwerów SSH korzystających z portu 22, poza OpenSSH "
-"(z pakietu openssh-server), który zostanie wówczas wyłączony automatycznie."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Włączyć podsystem SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Proszę zdecydować o użyciu EKSPERYMENTALNEJ obsługi SFTP lsf."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Ze względu na status eksperymentalny, domyślnie jest ona wyłączona, lecz może "
-"zostać włączona w tym kroku lub ręcznie, dokonując później zmiany w pliku "
-"/etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Usunąć klucz komputera przy czyszczeniu?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Przy instalowaniu pakietu został utworzony klucz komputera, służący do "
-"uwierzytelnienia go."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Proszę zdecydować, czy ma on zostać usunięty przy czyszczeniu pakietu."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Dodatkowe argumenty przekazywane do lshd:"
-
Index: trunk/debian/po/nn.po
===================================================================
--- trunk/debian/po/nn.po (revision 157)
+++ trunk/debian/po/nn.po (nonexistent)
@@ -1,102 +0,0 @@
-# translation of lsh-utils.po to Norwegian (Nynorsk)
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-# Håvard Korsvoll <korsvoll@skulelinux.no>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_nn\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-30 22:50+0200\n"
-"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
-"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh tenarport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-#, fuzzy
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport for lshd er 22. Viss du vil la lshd køyre på ein anna port, "
-"oppgje den alternative porten her. Viss du oppgjev 22, må du manuelt slå av "
-"andre ssh-tenarar du køyrer på port 22, andre enn OpenSSH (frå ssh-pakka), "
-"og du vil bli spurd om du vil bruke lshd sin eigenskap til å vidarekople ssh "
-"for å la ssh1 fungere som normalt."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern vertsnøkkel ved utreinsking?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakka blir installert, vil ein vertsnøkkel bli laga for å "
-"autentisere verten."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Viss du vil fjerna han saman med pakka når den blir fjerna så må du oppgje "
-"det her."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: trunk/debian/po/it.po
===================================================================
--- trunk/debian/po/it.po (revision 157)
+++ trunk/debian/po/it.po (nonexistent)
@@ -1,106 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# Italian translation of lsh-utils debconf messages.
-# Copyright (C) 2000, Timshel Knoll <timshel@debian.org>
-# This file is distributed under the same license as the lsh-utils package.
-# Beatrice Torracca <beatricet@libero.it>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-9\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-15 18:59+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta del server lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"La porta predefinita per lshd è la 22. Se lshd deve essere eseguito su una "
-"porta diversa, specificare la porta alternativa qui. Se si specifica 22 è "
-"necessario disabilitare manualmente qualsiasi altro server SSH in esecuzione "
-"sulla porta 22 che non sia OpenSSH (dal pacchetto openssh-server) il quale "
-"sarà automaticamente disabilitato."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Abilitare il sottosistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Scegliere se si desidera usare il supporto SPERIMENTALE di lsh per SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Dato che è sperimentale, è disabilitato in modo predefinito, ma può essere "
-"abilitato ora o successivamente modificando manualmente /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Rimuovere la chiave dell'host all'eliminazione del pacchetto?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando viene installato questo pacchetto, viene generata una chiave per "
-"autenticare l'host."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Scegliere se si desidera eliminare la chiave dell'host quando viene rimosso "
-"il pacchetto."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opzioni aggiuntive da passare a lshd:"
Index: trunk/debian/po/POTFILES.in
===================================================================
--- trunk/debian/po/POTFILES.in (revision 157)
+++ trunk/debian/po/POTFILES.in (nonexistent)
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] lsh-server.templates
Index: trunk/debian/po/sk.po
===================================================================
--- trunk/debian/po/sk.po (revision 157)
+++ trunk/debian/po/sk.po (nonexistent)
@@ -1,96 +0,0 @@
-# Slovak translations for lsh-utils package
-# Slovenské preklady pre balík lsh-utils.
-# Copyright (C) 2012 THE lsh-utils'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsh-utils package.
-# Slavko <linux@slavino.sk>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-20 10:09+0200\n"
-"Last-Translator: Slavko <linux@slavino.sk>\n"
-"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-POFile-SpellExtra: default 22 lshd openssh-server OpenSSH lsh SFTP purge\n"
-"X-POFile-SpellExtra: etc SSH lsh-server SFTP\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port servera lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Predvolený port pre lshd je 22. Ak má byť lshd spustený na inom porte, "
-"prosím, zadajte tu alternatívny port. Ak zadáte 22, budete musieť manuálne "
-"vypnúť všetky ostatné servery SSH, ktoré bežia na porte 22, okrem OpenSSH (z "
-"balíka openssh-server), ktorý bude vypnutý automaticky, ak tu zvolíte 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Zapnúť subsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Prosím, zvoľte, či chcete v lsh používať EXPERIMENTÁLNU podporu SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Pretože je táto podpora experimentálna, je predvolene vypnutá, ale môžete ju "
-"zapnúť teraz alebo neskôr manuálne, zmenou /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Odstrániť kľúč hostiteľa pri vyčistení (purge)?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Pri inštalácii tohoto balíka je vygenerovaný kľúč hostiteľa, na "
-"autentifikáciu vášho hostiteľa."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Prosím, zvoľte, či chcete pri odstránení balíka odstrániť aj kľúč hostiteľa."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Doplnkové argumenty pre lshd:"
Index: trunk/debian/po/vi.po
===================================================================
--- trunk/debian/po/vi.po (revision 157)
+++ trunk/debian/po/vi.po (nonexistent)
@@ -1,94 +0,0 @@
-# Vietnamese Translation for lsh-utils.
-# Copyright © 2005-2006 Free Software Foundation, Inc.
-# Nguyen Vu Hung <vuhung16plus@gmail.com>, 2012
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-10 13:15+0700\n"
-"Last-Translator: Nguyen Vu Hung <vuhung16plus@gmail.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>, Vietnamese "
-"<debian-l10n-vietnamese@lists.debian.org>, du-an-most@lists.hanoilug.org\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b31\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Cổng máy phục vụ « lsh »:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Cổng mặc định của lshd là 22. Nếu bạn muốn trình nền lshd chạy trong một "
-"cổng khác, hãy ghi rõ cổng đó vào đây. Nếu chọn cổng 22 thì sẽ phải tự tắt "
-"máy phục vụ SSH nào đang chạy trên cổng 22, khác với OpenSSH, (từ gói "
-"openssh-server). Nếu bạn chọn cổng 22 ở đây, OpenSSH sẽ bị tắt tự động."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Bật hệ thống con SFTP không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Bạn muốn sử dụng cách hỗ trợ SFTP _thực nghiệm_ không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Lưu ý rằng đây là chức năng thử nghiệm, do đó cấu hình mặc định là tắt. Tuy "
-"nhiên, bạn có thể bật nó, bây giờ hoặc sau này bằng tệp /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Gỡ bỏ khóa máy khi tẩy không?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Khi cài đặt gói này, cũng tạo ra một khóa máy chủ, để xác thực máy của bạn."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Hãy chọn có nên tẩy khóa máy chủ khi gói được gỡ bỏ hay không."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Tham số phụ để qua lshd:"
Index: trunk/debian/po/ro.po
===================================================================
--- trunk/debian/po/ro.po (revision 157)
+++ trunk/debian/po/ro.po (nonexistent)
@@ -1,106 +0,0 @@
-# Mesajele în limba română pentru pachetul lsh-utils.
-# Romanian translation of lsh-utils.
-# Copyright © 2023 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lxc package.
-#
-# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023.
-#
-# Cronologia traducerii fișierului „lsh-utils”:
-# Traducerea inițială, făcută de R-GC, pentru versiunea lsh-utils 2.1-13(2012-09-29).
-# Actualizare a traducerii pentru versiunea Y, făcută de X, Y(anul).
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.1-13\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2023-02-23 16:16+0100\n"
-"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
-"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
-"Language: ro\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && "
-"n%100<=19) ? 1 : 2);\n"
-"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.2.2\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Portul server-ului lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, please "
-"specify the alternative port here. If you specify 22, you will need to manually "
-"disable any other SSH servers running on port 22, other than OpenSSH (from the "
-"package openssh-server), which will be disabled automatically if you choose 22 "
-"here."
-msgstr ""
-"Portul implicit pentru «lshd» este „22”. Dacă «lshd» ar trebui să ruleze pe un "
-"alt port, specificați aici portul alternativ. Dacă specificați portul „22”, va "
-"trebui să dezactivați manual orice alte servere SSH care rulează pe portul "
-"„22”, altele decât OpenSSH (din pachetul openssh-server), care va fi dezactivat "
-"automat dacă alegeți „22” aici."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activați subsistemul SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Selecționați această opțiune dacă doriți să utilizați suportul EXPERIMENTAL lsh "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can be "
-"enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Deoarece această opțiune este experimentală, implicit este ca aceasta să fie "
-"dezactivată, dar poate fi activată acum sau mai târziu prin modificarea manuală "
-"a fișierului de configurare „/etc/default/lsh-server”."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Eliminați cheia de gazdă la curățare?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Când acest pachet este instalat, este generată o cheie de gazdă pentru a vă "
-"autentifica gazda."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Selecționați această opțiune dacă doriți să eliminați cheia gazdă atunci când "
-"pachetul este șters."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opțiuni suplimentare pentru a fi pasate la «lshd»:"
Index: trunk/debian/po/templates.pot
===================================================================
--- trunk/debian/po/templates.pot (revision 157)
+++ trunk/debian/po/templates.pot (nonexistent)
@@ -1,91 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr ""
Index: trunk/debian/po/pt.po
===================================================================
--- trunk/debian/po/pt.po (revision 157)
+++ trunk/debian/po/pt.po (nonexistent)
@@ -1,93 +0,0 @@
-# Portuguese translation for lsh-utils's debconf messages
-# 2006-12-10 - Rui Branco - Initial translation
-# Rui Branco <ruipb@debianpt.org>, 2006, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 10:17+0100\n"
-"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "porto do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"O porto por omissão do lsh é o 22. Se preferir correr o lsh num porto "
-"diferente, por favor especifique o porto alternativo. Se especificar o 22, "
-"terá que desactivar manualmente qualquer outro servidor ssh que tenha a "
-"correr no porto 22 que não o OpenSSH (a partir do pacote openssh-server). O "
-"OpenSSH será automaticamente desactivado, se escolher o porto 22 agora."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Activar o sub-sistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Por favor decida se quer usar o suporte lsh sFTP EXPERIMENTAL."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Visto ser experimental, por omissão é desactivado, mas pode ser activado "
-"agora ou mais tarde, de modo manual alterando /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover a chave da máquina na purga do pacote?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando este pacote está instalado, uma chave no anfitrião é gerada de modo a "
-"autenticar o mesmo."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor escolha se quer purgar a chave do anfitrião quando o pacote é "
-"eliminado."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais a passar ao lshd:"
Index: trunk/debian/po/da.po
===================================================================
--- trunk/debian/po/da.po (revision 157)
+++ trunk/debian/po/da.po (nonexistent)
@@ -1,95 +0,0 @@
-# Danish translation lsh-utils.
-# Copyright (C) 2012 lsh-utils & nedenstående oversættere.
-# This file is distributed under the same license as the lsh-utils package.
-# Claus Hindsgaul <claus_h@image.dk>, 2005, 2006.
-# Joe Hansen (joedalton2@yahoo.dk), 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-16 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh-serverport:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd's standardport er 22. Hvis du ønsker at køre lshd på en anden port, så "
-"angiv den alternative port her. Hvis du skriver 22, skal du manuelt "
-"deaktivere eventuelle andre SSH-servere, du har kørende på port 22, udover "
-"OpenSSH (fra pakken openssh-server). OpenSSH bliver automatisk deaktiveret, "
-"hvis du skriver 22 her."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Skal SFTP-undersystemet aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Vælg venligst om du vil benytte den EKSPERIMENTELLE lsh SFTP-understøttelse."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da den er eksperimentel, er standarden at den er deaktiveret, men den "
-"kan aktivere nu eller senere ved manuelt at ændre /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Fjern værtsnøglen ved udrensning?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Når denne pakke er installeret, vil der blive genereret en værtsnøgle til at "
-"autentificere din vært."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Vælg om du ønsker at slette værtsnøglen, når pakken fjernes."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Yderligere parametre at sende til lshd:"
-
Index: trunk/debian/po/ru.po
===================================================================
--- trunk/debian/po/ru.po (revision 157)
+++ trunk/debian/po/ru.po (nonexistent)
@@ -1,104 +0,0 @@
-# translation of ru.po to Russian
-# translation of lsh-utils_2.0.1-4.2_ru.po to Russian
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-# Developers do not need to manually edit POT or PO files.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 20:54+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Порт сервера lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"По умолчанию lshd запускается на порту 22. Если нужно запустить lshd на "
-"другом порту, то укажите его номер здесь. Если вы зададите порт 22, то вам "
-"нужно вручную выключить любые другие серверы SSH, запущенные на порту 22, "
-"кроме OpenSSH (из пакета openssh-server). OpenSSH будет выключен "
-"автоматически, если вы укажите порт 22."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Включить подсистему SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Укажите, хотите ли вы использовать ЭКСПЕРИМЕНТАЛЬНУЮ поддержку SFTP в lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Так как это пока экспериментальная версия, поэтому, по умолчанию она "
-"выключена. Её можно включить сейчас или вручную в файле /etc/default/lsh-"
-"server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Удалять ключ узла при вычистке?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "При установке пакета создаётся ключ аутентификации данного узла."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Выберите, нужно ли удалять ключ при удалении пакета."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Дополнительные параметры, передаваемые lshd:"
Index: trunk/debian/po/de.po
===================================================================
--- trunk/debian/po/de.po (revision 157)
+++ trunk/debian/po/de.po (nonexistent)
@@ -1,109 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Copyright (C) Holger Wansing <linux@wansing-online.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-11\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-17 21:29+0200\n"
-"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port für den lsh-Server:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Der Standardport für lshd ist 22. Wenn lshd auf einem anderen Port laufen "
-"soll, geben Sie den entsprechenden Port bitte hier an. "
-"Wenn Sie Port 22 verwenden wollen, dann müssen Sie alle anderen SSH-Server "
-"(außer OpenSSH aus dem Paket »openssh-server«), die Port 22 verwenden, "
-"manuell deaktivieren. OpenSSH wird automatisch abgeschaltet, wenn Sie hier "
-"22 wählen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Soll das SFTP-Subsystem aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Bitte wählen Sie, ob Sie die EXPERIMENTELLE lsh-SFTP-Unterstützung wünschen."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Da dies noch experimentell ist, ist es standardmäßig deaktiviert, kann "
-"aber jetzt oder später aktiviert werden, indem /etc/default/lsh-server "
-"manuell angepasst wird."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr ""
-"Beim Entfernen des Pakets den kryptografischen Schlüssel des Rechners löschen?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Wenn dieses Paket installiert wird, wird ein kryptografischer Schlüssel "
-"generiert, um den Rechner zu authentifizieren."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Bitte wählen Sie, ob Sie den kryptografischen Schlüssel beim Entfernen des "
-"Pakets löschen wollen."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Zusätzliche Argumente für lshd:"
-
Index: trunk/debian/po/sv.po
===================================================================
--- trunk/debian/po/sv.po (revision 157)
+++ trunk/debian/po/sv.po (nonexistent)
@@ -1,92 +0,0 @@
-# Translation of lsh-utils debconf template to Swedish
-# Copyright (C) 2012 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Martin Bagge <brother@bsnet.se>, 2012
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.2-1\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-30 22:48+0200\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Serverport för lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Standardport för lshd är 22. Om du vill att lshd ska köra på en annan "
-"port, ange den alternativa porten här. Om du anger 22 behöver du "
-"manuellt inaktivera andra SSH-servrar som du har körande på port 22, "
-"förutom OpenSSH (från paketet openssh-server) som kommer att "
-"avaktiveras automatiskt om du väljer 22 här."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Aktivera SFTP-undersystemet?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Ange om du vill använda lsh:s EXPERIMENTIELLA SFTP-stöd."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Eftersom det är experimentiellt är standardvalet att avaktivera stödet men "
-"det kan aktiveras nu eller senare genom att ändra /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Ta bort värdnyckel vid avinstallation?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr "När detta paket installeras genereras en värdnyckel för att autentisera ditt värdsystem."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr "Välj om du vill ta bort värdnyckeln när paketets konfigurationsfiler tas bort."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Ytterligare argument som ska skickas till lshd:"
Index: trunk/debian/po/ja.po
===================================================================
--- trunk/debian/po/ja.po (revision 157)
+++ trunk/debian/po/ja.po (nonexistent)
@@ -1,102 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-06-29 23:45+0200\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "lsh サーバのポート番号:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"lshd のデフォルトのポート番号は 22 番です。別のポートで lshd を動作させたい場"
-"合は、ここで別のポートを指定してください。22 番を指定した場合は、同じポート番"
-"号で動作する (openssh-server パッケージの) OpenSSH 以外の ssh サーバを手動で"
-"無効にする必要があります。ポート 22 番を選択した場合、OpenSSH は自動的に無効"
-"に設定されます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "SFTP サブシステムを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "「実験的な」lsh の SFTP サポートを使うかどうかを選んでください。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"この機能は実験的なものなのでデフォルトでは無効になっていますが、今すぐ有効に"
-"することもできますし、あるいは後ほど手動で /etc/default/lsh-server を変更して"
-"有効にもできます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "完全削除 (purge) 時にホスト鍵を削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"このパッケージがインストールされる際、ホストを認証するためのホスト鍵が生成さ"
-"れます。"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"パッケージが削除される際にホスト鍵も完全に削除するかどうかを選んでください。"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "lshd に追加で渡す引数:"
Index: trunk/debian/po/cs.po
===================================================================
--- trunk/debian/po/cs.po (revision 157)
+++ trunk/debian/po/cs.po (nonexistent)
@@ -1,103 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils 2.0.1-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-11 11:21+0200\n"
-"Last-Translator: Martin Sin <martin.sin@seznam.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Číslo portu lsh serveru:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Výchozí číslo portu pro lshd je 22. Pokud si přejete spustit lshd na jiném "
-"portu, zadejte zde prosím jeho číslo. Pokud necháte 22, budete muset ručně "
-"vypnout všechny ssh servery, které běží na tomto portu, kromě OpenSSH "
-"(součást balíčku `openssh-server'), které bude vypnuto automaticky."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Povolit podsystém SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Rozhodněte se prosím, zda chcete používat EXPERIMENTÁLNÍ podporu lsh SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Protože se jedná o experimentální funkci, je ve výchozím nastavení vypnuta. "
-"Tuto volbu můžete zapnout nyní nebo kdykoliv později změnou nastavení v "
-"souboru /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Smazat klíč hostitele při odstranění balíčku?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Při instalaci balíčku je vytvořen klíč sloužící k ověření pravosti vašeho "
-"počítače."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Rozhodněte se prosím, zda si při odstranění balíčku přejete smazat také "
-"tento klíč."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Další argumenty předávané lshd:"
Index: trunk/debian/po/pt_BR.po
===================================================================
--- trunk/debian/po/pt_BR.po (revision 157)
+++ trunk/debian/po/pt_BR.po (nonexistent)
@@ -1,96 +0,0 @@
-# Debconf translations for lsh-utils.
-# Copyright (C) 2016 Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2016.
-# This file is distributed under the same license as the lsh-utils package.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2016-01-06 12:58-0200\n"
-"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
-"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
-"org>\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Porta do servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"A porta padrão para o lshd é a 22. Se o lshd deverá executar em uma porta "
-"diferente, por favor, especifique a porta alternativa aqui. Se você "
-"especificar 22, você precisará desabilitar manualmente quaisquer outros "
-"servidores SSH que estejam executando na porta 22, diferentes do OpenSSH (do "
-"pacote openssh-server), o qual será desabilitado automaticamente se você "
-"escolher 22 aqui."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Habilitar o subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Por favor, escolha se você quer usar o suporte EXPERIMENTAL a SFTP do lsh."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"Uma vez que é experimental, o padrão é que seja desabilitado, mas isso pode "
-"ser habilitado agora ou mais tarde alterando /etc/default/lsh-server "
-"manualmente."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Remover chave da máquina ao expurgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Quando esse pacote é instalado, uma chave da máquina é gerada para "
-"autenticar a sua máquina."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Por favor, escolha se você quer expurgar a chave da máquina quando o pacote "
-"for removido."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Argumentos adicionais para passar ao lshd:"
Index: trunk/debian/po/fr.po
===================================================================
--- trunk/debian/po/fr.po (revision 157)
+++ trunk/debian/po/fr.po (nonexistent)
@@ -1,110 +0,0 @@
-# translation of fr.po to French
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2005, 2006, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-29 12:42-0400\n"
-"PO-Revision-Date: 2012-09-10 06:39+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Port du serveur lsh :"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"Le port par défaut pour lshd est 22. Veuillez modifier cette valeur si vous "
-"souhaitez qu'il soit à l'écoute sur un autre port. Si vous choisissez le "
-"port 22, pensez à désactiver vous-même les autres serveurs SSH qui "
-"pourraient fonctionner sur le port 22. Cela est inutile pour OpenSSH (du "
-"paquet « openssh-server ») qui, lui, sera, dans ce cas, désactivé "
-"automatiquement."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "Faut-il activer les fonctionnalités SFTP ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr ""
-"Veuillez confirmer si vous souhaitez activer la gestion expérimentale de "
-"SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"La gestion de SFTP est encore expérimentale et le service est désactivé par "
-"défaut. Il est possible de l'activer automatiquement maintenant ou plus tard "
-"en modifiant /etc/default/lsh-server."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "Faut-il supprimer la clé d'hôte lors de la purge du paquet ?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Lors de l'installation de ce paquet, une clé d'hôte est générée pour "
-"permettre l'authentification de votre serveur."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Si vous souhaitez que la clé d'hôte soit supprimée quand le paquet est "
-"purgé, vous devriez choisir cette option."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Paramètres supplémentaires pour lshd :"
Index: trunk/debian/po/es.po
===================================================================
--- trunk/debian/po/es.po (revision 157)
+++ trunk/debian/po/es.po (nonexistent)
@@ -1,117 +0,0 @@
-# lsh-utils po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the lsh-utils package.
-#
-# Changes:
-# - Initial translation
-# Shukoh <felix_os69@hotmail.com> , 2009
-# - Update and review
-# Javier Fernández-Sanguino <jfs@debian.org>, 2012
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/coordinacion
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsh-utils_2.0.4-dfsg-4\n"
-"Report-Msgid-Bugs-To: lsh-utils@packages.debian.org\n"
-"POT-Creation-Date: 2012-09-09 11:31-0400\n"
-"PO-Revision-Date: 2012-09-27 02:39+0200\n"
-"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid "lsh server port:"
-msgstr "Puerto del servidor lsh:"
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:2001
-msgid ""
-"The default port for lshd is 22. If lshd should run on a different port, "
-"please specify the alternative port here. If you specify 22, you will need "
-"to manually disable any other SSH servers running on port 22, other than "
-"OpenSSH (from the package openssh-server), which will be disabled "
-"automatically if you choose 22 here."
-msgstr ""
-"El puerto predeterminado para lshd es el número 22. Debe especificar aquí un "
-"puerto aternativo si desea que lshd se ejecute en un puerto diferente. Si "
-"usa el puerto 22, deberá deshabilitar manualmente otros servidores SSH que "
-"se estén ejecutando en dicho puerto, excepto OpenSSH (del paquete «openssh-"
-"server»). Se deshabilitará automáticamente OpenSSH si selecciona el puerto "
-"22 aquí."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid "Enable the SFTP subsystem?"
-msgstr "¿Desea habilitar el subsistema SFTP?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Please choose whether you want to use the EXPERIMENTAL lsh SFTP support."
-msgstr "Seleccione si desea utilizar el soporte EXPERIMENTAL de lsh para SFTP."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:3001
-msgid ""
-"Since it is experimental, the default is for it to be disabled, but it can "
-"be enabled now or later by manually changing /etc/default/lsh-server."
-msgstr ""
-"El valor por omisión es no habilitarlo, debido a su caracter experimental, "
-"pero puede activarlo ahora o más adelante editando manualmente «/etc/default/"
-"lsh-server»."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid "Remove host key on purge?"
-msgstr "¿Desea eliminar la clave del equipo al purgar?"
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"When this package is installed, a host key is generated to authenticate your "
-"host."
-msgstr ""
-"Se genera una clave para autenticar su equipo cuando este paquete se instala."
-
-#. Type: boolean
-#. Description
-#: ../lsh-server.templates:4001
-msgid ""
-"Please choose whether you want to purge the host key when the package is "
-"removed."
-msgstr ""
-"Indique si desea purgar la clave del equipo cuando se desinstale el paquete."
-
-#. Type: string
-#. Description
-#: ../lsh-server.templates:5001
-msgid "Additional arguments to pass to lshd:"
-msgstr "Opciones adicionales a dar a lshd:"
Index: trunk/debian
===================================================================
--- trunk/debian (revision 157)
+++ trunk/debian (nonexistent)
/trunk/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property