head	1.7;
access;
symbols
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.3
	openssh_1_2:1.1.1.1
	OPENBSD:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2002.03.12.17.54.07;	author dinoex;	state dead;
branches;
next	1.6;

1.6
date	2001.10.03.13.15.16;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2001.06.08.08.03.25;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.23.11.30.04;	author green;	state Exp;
branches;
next	1.3;

1.3
date	99.11.29.07.09.45;	author green;	state Exp;
branches;
next	1.2;

1.2
date	99.11.24.03.36.20;	author green;	state Exp;
branches;
next	1.1;

1.1
date	99.11.08.06.20.52;	author green;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.08.06.20.52;	author green;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Rename Patches to make navigation much more easier.
@
text
@--- Makefile.orig	Thu Jun 28 23:55:27 2001
+++ Makefile	Wed Oct  3 12:17:35 2001
@@@@ -1,14 +1,15 @@@@
 #	$OpenBSD: Makefile,v 1.9 2001/06/28 21:55:27 markus Exp $
 
 .include <bsd.own.mk>
+.include "Makefile.inc"
 
 SUBDIR=	lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
 	ssh-keyscan sftp scard
 
 distribution:
-	install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
+	install -c -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
 	    ${DESTDIR}/etc/ssh_config
-	install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
+	install -c -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
 	    ${DESTDIR}/etc/sshd_config
 
 .include <bsd.subdir.mk>
@


1.6
log
@- Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
@
text
@@


1.5
log
@- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features:
  Possible use of sftp/sftp-server with older FreeBSD releases.
  Use a newer version independently from the Base system.
  Easier to test and fix possible security bugs.
- Bugs:
  build of pam_ssm.so isn't be supported any more
  Any file named "cookie" can be deleted by this and any older "sshd"
  with X11 Forwarding.
@
text
@d1 2
a2 2
--- Makefile.orig	Sun Feb  4 12:11:53 2001
+++ Makefile	Sat May 26 16:03:54 2001
d4 1
a4 1
 #	$OpenBSD: Makefile,v 1.8 2001/02/04 11:11:53 djm Exp $
d10 1
a10 1
 	ssh-keyscan sftp
@


1.4
log
@Change install -C usage to install -c usage, fixing the install for older
install(1)s.

Submitted by:	Jim Archuleta <JimArchuleta@@usa.net>
@
text
@d1 4
a4 4
--- Makefile.orig	Wed Feb 23 06:18:58 2000
+++ Makefile	Wed Feb 23 06:22:22 2000
@@@@ -1,13 +1,17 @@@@
 #	$OpenBSD: Makefile,v 1.5 1999/10/25 20:27:26 markus Exp $
d9 2
a10 4
 SUBDIR=	lib ssh sshd ssh-add ssh-keygen ssh-agent scp
+.if ${PAM} == yes
+SUBDIR+=	pam_ssh
+.endif
@


1.3
log
@Add the PAM SSH RSA key authentication module.  For example, you can add,
"login  auth    sufficient      pam_ssh.so" to your /etc/pam.conf, and
users with a ~/.ssh/identity can login(1) with their SSH key :)

PR:		15158
Submitted by:	Andrew J. Korty <ajk@@waterspout.com>
Reviewed by:	obrien
@
text
@d1 3
a3 3
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/Makefile	Mon Oct 25 16:27:26 1999
+++ Makefile	Mon Nov 29 01:07:28 1999
@@@@ -1,8 +1,12 @@@@
d15 8
a22 1
 	install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
@


1.2
log
@Update the CVS_DATE.  This brings in support for TIS authentication,
obsoleting a couple patches (it's the same code, though, except for
additions).

This also brings in KNFization of everything (please hold the cheering
down :) and made me reroll all my patches.

My patches have been almost entirely rewritten.  The places are the
same, but the code's rewritten.  It fits with the style (KNF) now,
and looks better.

I've also added strlcat.c to the build, which, just like strlcpy.c, is
necessary for compatibility with older libcs.  After strlcat() snuck
into the OpenSSH code recently, this would prevent OpenSSH from
building on (e.g.) FreeBSD 3.2.  Adding it to ssh/lib/ makes it work
yet again :)
@
text
@d2 2
a3 2
+++ ./Makefile	Tue Nov 23 19:18:22 1999
@@@@ -1,6 +1,7 @@@@
d10 3
d14 2
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- Makefile.orig	Tue Oct 26 03:31:00 1999
+++ Makefile	Mon Nov  8 00:28:19 1999
@


1.1.1.1
log
@Say hello to OpenSSH!  It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
@
text
@@
