This revision uses the Pwmd::PwmdInquireData class for server inquires. This class also handles passphrase retrieval when needed. You can download it here.
This revision uses the Pwmd::PwmdInquireData class for server inquires. This class also handles passphrase retrieval when needed. You can download it here.
This version fixes a nasty crash on startup for most folks. It also contains protocol command bug fixes backported from the pwmd development branch..
Passphrase salting has been added to the 2.x branch of the pwmd. This makes dictionary attacks on the data file alot harder to do. The master branch already has this feature because it is built into gpg-agent.
The v2.x branch of the pwmd git repository contains a fix that probably affects most (any?) users. For some reason I forgot to call pth_init(), which you may have noticed, prevented pwmd from starting up or other nasty things. I…