Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
Go to file
Darren Tucker 9dc6c7dbec - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child
the process.  Since we also unset KRB5CCNAME at startup, if it's set after
   authentication it must have been set by the platform's native auth system.
   This was already done for AIX; this enables it for the general case.
2005-02-02 18:30:33 +11:00
contrib - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from 2004-12-13 18:08:32 +11:00
openbsd-compat - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}] 2005-02-02 17:10:11 +11:00
regress - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since 2004-12-20 12:35:42 +11:00
scard sync scard/ 2002-05-22 14:24:01 +10:00
.cvsignore - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement 2005-01-18 12:05:18 +11:00
CREDITS - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec 2004-05-27 09:59:31 +10:00
ChangeLog - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child 2005-02-02 18:30:33 +11:00
INSTALL - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement 2005-01-18 12:05:18 +11:00
LICENCE - markus@cvs.openbsd.org 2004/08/30 09:18:08 2004-11-05 20:00:03 +11:00
Makefile.in - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement 2005-01-18 12:05:18 +11:00
OVERVIEW - djm@cvs.openbsd.org 2004/05/09 01:19:28 2004-05-13 16:30:44 +10:00
README remove antique crypto restrictions text 2004-08-14 10:26:30 +10: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] List prereqs for building on Cygwin. 2004-04-23 18:57:13 +10:00
README.privsep - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode 2004-10-06 20:09:32 +10:00
README.smartcard - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +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 - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@ 2004-12-06 22:40:10 +11:00
acconfig.h - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root 2004-08-16 23:12:05 +10:00
aclocal.m4
acss.c - (dtucker) [acss.c acss.h] Fix $Id tags. 2004-02-06 15:22:43 +11:00
acss.h - (dtucker) [acss.c acss.h] Fix $Id tags. 2004-02-06 15:22:43 +11:00
atomicio.c - avsm@cvs.openbsd.org 2003/07/31 15:50:16 2003-08-03 00:05:58 +10:00
atomicio.h - deraadt@cvs.openbsd.org 2003/06/28 16:23:06 2003-07-03 13:46:56 +10:00
auth-bsdauth.c - dtucker@cvs.openbsd.org 2005/01/19 13:11:47 2005-01-20 11:05:34 +11:00
auth-chall.c - (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from 2005-01-20 22:20:50 +11:00
auth-krb5.c - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM. From deengert 2004-09-11 23:32:09 +10:00
auth-options.c - (djm) OpenBSD CVS Sync 2003-06-03 10:25:48 +10:00
auth-options.h - stevesk@cvs.openbsd.org 2002/07/21 18:34:43 2002-07-23 21:07:45 +00:00
auth-pam.c Oops, did not intend to commit this yet 2005-01-20 13:29:51 +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 - dtucker@cvs.openbsd.org 2005/01/24 11:47:13 2005-01-24 22:50:47 +11:00
auth-rh-rsa.c - djm@cvs.openbsd.org 2003/11/04 08:54:09 2003-11-17 21:13:40 +11:00
auth-rhosts.c - djm@cvs.openbsd.org 2003/11/04 08:54:09 2003-11-17 21:13:40 +11:00
auth-rsa.c - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 2004-12-11 13:39:50 +11:00
auth-shadow.c - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or 2004-02-22 10:22:05 +11:00
auth-sia.c - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h 2004-03-04 22:59:36 +11:00
auth-sia.h - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h 2004-03-04 22:59:36 +11:00
auth-skey.c - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly 2004-04-14 17:24:30 +10:00
auth.c - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}] 2005-02-02 17:10:11 +11:00
auth.h - (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from 2005-01-20 22:20:50 +11:00
auth1.c - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but is 2004-12-03 14:33:47 +11:00
auth2-chall.c - (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from 2005-01-20 22:20:50 +11:00
auth2-gss.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
auth2-hostbased.c - markus@cvs.openbsd.org 2004/01/19 21:25:15 2004-01-21 11:02:50 +11:00
auth2-kbdint.c - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c] 2004-09-11 22:42:09 +10:00
auth2-none.c - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c] 2004-09-11 23:07:03 +10:00
auth2-passwd.c - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c] 2004-09-11 22:42:09 +10:00
auth2-pubkey.c - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 2004-12-11 13:39:50 +11:00
auth2.c - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but is 2004-12-03 14:33:47 +11:00
authfd.c - avsm@cvs.openbsd.org 2004/08/11 21:44:32 2004-08-13 21:19:37 +10:00
authfd.h - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
authfile.c - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 2004-12-11 13:39:50 +11:00
authfile.h - markus@cvs.openbsd.org 2002/05/23 19:24:30 2002-06-06 19:57:33 +00:00
bufaux.c - (dtucker) OpenBSD CVS Sync 2004-12-11 13:34:56 +11:00
bufaux.h - djm@cvs.openbsd.org 2004/10/29 23:56:17 2004-11-05 20:41:24 +11:00
buffer.c - djm@cvs.openbsd.org 2004/10/29 23:56:17 2004-11-05 20:41:24 +11:00
buffer.h - djm@cvs.openbsd.org 2004/10/29 23:56:17 2004-11-05 20:41:24 +11:00
buildpkg.sh.in - (tim) [buildpkg.sh.in] Add $REV to bump the package revision within 2004-07-01 20:41:15 -07:00
canohost.c - djm@cvs.openbsd.org 2004/07/21 11:51:29 2004-07-21 21:53:34 +10:00
canohost.h
channels.c - djm@cvs.openbsd.org 2004/10/29 21:47:15 2004-11-05 20:35:44 +11:00
channels.h - djm@cvs.openbsd.org 2004/10/29 21:47:15 2004-11-05 20:35:44 +11:00
cipher-3des1.c - markus@cvs.openbsd.org 2003/12/22 20:29:55 2003-12-31 11:36:00 +11:00
cipher-acss.c - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with 2004-02-06 15:26:10 +11:00
cipher-aes.c - djm@cvs.openbsd.org 2003/11/26 21:44:29 2003-12-09 19:05:42 +11:00
cipher-bf1.c - (djm) Sync with V_3_7 branch: 2003-09-23 22:12:38 +10:00
cipher-ctr.c - djm@cvs.openbsd.org 2004/12/22 02:13:19 2005-01-20 13:27:56 +11:00
cipher.c - djm@cvs.openbsd.org 2005/01/23 10:18:12 2005-01-24 21:57:11 +11:00
cipher.h - markus@cvs.openbsd.org 2004/07/28 09:40:29 2004-08-12 22:40:24 +10:00
cleanup.c - markus@cvs.openbsd.org 2003/09/23 20:17:11 2003-10-02 16:12:36 +10:00
clientloop.c - djm@cvs.openbsd.org 2004/11/07 00:01:46 2004-11-07 20:06:19 +11:00
clientloop.h - djm@cvs.openbsd.org 2004/11/07 00:01:46 2004-11-07 20:06:19 +11:00
compat.c - markus@cvs.openbsd.org 2003/11/02 11:01:03 2003-11-03 20:09:03 +11:00
compat.h - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
compress.c - markus@cvs.openbsd.org 2004/01/13 19:45:15 2004-01-21 11:01:23 +11:00
compress.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
config.guess - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ 2004-04-21 12:29:13 +10:00
config.sub - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ 2004-04-21 12:29:13 +10:00
configure.ac - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath 2005-02-02 10:43:59 +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 - markus@cvs.openbsd.org 2003/09/18 08:49:45 2003-09-22 21:04:23 +10:00
deattack.h
defines.h - (dtucker) [defines.h] Define __dead if not already defined. 2004-06-22 13:27:16 +10:00
dh.c - djm@cvs.openbsd.org 2004/08/04 10:37:52 2004-08-12 22:40:59 +10:00
dh.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
dispatch.c - (djm) RCSID sync w/ OpenBSD 2003-05-14 13:40:06 +10:00
dispatch.h - markus@cvs.openbsd.org 2002/01/11 13:39:36 2002-01-22 23:24:13 +11:00
dns.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
dns.h - jakob@cvs.openbsd.org 2003/11/12 16:39:58 2003-11-17 21:19:29 +11:00
entropy.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
entropy.h
envpass.sh - djm@cvs.openbsd.org 2004/04/27 09:47:30 2004-06-16 20:08:56 +10:00
fatal.c - markus@cvs.openbsd.org 2003/09/23 20:17:11 2003-10-02 16:12:36 +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
getput.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
groupaccess.c - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 2004-02-24 13:05:11 +11:00
groupaccess.h
gss-genr.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
gss-serv-krb5.c - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c] 2004-08-14 23:55:37 +10:00
gss-serv.c - markus@cvs.openbsd.org 2003/11/17 11:06:07 2003-11-17 22:18:21 +11:00
hostfile.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
hostfile.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
includes.h - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX 2004-11-02 20:30:54 +11:00
install-sh - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
kex.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
kex.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexdh.c - markus@cvs.openbsd.org 2003/02/16 17:09:57 2003-02-24 12:03:03 +11:00
kexdhc.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexdhs.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexgex.c - markus@cvs.openbsd.org 2003/02/16 17:09:57 2003-02-24 12:03:03 +11:00
kexgexc.c - markus@cvs.openbsd.org 2003/12/08 11:00:47 2003-12-09 19:18:07 +11:00
kexgexs.c - markus@cvs.openbsd.org 2003/02/16 17:09:57 2003-02-24 12:03:03 +11:00
key.c - djm@cvs.openbsd.org 2004/10/29 23:57:05 2004-11-05 20:42:28 +11:00
key.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
log.c - (dtucker) [log.c] Bug #973: force log_init() to open syslog, since on some 2005-02-01 17:35:09 +11:00
log.h - djm@cvs.openbsd.org 2004/06/21 22:02:58 2004-06-22 12:57:44 +10:00
loginrec.c - (djm) [loginrec.c] xmalloc 2004-09-12 15:26:00 +10:00
loginrec.h - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}] 2005-02-02 17:10:11 +11:00
logintest.c - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c 2004-07-17 14:07:42 +10:00
mac.c - miod@cvs.openbsd.org 2003/09/18 13:02:21 2003-09-22 21:05:50 +10:00
mac.h
match.c - markus@cvs.openbsd.org 2002/03/01 13:12:10 2002-03-05 01:42:42 +00:00
match.h - markus@cvs.openbsd.org 2002/03/01 13:12:10 2002-03-05 01:42:42 +00:00
md5crypt.c more whitespace (tabs this time) 2003-11-21 23:56:47 +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 ignore .Bk -words, reported by 2004-07-02 18:43:09 +10:00
misc.c - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 2004-12-11 13:39:50 +11:00
misc.h - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 2004-12-11 13:39:50 +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 - dtucker@cvs.openbsd.org 2005/01/17 03:25:46 2005-01-20 11:02:26 +11:00
monitor.c - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c] 2004-09-11 23:07:03 +10:00
monitor.h - markus@cvs.openbsd.org 2003/11/17 11:06:07 2003-11-17 22:18:21 +11:00
monitor_fdpass.c - djm@cvs.openbsd.org 2004/08/13 02:51:48 2004-08-13 21:29:02 +10:00
monitor_fdpass.h whitespace sync 2002-06-25 23:01:37 +00:00
monitor_mm.c - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants 2004-10-06 23:15:44 +10: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 - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c] 2004-09-11 23:07:03 +10:00
monitor_wrap.h - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
mpaux.c
mpaux.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
msg.c - djm@cvs.openbsd.org 2003/11/17 09:45:39 2003-11-17 21:20:47 +11:00
msg.h - djm@cvs.openbsd.org 2003/11/17 09:45:39 2003-11-17 21:20:47 +11:00
myproposal.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
nchan.c - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +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
opensshd.init.in - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd 2004-06-19 19:31:06 -07:00
packet.c - markus@cvs.openbsd.org 2004/10/20 11:48:53 2004-11-05 20:27:54 +11:00
packet.h - deraadt@cvs.openbsd.org 2004/05/11 19:01:43 2004-05-13 16:39:33 +10: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 2004/07/11 17:48:47 2004-07-17 16:12:08 +10: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 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
readconf.h - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
readpass.c - djm@cvs.openbsd.org 2004/10/29 22:53:56 2004-11-05 20:38:03 +11:00
rijndael.c - mouring@cvs.openbsd.org 2004/06/23 00:39:38 2004-06-24 00:33:48 +10:00
rijndael.h
rsa.c - markus@cvs.openbsd.org 2001/12/27 18:22:16 2002-01-22 23:09:22 +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 - djm@cvs.openbsd.org 2004/05/08 00:21:31 2004-05-13 16:15:47 +10:00
scard.h - markus@cvs.openbsd.org 2003/06/12 19:12:03 2003-06-18 20:28:40 +10:00
scp.1 - djm@cvs.openbsd.org 2004/10/07 10:10:24 2004-11-05 20:22:00 +11:00
scp.c - dtucker@cvs.openbsd.org 2005/01/24 10:22:06 2005-01-24 21:57:40 +11:00
servconf.c - djm@cvs.openbsd.org 2004/12/23 23:11:00 2005-01-20 10:57:56 +11:00
servconf.h - djm@cvs.openbsd.org 2004/12/23 23:11:00 2005-01-20 10:57:56 +11:00
serverloop.c - avsm@cvs.openbsd.org 2004/08/11 21:43:05 2004-08-13 21:18:00 +10:00
serverloop.h
session.c - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child 2005-02-02 18:30:33 +11:00
session.h - dtucker@cvs.openbsd.org 2004/07/17 05:31:41 2004-07-17 17:05:14 +10:00
sftp-client.c - (dtucker) OpenBSD CVS Sync 2004-12-06 22:43:43 +11:00
sftp-client.h - djm@cvs.openbsd.org 2004/11/29 07:41:24 2004-12-06 22:45:53 +11:00
sftp-common.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
sftp-common.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
sftp-glob.c - (djm) OpenBSD CVS Sync 2004-02-18 14:11:13 +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 - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c 2004-07-17 14:07:42 +10:00
sftp.1 - jaredy@cvs.openbsd.org 2004/12/05 23:55:07 2004-12-06 22:46:45 +11:00
sftp.c - dtucker@cvs.openbsd.org 2005/01/24 10:22:06 2005-01-24 21:57:40 +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 - jmc@cvs.openbsd.org 2004/08/30 21:22:49 2004-11-05 20:01:03 +11:00
ssh-add.c - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c 2004-07-17 14:07:42 +10:00
ssh-agent.1 - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
ssh-agent.c - djm@cvs.openbsd.org 2004/10/29 22:53:56 2004-11-05 20:38:03 +11:00
ssh-dss.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +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 - jmc@cvs.openbsd.org 2004/08/13 00:01:43 2004-08-13 21:23:25 +10:00
ssh-keygen.c - markus@cvs.openbsd.org 2004/12/23 17:38:07 2005-01-20 10:56:31 +11:00
ssh-keyscan.1 - brad@cvs.openbsd.org 2004/07/12 23:34:25 2004-07-17 16:13:15 +10:00
ssh-keyscan.c - avsm@cvs.openbsd.org 2004/08/11 21:44:32 2004-08-13 21:19:37 +10:00
ssh-keysign.8 - jmc@cvs.openbsd.org 2003/06/10 09:12:11 2003-06-11 22:04:39 +10:00
ssh-keysign.c - dtucker@cvs.openbsd.org 2004/08/23 14:29:23 2004-08-29 16:32:59 +10: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 - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading 2004-12-20 12:05:08 +11:00
ssh-rsa.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
ssh.1 - (dtucker) OpenBSD CVS Sync 2004-12-03 14:08:45 +11:00
ssh.c - jmc@cvs.openbsd.org 2004/11/07 17:57:30 2004-12-03 14:10:19 +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 - markus@cvs.openbsd.org 2003/08/13 08:46:31 2003-08-13 20:37:05 +10:00
ssh_config.5 - djm@cvs.openbsd.org 2004/10/07 10:10:24 2004-11-05 20:22:00 +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 2005/01/05 08:51:32 2005-01-20 11:00:46 +11:00
sshconnect.h - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00
sshconnect1.c - markus@cvs.openbsd.org 2004/07/28 09:40:29 2004-08-12 22:40:24 +10:00
sshconnect2.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
sshd.8 - dtucker@cvs.openbsd.org 2004/12/06 11:41:03 2004-12-06 22:47:41 +11:00
sshd.c - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child 2005-02-02 18:30:33 +11:00
sshd_config - djm@cvs.openbsd.org 2004/12/23 23:11:00 2005-01-20 10:57:56 +11:00
sshd_config.5 - (dtucker) [sshd_config.5] Bug #701: remove warning about 2005-02-01 19:16:45 +11:00
sshlogin.c - djm@cvs.openbsd.org 2004/08/12 09:18:24 2004-08-13 21:21:47 +10:00
sshlogin.h - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable 2003-01-01 23:43:55 +00:00
sshpty.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sshpty.h - deraadt@cvs.openbsd.org 2004/05/08 00:01:37 2004-05-13 16:06:46 +10:00
sshtty.c - deraadt@cvs.openbsd.org 2004/05/08 00:01:37 2004-05-13 16:06:46 +10:00
survey.sh.in - (dtucker) [survey.sh.in] Remove any blank lines from the output of 2005-01-18 12:45:42 +11:00
tildexpand.c - markus@cvs.openbsd.org 2004/05/21 08:43:03 2004-05-24 10:14:24 +10:00
ttymodes.c - (djm) RCSID sync w/ OpenBSD 2003-05-14 13:40:06 +10:00
ttymodes.h - deraadt@cvs.openbsd.org 2004/07/11 17:48:47 2004-07-17 16:12:08 +10:00
uidswap.c - (dtucker) [uidswap.c] Don't test dropping of gids for the root user or 2004-10-19 16:33:33 +10:00
uidswap.h
uuencode.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
uuencode.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
version.h - (djm) [ssh.c sshd.c version.h] Don't divulge portable version in protocol 2004-09-12 16:53:04 +10:00
xmalloc.c
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-3.8.1 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.kernel.org/pub/linux/libs/pam/ (PAM 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.56 2004/08/14 00:26:30 djm Exp $