summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 15:32:34 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 15:32:34 +1100
commit04f801456ad64b8f08bb8643cf19e0b9ca477b36 (patch)
treea0fd23f758cb40cf808b8c18ced35d4045decee9 /README
parent8029775b77e8f8bc380518f9f734a9d979025bbb (diff)
- Renamed BSD helper function files to bsd-*
- Added tests for login and daemon and OpenBSD replacements for when they are absent.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index c9427da27..f6dbcdd52 100644
--- a/README
+++ b/README
@@ -10,9 +10,9 @@ Niels Provos, Theo de Raadt, and Dug Song. It has a homepage at
10http://www.openssh.com/ 10http://www.openssh.com/
11 11
12This port consists of the re-introduction of autoconf support, PAM 12This port consists of the re-introduction of autoconf support, PAM
13support (for Linux and Solaris), EGD[1] support, and replacements for 13support (for Linux and Solaris), EGD[1] support, and replacements
14OpenBSD library functions that are (regrettably) absent from most 14for OpenBSD library functions that are (regrettably) absent from
15other unices. This patch has been best tested on Linux, though some 15other unices. This port has been best tested on Linux, though some
16Solaris support is beginning to filter in. This version actively 16Solaris support is beginning to filter in. This version actively
17tracks changes in the OpenBSD CVS repository. 17tracks changes in the OpenBSD CVS repository.
18 18
@@ -22,8 +22,8 @@ all logins, not just when using password authentication.
22 22
23All new code is released under a XFree style license, which is very 23All new code is released under a XFree style license, which is very
24liberal. Please refer to the source files for details. The code in 24liberal. Please refer to the source files for details. The code in
25strlcpy.c and mktemp.c is from the OpenBSD project and has its own 25bsd-*.[ch] is from the OpenBSD project and has its own license (again,
26license (again, see source file for details). 26see the source files for details).
27 27
28OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build 28OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build
29the GNOME[5] pass-phrase requester (--with-gnome-askpass), you will 29the GNOME[5] pass-phrase requester (--with-gnome-askpass), you will
@@ -52,13 +52,14 @@ Credits -
52Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, 52Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
53Theo de Raadt, and Dug Song - Creators of OpenSSH 53Theo de Raadt, and Dug Song - Creators of OpenSSH
54'jonchen' - the original author of PAM support of SSH 54'jonchen' - the original author of PAM support of SSH
55Chip Salzenberg <chip@valinux.com> - Assorted patches
55Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts 56Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
57Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
58Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
56Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch 59Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
57Phil Hands <phil@hands.com> - Debian scripts, assorted patches
58Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches 60Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
59Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches 61Phil Hands <phil@hands.com> - Debian scripts, assorted patches
60Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords 62Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
61Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
62 63
63Miscellania - 64Miscellania -
64 65