Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
Go to file
Damien Miller b0fb6872ed - deraadt@cvs.openbsd.org 2006/03/19 18:51:18
[atomicio.c auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c]
     [auth-pam.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c]
     [auth-shadow.c auth-skey.c auth.c auth1.c auth2-chall.c]
     [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c]
     [auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c buffer.c]
     [canohost.c channels.c cipher-3des1.c cipher-acss.c cipher-aes.c]
     [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
     [compress.c deattack.c dh.c dispatch.c dns.c entropy.c fatal.c]
     [groupaccess.c hostfile.c includes.h kex.c kexdh.c kexdhc.c]
     [kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c loginrec.c]
     [loginrec.h logintest.c mac.c match.c md-sha256.c md5crypt.c misc.c]
     [monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c msg.c]
     [nchan.c packet.c progressmeter.c readconf.c readpass.c rsa.c]
     [scard.c scp.c servconf.c serverloop.c session.c sftp-client.c]
     [sftp-common.c sftp-glob.c sftp-server.c sftp.c ssh-add.c]
     [ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c]
     [ssh-rand-helper.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c]
     [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c]
     [uidswap.c uuencode.c xmalloc.c openbsd-compat/bsd-arc4random.c]
     [openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-cygwin_util.c]
     [openbsd-compat/bsd-getpeereid.c openbsd-compat/bsd-misc.c]
     [openbsd-compat/bsd-nextstep.c openbsd-compat/bsd-snprintf.c]
     [openbsd-compat/bsd-waitpid.c openbsd-compat/fake-rfc2553.c]
     RCSID() can die
2006-03-26 00:03:21 +11:00
contrib - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a 2006-03-04 08:50:31 +11:00
openbsd-compat - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
regress - (djm) [regress/.cvsignore] Ignore Makefile here 2006-03-15 13:13:27 +11:00
scard sync scard/ 2002-05-22 14:24:01 +10:00
.cvsignore +opensshd.init 2005-06-19 09:10:40 +10:00
CREDITS - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c 2005-08-26 13:15:19 -07:00
ChangeLog - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
INSTALL - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}] 2006-02-20 20:17:35 +11:00
LICENCE - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c 2005-08-26 13:15:19 -07:00
Makefile.in - (djm) [Makefile.in openbsd-compat/Makefile.in] Add added files 2006-03-15 13:09:18 +11:00
OVERVIEW - djm@cvs.openbsd.org 2004/05/09 01:19:28 2004-05-13 16:30:44 +10:00
README - (dtucker) [README version.h contrib/caldera/openssh.spec 2006-02-12 16:48:56 +11:00
README.dns - jakob@cvs.openbsd.org 2003/10/14 19:43:23 2003-10-15 16:07:53 +10:00
README.platform - (dtucker) [README.platform] Add PAM section. 2005-11-05 16:28:35 +11:00
README.privsep - (djm) [README README.privsep] Mention FreeBSD and NetBSD as being 2005-06-05 09:21:41 +10:00
README.smartcard - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
README.tun - (djm) [README.tun] Add README.tun, missed during sync of tun(4) support 2006-01-02 20:23:18 +11:00
RFC.nroff - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
TODO - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@ 2004-12-06 22:40:10 +11:00
WARNING.RNG typo 2005-05-26 11:47:54 +10:00
aclocal.m4 - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to 2005-09-19 09:33:39 -07:00
acss.c - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c] 2005-07-17 17:04:47 +10:00
acss.h - (dtucker) [acss.c acss.h] Fix $Id tags. 2004-02-06 15:22:43 +11:00
atomicio.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
atomicio.h - avsm@cvs.openbsd.org 2005/05/24 17:32:44 2005-05-26 12:23:44 +10:00
audit-bsm.c - (dtucker) [LICENCE Makefile.in README.platform audit-bsm.c configure.ac 2005-02-20 21:08:00 +11:00
audit.c -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c] 2005-07-17 17:26:43 +10:00
audit.h - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c 2005-02-08 21:52:47 +11:00
auth-bsdauth.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-chall.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-krb5.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-options.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-options.h - reyk@cvs.openbsd.org 2005/12/06 22:38:28 2005-12-13 19:29:02 +11:00
auth-pam.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-pam.h - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from 2004-09-11 22:17:26 +10:00
auth-passwd.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-rh-rsa.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-rhosts.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-rsa.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-shadow.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth-sia.c - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on 2005-04-05 20:58:37 +10:00
auth-sia.h - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of 2005-04-05 21:00:47 +10:00
auth-skey.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth.h - [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for the MIT 2005-07-07 11:50:20 +10:00
auth1.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-chall.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-gss.c - stevesk@cvs.openbsd.org 2005/10/13 22:24:31 2005-11-05 15:07:05 +11:00
auth2-hostbased.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-kbdint.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-none.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-passwd.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2-pubkey.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
auth2.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
authfd.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
authfd.h - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
authfile.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
authfile.h - dtucker@cvs.openbsd.org 2006/03/13 10:26:52 2006-03-15 12:06:23 +11:00
bufaux.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
bufaux.h - deraadt@cvs.openbsd.org 2005/03/10 22:01:05 2005-03-14 23:08:12 +11:00
buffer.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
buffer.h - markus@cvs.openbsd.org 2005/03/14 11:46:56 2005-03-14 23:22:25 +11:00
buildpkg.sh.in - (tim) [buildpkg.sh.in] Make the names consistent. 2006-02-13 12:46:44 -08:00
canohost.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
canohost.h - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c] 2005-02-02 23:30:24 +11:00
channels.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
channels.h - reyk@cvs.openbsd.org 2005/12/30 15:56:37 2005-12-31 16:22:32 +11:00
cipher-3des1.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher-acss.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher-aes.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher-bf1.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher-ctr.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
cipher.h - markus@cvs.openbsd.org 2004/07/28 09:40:29 2004-08-12 22:40:24 +10:00
cleanup.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
clientloop.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
clientloop.h - stevesk@cvs.openbsd.org 2006/02/07 01:42:00 2006-03-15 11:11:28 +11:00
compat.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
compat.h - djm@cvs.openbsd.org 2005/03/01 10:09:52 2005-03-01 21:24:33 +11:00
compress.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
compress.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
config.guess - (tim) [config.guess config.sub] Update to '2005-05-27' version. 2005-06-01 19:57:45 -07:00
config.sub - (tim) [config.guess config.sub] Update to '2005-05-27' version. 2005-06-01 19:57:45 -07:00
configure.ac - (dtucker) [configure.ac md-sha256.c] NetBSD has sha2.h in 2006-03-16 08:14:34 +11:00
crc32.c - (djm) Fix some compile errors spotted by dtucker and his fabulous 2003-02-25 10:22:35 +11:00
crc32.h - markus@cvs.openbsd.org 2003/02/12 21:39:50 2003-02-24 12:02:12 +11:00
deattack.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
deattack.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
defines.h - (djm) [configure.ac defines.h kex.c md-sha256.c] 2006-03-15 13:02:28 +11:00
dh.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
dh.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
dispatch.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
dispatch.h - markus@cvs.openbsd.org 2002/01/11 13:39:36 2002-01-22 23:24:13 +11:00
dns.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
dns.h - stevesk@cvs.openbsd.org 2005/10/17 14:13:35 2005-11-05 15:11:15 +11:00
entropy.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
entropy.h - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed 2005-09-27 22:46:32 +10:00
fatal.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
fixpaths - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 2002-12-05 20:59:33 +11:00
fixprogs - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
getput.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
groupaccess.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
groupaccess.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
gss-genr.c - stevesk@cvs.openbsd.org 2005/10/13 22:24:31 2005-11-05 15:07:05 +11:00
gss-serv-krb5.c - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h 2006-03-04 08:59:39 +11:00
gss-serv.c - stevesk@cvs.openbsd.org 2006/02/08 13:15:44 2006-03-15 11:20:03 +11:00
hostfile.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
hostfile.h - djm@cvs.openbsd.org 2005/03/01 10:40:27 2005-03-01 21:47:37 +11:00
includes.h - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
install-sh - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
kex.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kex.h - djm@cvs.openbsd.org 2006/03/07 09:07:40 2006-03-15 12:08:28 +11:00
kexdh.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kexdhc.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kexdhs.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kexgex.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kexgexc.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
kexgexs.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
key.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
key.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
log.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
log.h - djm@cvs.openbsd.org 2004/06/21 22:02:58 2004-06-22 12:57:44 +10:00
loginrec.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
loginrec.h - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
logintest.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
mac.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
mac.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
match.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
match.h - markus@cvs.openbsd.org 2002/03/01 13:12:10 2002-03-05 01:42:42 +00:00
md-sha256.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
md5crypt.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
md5crypt.h - (djm) KNF on md5crypt.c 2003-05-19 00:46:46 +10:00
mdoc2man.awk - (dtucker) [mdoc2man.awk] Teach it to understand .Ox. 2005-05-31 16:59:16 +10:00
misc.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
misc.h - djm@cvs.openbsd.org 2006/01/31 10:19:02 2006-01-31 21:49:27 +11:00
mkinstalldirs - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
moduli - dtucker@cvs.openbsd.org 2005/01/24 10:29:06 2005-01-24 22:00:40 +11:00
moduli.c - djm@cvs.openbsd.org 2005/07/17 07:17:55 2005-07-17 17:22:45 +10:00
monitor.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
monitor.h - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c 2005-02-03 00:20:53 +11:00
monitor_fdpass.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
monitor_fdpass.h whitespace sync 2002-06-25 23:01:37 +00:00
monitor_mm.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
monitor_mm.h - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 2002-09-12 10:43:29 +10:00
monitor_wrap.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
monitor_wrap.h - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c 2005-02-08 21:52:47 +11:00
msg.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
msg.h - djm@cvs.openbsd.org 2003/11/17 09:45:39 2003-11-17 21:20:47 +11:00
myproposal.h - (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable 2006-03-15 20:17:05 -08:00
nchan.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
nchan.ms - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
nchan2.ms - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
opensshd.init.in - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the 2006-01-30 00:22:39 +11:00
packet.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
packet.h - stevesk@cvs.openbsd.org 2006/02/07 01:42:00 2006-03-15 11:11:28 +11:00
pathnames.h - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
progressmeter.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
progressmeter.h - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 2003-01-10 21:46:02 +11:00
readconf.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
readconf.h - reyk@cvs.openbsd.org 2005/12/06 22:38:28 2005-12-13 19:29:02 +11:00
readpass.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
rijndael.c - mouring@cvs.openbsd.org 2004/06/23 00:39:38 2004-06-24 00:33:48 +10:00
rijndael.h - deraadt@cvs.openbsd.org 2001/12/19 07:18:56 2001-12-21 14:45:46 +11:00
rsa.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
rsa.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
scard-opensc.c - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses 2004-05-13 17:29:35 +10:00
scard.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
scard.h - markus@cvs.openbsd.org 2003/06/12 19:12:03 2003-06-18 20:28:40 +10:00
scp.1 - dtucker@cvs.openbsd.org 2006/01/20 00:14:55 2006-01-20 11:31:47 +11:00
scp.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
servconf.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
servconf.h - reyk@cvs.openbsd.org 2005/12/06 22:38:28 2005-12-13 19:29:02 +11:00
serverloop.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
serverloop.h - markus@cvs.openbsd.org 2001/06/27 02:12:54 2001-07-04 04:53:53 +00:00
session.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
session.h - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line 2005-07-17 17:19:24 +10:00
sftp-client.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sftp-client.h - jmc@cvs.openbsd.org 2005/04/26 12:59:02 2005-05-26 12:05:49 +10:00
sftp-common.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sftp-common.h - stevesk@cvs.openbsd.org 2006/02/20 17:02:44 2006-03-15 11:45:54 +11:00
sftp-glob.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sftp-server.8 - jmc@cvs.openbsd.org 2003/10/08 08:27:36 2003-10-15 15:50:42 +10:00
sftp-server.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sftp.1 - dtucker@cvs.openbsd.org 2006/01/20 00:14:55 2006-01-20 11:31:47 +11:00
sftp.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sftp.h - djm@cvs.openbsd.org 2002/02/13 00:59:23 2002-02-13 14:10:32 +11:00
ssh-add.1 - djm@cvs.openbsd.org 2005/04/21 06:17:50 2005-05-26 12:04:02 +10:00
ssh-add.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-agent.1 - dtucker@cvs.openbsd.org 2005/11/28 06:02:56 2005-11-28 17:05:40 +11:00
ssh-agent.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-dss.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-gss.h - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
ssh-keygen.1 [ssh-keygen.1 ssh-keygen.c] 2005-11-28 16:41:46 +11:00
ssh-keygen.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-keyscan.1 - jaredy@cvs.openbsd.org 2005/09/30 20:34:26 2005-10-03 18:20:28 +10:00
ssh-keyscan.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-keysign.8 - jmc@cvs.openbsd.org 2006/02/24 20:22:16 2006-03-15 11:55:31 +11:00
ssh-keysign.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-rand-helper.8 - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
ssh-rand-helper.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh-rsa.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh.1 - djm@cvs.openbsd.org 2006/03/16 04:24:42 2006-03-25 23:39:29 +11:00
ssh.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ssh.h - dtucker@cvs.openbsd.org 2004/12/06 11:41:03 2004-12-06 22:47:41 +11:00
ssh1.h - markus@cvs.openbsd.org 2004/10/20 11:48:53 2004-11-05 20:27:54 +11:00
ssh2.h - markus@cvs.openbsd.org 2003/05/14 00:52:59 2003-05-14 13:46:53 +10:00
ssh_config - reyk@cvs.openbsd.org 2005/12/06 22:38:28 2005-12-13 19:29:02 +11:00
ssh_config.5 - markus@cvs.openbsd.org 2006/03/14 16:32:48 2006-03-15 12:06:55 +11:00
ssh_prng_cmds.in - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
sshconnect.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshconnect.h - reyk@cvs.openbsd.org 2005/12/06 22:38:28 2005-12-13 19:29:02 +11:00
sshconnect1.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshconnect2.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshd.8 - jmc@cvs.openbsd.org 2006/02/24 20:31:31 2006-03-15 11:56:03 +11:00
sshd.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshd_config - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect current 2006-02-23 21:35:30 +11:00
sshd_config.5 - markus@cvs.openbsd.org 2006/03/14 16:32:48 2006-03-15 12:06:55 +11:00
sshlogin.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshlogin.h - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable 2003-01-01 23:43:55 +00:00
sshpty.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
sshpty.h - stevesk@cvs.openbsd.org 2006/02/07 01:42:00 2006-03-15 11:11:28 +11:00
sshtty.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
survey.sh.in - (dtucker) [config.sh.in] Collect oslevel -r too. 2005-02-15 21:26:32 +11:00
ttymodes.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
ttymodes.h - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
uidswap.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
uidswap.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
uuencode.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
uuencode.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
version.h - (dtucker) [README version.h contrib/caldera/openssh.spec 2006-02-12 16:48:56 +11:00
xmalloc.c - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 2006-03-26 00:03:21 +11:00
xmalloc.h - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00

README

See http://www.openssh.com/txt/release-4.3p2 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.62 2006/02/12 05:48:56 dtucker Exp $