/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

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:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
4
 
 
5
3
* mandos-client
6
4
** TODO [#B] use scandir(3) instead of readdir(3)
7
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
36
* plugin-runner
39
37
** TODO [#B] use scandir(3) instead of readdir(3)
40
38
** TODO [#C] use same file name rules as run-parts(8)
41
 
** kernel command line option for debug info
42
39
** TODO [#B] use error() instead of perror()
43
 
** TODO [#B] Use openat()
44
40
 
45
41
* mandos (server)
46
42
** TODO [#B] Log level                                                    :BUGS:
71
67
   A client needs manual approval on the server before it gets the
72
68
   secret
73
69
** TODO [#B] Support RFC 3339 time duration syntax
74
 
** More D-Bus methods
75
 
*** NeedsApproval(50, True) -> timeout, default approve
76
 
    Default approval is configurable, but True by default
77
 
    + Approve(True) -> approve sending saved
78
 
    + Approve(False) -> Close client connection immediately
79
 
*** NeedsPassword(50) - Timeout, default disapprove
80
 
    + SetPass(u"gazonk", True) -> Approval, persistent
81
 
    + Approve(False) -> Close client connection immediately
82
 
** TODO [#C] python-parsedatetime
83
 
** TODO [#C] systemd/launchd
84
 
   http://0pointer.de/blog/projects/systemd.html
85
70
 
86
71
* mandos.xml
87
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
88
73
   Remove mention of lack of such interface in BUGS section
89
 
** Add mandos contact info in manual pages
90
74
 
91
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
92
76
 
112
96
   For testing decryption before rebooting.
113
97
 
114
98
* Makefile
115
 
** TODO Add "--Xlinker --as-needed"
116
 
   http://udrepper.livejournal.com/19395.html
117
99
** TODO [#C] Implement DEB_BUILD_OPTIONS
118
100
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
119
101