Fix previous commit.
[pwmd.git] / debian / control
blob1cc4c75722f39aed96d20834545985351562a920
1 Source: pwmd
2 Section: utils
3 Priority: optional
4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Homepage: http://pwmd.sourceforge.net/
6 Build-Depends: debhelper (>= 8.0.0), autotools-dev
7 Standards-Version: 3.9.4
8 Vcs-Git: git://repo.or.cz/pwmd.git
10 Package: pwmd
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg-agent (>= 2.1.15)
13 Recommends: libpwmd8, pinentry-curses (>= 0.9.7) | pinentry-gnome3 (>= 0.9.7) | pinentry-gtk2 (>= 0.9.7) | pinentry-qt (>= 0.9.7) | pinentry-qt4 (>= 0.9.7), qpwmc
14 Description: a password manager and universal data server
15  Password Manager Daemon is a server that provides a way for applications to
16  securely store data in a centralized location. The data is stored in an
17  OpenPGP encrypted XML file and clients connect to manipulate the data.
18  Some of the features include:
19  .
20     * Multi-threaded. More than one client may access the data at the same
21       time.
22     * A document cache so clients won't need to enter the passphrase each time
23       a file is opened or saved.
24     * Configuration file which supports file specific settings including
25       cache expiration and encryption key passphrase file and more.
26     * Logging to file and/or syslog.
27     * Secure memory usage. Pwmd will zero out memory before freeing it and
28       also has the option to lock the entire process in RAM to avoid swapping
29       the data to virtual memory.
30     * Remote connections over TLS and SSH via a proxy program.
31     * Smartcard support via gnupg's scdaemon.
32     * Per file and element ACL's including connections via TLS.
33  .
34  Please read pwmd.info for protocol commands and syntax.