Portable OpenSSH
Go to file
Damien Miller 3de49f8951 - djm@cvs.openbsd.org 2008/01/19 23:02:40
[channels.c]
     When we added support for specified bind addresses for port forwards, we
     added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of
     this for -L port forwards that causes the client to listen on both v4
     and v6 addresses when connected to a server with this quirk, despite
     having set 0.0.0.0 as a bind_address.
     report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@
2008-02-10 22:25:24 +11:00
contrib - (djm) Silence noice from expr in ssh-copy-id; patch from 2008-01-20 05:52:04 +11:00
openbsd-compat - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of 2007-12-31 21:29:26 +11:00
regress - (djm) [regress/sftp-cmds.sh] 2007-10-26 15:37:50 +10:00
scard - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep 2006-10-23 14:44:47 -07:00
.cvsignore - (djm) Add openssh.xml to .cvsignore and sort it 2006-09-17 08:05:03 +10:00
CREDITS - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] 2006-08-31 03:24:41 +10:00
ChangeLog - djm@cvs.openbsd.org 2008/01/19 23:02:40 2008-02-10 22:25:24 +11:00
INSTALL - (dtucker) [INSTALL] Link to tcpwrappers. 2007-08-17 22:52:05 +10:00
LICENCE - (dtucker) [LICENCE] Add Daniel Walsh as a copyright holder for the 2007-03-13 07:37:49 +11:00
Makefile.in - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
OVERVIEW - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
README - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec 2007-08-15 19:22:20 +10:00
README.dns
README.platform - (dtucker) [README.platform] Document the interaction between PermitRootLogin 2007-08-09 14:31:53 +10:00
README.privsep
README.smartcard
README.tun
RFC.nroff
TODO
WARNING.RNG
aclocal.m4
acss.c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] 2006-07-24 14:51:00 +10:00
acss.h
atomicio.c - (dtucker) [configure.ac atomicio.c] Fall back to <sys/poll.h> if we don't 2007-09-27 07:00:09 +10:00
atomicio.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
audit-bsm.c - (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no. 2006-10-01 08:09:50 +10:00
audit.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
audit.h - (dtucker) [audit.c audit.h] Repair headers. 2006-08-06 00:05:09 +10:00
auth-bsdauth.c - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth-chall.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
auth-krb5.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth-options.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth-options.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth-pam.c - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@ 2007-08-10 14:32:34 +10:00
auth-pam.h
auth-passwd.c - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth-rh-rsa.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth-rhosts.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth-rsa.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
auth-shadow.c - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. 2007-04-29 12:10:57 +10:00
auth-sia.c - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch 2006-09-08 09:54:41 +10:00
auth-sia.h
auth-skey.c - stevesk@cvs.openbsd.org 2007/01/21 01:41:54 2007-02-19 22:10:25 +11:00
auth.c - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth.h - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth1.c - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth2-chall.c - djm@cvs.openbsd.org 2007/09/21 08:15:29 2007-10-26 14:25:12 +10:00
auth2-gss.c - dtucker@cvs.openbsd.org 2007/10/29 00:52:45 2007-12-02 22:59:45 +11:00
auth2-hostbased.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth2-kbdint.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
auth2-none.c - djm@cvs.openbsd.org 2007/08/23 03:22:16 2007-09-17 11:57:38 +10:00
auth2-passwd.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth2-pubkey.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
auth2.c - dtucker@cvs.openbsd.org 2007/09/29 00:25:51 2007-10-26 14:26:15 +10:00
authfd.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
authfd.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
authfile.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
authfile.h
bufaux.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
bufbn.c - djm@cvs.openbsd.org 2007/06/02 09:04:58 2007-06-05 18:29:35 +10:00
buffer.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
buffer.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
buildpkg.sh.in - (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}| 2007-07-24 21:40:59 -07:00
canohost.c - dtucker@cvs.openbsd.org 2007/12/27 14:22:08 2007-12-29 02:43:51 +11:00
canohost.h
channels.c - djm@cvs.openbsd.org 2008/01/19 23:02:40 2008-02-10 22:25:24 +11:00
channels.h - markus@cvs.openbsd.org 2007/06/11 09:14:00 2007-06-12 23:38:53 +10:00
cipher-3des1.c - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in 2007-03-13 18:50:04 +11:00
cipher-acss.c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] 2006-07-24 14:51:00 +10:00
cipher-aes.c - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends. Noted 2006-09-11 20:46:13 +10:00
cipher-bf1.c - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in 2007-03-13 18:50:04 +11:00
cipher-ctr.c - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the 2007-06-14 23:21:32 +10:00
cipher.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
cipher.h
cleanup.c - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c] 2006-08-05 14:07:20 +10:00
clientloop.c - djm@cvs.openbsd.org 2008/01/19 20:48:53 2008-02-10 22:22:53 +11:00
clientloop.h - djm@cvs.openbsd.org 2007/08/07 07:32:53 2007-08-08 14:32:41 +10:00
compat.c - djm@cvs.openbsd.org 2006/12/12 03:58:42 2007-01-05 16:26:45 +11:00
compat.h - djm@cvs.openbsd.org 2006/12/12 03:58:42 2007-01-05 16:26:45 +11:00
compress.c - (djm) OpenBSD CVS Sync 2006-08-19 00:21:46 +10:00
compress.h
config.guess
config.sub
configure.ac - (dtucker) [configure.ac] Fix message for -fstack-protector-all test. 2008-01-02 18:08:45 +11:00
crc32.c
crc32.h
deattack.c - djm@cvs.openbsd.org 2006/09/16 19:53:37 2006-09-17 06:08:53 +10:00
deattack.h - djm@cvs.openbsd.org 2006/09/16 19:53:37 2006-09-17 06:08:53 +10:00
defines.h - (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6 2007-09-27 07:03:20 +10:00
dh.c - ray@cvs.openbsd.org 2007/09/27 00:15:57 2007-10-26 14:25:55 +10:00
dh.h
dispatch.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
dispatch.h
dns.c - stevesk@cvs.openbsd.org 2007/01/03 03:01:40 2007-01-05 16:30:16 +11:00
dns.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
entropy.c - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include 2007-03-13 07:35:38 +11:00
entropy.h
fatal.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
fixpaths
fixprogs
groupaccess.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
groupaccess.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
gss-genr.c - dtucker@cvs.openbsd.org 2007/06/12 11:56:15 2007-06-12 23:44:36 +10:00
gss-serv-krb5.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
gss-serv.c - djm@cvs.openbsd.org 2007/06/12 08:20:00 2007-06-12 23:40:39 +10:00
hostfile.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
hostfile.h
includes.h - (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should 2007-06-11 14:44:02 +10:00
install-sh
kex.c - djm@cvs.openbsd.org 2007/06/05 06:52:37 2007-06-05 18:30:18 +10:00
kex.h - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
kexdh.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
kexdhc.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
kexdhs.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
kexgex.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
kexgexc.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
kexgexs.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
key.c - ray@cvs.openbsd.org 2007/07/12 05:48:05 2007-08-08 14:28:26 +10:00
key.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
log.c - djm@cvs.openbsd.org 2007/05/17 07:50:31 2007-05-20 15:08:15 +10:00
log.h - deraadt@cvs.openbsd.org 2006/08/18 09:13:26 2006-08-19 00:32:20 +10:00
loginrec.c - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. 2007-04-29 12:10:57 +10:00
loginrec.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
logintest.c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] 2006-07-24 14:51:00 +10:00
mac.c - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
mac.h - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
match.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
match.h
md-sha256.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
md5crypt.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
md5crypt.h
mdoc2man.awk - (dtucker) [mdoc2man.awk] Add support for %R references, used for RFCs. 2007-06-05 20:01:16 +10:00
misc.c - dtucker@cvs.openbsd.org 2008/01/01 08:47:04 2008-01-01 20:33:35 +11:00
misc.h - dtucker@cvs.openbsd.org 2007/12/27 14:22:08 2007-12-29 02:43:51 +11:00
mkinstalldirs
moduli - dtucker@cvs.openbsd.org 2008/01/01 08:51:20 2008-01-02 00:09:16 +11:00
moduli.c - ray@cvs.openbsd.org 2007/02/24 03:30:11 2007-02-25 20:38:55 +11:00
monitor.c - dtucker@cvs.openbsd.org 2007/10/29 04:08:08 2007-12-02 23:02:15 +11:00
monitor.h
monitor_fdpass.c - djm@cvs.openbsd.org 2007/09/04 03:21:03 2007-09-17 12:04:08 +10:00
monitor_fdpass.h - djm@cvs.openbsd.org 2007/09/04 03:21:03 2007-09-17 12:04:08 +10:00
monitor_mm.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
monitor_mm.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
monitor_wrap.c - dtucker@cvs.openbsd.org 2007/10/29 04:08:08 2007-12-02 23:02:15 +11:00
monitor_wrap.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
msg.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
msg.h
myproposal.h - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
nchan.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
nchan.ms
nchan2.ms
openssh.xml.in - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5) 2007-07-24 21:16:07 -07:00
opensshd.init.in
packet.c - dtucker@cvs.openbsd.org 2007/12/28 15:32:24 2007-12-29 02:45:07 +11:00
packet.h
pathnames.h
platform.c - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] 2006-08-31 03:24:41 +10:00
platform.h - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] 2006-08-31 03:24:41 +10:00
progressmeter.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
progressmeter.h
readconf.c - (dtucker) OpenBSD CVS Sync 2008-01-01 20:32:26 +11:00
readconf.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
readpass.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
rijndael.c
rijndael.h
rsa.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
rsa.h
scard-opensc.c - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include 2007-03-13 07:35:38 +11:00
scard.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
scard.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
scp.1 - djm@cvs.openbsd.org 2008/01/19 19:25:50 2008-02-10 22:22:29 +11:00
scp.c - dtucker@cvs.openbsd.org 2008/01/01 09:06:39 2008-01-01 20:33:57 +11:00
servconf.c - dtucker@cvs.openbsd.org 2008/01/01 09:27:33 2008-01-01 20:36:56 +11:00
servconf.h - dtucker@cvs.openbsd.org 2007/02/19 10:45:58 2007-02-19 22:25:37 +11:00
serverloop.c - dtucker@cvs.openbsd.org 2007/12/28 15:32:24 2007-12-29 02:45:07 +11:00
serverloop.h
session.c - gilles@cvs.openbsd.org 2007/09/11 15:47:17 2007-09-17 16:09:15 +10:00
session.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sftp-client.c - djm@cvs.openbsd.org 2008/01/19 22:04:57 2008-02-10 22:23:41 +11:00
sftp-client.h - chl@cvs.openbsd.org 2008/01/11 07:22:28 2008-02-10 22:20:44 +11:00
sftp-common.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sftp-common.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sftp-glob.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sftp-server.8 - jmc@cvs.openbsd.org 2007/05/31 19:20:16 2007-06-05 18:27:13 +10:00
sftp-server.c - djm@cvs.openbsd.org 2007/09/13 04:39:04 2007-09-17 16:11:33 +10:00
sftp.1 - jmc@cvs.openbsd.org 2007/05/31 19:20:16 2007-06-05 18:27:13 +10:00
sftp.c - djm@cvs.openbsd.org 2007/12/12 05:04:03 2007-12-29 02:40:43 +11:00
sftp.h
ssh-add.1 - jmc@cvs.openbsd.org 2007/06/12 13:41:03 2007-06-13 00:00:27 +10:00
ssh-add.c - sobrado@cvs.openbsd.org 2007/09/09 11:38:01 2007-09-17 16:05:50 +10:00
ssh-agent.1 - sobrado@cvs.openbsd.org 2007/09/09 11:38:01 2007-09-17 16:05:50 +10:00
ssh-agent.c - canacar@cvs.openbsd.org 2007/09/25 23:48:57 2007-10-26 14:25:31 +10:00
ssh-dss.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
ssh-gss.h - djm@cvs.openbsd.org 2007/06/12 08:20:00 2007-06-12 23:40:39 +10:00
ssh-keygen.1 - jmc@cvs.openbsd.org 2007/05/31 19:20:16 2007-06-05 18:27:13 +10:00
ssh-keygen.c - djm@cvs.openbsd.org 2008/01/19 22:37:19 2008-02-10 22:24:55 +11:00
ssh-keyscan.1 - jmc@cvs.openbsd.org 2007/05/31 19:20:16 2007-06-05 18:27:13 +10:00
ssh-keyscan.c - dtucker@cvs.openbsd.org 2007/12/27 14:22:08 2007-12-29 02:43:51 +11:00
ssh-keysign.8 - jmc@cvs.openbsd.org 2007/05/31 19:20:16 2007-06-05 18:27:13 +10:00
ssh-keysign.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
ssh-rand-helper.8 - (djm) [ssh-rand-helper.8] manpage nits; 2007-01-22 12:44:53 +11:00
ssh-rand-helper.c - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include 2007-03-13 07:35:38 +11:00
ssh-rsa.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
ssh.1 - djm@cvs.openbsd.org 2008/01/19 19:13:28 2008-02-10 22:21:28 +11:00
ssh.c - djm@cvs.openbsd.org 2008/01/19 20:51:26 2008-02-10 22:23:18 +11:00
ssh.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
ssh1.h
ssh2.h
ssh_config - pvalchev@cvs.openbsd.org 2007/06/08 04:40:40 2007-06-11 14:04:42 +10:00
ssh_config.5 - jmc@cvs.openbsd.org 2007/10/29 07:48:19 2007-12-02 23:09:30 +11:00
ssh_prng_cmds.in
sshconnect.c - dtucker@cvs.openbsd.org 2007/12/27 14:22:08 2007-12-29 02:43:51 +11:00
sshconnect.h - djm@cvs.openbsd.org 2007/09/04 11:15:56 2007-09-17 12:06:57 +10:00
sshconnect1.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
sshconnect2.c - jolan@cvs.openbsd.org 2007/05/17 23:53:41 2007-05-20 15:11:33 +10:00
sshd.8 - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked 2007-08-17 09:42:32 +10:00
sshd.c - (djm) Only listen for IPv6 connections on AF_INET6 sockets; patch from 2008-01-20 08:56:00 +11:00
sshd_config - djm@cvs.openbsd.org 2007/08/23 03:22:16 2007-09-17 11:57:38 +10:00
sshd_config.5 - dtucker@cvs.openbsd.org 2008/01/01 09:27:33 2008-01-01 20:36:56 +11:00
sshlogin.c - gilles@cvs.openbsd.org 2007/09/11 15:47:17 2007-09-17 16:09:15 +10:00
sshlogin.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sshpty.c - stevesk@cvs.openbsd.org 2007/09/11 23:49:09 2007-10-26 14:24:30 +10:00
sshpty.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sshtty.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
survey.sh.in
ttymodes.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
ttymodes.h
uidswap.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
uidswap.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
umac.c - stevesk@cvs.openbsd.org 2007/09/12 19:39:19 2007-09-17 16:11:01 +10:00
umac.h - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34 2007-06-11 14:01:42 +10:00
uuencode.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
uuencode.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
version.h - markus@cvs.openbsd.org 2007/08/15 08:16:49 2007-08-15 19:14:52 +10:00
xmalloc.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
xmalloc.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00

README

See http://www.openssh.com/txt/release-4.7 for the release notes.

- 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@unixuser.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 sample
implementation with all patent-encumbered algorithms removed (to
external libraries), all known security bugs fixed, new features
reintroduced and many other clean-ups.  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, EGD[1]/PRNGD[2] support and replacements for OpenBSD library
functions that are (regrettably) absent from other unices. This port
has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X,
NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare.

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[3], OpenSSL[4] and optionally PAM[5].

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.Code contribution are welcomed, but please follow the 
OpenBSD style guidelines[6].

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[7]
for details and general tips.

Damien Miller <djm@mindrot.org>

Miscellania -

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

References -

[0] http://www.openssh.com/faq.html
[1] http://www.lothar.com/tech/crypto/
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
[3] http://www.gzip.org/zlib/
[4] http://www.openssl.org/
[5] http://www.openpam.org
    http://www.kernel.org/pub/linux/libs/pam/ 
    (PAM also is standard on Solaris and HP-UX 11)
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
[7] http://www.openssh.com/faq.html

$Id: README,v 1.66 2007/08/15 09:22:20 dtucker Exp $