Version 7.2.0.
[libpwmd.git] / README
blobfbb819deb942ef1fc8fe7ec2376f965d3b5af1e9
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).
8 Requirements:
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.
21     
22     pwmd         - http://pwmd.sourceforge.net/
23                    Version 3.0 or later.
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.
30     gnutls       - http://www.gnu.org/software/gnutls/
31                    For remote connections over TLS.
34 For functions that use a local pinentry and when --disable-pinentry is not
35 passed to configure, then you'll need:
37     pinentry     - ftp://ftp.gnupg.org/gcrypt/pinentry/
38                    There are various interfaces for passphrase entry:
39                    console/curses, X11/GTK2, X11/QT. The X11 versions also
40                    support console/curses. Version 0.7.6 or later is required.
42     cracklib2    - http://sourceforge.net/projects/cracklib
43                    If --enable-quality is passed to ./configure then a
44                    passphrase quality meter is used with the local pinentry.
45                    Optional.
48 GIT Repository
49 --------------
50 There is a public GIT repository available at repo.or.cz. Anonymous checkouts
51 can be done by:
53     git clone git://repo.or.cz/libpwmd.git
55 The gitweb interface can be viewed at http://repo.or.cz/w/libpwmd.git.
58 Mailing lists
59 -------------
60 For libpwmd:
61 https://lists.sourceforge.net/lists/listinfo/libpwmd-users
62 https://lists.sourceforge.net/lists/listinfo/libpwmd-devel
64 And for pwmd:
65 https://lists.sourceforge.net/lists/listinfo/pwmd-users
66 https://lists.sourceforge.net/lists/listinfo/pwmd-devel
69 Ben Kibbey <bjk@luxsci.net>
70 http://libpwmd.sourceforge.net/