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


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

1.4
date	2001.06.08.08.03.26;	author dinoex;	state Exp;
branches;
next	1.3;

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

1.2
date	99.11.24.03.36.21;	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.5
log
@Rename Patches to make navigation much more easier.
@
text
@--- ssh-agent/Makefile.orig	Sun Mar  4 01:51:25 2001
+++ ssh-agent/Makefile	Sat May 26 14:58:48 2001
@@@@ -7,12 +7,12 @@@@
 
 BINMODE?=555
 
-BINDIR=	/usr/bin
-MAN=	ssh-agent.1
+BINDIR=	/bin
+MAN1=	ssh-agent.1
 
 SRCS=	ssh-agent.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto
+LDADD+=	${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO}
@


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


1.3
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
@d1 3
a3 3
--- ssh-agent/Makefile.orig	Thu Jun 29 14:35:48 2000
+++ ssh-agent/Makefile	Sat Nov  4 17:06:34 2000
@@@@ -5,12 +5,12 @@@@
d12 1
a12 1
 SRCS=	ssh-agent.c log-client.c
d16 3
a18 3
-LDADD+=	-lcrypto -lutil -lz
+LDADD+=	${CRYPTOLIBS} -lutil -lz
 DPADD+=	${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
@


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
@d1 5
a5 3
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/ssh-agent/Makefile	Wed Oct 27 12:54:49 1999
+++ ./ssh-agent/Makefile	Tue Nov 23 19:27:38 1999
@@@@ -2,20 +2,13 @@@@
a6 10
 PROG=	ssh-agent
 BINOWN=	root
-
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
-	${MACHINE_ARCH} == "hppa")
-BINMODE=0000
-.else
-BINMODE?=555
-.endif
-
d8 1
a8 1
+BINMODE=555
d10 1
a10 1
 MAN=	ssh-agent.1
@


1.1
log
@Initial revision
@
text
@d1 3
a3 14
diff -ru /home/green/ssh/includes.h ./includes.h
--- /home/green/ssh/includes.h	Wed Nov  3 03:36:00 1999
+++ ./includes.h	Mon Nov  8 00:06:40 1999
@@@@ -24,7 +24,6 @@@@
 #include <sys/select.h>
 #include <sys/param.h>
 #include <sys/ioctl.h>
-#include <sys/endian.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/time.h>
@@@@ -38,7 +37,8 @@@@
 #include <arpa/inet.h>
 #include <netdb.h>
d5 22
a26 6
-#include <netgroup.h>
+#include <machine/endian.h>
+
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>
@


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