Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 28 → Rev 29

/branches/experimental/debian/lsh-utils.postinst
File deleted
/branches/experimental/debian/lsh-server.dirs
File deleted
/branches/experimental/debian/lsh-utils.prerm
File deleted
/branches/experimental/debian/control
1,33 → 1,33
Source: lsh
Source: lsh-utils
Section: net
Priority: extra
Maintainer: Simon Law <sfllaw@debian.org>
Uploaders: Stefan Pfetzing <dreamind@dreamind.de>,
Magnus Holmgren <magnus@kibibyte.se>
Standards-Version: 3.7.2
Build-Depends: cdbs, debhelper (>= 4.1.16), libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-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, autotools-dev
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, 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: lsh-client, ${shlibs:Depends}
Recommends: lsh-server
Suggests: lsh-utils-doc
Conflicts: nettle-bin (<< 1.12-1),
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.
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), sexp-conv and 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.
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.
In some countries it may be illegal to use any encryption at all
without a special permit.
 
Package: lsh-server
Architecture: any
34,7 → 34,7
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
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
48,20 → 48,17
 
Package: lsh-client
Architecture: any
Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}
Conflicts: lsh-utils (<< 1.0.2-3)
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. This package is
required to log into a remote lsh or ssh2 server. Please
note that the client binary is normally called 'lsh' rather
than 'lshc', but as there is already a 'lsh' binary in
Debian (the Limited SHell - see the 'lsh' package), the
client binary has been renamed to 'lshc'. All the other
program names remain as normal.
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.
70,7 → 67,8
Architecture: all
Section: doc
Suggests: lsh-utils, lsh-server, lsh-client
Conflicts: lsh-utils (<< 1.0.2-3)
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
83,4 → 81,3
.
In some countries it may be illegal to use any encryption
at all without a special permit.
 
