Updated to apply against the QTM mecurial repository. Still requires libpwmd 8.x.
Download it here.
Updated to apply against the QTM mecurial repository. Still requires libpwmd 8.x.
Download it here.
This version adds pwmd_connect_fd()
to associate an existing file descriptor with a handle and also updates the zxcvbn-c passphrase quality checking library.
Download it here.
This version adds pwmd_genkey() to make use of pwmd’s new GENKEY
command when used with a local pinentry. Also, the pwmc
.listkeys
command now outputs a key’s keygrip as well as fingerprint.
This version fixes key file usage and expands a tilde ~
in the UDS socket parameter of pwmd_connect().
Download it here.
I’ve created a git repository libpurple-pwmd on GitLab. This is a plugin for libpurple (which is bundled with Pidgin) to retrieve account details from pwmd for any instant messaging protocol supported by libpurple. It requires the development version 3.x of Pidgin/libpurple but older and deprecated patches for Pidgin can be found here.
This version fixes pwmc --output-fd
, adds the --status-ignore
command line option, changes the default TLS priority string to deal with newer GnuTLS versions and changes the libtool versioning scheme. The libtool change may be a pain but it is nessicary. Sorry for any hassle.
Download it here.
This version requires that TLS fingerprint hashes be in SHA-256 format rather than SHA-1. It also adds pwmd_tls_error()
to get the error code of a failed gnutls function and fixes a few of bugs.
Download it here.
Fixes issues when a retrieved string contains a circumflex (^) character. Also fixes dangling pointers in the connection list. Download it here.
This patch revision adds support for QTM 1.3.17. Download it here.