Version 2.1.
[pwmd.git] / debian / control
blob7c0f00b9f40740fcb2434e0c366e1264ac7b4d36
1 Source: pwmd
2 Section: utils
3 Priority: optional
4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Homepage: http://bjk.sourceforge.net/pwmd/
6 Build-Depends: debhelper (>= 5), autotools-dev
7 Standards-Version: 3.8.2
9 Package: pwmd
10 Homepage: http://bjk.sourceforge.net/pwmd/
11 Architecture: i386
12 Depends: ${shlibs:Depends}, pinentry-curses (>= 0.7.5) | pinentry-gtk (>= 0.7.5) | pinentry-gtk2 (>= 0.7.5) | pinentry-qt (>= 0.7.5)
13 Recommends: libpwmd
14 Description: a 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  (optionally) 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 key cache so clients won't need to enter a key each time a file is
23       opened or saved.
24     * Key retrieval via pinentry(1).
25     * Configuration file which supports file specific settings including
26       encryption iterations, cache expiration and encryption key or key file.
27     * Compressed data file support.
28     * Logging to file and/or syslog.
29     * Configurable cipher type.
30     * Secure memory usage. PWMD will zero out memory before freeing it and
31       also has the option to lock the entire process in RAM to avoid swapping
32       the data to virtual memory.