head	1.4;
access;
symbols
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	openssh_1_2:1.1.1.1
	OPENBSD:1.1.1;
locks; strict;
comment	@# @;


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

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

1.2
date	99.11.21.16.42.44;	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.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
@--- auth2.c.orig	Tue Jun 27 14:20:06 2000
+++ auth2.c	Tue Jun 27 14:21:20 2000
@@@@ -357,6 +357,11 @@@@
 		copy->pw_gid = pw->pw_gid;
 		copy->pw_dir = xstrdup(pw->pw_dir);
 		copy->pw_shell = xstrdup(pw->pw_shell);
+#ifdef __FreeBSD__
+		copy->pw_class = xstrdup(pw->pw_class);
+		copy->pw_expire = pw->pw_expire;
+		copy->pw_change = pw->pw_change;
+#endif /* __FreeBSD__ */
 		authctxt->valid = 1;
 	} else {
 		if (strcmp(u, authctxt->user) != 0 ||
@


1.3
log
@Update to OpenSSH 2.1.1 and fix SSHv2 serving (passwd botch).
@
text
@@


1.2
log
@Update to the latest CVS_DATE, obsoleting patches patch-a[yz].

Add "ignorelogin" login.conf functionality to sshd.

The biggest change: new port functionality.  Making "fetchsrctarball"
will soon work for those of you who cannot use CVS to get OpenSSH.
Mark Murray, the savior he is :), will use "make makesrctarball" and
put the snapshots of OpenSSH source in the proper place.

The current ${MASTER_SITES} is just a guess at where the snapshot
files could be hosted; something definite should be worked out very
soon.
@
text
@d1 14
a14 8
--- OVERVIEW.orig	Mon Nov  8 00:53:18 1999
+++ OVERVIEW	Mon Nov  8 00:53:36 1999
@@@@ -1,4 +1,4 @@@@
-This document is inteded for those who wish to read the ssh source
+This document is intended for those who wish to read the ssh source
 code.  This tries to give an overview of the structure of the code.
       
 Copyright (c) 1995 Tatu Ylonen <ylo@@cs.hut.fi>
@


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