pwmc: --interactive -> --no-interactive.
[libpwmd.git] / NEWS
blob9c2dc5df0165979ed7c54237732ab6e45d810d69
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().
16 Added pwmd_gnutls_error() to replace pwmd_tls_error() to fetch both the GnuTLS
17 error code and error string.
19 Replaced cracklib passphrase quality checking with zxcvbn-c.
21 Added pwmd_test_quality() to return the entropy of a passphrase in bits.
24 libPWMD v7.2.0
25 --------------
26 Require an SHA-256 TLS server fingerprint rather than SHA-1.
28 Added pwmd_tls_error() to get the return code of a failed gnutls function.
29 This error can be described with gnutls_strerror().
31 Added PWMD_OPTION_SIGPIPE to prevent ignoring SIGPIPE which is now the
32 default.
34 Fixed TLS wait interval when EAGAIN occured.
36 A couple other TLS bug fixes. See ChangeLog for details.
39 libPWMD v7.1.1
40 --------------
41 Add (mostly useless) pwmc interactive option ".set pinentry-timeout". This
42 really only makes the local pinentry thread-safe.
45 libPWMD v7.1.0
46 --------------
47 Added pwmd_passwd() to change the passphrase of a data file.
49 pwmc: add the .passwd dot command.
51 Added pwmd_getopt() to retrieve the value of a pwmd_option_t.
54 libPWMD v7.0.1
55 --------------
56 Add pwmd_set_pointer() and pwmd_get_pointer().
58 Add 'configure --with-pwmd-socket=path' to specify the default (local)
59 socket to connect to.
62 libPWMD v7.0.0
63 --------------
64 This is a major version and some function names and their parameters
65 have changed while others have been removed. Please read the
66 libpwmd(3) manual page for complete API documentation and pwmc(1) for
67 command line client usage.
69 Removed libpth2 support.
71 Removed non-blocking API functions. Applications should use threads
72 instead.
74 Reimplemented remote TLS connection support.
76 pwmc: Interactive mode is enabled by default when input is from a
77 terminal.
79 Gpg-error codes are now returned along with the error source.