pwmc: let the -i option have priority over the ssh agent. The --url
[libpwmd.git] / README
blobe33fc2caae413556c46b5f8fde424eeec3d2193d
1 This is a library making it easy to patch applications to send commands to
2 PWMD. Features include:
4         * Thread safe: POSIX or libpth2
5         * Asynchronous pinentry when threading isn't possible
6         * Secure remote connections over SSH using libssh2
7         * Secure memory functions which applications may also use
9 There is an included command line client 'pwmc' that reads protocol commands
10 from stdin and sends them to the pwmd server. Read libpwmd(3) or pwmc(1) for
11 all the details. Read doc/tutorial.html for an introduction to pwmd and pwmc
12 usage.
15 Requirements:
16     C99 compiler - http://www.gnu.org/software/gcc/
17                    Is a good choice.
19     libgpg-error - http://www.gnupg.org/
20                    libassuan (and pwmd) returns gpg error codes.
22     libpth2      - http://www.gnu.org/software/pth/pth.html
23                    Portable multi-threading library. Optional.
25     libreadline  - http://www.gnu.org/software/readline/
26                    For an interactive shell-like interface to pwmc. Optional.
27     
28     pwmd         - http://pwmd.sourceforge.net/
29                    Version 2.18 or later (2.19 or later is recommended).
31 If you want to do remote SSH connections to a pwmd server:
33     libssh2      - http://libssh2.org/
34                    Version 1.2.7 or later is required.
36     libc-ares    - http://c-ares.haxx.se/
37                    For asynchronous DNS lookups. Version 1.5.2 has been tested
38                    to work.
40 For functions that use a local pinentry (and not pwmd's pinentry) and if
41 --disable-pinentry is not passed to configure, then you'll need:
43     pinentry     - ftp://ftp.gnupg.org/gcrypt/pinentry/
44                    There are various interfaces for passphrase entry:
45                    console/curses, X11/GTK2, X11/QT. The X11 versions also
46                    support console/curses. Version 0.7.5 or later is required.
48     cracklib2    - http://sourceforge.net/projects/cracklib
49                    If --enable-quality is passed to ./configure then a
50                    passphrase quality meter is used with the local pinentry.
51                    Optional.
54 GIT Repository
55 --------------
56 There is a public GIT repository available at repo.or.cz. Anonymous checkouts
57 can be done by:
59     git clone git://repo.or.cz/libpwmd.git
61 The gitweb interface can be viewed at http://repo.or.cz/w/libpwmd.git.
64 Mailing lists
65 -------------
66 For libpwmd:
67 https://lists.sourceforge.net/lists/listinfo/libpwmd-users
68 https://lists.sourceforge.net/lists/listinfo/libpwmd-devel
70 And for pwmd:
71 https://lists.sourceforge.net/lists/listinfo/pwmd-users
72 https://lists.sourceforge.net/lists/listinfo/pwmd-devel
75 Ben Kibbey <bjk@luxsci.net>
76 http://libpwmd.sourceforge.net/