Don't call send_cache_status_all() from cachetimeout_command(). Let
[pwmd.git] / debian / control
blobe20bf5c9de6f446848c392e7174249a1a590795e
1 Source: pwmd
2 Section: utils
3 Priority: optional
4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.7.2
8 Package: pwmd
9 Architecture: i386
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Recommends: libpwmd, pinentry
12 Description: locally serve clients sensitive data
13  Password Manager Daemon is a server that provides a way for applications to
14  securely store data in a centralized location. The data is stored in an
15  AES256 encrypted XML file and clients connect to manipulate the data. Some
16  of the features include:
17  .
18     * Multi-threaded. More than one client may access the data at the same
19       time.
20     * A key cache so clients won't need to enter a key each time a file is
21       opened or saved. The cache is also protected with a mutex to prevent
22       corruption.
23     * Key retrieval via pinentry(1).
24     * Configuration file which supports file specific settings including
25       encryption iterations, cache expiration and encryption key or key file.
26     * Compressed data file support.
27     * Logging to file and/or syslog.
28     * Secure memory usage. PWMD will zero out memory before freeing it and
29       also has the option to lock the entire process in RAM to avoid swapping
30       the data to virtual memory.
31  .
32  Homepage: http://bjk.sourceforge.net/pwmd/