Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
Go to file
Darren Tucker 2812dc9285 - dtucker@cvs.openbsd.org 2007/03/19 12:16:42
[ssh-agent.c]
     Remove the signal handler that checks if the agent's parent process
     has gone away, instead check when the select loop returns.  Record when
     the next key will expire when scanning for expired keys.  Set the select
     timeout to whichever of these two things happens next.  With djm@, with &
     ok deraadt@ markus@
2007-03-21 20:45:06 +11:00
contrib - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 2007-03-06 21:23:24 +11:00
openbsd-compat - (dtucker) [openbsd-compat/openssl-compat.h] Bug #1291: Work around a 2007-03-05 18:25:20 +11:00
regress - (dtucker) [regress/agent-ptrace.sh] Make ttrace gdb error a little more 2007-03-03 09:42:23 +11: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 - dtucker@cvs.openbsd.org 2007/03/19 12:16:42 2007-03-21 20:45:06 +11:00
INSTALL - (dtucker) [INSTALL] Update to autoconf-2.61. 2007-03-02 17:53:41 +11:00
LICENCE - (dtucker) [LICENCE] Add Daniel Walsh as a copyright holder for the 2007-03-13 07:37:49 +11:00
Makefile.in - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep 2006-10-23 14:44:47 -07:00
OVERVIEW - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
README - (djm) [README] correct link to release notes 2007-03-08 20:13:39 +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] Info about blibpath on AIX. 2007-03-13 21:00:45 +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 - deraadt@cvs.openbsd.org 2006/03/28 00:12:31 2006-03-31 23:10:51 +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-krb5.c auth-options.c auth-pam.c auth-shadow.c] 2006-07-24 14:51:00 +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/08/03 03:34:42 2006-08-05 12:39:39 +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) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +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] Propogate TZ environment variable to PAM auth 2006-09-17 11:57:46 +10: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/08/03 03:34:42 2006-08-05 12:39:39 +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 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +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 - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of 2005-04-05 21:00:47 +10:00
auth-skey.c - stevesk@cvs.openbsd.org 2007/01/21 01:41:54 2007-02-19 22:10:25 +11:00
auth.c - (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would 2006-12-05 09:08:54 +11:00
auth.h - markus@cvs.openbsd.org 2006/08/18 09:15:20 2006-08-19 00:32:46 +10:00
auth1.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-chall.c - stevesk@cvs.openbsd.org 2007/01/03 03:01:40 2007-01-05 16:30:16 +11:00
auth2-gss.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-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) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +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/03/01 10:28:02 2007-03-01 21:31:28 +11: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 - dtucker@cvs.openbsd.org 2006/04/25 08:02:27 2006-05-06 17:41:51 +10:00
bufaux.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
bufbn.c - stevesk@cvs.openbsd.org 2007/02/14 14:32:00 2007-02-19 22:17:28 +11: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 openssh.xml.in] Clean up Solaris 10 smf(5) bits. 2007-03-01 09:34:52 -08:00
canohost.c - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on 2006-09-22 19:22:17 +10:00
canohost.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
channels.c - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52) 2007-01-29 10:16:28 +11:00
channels.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +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 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
cipher.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
cipher.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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 2007/02/20 10:25:14 2007-02-25 20:36:49 +11:00
clientloop.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11: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 - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11: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 - (djm) [configure.ac] add a --without-openssl-header-check option to 2007-03-05 11:51:27 +11:00
crc32.c - stevesk@cvs.openbsd.org 2006/04/22 18:29:33 2006-04-23 12:12:24 +10:00
crc32.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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) [defines.h] Include unistd.h before defining getpgrp; fixes 2006-09-21 23:13:30 +10:00
dh.c - markus@cvs.openbsd.org 2006/11/07 13:02:07 2006-11-08 10:01:36 +11:00
dh.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
dispatch.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
dispatch.h - (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get 2006-04-23 12:28:53 +10:00
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 - (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/08/03 03:34:42 2006-08-05 12:39:39 +10: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
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 2006/08/29 12:02:30 2006-08-30 11:08:04 +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) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +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 - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
includes.h - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly 2006-09-01 20:29:10 +10:00
install-sh - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
kex.c - stevesk@cvs.openbsd.org 2007/01/21 01:41:54 2007-02-19 22:10:25 +11:00
kex.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +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 - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
key.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
log.c - (dtucker) [log.c] Move ifdef to prevent unused variable warning. 2006-08-20 17:55:54 +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) [loginrec.c] Wrap paths.h in HAVE_PATHS_H. 2006-09-07 22:57:53 +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 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
mac.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
match.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
match.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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 - (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 - ray@cvs.openbsd.org 2006/11/23 01:35:11 2007-01-05 16:24:47 +11:00
misc.h - djm@cvs.openbsd.org 2006/08/18 10:27:16 2006-08-19 00:33:05 +10: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 - 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/02/19 10:45:58 2007-02-19 22:25:37 +11:00
monitor.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
monitor_fdpass.c - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros 2006-10-16 19:49:12 +10:00
monitor_fdpass.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11: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/02/19 10:45:58 2007-02-19 22:25:37 +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 - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
myproposal.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
nchan.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10: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
openssh.xml.in - (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits. 2007-03-01 09:34:52 -08: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 - (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h 2007-01-17 11:00:13 +11:00
packet.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
pathnames.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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 - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
readconf.c - stevesk@cvs.openbsd.org 2007/01/21 01:45:35 2007-02-19 22:12:53 +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 - 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 - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
rsa.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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 - jmc@cvs.openbsd.org 2006/07/18 07:56:28 2006-07-24 14:04:36 +10:00
scp.c - djm@cvs.openbsd.org 2007/01/22 13:06:21 2007-02-19 22:14:11 +11:00
servconf.c - dtucker@cvs.openbsd.org 2007/03/09 05:20:06 2007-03-21 20:38:53 +11:00
servconf.h - dtucker@cvs.openbsd.org 2007/02/19 10:45:58 2007-02-19 22:25:37 +11:00
serverloop.c - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52) 2007-01-29 10:16:28 +11:00
serverloop.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
session.c - stevesk@cvs.openbsd.org 2007/01/21 01:41:54 2007-02-19 22:10:25 +11: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 2007/01/22 11:32:50 2007-02-19 22:13:39 +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/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 - (dtucker) [sftp-server.8] Resync; spotted by djm@ 2006-09-26 20:14:28 +10:00
sftp-server.c - stevesk@cvs.openbsd.org 2007/01/03 07:22:36 2007-01-05 16:31:02 +11:00
sftp.1 - dtucker@cvs.openbsd.org 2006/01/20 00:14:55 2006-01-20 11:31:47 +11:00
sftp.c - stevesk@cvs.openbsd.org 2007/01/03 04:09:15 2007-01-05 16:30:41 +11:00
sftp.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +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 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
ssh-agent.1 - jmc@cvs.openbsd.org 2006/07/18 08:03:09 2006-07-24 14:04:53 +10:00
ssh-agent.c - dtucker@cvs.openbsd.org 2007/03/19 12:16:42 2007-03-21 20:45:06 +11: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 2006/08/18 14:40:34 2006-08-19 00:46:43 +10:00
ssh-keygen.1 - jmc@cvs.openbsd.org 2007/01/12 20:20:41 2007-02-19 22:09:06 +11:00
ssh-keygen.c - stevesk@cvs.openbsd.org 2007/01/21 01:41:54 2007-02-19 22:10:25 +11:00
ssh-keyscan.1 - ray@cvs.openbsd.org 2006/09/25 04:55:38 2006-10-18 07:53:06 +10:00
ssh-keyscan.c - djm@cvs.openbsd.org 2006/10/06 02:29:19 2006-10-24 03:01:16 +10: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 - (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 - markus@cvs.openbsd.org 2006/12/11 21:25:46 2007-01-05 16:25:46 +11:00
ssh.c - stevesk@cvs.openbsd.org 2007/01/03 03:01:40 2007-01-05 16:30:16 +11:00
ssh.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
ssh1.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
ssh2.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
ssh_config - dtucker@cvs.openbsd.org 2006/05/29 12:56:33 2006-06-13 13:01:09 +10:00
ssh_config.5 - jmc@cvs.openbsd.org 2007/01/10 13:23:22 2007-02-19 22:08:17 +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 - markus@cvs.openbsd.org 2006/10/10 10:12:45 2006-10-24 03:02:23 +10:00
sshconnect.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sshconnect1.c - markus@cvs.openbsd.org 2006/11/06 21:25:28 2006-11-07 23:14:41 +11:00
sshconnect2.c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 2006-09-01 15:38:36 +10:00
sshd.8 - dtucker@cvs.openbsd.org 2006/08/21 08:15:57 2006-08-30 11:07:00 +10:00
sshd.c - dtucker@cvs.openbsd.org 2007/03/09 05:20:06 2007-03-21 20:38:53 +11:00
sshd_config - djm@cvs.openbsd.org 2007/03/19 01:01:29 2007-03-21 20:42:24 +11:00
sshd_config.5 - OpenBSD CVS Sync 2007-03-06 21:21:18 +11:00
sshlogin.c - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec 2006-08-05 12:54:24 +10:00
sshlogin.h - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
sshpty.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +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 - (dtucker) [config.sh.in] Collect oslevel -r too. 2005-02-15 21:26:32 +11:00
ttymodes.c - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 2006-08-05 12:39:39 +10:00
ttymodes.h - djm@cvs.openbsd.org 2006/03/25 22:22:43 2006-03-26 14:30:00 +11:00
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
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 - djm@cvs.openbsd.org 2007/03/06 10:13:14 2007-03-06 21:21:37 +11: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.6 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.65 2007/03/08 09:13:39 djm Exp $