Go to file
Ben Lindstrom 48bd7c118a - (bal) OpenBSD Sync
- markus@cvs.openbsd.org 2001/01/08 22:29:05
     [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
      sshd_config version.h]
     implement option 'Banner /etc/issue.net' for ssh2, move version to
     2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
     is enabled).
   - markus@cvs.openbsd.org 2001/01/08 22:03:23
     [channels.c ssh-keyscan.c]
     O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/08 21:55:41
     [sshconnect1.c]
     more cleanups and fixes from stevesk@pobox.com:
     1) try_agent_authentication() for loop will overwrite key just
        allocated with key_new(); don't alloc
     2) call ssh_close_authentication_connection() before exit
        try_agent_authentication()
     3) free mem on bad passphrase in try_rsa_authentication()
   - markus@cvs.openbsd.org 2001/01/08 21:48:17
     [kex.c]
     missing free; thanks stevesk@pobox.com
2001-01-09 00:35:42 +00:00
contrib 20010105 2001-01-04 22:54:50 +00:00
acconfig.h 20001229 2000-12-28 15:46:20 +00:00
aclocal.m4 - Better fix to aclocal tests from Garrick James <garrick@james.net> 2000-06-26 10:20:19 +10:00
atomicio.c - (djm) Sync with OpenBSD: 2000-10-28 14:19:58 +11:00
auth1.c - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE 2001-01-08 20:54:36 +00:00
auth2-pam.c - (djm) Workaround PAM inconsistencies between Solaris derived PAM code 2000-12-20 13:34:48 +11:00
auth2-pam.h - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable 2000-12-03 11:51:51 +11:00
auth2-skey.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth2.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
auth-krb4.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-options.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-options.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-pam.c - (djm) Workaround PAM inconsistencies between Solaris derived PAM code 2000-12-20 13:34:48 +11:00
auth-pam.h - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable 2000-12-03 11:51:51 +11:00
auth-passwd.c - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
auth-rh-rsa.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-rhosts.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-rsa.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
auth-skey.c - (djm) Sync with OpenBSD: 2000-10-28 14:19:58 +11:00
auth.c - (stevesk) Fix typo in auth.c: USE_PAM not PAM 2000-10-29 14:38:55 +00:00
auth.h - (bal) OpenBSD CVS Update 2000-12-28 16:40:05 +00:00
authfd.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
authfd.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
authfile.c - (bal) authfile.c: Synced CVS ID tag 2001-01-03 05:30:55 +00:00
authfile.h - (djm) Manually fix up missed diff hunks (mainly RCS idents) 2000-11-06 12:39:34 +11:00
bsd-arc4random.c - (djm) Increase REKEY_BYTES to 2^24 for arc4random 2000-10-27 09:27:32 +11:00
bsd-arc4random.h - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM 2000-09-16 16:09:27 +11:00
bsd-base64.c - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported 2000-05-09 15:28:41 +10:00
bsd-base64.h - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported 2000-05-09 15:28:41 +10:00
bsd-bindresvport.c - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF 2000-07-25 09:04:37 +10:00
bsd-bindresvport.h - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF 2000-07-25 09:04:37 +10:00
bsd-daemon.c - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> 2000-09-05 16:13:06 +11:00
bsd-daemon.h - Renamed BSD helper function files to bsd-* 1999-11-19 15:32:34 +11:00
bsd-getcwd.c - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove() 2001-01-05 06:09:52 +00:00
bsd-getcwd.h - (bal) Add support for realpath and getcwd for platforms with broken 2000-10-15 00:17:36 +00:00
bsd-inet_aton.c - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from 2000-07-12 11:12:55 +10:00
bsd-inet_aton.h - (djm) Added bsd-inet_aton and configure support for NeXT 2000-07-11 14:54:22 +10:00
bsd-inet_ntoa.c - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) 2000-08-16 10:35:58 +10:00
bsd-inet_ntoa.h - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) 2000-08-16 10:35:58 +10:00
bsd-misc.c - (stevek) Reworked progname support. 2000-11-17 03:47:20 +00:00
bsd-misc.h - (stevek) Reworked progname support. 2000-11-17 03:47:20 +00:00
bsd-mktemp.c - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> 2000-09-05 16:13:06 +11:00
bsd-mktemp.h - Renamed BSD helper function files to bsd-* 1999-11-19 15:32:34 +11:00
bsd-queue.h - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't 2000-12-06 22:25:40 +00:00
bsd-realpath.c 20001116 2000-11-16 02:46:20 +00:00
bsd-realpath.h - (bal) Add support for realpath and getcwd for platforms with broken 2000-10-15 00:17:36 +00:00
bsd-rresvport.c - (djm) bsd-rresvport.c bzero -> memset 2000-11-29 11:56:35 +11:00
bsd-rresvport.h - (djm) Use sa_family_t in prototype for rresvport_af. Patch from 2000-06-23 08:23:34 +10:00
bsd-setenv.c - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove() 2001-01-05 06:09:52 +00:00
bsd-setenv.h - Better tests for OpenSSL w/ RSAref 2000-03-26 12:12:34 +10:00
bsd-setproctitle.c - (stevek) Reworked progname support. 2000-11-17 03:47:20 +00:00
bsd-setproctitle.h - (stevesk) Add initial support for setproctitle(). Current 2000-10-18 13:11:44 +00:00
bsd-sigaction.c - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> 2000-07-09 23:26:27 +10:00
bsd-sigaction.h Doh - forgot to commit 2000-07-11 12:55:49 +10:00
bsd-snprintf.c - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are 2000-11-11 09:03:32 +11:00
bsd-snprintf.h Added missing ; 2000-07-11 12:50:08 +10:00
bsd-strlcat.c - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h 1999-11-22 13:57:07 +11:00
bsd-strlcat.h - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h 1999-11-22 13:57:07 +11:00
bsd-strlcpy.c - Renamed BSD helper function files to bsd-* 1999-11-19 15:32:34 +11:00
bsd-strlcpy.h - Renamed BSD helper function files to bsd-* 1999-11-19 15:32:34 +11:00
bsd-strsep.c - (djm) Add strsep function from OpenBSD libc for systems that lack it 2000-07-11 21:34:34 +10:00
bsd-strsep.h - (djm) Add strsep function from OpenBSD libc for systems that lack it 2000-07-11 21:34:34 +10:00
bsd-strtok.c - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller 2000-09-24 11:21:31 +11:00
bsd-strtok.h - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller 2000-09-24 11:21:31 +11:00
bsd-vis.c - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
bsd-vis.h - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
bsd-waitpid.c - (bal) Missed auth-skey.o in Makefile.in and minor correction to 2000-11-05 21:13:45 +00:00
bsd-waitpid.h - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and 2000-11-05 09:08:45 +00:00
bufaux.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
bufaux.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
buffer.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
buffer.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
canohost.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
ChangeLog - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
channels.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
channels.h 20001206 2000-12-06 01:42:49 +00:00
cipher.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
cipher.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
cli.c 20010109 2001-01-08 13:55:14 +00:00
cli.h - (djm) Manually fix up missed diff hunks (mainly RCS idents) 2000-11-06 12:39:34 +11:00
clientloop.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
compat.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
compat.h - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
compress.c - (stevesk) compress.[ch] sync with openbsd; missed in prototype 2000-12-28 22:16:00 +00:00
compress.h - (stevesk) compress.[ch] sync with openbsd; missed in prototype 2000-12-28 22:16:00 +00:00
config.guess Latest versions 2000-06-12 23:01:02 +10:00
config.sub Latest versions 2000-06-12 23:01:02 +10:00
configure.in - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net> 2001-01-03 06:02:51 +00:00
crc32.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
crc32.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
CREDITS Jim Knoble has changed his email address 2001-01-05 09:30:32 +11:00
cygwin_util.c - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net> 2000-09-24 11:10:13 +11:00
cygwin_util.h - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com> 2000-10-01 00:42:48 +11:00
deattack.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
deattack.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
defines.h - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on 2001-01-04 09:07:12 +11:00
dh.c 20001123 2000-11-21 21:24:55 +00:00
dh.h - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
dispatch.c - (djm) OpenBSD CVS sync: 2000-09-23 17:15:56 +11:00
dispatch.h - (djm) OpenBSD CVS sync: 2000-09-23 17:15:56 +11:00
entropy.c give up privs when reading seed file 2000-11-25 10:09:32 +11:00
entropy.h - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM 2000-09-16 16:09:27 +11:00
fake-gai-errnos.h - Merged OpenBSD IPv6 patch: 2000-01-14 15:45:46 +11:00
fake-getaddrinfo.c - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report 2000-07-11 12:15:54 +10:00
fake-getaddrinfo.h - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 2000-01-16 18:19:25 +11:00
fake-getnameinfo.c - (djm) Another off-by-one fix from Pavel Kankovsky 2000-09-29 10:59:14 +11:00
fake-getnameinfo.h - Cleanup of auth.c, login.c and fake-* 2000-05-31 11:20:11 +10:00
fake-socket.h - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. 2000-09-16 16:21:28 +11:00
fixpaths - (bal) fixpaths fixed to stop it from quitely failing. Patch by 2000-11-08 01:07:51 +00:00
fixprogs Fix fixprogs 2000-09-16 16:10:56 +11:00
getput.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
hmac.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
hmac.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
hostfile.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
hostfile.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
includes.h 20001229 2000-12-28 15:46:20 +00:00
INSTALL Jim Knoble has changed his email address 2001-01-05 09:30:32 +11:00
install-sh - Added BSD compatible install program and autoconf test, thanks to 1999-11-25 12:31:26 +11:00
kex.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
kex.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
key.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
key.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
LICENCE - (djm) Forgot to cvs add LICENSE file 2000-09-30 14:40:39 +11:00
log-client.c 20010108 2001-01-08 06:13:41 +00:00
log-server.c 20010108 2001-01-08 06:13:41 +00:00
log.c 20010108 2001-01-08 06:13:41 +00:00
login.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
loginrec.c 20001228 2000-12-28 00:07:07 +00:00
loginrec.h - (djm) Formatting 2000-06-27 11:18:27 +10:00
logintest.c Added some extra timings to help spot lastlog problems 2000-06-19 08:25:36 +00:00
Makefile.in - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net> 2001-01-03 06:02:51 +00:00
match.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
match.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
md5crypt.c - Reduce diff against OpenBSD source 2000-04-16 12:31:48 +10:00
md5crypt.h - Portability fixes for Irix 5.3 (now compiles OK!) 1999-12-28 15:09:35 +11:00
mkinstalldirs - HPUX and Configure fixes from Lutz Jaenicke 2000-05-20 15:33:44 +10:00
mpaux.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
mpaux.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
myproposal.h - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
nchan2.ms - OpenBSD CVS update: 2000-04-04 14:38:59 +10:00
nchan.c - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
nchan.h - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
nchan.ms - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
news4-posix.h - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and 2000-11-05 09:08:45 +00:00
next-posix.c - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and 2000-11-05 09:08:45 +00:00
next-posix.h 20001204 2000-12-03 17:00:47 +00:00
openbsd-compat.h - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and 2000-11-05 09:08:45 +00:00
OVERVIEW - [OVERVIEW README] typos; green@freebsd 1999-11-21 18:31:57 +11:00
packet.c 20010103 2001-01-03 03:51:15 +00:00
packet.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
primes - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and 2000-11-11 08:36:38 +11:00
pty.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
pty.h - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
radix.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
readconf.c 20010108 2001-01-08 06:13:41 +00:00
readconf.h - (bal) OpenBSD CVS Update 2000-12-28 16:40:05 +00:00
README Fix Haruyama-san's email address 2000-11-29 12:51:14 +11:00
readpass.c - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
RFC.nroff - (djm) Manually fix up missed diff hunks (mainly RCS idents) 2000-11-06 12:39:34 +11:00
rijndael.c 20001210 2000-12-10 01:55:37 +00:00
rijndael.h 20001210 2000-12-10 01:55:37 +00:00
rsa.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
rsa.h - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
scp.1 - (djm) Manually fix up missed diff hunks (mainly RCS idents) 2000-11-06 12:39:34 +11:00
scp.c 20010102 2001-01-02 04:55:52 +00:00
servconf.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
servconf.h - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
serverloop.c - (bal) OpenBSD CVS Update 2000-12-28 16:40:05 +00:00
session.c 20010107 2001-01-06 15:18:16 +00:00
session.h - (djm) Revert SSH2 serverloop hack, will find a better way. 2000-10-14 12:33:48 +11:00
sftp-server.8 - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
sftp-server.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
ssh2.h - (djm) Big OpenBSD sync: 2000-10-14 16:23:11 +11:00
ssh_config - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
ssh_prng_cmds.in - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz> 2000-09-16 15:39:56 +11:00
ssh-add.1 - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
ssh-add.c - (stevek) Reworked progname support. 2000-11-17 03:47:20 +00:00
ssh-agent.1 20001123 2000-11-21 21:24:55 +00:00
ssh-agent.c 20001227 2000-12-27 04:57:41 +00:00
ssh-dss.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
ssh-dss.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
ssh-keygen.1 - (djm) Merge OpenBSD changes: 2000-11-13 22:57:25 +11:00
ssh-keygen.c 20001230 2000-12-29 16:50:13 +00:00
ssh-keyscan.1 20010107 2001-01-06 15:18:16 +00:00
ssh-keyscan.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
ssh-rsa.c 20010107 2001-01-06 15:18:16 +00:00
ssh-rsa.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
ssh.1 20010108 2001-01-08 06:13:41 +00:00
ssh.c - (bal) OpenBSD CVS Update 2000-12-28 16:40:05 +00:00
ssh.h 20010108 2001-01-08 06:13:41 +00:00
sshconnect1.c - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
sshconnect2.c 20010107 2001-01-06 15:18:16 +00:00
sshconnect.c complete _PATH_BSHELL merge 2001-01-07 11:45:22 +00:00
sshconnect.h - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
sshd_config - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
sshd.8 - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
sshd.c 20010108 2001-01-08 06:13:41 +00:00
tildexpand.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
TODO Updated TODO to reflect that sftp-server should be fixed to support 2001-01-08 06:20:38 +00:00
ttymodes.c - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
ttymodes.h - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
uidswap.c whitespace sync with openbsd 2000-12-29 18:50:50 +00:00
uidswap.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
util.c - (djm) Sync with OpenBSD: 2000-10-28 14:19:58 +11:00
uuencode.c One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
uuencode.h One way to massive patch. <sigh> It compiles and works under Linux.. 2000-12-22 01:43:59 +00:00
version.h - (bal) OpenBSD Sync 2001-01-09 00:35:42 +00:00
WARNING.RNG Reword 2000-10-25 14:47:35 +11:00
xmalloc.c - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00
xmalloc.h - (djm) Merge OpenBSD changes: 2000-09-16 13:29:08 +11:00

