Fixed a FPE with iteration progress.
[pwmd.git] / debian / control
blob8baf2f3249a9df0235091ec074f9f1993dbc6adf
1 Source: pwmd
2 Section: utils
3 Priority: extra
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 Description: A daemon to server clients sensitive data
12  Password Manager Daemon is a server that listens on a local socket for
13  connections from clients who wish to store or retrieve sensitive data. The
14  data can potentially be anything at all and is stored in an AES-256 encrypted
15  XML file. Some of the features include:
16  .
17      * shared memory file cache
18      * different settings for different files
19      * and more ...
20  .
21  There is also a library available making it easy for applications to use the
22  server.
23  .
24  Homepage: http://bjk.sourceforge.net/pwmd/