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.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	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	99.12.23.06.37.30;	author green;	state Exp;
branches;
next	1.2;

1.2
date	99.11.17.17.19.27;	author green;	state dead;
branches;
next	1.1;

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

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


desc
@@


1.5
log
@Rename Patches to make navigation much more easier.
@
text
@--- sshpty.c.orig	Sun Mar  4 02:46:30 2001
+++ sshpty.c	Sat May 26 15:21:34 2001
@@@@ -14,7 +14,11 @@@@
 #include "includes.h"
 RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
 
+#ifdef __FreeBSD__
+#include <libutil.h>
+#else
 #include <util.h>
+#endif
 #include "sshpty.h"
 #include "log.h"
 
@


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 today's OpenSSH.

The version is now 1.2.1, from 1.2.  You can mv your old distfiles/OpenSSH-1.2
dir to distfiles/OpenSSH-1.2.1, if you want to not waste time/space.

Some minor nits have been fixed, and a couple bugs.  One sizeof(len)
should have just been len, and, in markus's words,
"fix get_remote_port() and friends for sshd -i".
@
text
@d1 3
a3 3
--- pty.c.orig	Thu Dec 23 01:13:10 1999
+++ pty.c	Thu Dec 23 01:14:05 1999
@@@@ -16,7 +16,11 @@@@
d5 1
a5 1
 RCSID("$Id: pty.c,v 1.11 1999/12/11 09:35:46 markus Exp $");
d12 2
a13 2
 #include "pty.h"
 #include "ssh.h"
@


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 5
a5 6
diff -ru /home/green/ssh/ssh-agent.c ./ssh-agent.c
--- /home/green/ssh/ssh-agent.c	Wed Nov  3 03:36:00 1999
+++ ./ssh-agent.c	Mon Nov  8 00:06:40 1999
@@@@ -28,7 +28,7 @@@@
 #include "getput.h"
 #include "mpaux.h"
d7 7
a13 2
-#include <ssl/md5.h>
+#include <openssl/md5.h>
a14 2
 typedef struct
 {
@


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