1 This is a library making it easy to patch applications to send commands to
2 PWMD. There is an included command line client 'pwmc' that reads protocol
3 commands from stdin or in an interactive shell-like mode and sends them to the
4 pwmd server. Read libpwmd(3) or pwmc(1) for all the details. Read
5 doc/tutorial.html for an introduction to pwmd and pwmc usage (recommended).
9 C99 compiler - http://www.gnu.org/software/gcc/
10 Is a good choice. Required.
12 libassuan - http://www.gnupg.org/
13 Protocol. Version 2.0.3 or later is required. Version 2.1.0
14 or later is recommended.
16 libgpg-error - http://www.gnupg.org/
17 libassuan (and pwmd) return gpg error codes. Required.
19 libreadline - http://www.gnu.org/software/readline/
20 For an interactive shell-like interface to pwmc. Optional.
22 pwmd - http://pwmd.sourceforge.net/
25 If you want to do remote connections to a pwmd server:
27 libssh2 - http://libssh2.org/
28 Version 1.2.9 or later is required for SSH connections.
31 gnutls - http://www.gnu.org/software/gnutls/
32 For remote connections over TLS. Version 3.3.0 or later.
36 For functions that use a local pinentry and when --disable-pinentry is not
37 passed to configure, then you'll need:
39 pinentry - ftp://ftp.gnupg.org/gcrypt/pinentry/
40 There are various interfaces for passphrase entry:
41 console/curses, X11/GTK2, X11/QT. The X11 versions also
42 support console/curses. Version 0.7.6 or later is required.
47 There is a public GIT repository available at repo.or.cz. Anonymous checkouts
50 git clone git://repo.or.cz/libpwmd.git
52 The gitweb interface can be viewed at http://repo.or.cz/w/libpwmd.git.
58 https://lists.sourceforge.net/lists/listinfo/libpwmd-users
59 https://lists.sourceforge.net/lists/listinfo/libpwmd-devel
62 https://lists.sourceforge.net/lists/listinfo/pwmd-users
63 https://lists.sourceforge.net/lists/listinfo/pwmd-devel
66 Ben Kibbey <bjk@luxsci.net>
67 http://libpwmd.sourceforge.net/