head	1.6;
access;
symbols
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	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.4
	openssh_1_2:1.1.1.1
	OPENBSD:1.1.1;
locks; strict;
comment	@# @;


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

1.5
date	2000.11.04.23.04.25;	author green;	state Exp;
branches;
next	1.4;

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

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

1.2
date	99.11.17.17.19.25;	author green;	state dead;
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.6
log
@Rename Patches to make navigation much more easier.
@
text
@--- scp/Makefile.orig	Thu Jun 29 14:35:46 2000
+++ scp/Makefile	Sat Nov  4 16:44:18 2000
@@@@ -5,8 +5,8 @@@@
 
 BINMODE?=555
 
-BINDIR=	/usr/bin
-MAN=	scp.1
+BINDIR=	/bin
+MAN1=	scp.1
 
 SRCS=	scp.c
 
@


1.5
log
@Update to OpenSSH 2.2.0.  This is an end-of-life update for the
ports-based OpenSSH.  OpenSSH has been in the base system for more
than long enough to justify not having to maintain two separate
FreeBSD versions of OpenSSH.
@
text
@@


1.4
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
@d1 5
a5 3
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/scp/Makefile	Mon Oct 25 16:27:26 1999
+++ ./scp/Makefile	Tue Nov 23 19:23:58 1999
@@@@ -2,16 +2,9 @@@@
a6 10
 PROG=	scp
 BINOWN=	root
-
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
-	${MACHINE_ARCH} == "hppa")
-BINMODE=0000
-.else
-BINMODE?=555
-.endif
-
a8 1
+BINMODE=555
@


1.3
log
@Give OpenSSH TIS client-side authentication.

Submitted by:	peter
@
text
@d1 22
a22 11
--- ssh.h.dist	Fri Nov 19 23:50:37 1999
+++ ssh.h	Fri Nov 19 23:50:22 1999
@@@@ -141,7 +141,7 @@@@
 #define SSH_AUTH_RSA		2
 #define SSH_AUTH_PASSWORD	3
 #define SSH_AUTH_RHOSTS_RSA	4
-				/* 5 is TIS */
+#define SSH_AUTH_TIS		5
 #define SSH_AUTH_KERBEROS	6
 #define SSH_PASS_KERBEROS_TGT	7
 				/* 8 to 15 are reserved */
@


1.2
log
@Thanks to those who replied!  The include (ssl versus openssl) transform
is now done in post-patch.

Submitted by:	Anton Berezin <tobez@@plab.ku.dk>, Christian Weisgerber <naddy@@unix-ag.uni-kl.de>
@
text
@d1 11
a11 12
diff -ru /home/green/ssh/bufaux.c ./bufaux.c
--- /home/green/ssh/bufaux.c	Wed Nov  3 03:36:00 1999
+++ ./bufaux.c	Mon Nov  8 00:06:40 1999
@@@@ -18,7 +18,7 @@@@
 RCSID("$Id: bufaux.c,v 1.3 1999/11/02 19:42:35 markus Exp $");
 
 #include "ssh.h"
-#include <ssl/bn.h>
+#include <openssl/bn.h>
 #include "bufaux.h"
 #include "xmalloc.h"
 #include "getput.h"
@


1.1
log
@Initial revision
@
text
@@


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
@@
