| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| old | 2019-02-07 | ||
| app-patches | 2018-12-31 | ||
| libpwmd-8.4.6.tar.bz2 | 2025-07-13 | 1.8 MB | |
| libpwmd-8.4.6.tar.bz2.sig | 2025-07-13 | 566 Bytes | |
| libpwmd-8.4.5.tar.bz2 | 2025-04-06 | 1.8 MB | |
| libpwmd-8.4.5.tar.bz2.sig | 2025-04-06 | 566 Bytes | |
| libpwmd-8.4.4.tar.bz2 | 2024-09-30 | 1.7 MB | |
| libpwmd-8.4.4.tar.bz2.sig | 2024-09-30 | 566 Bytes | |
| libpwmd-8.4.3.tar.bz2 | 2023-05-05 | 1.7 MB | |
| libpwmd-8.4.3.tar.bz2.sig | 2023-05-05 | 566 Bytes | |
| libpwmd-8.4.2.tar.bz2 | 2022-03-14 | 1.9 MB | |
| libpwmd-8.4.2.tar.bz2.sig | 2022-03-14 | 566 Bytes | |
| libpwmd-8.4.1.tar.bz2 | 2022-03-01 | 1.9 MB | |
| libpwmd-8.4.1.tar.bz2.sig | 2022-03-01 | 566 Bytes | |
| libpwmd-8.4.0.tar.bz2 | 2022-02-26 | 1.9 MB | |
| libpwmd-8.4.0.tar.bz2.sig | 2022-02-26 | 566 Bytes | |
| libpwmd-8.3.5.tar.bz2 | 2021-12-19 | 1.9 MB | |
| libpwmd-8.3.5.tar.bz2.sig | 2021-12-19 | 566 Bytes | |
| libpwmd-8.3.4.tar.bz2 | 2021-12-14 | 1.9 MB | |
| libpwmd-8.3.4.tar.bz2.sig | 2021-12-14 | 566 Bytes | |
| libpwmd-8.3.3.tar.bz2 | 2021-05-02 | 1.9 MB | |
| libpwmd-8.3.3.tar.bz2.sig | 2021-05-02 | 566 Bytes | |
| libpwmd-8.3.2.tar.bz2 | 2021-02-28 | 1.9 MB | |
| libpwmd-8.3.2.tar.bz2.sig | 2021-02-28 | 566 Bytes | |
| libpwmd-8.3.1.tar.bz2 | 2018-12-31 | 1.9 MB | |
| libpwmd-8.3.1.tar.bz2.sig | 2018-12-31 | 566 Bytes | |
| README | 2018-12-02 | 2.4 kB | |
| libpwmd-8.3.0.tar.bz2 | 2018-12-02 | 1.9 MB | |
| libpwmd-8.3.0.tar.bz2.sig | 2018-12-02 | 566 Bytes | |
| Totals: 29 Items | 24.1 MB | 1 |
This is a library making it easy to patch applications to send commands to
PWMD. There is an included command line client 'pwmc' that reads protocol
commands from stdin or in an interactive shell-like mode and sends them to the
pwmd server. Read libpwmd(3) or pwmc(1) for all the details. Read
doc/tutorial.html for an introduction to pwmd and pwmc usage (recommended).
Requirements:
C99 compiler - http://www.gnu.org/software/gcc/
Is a good choice. Required.
libassuan - http://www.gnupg.org/
Protocol. Version 2.0.3 or later is required. Version 2.1.0
or later is recommended.
libgpg-error - http://www.gnupg.org/
libassuan (and pwmd) return gpg error codes. Required.
libreadline - http://www.gnu.org/software/readline/
For an interactive shell-like interface to pwmc. Optional.
pwmd - https://gitlab.com/bjk/pwmd/wikis
Version 3.2.0 or later.
If you want to do remote connections to a pwmd server:
libssh2 - http://libssh2.org/
Version 1.2.9 or later is required for SSH connections.
Optional.
gnutls - http://www.gnu.org/software/gnutls/
For remote connections over TLS. Version 3.3.0 or later.
Optional.
For functions that use a local pinentry and when --disable-pinentry is not
passed to configure, then you'll need:
pinentry - ftp://ftp.gnupg.org/gcrypt/pinentry/
There are various interfaces for passphrase entry:
console/curses, X11/GTK2, X11/QT. The X11 versions also
support console/curses. Version 0.7.6 or later is required.
GIT Repository
--------------
There is a public GIT repository available at Gitlab. Anonymous checkouts can
be done by:
git clone https://gitlab.com/bjk/libpwmd.git
or from the mirror:
git clone git://repo.or.cz/libpwmd.git
The gitweb interface can be viewed at:
https://gitlab.com/bjk/libpwmd
or
http://repo.or.cz/w/libpwmd.git
Mailing lists
-------------
For libpwmd:
https://lists.sourceforge.net/lists/listinfo/libpwmd-devel
And for pwmd:
https://lists.sourceforge.net/lists/listinfo/pwmd-devel
Issue tracker:
--------------
Please send any bug reports, feature requests or patches to the issue tracker
at Gitlab: https://gitlab.com/bjk/libpwmd/issues.
Ben Kibbey <bjk@luxsci.net>
https://gitlab.com/bjk/libpwmd