When do_inquire() is initially called, fill the entire buffer before
[libpwmd.git] / README
blob675cbd51dc99f7856a812e49928fda23b04091a8
1 This is a library for interfacing with PWMD making it easy to patch
2 applications. Read libpwmd.h or libpwmd(3) for all the details. There is an
3 included command line client 'pwmc' that reads protocol commands from stdin.
5 Requirements:
6     libassuan    - http://www.gnupg.org
7                    Communication protocol between libpwmd and pwmd.
8                    Communication protocol between libpwmd and pinentry.
10     libgpg-error - http://www.gnupg.org
11                    libassuan returns gpg error codes.
12     
13     pwmd         - http://bjk.sourceforge.net/pwmd/
14                    Version 1.4 or later.
16 pinentry(1) can be used to get the password needed to open a file on the
17 server. If --disable-pinentry is not specified to configure, then you'll need:
19     pinentry     - http://www.gnupg.org/aegypten
20                    There are various interfaces for password entry:
21                    console/curses, X11/GTK2, X11/QT. The X11 versions also
22                    support console/curses.
24 Debian has packages for all of these. Your distro may have them too.
26 The latest version can be found at http://bjk.sourceforge.net/pwmd/.
28 Ben Kibbey <bjk@luxsci.net>