Name Modified Size InfoDownloads / Week
Parent folder
exim-4.96+libpwmd8-1.patch 2022-11-19 16.9 kB
exim-4.95+libpwmd8-1.patch 2021-09-12 17.1 kB
exim-4.94+libpwmd8-1.patch 2020-06-15 17.0 kB
exim-4.93-RC3+libpwmd8-1.patch 2019-11-17 17.2 kB
exim-4.92-RC3+libpwmd8-2.patch 2019-01-04 17.2 kB
exim-4.92-RC3+libpwmd8-1.patch 2019-01-03 17.2 kB
exim-4.88rc5+libpwmd8-2.diff 2017-10-07 17.2 kB
exim-4.88rc5+libpwmd8-1.diff 2016-11-26 17.1 kB
exim-4.87+libpwmd8-1.diff 2016-10-22 16.9 kB
exim-4.87rc6+libpwmd7-1.diff 2016-03-30 17.8 kB
exim-4.85+libpwmd7-1.diff 2015-07-31 17.8 kB
exim-4.83+libpwmd7-1.diff 2014-08-03 17.4 kB
exim-4.82+libpwmd7-2.diff 2014-04-25 17.5 kB
exim-4.82+libpwmd7-1.diff 2013-12-10 16.9 kB
exim-4.80+libpwmd7-3.diff 2013-03-16 16.9 kB
exim-4.80+libpwmd7-2.diff 2012-06-24 15.3 kB
exim-4.80+libpwmd7-1.diff 2012-06-21 15.2 kB
exim-4.77+libpwmd7-1.diff 2011-11-11 13.0 kB
exim-4.74+libpwmd6-1.diff 2011-03-08 12.8 kB
exim-4.68+libpwmd4-1.diff 2010-12-29 13.1 kB
exim-4.68+libpwmd5-1.diff 2010-12-29 13.2 kB
exim-4.69+libpwmd5-1.diff 2010-12-29 14.5 kB
exim-4.69+libpwmd6-1.diff 2010-12-29 13.5 kB
exim-4.69+libpwmd6-2.diff 2010-12-29 13.5 kB
exim-4.71+libpwmd6-1.diff 2010-12-29 13.5 kB
Totals: 25 Items   395.9 kB 0
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
Source: README, updated 2018-12-02