Ignore SIGPIPE completely (SIG_IGN).
[pwmd.git] / debian / control
blob1d0a507eff1c40c4f111430f32f6de6abe189c4f
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
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     * Configuration file which supports file specific settings including
24       encryption iterations, cache expiration and encryption key or key file.
25     * Compressed data file support.
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  .
31  Homepage: http://bjk.sourceforge.net/pwmd/