Require a C99 compiler.
[pwmd.git] / debian / control
blob8bbf5e30eb8ae4335db89a709b2a6fae9175afcd
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.0
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: locally serve clients sensitive data
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  AES256 encrypted XML file and clients connect to manipulate the data. Some
18  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     * Secure memory usage. PWMD will zero out memory before freeing it and
30       also has the option to lock the entire process in RAM to avoid swapping
31       the data to virtual memory.