/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: 2009-12-27 03:35:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091227033558-y57wv1u4cls3i8kq
TODO file changes.

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
18
16
** TODO [#B] use error() instead of perror()
19
17
 
20
18
* usplash
21
 
** TODO [#A] Make it work again
22
19
** TODO [#B] use scandir(3) instead of readdir(3)
23
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
24
21
** TODO [#B] use error() instead of perror()
 
22
** TODO [#A] Check if it still works
25
23
 
26
24
* askpass-fifo
27
25
** 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