Перейти к файлу
Damien Miller eeeeb3517e - markus@cvs.openbsd.org 2003/02/02 10:51:13
[scp.c]
     call okname() only when using system(3) for remote-remote copy;
     fixes bugs #483, #472; ok deraadt@, mouring@
2003-02-24 11:52:58 +11:00
contrib - (djm) Tweak gnome-ssh-askpass2: 2003-02-24 11:48:22 +11:00
openbsd-compat - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a 2003-02-06 10:50:42 +11:00
regress - (djm) Sync regress with OpenBSD -current 2003-01-22 17:53:16 +11:00
scard sync scard/ 2002-05-22 14:24:01 +10:00
.cvsignore ssh-keysign 2002-06-26 19:24:56 +10:00
CREDITS - (stevesk) [CREDITS] solar 2002-07-28 20:31:18 +00:00
ChangeLog - markus@cvs.openbsd.org 2003/02/02 10:51:13 2003-02-24 11:52:58 +11:00
INSTALL - (djm) Remove some cruft from INSTALL 2002-07-25 14:36:24 +10:00
LICENCE - stevesk@cvs.openbsd.org 2002/05/25 20:40:08 2002-06-21 01:19:12 +00:00
Makefile.in - (djm) Bug #467: Add a --disable-strip option to turn off stripping of 2003-01-13 16:55:22 +11:00
OVERVIEW Sync 2001-09-25 12:55:37 +10:00
README - (djm) Update README to reflect AIX's status as a well supported platform. 2003-01-08 23:28:40 +11:00
README.privsep - (stevesk) [README.privsep] more for sshd pseudo-account. 2002-06-26 00:43:57 +00:00
README.smartcard - (djm) Applied OpenSC smartcard updates from Markus & 2002-04-23 22:48:46 +10:00
RFC.nroff - (djm) Manually fix up missed diff hunks (mainly RCS idents) 2000-11-06 12:39:34 +11:00
TODO more 2003-01-13 10:00:34 +11:00
WARNING.RNG - (djm) Random number collection doc fixes from Ben 2002-04-14 23:16:04 +10:00
acconfig.h - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au 2003-01-28 11:33:42 +11:00
aclocal.m4 [configure.in] Clean up library testing. 2001-10-21 17:53:58 -07:00
atomicio.c - markus@cvs.openbsd.org 2001/05/08 22:48:07 2001-05-09 00:02:52 +00:00
atomicio.h - itojun@cvs.openbsd.org 2001/06/26 06:32:58 2001-07-04 04:02:36 +00:00
auth-bsdauth.c - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 2002-07-04 00:14:17 +00:00
auth-chall.c - markus@cvs.openbsd.org 2001/05/18 14:13:29 2001-06-05 18:56:16 +00:00
auth-krb4.c - markus@cvs.openbsd.org 2002/09/26 11:38:43 2002-09-27 13:25:58 +10:00
auth-krb5.c - deraadt@cvs.openbsd.org 2002/11/21 23:03:51 2002-12-23 02:06:19 +00:00
auth-options.c - markus@cvs.openbsd.org 2002/07/30 17:03:55 2002-08-01 01:28:38 +00: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 - (djm) Reorganise PAM & SIA password handling to eliminate some common code 2003-01-22 15:42:26 +11:00
auth-pam.h - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be 2002-07-23 00:44:07 +00:00
auth-passwd.c - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au 2003-01-30 10:20:56 +11:00
auth-rh-rsa.c - markus@cvs.openbsd.org 2002/03/25 09:25:06 2002-03-26 03:08:47 +00:00
auth-rhosts.c - markus@cvs.openbsd.org 2002/05/13 21:26:49 2002-05-15 16:19:37 +00:00
auth-rsa.c - stevesk@cvs.openbsd.org 2002/06/10 16:53:06 2002-06-11 15:47:42 +00:00
auth-sia.c - (djm) Reorganise PAM & SIA password handling to eliminate some common code 2003-01-22 15:42:26 +11:00
auth-sia.h - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams 2002-04-12 15:36:07 +00:00
auth-skey.c - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 2002-07-04 00:14:17 +00:00
auth.c - (djm) Revert fix for Bug #442 for now. 2003-01-18 16:24:06 +11:00
auth.h - markus@cvs.openbsd.org 2002/09/26 11:38:43 2002-09-27 13:25:58 +10:00
auth1.c - (djm) OpenBSD CVS Sync 2003-01-23 17:41:20 +11:00
auth2-chall.c - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 2002-07-04 00:14:17 +00:00
auth2-hostbased.c - markus@cvs.openbsd.org 2002/05/25 18:51:07 2002-06-06 20:27:55 +00:00
auth2-kbdint.c - markus@cvs.openbsd.org 2002/05/25 18:51:07 2002-06-06 20:27:55 +00:00
auth2-none.c - deraadt@cvs.openbsd.org 2002/06/27 10:35:47 2002-07-04 00:06:15 +00:00
auth2-pam.c - (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@ 2003-01-08 12:37:03 +11:00
auth2-pam.h - (djm) Add CVS Id's to files that we have missed 2001-02-09 12:55:35 +11:00
auth2-passwd.c - markus@cvs.openbsd.org 2002/05/25 18:51:07 2002-06-06 20:27:55 +00:00
auth2-pubkey.c - markus@cvs.openbsd.org 2002/05/25 18:51:07 2002-06-06 20:27:55 +00:00
auth2.c Cray fixes (bug 367) based on patch from Wendy Palm @ cray. 2002-09-25 17:38:46 -07:00
authfd.c - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
authfd.h - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
authfile.c - fgsch@cvs.openbsd.org 2002/11/15 10:03:09 2002-12-23 02:00:23 +00:00
authfile.h - markus@cvs.openbsd.org 2002/05/23 19:24:30 2002-06-06 19:57:33 +00:00
bufaux.c - markus@cvs.openbsd.org 2002/10/23 10:40:16 2002-11-09 15:43:23 +00:00
bufaux.h - markus@cvs.openbsd.org 2002/04/20 09:14:58 2002-04-23 20:42:36 +10:00
buffer.c - markus@cvs.openbsd.org 2002/06/26 08:54:18 2002-06-26 19:14:25 +10:00
buffer.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
canohost.c - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 2003-01-07 10:51:23 +11:00
canohost.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
channels.c - djm@cvs.openbsd.org 2003/01/10 10:32:54 2003-01-10 21:45:12 +11:00
channels.h - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk 2002-07-22 15:28:53 +00:00
cipher.c - markus@cvs.openbsd.org 2002/11/21 22:45:31 2002-12-23 02:04:22 +00:00
cipher.h - markus@cvs.openbsd.org 2002/03/18 17:13:15 2002-03-22 01:39:44 +00:00
clientloop.c - markus@cvs.openbsd.org 2002/11/18 16:43:44 2002-12-23 02:01:55 +00:00
clientloop.h - markus@cvs.openbsd.org 2002/04/22 21:04:52 2002-04-23 21:09:44 +10:00
compat.c - (djm) OpenBSD CVS Sync 2002-09-30 11:59:21 +10:00
compat.h - (djm) OpenBSD CVS Sync 2002-09-30 11:59:21 +10:00
compress.c - provos@cvs.openbsd.org 2002/03/18 17:31:54 2002-03-22 01:51:24 +00:00
compress.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
config.guess - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/ 2002-07-25 14:40:22 +10:00
config.sub - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/ 2002-07-25 14:40:22 +10:00
configure.ac - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com 2003-02-11 10:04:03 +11: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 - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
deattack.c - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
deattack.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
defines.h - (djm) Add TIMEVAL_TO_TIMESPEC macros 2003-01-24 11:50:32 +11:00
dh.c - markus@cvs.openbsd.org 2002/11/21 22:22:50 2002-12-23 02:03:02 +00:00
dh.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
dispatch.c - markus@cvs.openbsd.org 2002/01/11 13:39:36 2002-01-22 23:24:13 +11:00
dispatch.h - markus@cvs.openbsd.org 2002/01/11 13:39:36 2002-01-22 23:24:13 +11:00
entropy.c unexpand 2002-06-09 19:41:48 +00:00
entropy.h - (djm) Add CVS Id's to files that we have missed 2001-02-09 12:55:35 +11:00
fatal.c - (bal) Imported missing fatal.c and fixed up Makefile.in 2002-02-26 19:24:21 +00:00
fixpaths - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 2002-12-05 20:59:33 +11:00
fixprogs Fix fixprogs 2000-09-16 16:10:56 +11:00
getput.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
groupaccess.c - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
groupaccess.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
hostfile.c - markus@cvs.openbsd.org 2002/07/24 16:11:18 2002-08-01 01:21:56 +00:00
hostfile.h - deraadt@cvs.openbsd.org 2002/11/21 23:03:51 2002-12-23 02:06:19 +00:00
includes.h - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from 2002-10-21 10:50:25 +10:00
install-sh - Added BSD compatible install program and autoconf test, thanks to 1999-11-25 12:31:26 +11:00
kex.c - markus@cvs.openbsd.org 2002/11/21 22:45:31 2002-12-23 02:04:22 +00:00
kex.h - markus@cvs.openbsd.org 2002/09/09 14:54:15 2002-09-12 09:49:15 +10:00
kexdh.c - provos@cvs.openbsd.org 2002/03/18 17:50:31 2002-03-22 02:30:41 +00:00
kexgex.c - stevesk@cvs.openbsd.org 2002/03/24 17:27:03 2002-03-26 02:20:06 +00:00
key.c - markus@cvs.openbsd.org 2002/09/09 14:54:15 2002-09-12 09:49:15 +10:00
key.h - markus@cvs.openbsd.org 2002/03/18 17:23:31 2002-03-22 01:45:53 +00:00
log.c - markus@cvs.openbsd.org 2003/01/11 18:29:43 2003-01-14 22:22:43 +11:00
log.h - markus@cvs.openbsd.org 2002/07/19 15:43:33 2002-07-23 21:01:56 +00:00
loginrec.c - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based 2003-01-07 16:46:58 +11:00
loginrec.h - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison 2001-05-08 20:33:05 +00:00
logintest.c - (stevesk) logintest.c: fix for systems without __progname 2001-04-05 23:05:22 +00:00
mac.c - markus@cvs.openbsd.org 2002/05/16 22:02:50 2002-06-06 19:48:16 +00:00
mac.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
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 - (djm) Add CVS Id's to files that we have missed 2001-02-09 12:55:35 +11:00
md5crypt.h - (djm) Add CVS Id's to files that we have missed 2001-02-09 12:55:35 +11:00
mdoc2man.pl - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca 2002-04-17 12:30:45 +10:00
misc.c - markus@cvs.openbsd.org 2002/12/13 10:03:15 2002-12-23 02:44:36 +00:00
misc.h - markus@cvs.openbsd.org 2002/03/19 10:49:35 2002-03-22 02:54:23 +00:00
mkinstalldirs - HPUX and Configure fixes from Lutz Jaenicke 2000-05-20 15:33:44 +10:00
moduli - (djm) Sync $sysconfdir/moduli 2001-09-25 13:06:18 +10:00
monitor.c - markus@cvs.openbsd.org 2002/11/05 19:45:20 2002-11-09 15:47:47 +00:00
monitor.h - markus@cvs.openbsd.org 2002/09/26 11:38:43 2002-09-27 13:25:58 +10:00
monitor_fdpass.c - deraadt@cvs.openbsd.org 2002/06/26 14:50:04 2002-06-27 00:21:03 +00:00
monitor_fdpass.h whitespace sync 2002-06-25 23:01:37 +00:00
monitor_mm.c - millert@cvs.openbsd.org 2002/08/02 14:43:15 2002-08-20 18:36:25 +00: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 2002/11/21 23:03:51 2002-12-23 02:06:19 +00:00
monitor_wrap.h - markus@cvs.openbsd.org 2002/09/26 11:38:43 2002-09-27 13:25:58 +10:00
mpaux.c - itojun@cvs.openbsd.org 2001/02/08 19:30:52 2001-02-09 02:11:24 +00:00
mpaux.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
msg.c - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since 2002-12-23 02:58:17 +00:00
msg.h - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since 2002-12-23 02:58:17 +00:00
myproposal.h - markus@cvs.openbsd.org 2002/04/03 09:26:11 2002-04-04 22:10:38 +00:00
nchan.c - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00
nchan.ms - niklas@cvs.openbsd.org 2001/01/2001 2001-01-29 07:39:26 +00:00
nchan2.ms - (bal) nchan2.ms resync. BSD License applied. 2001-10-04 21:16:57 +00:00
packet.c - markus@cvs.openbsd.org 2002/12/10 19:47:14 2002-12-23 02:42:52 +00:00
packet.h - markus@cvs.openbsd.org 2002/06/19 18:01:00 2002-06-21 00:43:42 +00:00
pathnames.h - markus@cvs.openbsd.org 2002/05/23 19:24:30 2002-06-06 19:57:33 +00:00
progressmeter.c [progressmeter.c] make compilers without long long happy. 2003-01-19 20:15:13 -08:00
progressmeter.h - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 2003-01-10 21:46:02 +11:00
radix.c - markus@cvs.openbsd.org 2002/09/09 14:54:15 2002-09-12 09:49:15 +10:00
radix.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
readconf.c - markus@cvs.openbsd.org 2002/11/07 22:08:07 2002-11-09 15:52:31 +00:00
readconf.h - markus@cvs.openbsd.org 2002/11/07 22:08:07 2002-11-09 15:52:31 +00:00
readpass.c - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
readpass.h - markus@cvs.openbsd.org 2002/03/26 15:58:46 2002-03-27 17:28:46 +00:00
rijndael.c - deraadt@cvs.openbsd.org 2002/07/10 17:53:54 2002-07-11 04:01:29 +00: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 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 - (djm) Applied OpenSC smartcard updates from Markus & 2002-04-23 22:48:46 +10:00
scard.c - deraadt@cvs.openbsd.org 2002/06/23 03:30:58 2002-06-23 21:23:20 +00:00
scard.h - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 2002-07-04 00:14:17 +00:00
scp.1 - stevesk@cvs.openbsd.org 2003/01/28 17:24:51 2003-02-24 11:51:32 +11:00
scp.c - markus@cvs.openbsd.org 2003/02/02 10:51:13 2003-02-24 11:52:58 +11:00
servconf.c - (djm) OpenBSD CVS Sync 2002-09-05 14:35:14 +10:00
servconf.h - markus@cvs.openbsd.org 2002/07/30 17:03:55 2002-08-01 01:28:38 +00:00
serverloop.c Cray fixes (bug 367) based on patch from Wendy Palm @ cray. 2002-09-25 17:38:46 -07:00
serverloop.h - markus@cvs.openbsd.org 2001/06/27 02:12:54 2001-07-04 04:53:53 +00:00
session.c - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More 2003-01-10 09:53:12 +11:00
session.h - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 2002-07-04 00:14:17 +00:00
sftp-client.c - djm@cvs.openbsd.org 2003/01/14 10:58:00 2003-01-14 22:24:47 +11:00
sftp-client.h - djm@cvs.openbsd.org 2002/09/11 22:41:50 2002-09-12 09:54:25 +10:00
sftp-common.c - itojun@cvs.openbsd.org 2002/10/16 14:31:48 2002-11-09 15:40:34 +00:00
sftp-common.h - djm@cvs.openbsd.org 2002/09/11 22:41:50 2002-09-12 09:54:25 +10:00
sftp-glob.c - djm@cvs.openbsd.org 2002/09/11 22:41:50 2002-09-12 09:54:25 +10:00
sftp-glob.h - djm@cvs.openbsd.org 2002/09/11 22:41:50 2002-09-12 09:54:25 +10:00
sftp-int.c 20030116 2003-01-16 15:39:13 +11:00
sftp-int.h - (djm) OpenBSD CVS Sync 2003-01-10 21:40:00 +11:00
sftp-server.8 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09 2001-06-25 04:45:33 +00:00
sftp-server.c - djm@cvs.openbsd.org 2002/09/11 22:41:50 2002-09-12 09:54:25 +10:00
sftp.1 - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 2003-01-10 21:43:24 +11:00
sftp.c - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 2003-01-10 21:43:24 +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 - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
ssh-add.c - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
ssh-agent.1 - (djm) OpenBSD CVS Sync 2003-01-22 11:47:19 +11:00
ssh-agent.c - markus@cvs.openbsd.org 2003/01/23 13:50:27 2003-01-24 11:36:23 +11:00
ssh-dss.c - markus@cvs.openbsd.org 2002/07/04 10:41:47 2002-07-07 22:13:31 +00:00
ssh-dss.h - markus@cvs.openbsd.org 2002/02/24 19:14:59 2002-02-26 18:09:42 +00:00
ssh-keygen.1 - stevesk@cvs.openbsd.org 2002/11/26 02:35:30 2002-12-23 02:11:54 +00:00
ssh-keygen.c - wcobb@cvs.openbsd.org 2002/11/26 00:45:03 2002-12-23 02:11:02 +00:00
ssh-keyscan.1 - mpech@cvs.openbsd.org 2002/02/13 08:33:47 2002-02-19 15:19:42 +11:00
ssh-keyscan.c - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 2002-09-12 10:43:29 +10:00
ssh-keysign.8 - stevesk@cvs.openbsd.org 2002/11/24 21:46:24 2002-12-23 02:09:59 +00:00
ssh-keysign.c - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since 2002-12-23 02:58:17 +00:00
ssh-rand-helper.8 - (djm) ssh-rand-helper improvements 2002-04-14 19:27:12 +10:00
ssh-rand-helper.c - (djm) Kill ssh-rand-helper children on timeout, patch from 2002-10-21 10:13:35 +10:00
ssh-rsa.c - deraadt@cvs.openbsd.org 2002/11/21 23:03:51 2002-12-23 02:06:19 +00:00
ssh-rsa.h - markus@cvs.openbsd.org 2002/02/24 19:14:59 2002-02-26 18:09:42 +00:00
ssh.1 - stevesk@cvs.openbsd.org 2002/09/27 15:46:21 2002-09-30 12:00:55 +10:00
ssh.c - millert@cvs.openbsd.org 2002/12/09 16:50:30 2002-12-23 02:24:54 +00:00
ssh.h - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h 2002-07-21 23:59:39 +00:00
ssh1.h [NOTE: File split is was not done in Portabl Tree] 2001-06-09 00:17:10 +00:00
ssh2.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
ssh_config - markus@cvs.openbsd.org 2002/07/03 14:21:05 2002-07-04 00:19:40 +00:00
ssh_config.5 - stevesk@cvs.openbsd.org 2002/08/29 22:54:10 2002-09-04 16:51:03 +10:00
ssh_prng_cmds.in [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris. 2002-07-14 14:43:57 -07:00
sshconnect.c - deraadt@cvs.openbsd.org 2002/11/21 23:03:51 2002-12-23 02:06:19 +00:00
sshconnect.h - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00
sshconnect1.c - aaron@cvs.openbsd.org 2002/08/08 13:50:23 2002-08-20 18:41:15 +00:00
sshconnect2.c - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since 2002-12-23 02:58:17 +00:00
sshd.8 - jmc@cvs.openbsd.org 2003/01/31 21:54:40 2003-02-24 11:52:26 +11:00
sshd.c - (djm) OpenBSD CVS Sync 2003-02-24 11:50:18 +11:00
sshd_config - (djm) OpenBSD CVS Sync 2002-09-27 13:21:57 +10:00
sshd_config.5 - (djm) OpenBSD CVS Sync 2003-01-24 11:34:52 +11:00
sshlogin.c - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable 2003-01-01 23:43:55 +00:00
sshlogin.h - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable 2003-01-01 23:43:55 +00:00
sshpty.c Cray fixes (bug 367) based on patch from Wendy Palm @ cray. 2002-09-25 17:38:46 -07:00
sshpty.h - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
sshtty.c - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 2002-03-05 01:53:02 +00:00
sshtty.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
tildexpand.c - deraadt@cvs.openbsd.org 2002/06/23 03:25:50 2002-06-23 21:20:34 +00:00
tildexpand.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
ttymodes.c - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00
ttymodes.h - (bal) Some platforms don't have ONLCR (Notable Mint) 2002-06-12 17:32:30 +00:00
uidswap.c - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de 2002-07-30 19:32:07 +00:00
uidswap.h - markus@cvs.openbsd.org 2001/06/26 17:27:25 2001-07-04 04:46:56 +00:00
uuencode.c - markus@cvs.openbsd.org 2002/09/09 14:54:15 2002-09-12 09:49:15 +10:00
uuencode.h - markus@cvs.openbsd.org 2002/02/25 16:33:27 2002-02-26 18:15:09 +00:00
version.h - markus@cvs.openbsd.org 2002/10/01 13:24:50 2002-10-03 11:55:37 +10:00
xmalloc.c - stevesk@cvs.openbsd.org 2001/07/23 18:21:46 2001-08-06 21:03:23 +00:00
xmalloc.h - deraadt@cvs.openbsd.org 2002/06/19 00:27:55 2002-06-21 00:41:51 +00:00

README

- 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 (for Linux and Solaris), 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 Linux, Solaris, HP-UX, NetBSD, 
Irix and AIX. Support for 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[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.

If you are a citizen of an USA-embargoed country to which export of 
cryptographic products is restricted, 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[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.51 2003/01/08 12:28:40 djm Exp $