/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2010-01-01 15:17:12 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100101151712-x20p42nhuvf9lxol
Bug fix: mandos-client needs GnuPG but lacked a dependency on it.  The
Mandos server, on the other hand, did not need GnuPG but declared an
incorrect dependency on it.

* debian/control (Package: mandos/Depends): Removed "gnupg (< 2)".
  (Package: mandos-client/Depends): Added "gnupg (<< 2)".

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
* plugin-runner
37
37
** TODO [#B] use scandir(3) instead of readdir(3)
38
38
** TODO [#C] use same file name rules as run-parts(8)
39
 
** kernel command line option for debug info
40
39
** TODO [#B] use error() instead of perror()
41
40
 
42
41
* mandos (server)
72
71
* mandos.xml
73
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
74
73
   Remove mention of lack of such interface in BUGS section
75
 
** Add mandos contact info in manual pages
76
74
 
77
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
78
76