- A Japanese translation of this document and of the OpenSSH FAQ is 
- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
- Thanks to HARUYAMA Seigo <haruyama@klab.org>

This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
Unices.

OpenSSH is based on the last free version of Tatu Ylonen's SSH with
all patent-encumbered algorithms removed (to external libraries), all
known security bugs fixed, new features reintroduced and many other
clean-ups. More information about SSH itself can be found in the file
README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
homepage at http://www.openssh.com/

This port consists of the re-introduction of autoconf support, PAM
support (for Linux and Solaris), EGD[1] support and replacements for 
OpenBSD library functions that are (regrettably) absent from other 
unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD 
and Irix. Support for AIX, SCO, NeXT and other Unices is underway. 
This version actively tracks changes in the OpenBSD CVS repository.

The PAM support is now more functional than the popular packages of
commercial ssh-1.2.x. It checks "account" and "session" modules for
all logins, not just when using password authentication.

OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4].

There is now several mailing lists for this port of OpenSSH. Please
refer to http://www.openssh.com/list.html for details on how to join.

Please send bug reports and patches to the mailing list
openssh-unix-dev@mindrot.org. The list is open to posting by
unsubscribed users.

If you are a citizen of the USA or another country which restricts 
export of cryptographic products, then please refrain from sending 
crypto-related code or patches to the list. We cannot accept them.
Other code contribution are accepted, but please follow the OpenBSD
style guidelines[5].

Please refer to the INSTALL document for information on how to install
OpenSSH on your system. There are a number of differences between this 
port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[6]
for details and general tips.

Damien Miller <djm@mindrot.org>

Miscellania - 

This version of SSH is based upon code retrieved from the OpenBSD CVS
repository which in turn was based on the last free 
version of SSH released by Tatu Ylonen.

References -

[0] http://www.openssh.com/faq.html
[1] http://www.lothar.com/tech/crypto/
[2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
[3] http://www.openssl.org/
[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
[5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current
[6] http://www.openssh.com/faq.html