Add pwmd_deinit().
[libpwmd.git] / README
blobdcc2e35bac7c31c80ca4811adf412530b0488c5a
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.
12     libgpg-error - http://www.gnupg.org/
13                    libassuan (and pwmd) returns gpg error codes.
15     libreadline  - http://www.gnu.org/software/readline/
16                    For an interactive shell-like interface to pwmc. Optional.
17     
18     pwmd         - http://pwmd.sourceforge.net/
19                    Version 3.0 or later.
21 If you want to do remote SSH connections to a pwmd server:
23     libssh2      - http://libssh2.org/
24                    Version 1.2.9 or later is required.
27 For functions that use a local pinentry and when --disable-pinentry is not
28 passed to configure, then you'll need:
30     pinentry     - ftp://ftp.gnupg.org/gcrypt/pinentry/
31                    There are various interfaces for passphrase entry:
32                    console/curses, X11/GTK2, X11/QT. The X11 versions also
33                    support console/curses. Version 0.7.5 or later is required.
35     cracklib2    - http://sourceforge.net/projects/cracklib
36                    If --enable-quality is passed to ./configure then a
37                    passphrase quality meter is used with the local pinentry.
38                    Optional.
41 GIT Repository
42 --------------
43 There is a public GIT repository available at repo.or.cz. Anonymous checkouts
44 can be done by:
46     git clone git://repo.or.cz/libpwmd.git
48 The gitweb interface can be viewed at http://repo.or.cz/w/libpwmd.git.
51 Mailing lists
52 -------------
53 For libpwmd:
54 https://lists.sourceforge.net/lists/listinfo/libpwmd-users
55 https://lists.sourceforge.net/lists/listinfo/libpwmd-devel
57 And for pwmd:
58 https://lists.sourceforge.net/lists/listinfo/pwmd-users
59 https://lists.sourceforge.net/lists/listinfo/pwmd-devel
62 Ben Kibbey <bjk@luxsci.net>
63 http://libpwmd.sourceforge.net/