Update m4/ax_pthread.m4.
[libpwmd.git] / NEWS
blobc69c25b9846b457c0a3727583200ffbdd77f9470
1 libPWMD v8.1.0
2 --------------
3 Added pwmd_genkey() to cope with pinentry and the new pwmd GENKEY command.
5 Added output of the keygrip to the pwmc .listkeys command.
8 libPWMD v8.0.0
9 --------------
10 Pwmc command line options have changed to reflect changes in made to pwmd-3.1.
12 Added PWMD_OPTION_SERVER_VERSION which is set after the connection completes.
14 Add pwmd_cancel() to cancel a connection. Unable cancel a command, yet.
16 Removed references to gnutls_global_set_mem_functions(). These are deprecated
17 and no longer do anything anymore.
19 Added support for passphrase protected private SSH keys. This adds
20 PWMD_OPTION_SSH_NEEDS_PASSPHRASE which will prompt for the passphrase needed
21 to open the private SSH key during pwmd_connect() or obtain it with
22 PWMD_OPTION_SSH_PASSPHRASE. This feature requires that libssh2 has been built
23 with OpenSSL.
25 PWMD_OPTION_KNOWNHOST_CB uses a default when not set.
27 Added pwmd_gnutls_error() to replace pwmd_tls_error() to fetch both the GnuTLS
28 error code and error string.
30 Replaced cracklib passphrase quality checking with zxcvbn-c.
32 Added pwmd_test_quality() to return the entropy of a passphrase in bits.
34 Added PWMD_OPTION_TLS_PRIORITY. This changes pwmd_connect() parameters.
36 Read libpwmd settings from ~/.config/libpwmd.conf. This removes
37 ~/.pwmd/pinentry.conf support. See docs for details.
39 Renamed pwmc --tls-verify to --no-tls-verify since hostname checking is done
40 by default now.
42 The DISPLAY and TERM environment variables are unset when empty and set with
43 pwmd_setopt().
45 Now supports TLS rehandshaking.
48 libPWMD v7.2.0
49 --------------
50 Require an SHA-256 TLS server fingerprint rather than SHA-1.
52 Added pwmd_tls_error() to get the return code of a failed gnutls function.
53 This error can be described with gnutls_strerror().
55 Added PWMD_OPTION_SIGPIPE to prevent ignoring SIGPIPE which is now the
56 default.
58 Fixed TLS wait interval when EAGAIN occured.
60 A couple other TLS bug fixes. See ChangeLog for details.
63 libPWMD v7.1.1
64 --------------
65 Add (mostly useless) pwmc interactive option ".set pinentry-timeout". This
66 really only makes the local pinentry thread-safe.
69 libPWMD v7.1.0
70 --------------
71 Added pwmd_passwd() to change the passphrase of a data file.
73 pwmc: add the .passwd dot command.
75 Added pwmd_getopt() to retrieve the value of a pwmd_option_t.
78 libPWMD v7.0.1
79 --------------
80 Add pwmd_set_pointer() and pwmd_get_pointer().
82 Add 'configure --with-pwmd-socket=path' to specify the default (local)
83 socket to connect to.
86 libPWMD v7.0.0
87 --------------
88 This is a major version and some function names and their parameters
89 have changed while others have been removed. Please read the
90 libpwmd(3) manual page for complete API documentation and pwmc(1) for
91 command line client usage.
93 Removed libpth2 support.
95 Removed non-blocking API functions. Applications should use threads
96 instead.
98 Reimplemented remote TLS connection support.
100 pwmc: Interactive mode is enabled by default when input is from a
101 terminal.
103 Gpg-error codes are now returned along with the error source.