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