summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ssh.17
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 342844d33..2281accdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120060325
2 - OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2006/03/16 04:24:42
4 [ssh.1]
5 Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs
6 that OpenSSH supports
7
120060318 820060318
2 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via 9 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
3 elad AT NetBSD.org 10 elad AT NetBSD.org
@@ -4189,4 +4196,4 @@
4189 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4196 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4190 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4197 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4191 4198
4192$Id: ChangeLog,v 1.4230 2006/03/18 13:07:07 dtucker Exp $ 4199$Id: ChangeLog,v 1.4231 2006/03/25 12:39:29 djm Exp $
diff --git a/ssh.1 b/ssh.1
index e66ad9e88..139b00154 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.257 2006/02/24 20:31:30 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.258 2006/03/16 04:24:42 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1388,6 +1388,11 @@ manual page for more information.
1388.%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol" 1388.%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol"
1389.%D 2006 1389.%D 2006
1390.Re 1390.Re
1391.Rs
1392.%R RFC 4419
1393.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol"
1394.%D 2006
1395.Re
1391.Sh AUTHORS 1396.Sh AUTHORS
1392OpenSSH is a derivative of the original and free 1397OpenSSH is a derivative of the original and free
1393ssh 1.2.12 release by Tatu Ylonen. 1398ssh 1.2.12 release by Tatu Ylonen.