From 0ffe638bbbea203848e141e624960f0c40c1d51b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 27 May 2004 09:59:31 +1000 Subject: - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass and Jim Knoble's email address , from Jim himself. --- contrib/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/README') diff --git a/contrib/README b/contrib/README index 9de3d961d..b5e590e82 100644 --- a/contrib/README +++ b/contrib/README @@ -19,7 +19,7 @@ X11 SSH Askpass: Jim Knoble has written an excellent X11 passphrase requester. This is highly recommended: -http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html +http://www.jmknoble.net/software/x11-ssh-askpass/ In this directory -- cgit v1.2.3 From ca37219d75a49053b909933c9444a32529f4264f Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 23 Jun 2004 04:04:45 +0000 Subject: - (bal) [contrib/README] Removed "mdoc2man.pl" reference and added reference to "findssl.sh" Also corrected my ChangeLog entries since I placed them in the wrong place. --- ChangeLog | 8 +++++--- contrib/README | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'contrib/README') diff --git a/ChangeLog b/ChangeLog index cf5aeac73..b1e263847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,4 @@ 20040623 - - (bal) [Makefile.in] Remove opensshd.init on 'make distclean' - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 connections with empty passwords. Patch from davidwu at nbttech.com, ok djm@ @@ -16,12 +15,14 @@ Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@ - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to match -Wshadow change. + - (bal) [Makefile.in] Remove opensshd.init on 'make distclean' - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move loginrestrictions test to port-aix.c, replace with a generic hook. - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable. + - (bal) [contrib/README] Removed "mdoc2man.pl" reference and added + reference to "findssl.sh" 20040622 - - (bal) [auth-passwd.c auth1.c] Clean up unused variables. - (dtucker) OpenBSD CVS Sync - djm@cvs.openbsd.org 2004/06/20 17:36:59 [ssh.c] @@ -69,6 +70,7 @@ ok markus@ - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket". - (dtucker) [defines.h] Define __dead if not already defined. + - (bal) [auth-passwd.c auth1.c] Clean up unused variables. 20040620 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. @@ -1391,4 +1393,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3440 2004/06/23 03:53:02 tim Exp $ +$Id: ChangeLog,v 1.3441 2004/06/23 04:04:45 mouring Exp $ diff --git a/contrib/README b/contrib/README index b5e590e82..3296bf3eb 100644 --- a/contrib/README +++ b/contrib/README @@ -44,11 +44,11 @@ sshd.pam.freebsd: A PAM config file which works with FreeBSD's PAM port. Contributed by Dominik Brettnacher -mdoc2man.pl: +findssl.sh: -Converts mdoc formated manpages into normal manpages. This can be used -on Solaris machines to provide manpages that are not preformated. -Contributed by Mark D. Roth +Search for all instances of OpenSSL headers and libraries and print their +versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not +match your library" errors. redhat: -- cgit v1.2.3 From 528790264363a910ab3e01a81f2c4bc84ea2eda5 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 27 Jun 2004 20:50:35 -0700 Subject: Minor updates to some README files. --- ChangeLog | 5 ++++- README | 11 ++++++----- README.privsep | 8 ++++---- contrib/README | 18 ++++++++++++++---- 4 files changed, 28 insertions(+), 14 deletions(-) (limited to 'contrib/README') diff --git a/ChangeLog b/ChangeLog index a29fecc59..e815c748e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20040627 + - (tim) update README files. + 20040626 - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2004/06/25 18:43:36 @@ -1433,4 +1436,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3452 2004/06/25 23:21:06 djm Exp $ +$Id: ChangeLog,v 1.3453 2004/06/28 03:50:35 tim Exp $ diff --git a/README b/README index 0620d0eee..044458878 100644 --- a/README +++ b/README @@ -15,10 +15,11 @@ 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. +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 @@ -65,4 +66,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.54 2004/04/18 10:32:56 djm Exp $ +$Id: README,v 1.55 2004/06/28 03:50:35 tim Exp $ diff --git a/README.privsep b/README.privsep index 9d48bbcf9..32403770d 100644 --- a/README.privsep +++ b/README.privsep @@ -42,9 +42,9 @@ PAM-enabled OpenSSH is known to function with privsep on Linux. It does not function on HP-UX with a trusted system configuration. -On Compaq Tru64 Unix, only the pre-authentication part of privsep is -supported. Post-authentication privsep is disabled automatically (so -you won't see the additional process mentioned below). +On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication +part of privsep is supported. Post-authentication privsep is disabled +automatically (so you won't see the additional process mentioned below). Note that for a normal interactive login with a shell, enabling privsep will require 1 additional process per login session. @@ -61,4 +61,4 @@ process 1005 is the sshd process listening for new connections. process 6917 is the privileged monitor process, 6919 is the user owned sshd process and 6921 is the shell process. -$Id: README.privsep,v 1.13 2003/11/21 12:48:55 djm Exp $ +$Id: README.privsep,v 1.14 2004/06/28 03:50:36 tim Exp $ diff --git a/contrib/README b/contrib/README index 3296bf3eb..c00223865 100644 --- a/contrib/README +++ b/contrib/README @@ -50,11 +50,21 @@ Search for all instances of OpenSSL headers and libraries and print their versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not match your library" errors. -redhat: +aix: + Files to build an AIX native (installp or SMIT installable) package. -RPM spec file and scripts for building Redhat packages +caldera: + RPM spec file and scripts for building Caldera OpenLinuix packages -suse: +cygwin: + Support files for Cygwin + +hpux: + Support files for HP-UX -RPM spec file and scripts for building SuSE packages +redhat: + RPM spec file and scripts for building Redhat packages + +suse: + RPM spec file and scripts for building SuSE packages -- cgit v1.2.3