From 76a072a4dff0349e3a7f323d73dbfbf7990f4fb6 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 10 Aug 2009 21:40:19 -0400 Subject: [PATCH] Updated release docs. --- NEWS | 23 +++++++++++++++++++++++ README | 2 +- TODO | 7 +------ 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index a006a831..5873aac4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +libPWMD v6.0.3 +-------------- +libssh2 version 1.2 or later is now required do to the new known hosts +functionality. + +The known hosts file format has changed to use the OpenSSH known hosts format. +So you will need to update your existing known hosts file to this new format. + +Fixed specifying an IP address as a hostname (oops). + +IPv4 is now the default. + +Added PWMD_OPTION_INQUIRE_TOTAL. + +Added pwmc command line option --cipher for use with pwmd version 2.1 and +later. + +Fixed some problems with SSH connections. + +You can now resume an SSH connection previously created with +pwmd_get_hostkey() by using one of the SSH connection functions. + + libPWMD v6.0.2 -------------- pwmd_ssh_connect_async() now does non-blocking SSH negotiation. diff --git a/README b/README index 5b574503..290e35f8 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Requirements: If you want to do remote SSH connections to a pwmd server: libssh2 - http://libssh2.org/ - Version 1.0 has been tested to work. + Version 1.2 or later is required. libc-ares - http://c-ares.haxx.se/ For asynchronous DNS lookups. Version 1.5.2 has been tested diff --git a/TODO b/TODO index f2bb9857..23f8b642 100644 --- a/TODO +++ b/TODO @@ -4,9 +4,4 @@ DISPLAY. Language bindings for perl, python and other languages would be nice. -A passphrase with an SSH identity file. Need upstream libssh2 (1.1) support. - -The ability to parse the standard ~/.ssh/known_hosts file. We could do it now, -but would be unable to add to it because libssh2 (1.1) only supports -retrieving an MD5 or SHA1 hash of the host key. The known_hosts key is base64 -encoded. So it's kinda pointless to do ATM. +A passphrase with an SSH identity file. Need upstream libssh2 (1.2) support. -- 2.11.4.GIT