diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-09 15:05:11 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-09 15:05:11 +1100 |
commit | a5cec5893460c32b4769372e12a592cf218364c4 (patch) | |
tree | bc5a008bf0215c8aeecab581913fa5ee7f95f3e4 | |
parent | 74389c9ba1fc511fabbd99155696a96837f53239 (diff) |
doc updates
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -35,7 +35,6 @@ configuration files in /opt/openssh/etc, and so forth. | |||
35 | Damien Miller <djm@ibs.com.au> | 35 | Damien Miller <djm@ibs.com.au> |
36 | Internet Business Solutions | 36 | Internet Business Solutions |
37 | 37 | ||
38 | |||
39 | Credits - | 38 | Credits - |
40 | 39 | ||
41 | The OpenBSD team | 40 | The OpenBSD team |
@@ -49,12 +48,12 @@ Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches | |||
49 | Miscellania - | 48 | Miscellania - |
50 | 49 | ||
51 | This version of SSH is based upon code retrieved from the OpenBSD CVS | 50 | This version of SSH is based upon code retrieved from the OpenBSD CVS |
52 | repository on 1999-10-30 patched by Damien Miller <djm@ibs.com.au>, | 51 | repository on 1999-11-09 which in turn was based on the last free |
53 | which in turn was based on the last free version of SSH released by | 52 | version of SSH released by Tatu Ylonen. |
54 | Tatu Ylonen. | ||
55 | 53 | ||
56 | Code in helper.[ch] is Copyright 1999 Internet Business Solutions and | 54 | Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999 |
57 | is released under a X11-style license (see source file for details). | 55 | Internet Business Solutions and is released under a X11-style |
56 | license (see source files for details). | ||
58 | 57 | ||
59 | (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is | 58 | (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is |
60 | under a X11-style license (see source file for details). | 59 | under a X11-style license (see source file for details). |
@@ -64,3 +63,5 @@ References - | |||
64 | [1] http://www.cdrom.com/pub/infozip/zlib/ | 63 | [1] http://www.cdrom.com/pub/infozip/zlib/ |
65 | [2] http://www.openssl.org/ | 64 | [2] http://www.openssl.org/ |
66 | [3] http://www.kernel.org/pub/linux/libs/pam/ | 65 | [3] http://www.kernel.org/pub/linux/libs/pam/ |
66 | [4] http://www.gnome.org/ | ||
67 | |||