summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL13
2 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ee5b59bf7..d652fdb37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120050419 120050419
2 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation 2 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation
3 requirements. Pointed out by Bengt Svensson. 3 requirements. Pointed out by Bengt Svensson.
4 - (dtucker) [INSTALL] Put the s/key text and URL back together.
4 5
520050411 620050411
6 - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME 7 - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
@@ -2434,4 +2435,4 @@
2434 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2435 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2435 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2436 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2436 2437
2437$Id: ChangeLog,v 1.3742 2005/04/19 02:21:21 dtucker Exp $ 2438$Id: ChangeLog,v 1.3743 2005/04/19 05:31:49 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 314e5bdc8..12f53ba9e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,20 +50,21 @@ lacks /dev/random and don't want to use OpenSSH's internal entropy collection.
50http://www.lothar.com/tech/crypto/ 50http://www.lothar.com/tech/crypto/
51 51
52S/Key Libraries: 52S/Key Libraries:
53
54If you wish to use --with-skey then you will need the above library
55installed. No other current S/Key library is currently known to be
56supported.
57
53http://www.sparc.spb.su/solaris/skey/ 58http://www.sparc.spb.su/solaris/skey/
54 59
55LibEdit: 60LibEdit:
56
57sftp now supports command-line editing via NetBSD's libedit. If your 61sftp now supports command-line editing via NetBSD's libedit. If your
58platform has it available natively you can use that, alternatively 62platform has it available natively you can use that, alternatively
59you might try these multi-platform ports: 63you might try these multi-platform ports:
64
60http://www.thrysoee.dk/editline/ 65http://www.thrysoee.dk/editline/
61http://sourceforge.net/projects/libedit/ 66http://sourceforge.net/projects/libedit/
62 67
63If you wish to use --with-skey then you will need the above library
64installed. No other current S/Key library is currently known to be
65supported.
66
672. Building / Installation 682. Building / Installation
68-------------------------- 69--------------------------
69 70
@@ -225,4 +226,4 @@ Please refer to the "reporting bugs" section of the webpage at
225http://www.openssh.com/ 226http://www.openssh.com/
226 227
227 228
228$Id: INSTALL,v 1.67 2005/04/19 02:21:21 dtucker Exp $ 229$Id: INSTALL,v 1.68 2005/04/19 05:31:49 dtucker Exp $