/branches/experimental/debian/lsh-doc.docs
0,0 → 1,10
FAQ
NEWS
ChangeLog.1
doc/HACKING
doc/NOTES
doc/PORTS
doc/TASKLIST
doc/TODO
doc/configuration.txt
doc/lsh.html
/branches/experimental/debian/lsh-doc.info
0,0 → 1,0
doc/lsh.info
/branches/experimental/debian/lsh-doc.manpages
0,0 → 1,0
doc/*.5
/branches/experimental/debian/lsh-server.manpages
0,0 → 1,6
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*
/branches/experimental/debian/scripts/lshc
File deleted
/branches/experimental/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
0,0 → 1,36
#! /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);
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: experimental/debian/patches/00list
===================================================================
--- experimental/debian/patches/00list (nonexistent)
+++ experimental/debian/patches/00list (revision 29)
@@ -0,0 +1,3 @@
+20_sftp-server_mansection
+30_nonettle
+40_better_errmsg_when_dotlsh_missing
Index: experimental/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- experimental/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
+++ experimental/debian/patches/20_sftp-server_mansection.dpatch (revision 29)
@@ -0,0 +1,19 @@
+#! /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
/experimental/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: experimental/debian/patches/30_nonettle.dpatch
===================================================================
--- experimental/debian/patches/30_nonettle.dpatch (nonexistent)
+++ experimental/debian/patches/30_nonettle.dpatch (revision 29)
@@ -0,0 +1,27 @@
+#!/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: experimental/debian/changelog
===================================================================
--- experimental/debian/changelog (revision 28)
+++ experimental/debian/changelog (revision 29)
@@ -6,29 +6,56 @@
-- Magnus Holmgren <holmgren@debian.org> Wed, 05 Aug 2009 23:35:15 +0200
-lsh (2.0.3-1) unstable; urgency=low
+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 source package "lsh", as the previously clashing package is
- gone (Closes: #340354).
+ * 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.2. No changes needed.
- * Fix spelling error lshc and its manpage (Closes: #417426).
+ * 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, dpatch (temporarily),
- comerr-dev (redundant), po-debconf (redundant), xutils (makes no
- difference); add autotools-dev, scsh-0.6 (as alternative to
- guile-1.6).
+ * 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 <magnus@kibibyte.se> Sun, 6 May 2007 20:33:25 +0200
+ -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
lsh-utils (2.0.2-1.1) unstable; urgency=low
/branches/experimental/debian/lsh-utils.install
0,0 → 1,11
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
/branches/experimental/debian/rules
2,9 → 2,7
 
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
# Currently no patches
#include /usr/share/cdbs/1/rules/dpatch.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 \
13,105 → 11,12
--with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
--with-x --with-system-nettle XAUTH_PROGRAM=/usr/bin/xauth
 
DEB_INSTALL_CHANGELOGS_ALL := $(DEB_SRCDIR)/ChangeLog
DEB_INSTALL_DOCS_ALL := $(DEB_SRCDIR)/README
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
DEB_INSTALL_DOCS_ALL := README
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
# cdbs options for lsh-client
DEB_INSTALL_MANPAGES_lsh-client := $(DEB_SRCDIR)/doc/lsh.1 \
$(DEB_SRCDIR)/doc/lshg.1 debian/mans/lshc.1
DEB_INSTALL_DIRS_lsh-client := usr/bin
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
# cdbs options for lsh-server
DEB_INSTALL_MANPAGES_lsh-server := debian/mans/lsh-execuv.8 \
debian/mans/lsh-pam-checkpw.8 \
debian/mans/lsh-krb-checkpw.8 \
debian/mans/lsh-server-config.8 \
$(DEB_SRCDIR)/src/sftp/sftp-server.lsh.8 \
$(DEB_SRCDIR)/doc/lshd.8
DEB_INSTALL_DIRS_lsh-server := usr/sbin etc/default
 
# cdbs options for lsh-utils
DEB_INSTALL_MANPAGES_lsh-utils := $(DEB_SRCDIR)/src/sftp/lsftp.1 \
$(DEB_SRCDIR)/doc/lsh-authorize.1 \
$(DEB_SRCDIR)/doc/lsh-decode-key.1 \
$(DEB_SRCDIR)/doc/lsh-decrypt-key.1 \
$(DEB_SRCDIR)/doc/lsh-export-key.1 \
$(DEB_SRCDIR)/doc/lsh-make-seed.1 \
$(DEB_SRCDIR)/doc/lsh-upgrade.1 \
$(DEB_SRCDIR)/doc/lsh-upgrade-key.1 \
$(DEB_SRCDIR)/doc/ssh-conv.1 \
$(DEB_SRCDIR)/doc/lsh-keygen.1 \
$(DEB_SRCDIR)/doc/lsh-writekey.1 \
debian/mans/sexp-conv.lsh-utils.1 \
debian/mans/srp-gen.1 \
debian/mans/lcp.1
DEB_INSTALL_DOCS_lsh-utils := $(DEB_SRCDIR)/AUTHORS
DEB_INSTALL_DIRS_lsh-utils := usr/bin
 
# cdbs options for lsh-utils-doc
DEB_INSTALL_DOCS_lsh-utils-doc := $(DEB_SRCDIR)/FAQ $(DEB_SRCDIR)/NEWS \
$(DEB_SRCDIR)/ChangeLog.1 \
$(DEB_SRCDIR)/doc/HACKING $(DEB_SRCDIR)/doc/NOTES \
$(DEB_SRCDIR)/doc/PORTS $(DEB_SRCDIR)/doc/TASKLIST \
$(DEB_SRCDIR)/doc/TODO $(DEB_SRCDIR)/doc/configuration.txt \
$(DEB_SRCDIR)/ChangeLog.1
DEB_INSTALL_MANPAGES_lsh-utils-doc := $(DEB_SRCDIR)/doc/DSA.5 \
$(DEB_SRCDIR)/doc/SHA.5 \
$(DEB_SRCDIR)/doc/SPKI.5 \
$(DEB_SRCDIR)/doc/secsh.5
DEB_INSTALL_INFO_lsh-utils-doc := $(DEB_SRCDIR)/doc/lsh.info
 
reverse-config::
# make distclean misses this
rm -f src/nettle/machine.m4
 
cleanbuilddir::
rm -f src/sftp/sftp-server.lsh.8
 
# override the default
install/lsh-utils::
for i in \
lsftp \
lsftp \
lsh-authorize \
lsh-decode-key \
lsh-export-key \
lsh-keygen \
lsh-make-seed \
lsh-writekey \
srp-gen \
ssh-conv \
lsh-decrypt-key \
lsh-upgrade \
lsh-upgrade-key \
lcp \
; do \
mv debian/tmp/usr/bin/$$i debian/lsh-utils/usr/bin/$$i; done
# Rename sexp-conv so that we can register it with the alternatives system
mv debian/tmp/usr/bin/sexp-conv \
debian/lsh-utils/usr/bin/sexp-conv.lsh-utils
 
install/lsh-server::
for i in \
lsh-execuv \
lsh-pam-checkpw \
lshd \
lsh-krb-checkpw \
; do \
mv debian/tmp/usr/sbin/$$i debian/lsh-server/usr/sbin/$$i; done
# sftp-server has a name conflict with the program of the same name in
# the "ssh" package. Maybe I should talk to the openssh maintainer about
# using alternatives?
mv debian/tmp/usr/sbin/sftp-server \
debian/lsh-server/usr/sbin/sftp-server.lsh
cp -a $(DEB_SRCDIR)/src/sftp/sftp-server.8 \
$(DEB_SRCDIR)/src/sftp/sftp-server.lsh.8
common-install-arch::
install -m755 debian/scripts/lsh-server-config \
debian/lsh-server/usr/sbin
 
install/lsh-client::
mv debian/tmp/usr/bin/lsh debian/lsh-client/usr/bin
mv debian/tmp/usr/bin/lshg debian/lsh-client/usr/bin
install -m755 debian/scripts/lshc debian/lsh-client/usr/bin
 
 
debian/tmp/usr/sbin
/branches/experimental/debian/lsh-client.manpages
0,0 → 1,4
debian/mans/lcp.1
doc/lsh.1
doc/lshg.1
src/sftp/lsftp.1
/branches/experimental/debian/mans/lshc.1
File deleted
/branches/experimental/debian/mans/lsh-writekey.1
109,7 → 109,7
.SH SEE ALSO
.BR lsh-keygen (1),
.BR lsh-make-seed (1),
.BR lshc (1),
.BR lsh (1),
.BR lshd (8),
.BR SPKI (5).
.BR
/branches/experimental/debian/mans/lsftp.1
165,7 → 165,7
.TP
.B LSFTP_AFTER_ARGS
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR mail (1),
.BR lshd (8),
.BR lshg (8).
/branches/experimental/debian/mans/lsh-execuv.8
59,7 → 59,7
.B \-?
Show summary of options.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/mans/lsh-pam-checkpw.8
42,7 → 42,7
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 lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/mans/lsh-export-key.1
66,7 → 66,7
.B \-V, \-\-version
Prints the program version
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (8),
.BR sexp-conv (1),
.BR ssh-conv (1),
/branches/experimental/debian/mans/lsh-krb-checkpw.8
42,7 → 42,7
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 lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/mans/lsh-decode-key.1
67,7 → 67,7
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (1),
.BR sexp-conv (1),
.BR ssh-conv (1)
/branches/experimental/debian/mans/lshg.1
8,7 → 8,7
.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 \fBlshc(1)\fP
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 (`-').
95,7 → 95,7
.B \-V, \-\-version
Show program version.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.SH AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>,
/branches/experimental/debian/mans/lsh-authorize.1
35,7 → 35,7
.BR lsh-writekey (1),
.BR sexp-conv (1),
.BR ssh-conv (1),
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The lsh programs (including this one) are documented fully by
/branches/experimental/debian/mans/lsh_proxy.8
118,7 → 118,7
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lshc (1).
.BR lsh (1).
.BR lshd (8)
.BR
The programs are documented fully by
/branches/experimental/debian/mans/ssh-conv.1
33,7 → 33,7
\fBssh-conv\fP is a program that converts a SSH2 public key to lsh's
sexp format.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (1),
.BR lsh-decode-key (1),
.BR sexp-conv (1).
/branches/experimental/debian/mans/lshd.8
122,7 → 122,7
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/mans/sexp-conv.lsh-utils.1
81,7 → 81,7
Show version of program.
.SH SEE ALSO
.BR ssh-conv (1),
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.br
The programs are documented fully by the
/branches/experimental/debian/mans/lsh-keygen.1
93,7 → 93,7
.SH SEE ALSO
.BR lsh-writekey (1),
.BR lsh-make-seed (1),
.BR lshc (1),
.BR lsh (1),
.BR lshd (8),
.BR DSA (5),
.BR SPKI (5).
/branches/experimental/debian/mans/srp-gen.1
78,7 → 78,7
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (1),
.BR sexp-conv (1).
.br
/branches/experimental/debian/mans/sftp-server.lsh.8
35,7 → 35,7
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 lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/mans/lcp.1
50,10 → 50,10
.\"
.\"
.Sh ENVIRONMENT
.Tp
.TP
.B LSFTP_RSH
The program to use for the SSH tunnel. If the variable is not set, lcp
defaults to using lshc.
defaults to using lsh.
.\"
.Sh "REPORTING BUGS"
Report bugs to <bug-lsh@gnu.org>.
68,5 → 68,5
.Br rcp (1),
.Br scp (1),
.Br lsftp (1),
.Br lshc (1),
.Br lsh (1),
.Br lshd (8),
/branches/experimental/debian/mans/lsh-make-seed.1
75,7 → 75,7
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lshc (1),
.BR lsh (1),
.BR lshd (8).
.BR
The programs are documented fully by
/branches/experimental/debian/lsh-doc.install
--- experimental/debian/lsh-server.install (nonexistent)
+++ experimental/debian/lsh-server.install (revision 29)
@@ -0,0 +1,6 @@
+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
/branches/experimental/debian/lsh-doc.doc-base
0,0 → 1,13
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
/branches/experimental/debian/watch
1,5 → 1,5
# use the newest watch file format.
version=3
# Site+Directory Pattern Version Script
opts=dversionmangle=s/cdbs$// \
# Site+Directory Pattern Version Script
opts=dversionmangle=s/-dfsg$// \
ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
/branches/experimental/debian/lsh-client.install
0,0 → 1,4
usr/bin/lsh
usr/bin/lshg
usr/bin/lcp
usr/bin/lsftp
/branches/experimental/debian/copyright
4,8 → 4,12
 
It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
 
Upstream Authors: Niels Möller <nisse@lysator.liu.se>
Balázs Scheidler
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.
12,7 → 16,7
 
Copyright:
 
Copyright (C) 1999 Niels Möller
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
/branches/experimental/debian/lsh-utils.docs
0,0 → 1,0
AUTHORS
/branches/experimental/debian/lsh-server.init.d
37,7 → 37,7
 
case "$ENABLE_SFTP" in
true|y*|Y*)
SFTP_FLAG="--subsystems sftp=/usr/sbin/sftp-server.lsh"
SFTP_FLAG="--subsystems sftp=/usr/lib/lsh-server/sftp-server"
;;
*)
SFTP_FLAG=""
/branches/experimental/debian/lsh-utils.manpages
0,0 → 1,11
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
/branches/experimental/debian/README.Debian
29,8 → 29,9
Some notes about the sftp-server
--------------------------------
 
The used sftp-server has been renamed to sftp-server.lsh, due to a manpage
called sftp-server.8.gz already existing in the ssh package.
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
-------
38,4 → 39,4
This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
Timshel Knoll <timshel@debian.org>.
 
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:55:21 +0100
-- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200