/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 at bsnet
  • Date: 2010-09-08 19:25:13 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100908192513-ccso0jpam3qg4yze
* TODO: Clarifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
 
3
5
* mandos-client
4
6
** TODO [#B] use scandir(3) instead of readdir(3)
5
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
18
** TODO [#B] use error() instead of perror()
17
19
 
18
20
* usplash
 
21
** TODO [#A] Make it work again
19
22
** TODO [#B] use scandir(3) instead of readdir(3)
20
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
24
** TODO [#B] use error() instead of perror()
22
 
** TODO [#A] Check if it still works
23
25
 
24
26
* askpass-fifo
25
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
36
38
* plugin-runner
37
39
** TODO [#B] use scandir(3) instead of readdir(3)
38
40
** TODO [#C] use same file name rules as run-parts(8)
 
41
** kernel command line option for debug info
39
42
** TODO [#B] use error() instead of perror()
 
43
** TODO [#B] Use openat()
40
44
 
41
45
* mandos (server)
42
46
** TODO [#B] Log level                                                    :BUGS:
67
71
   A client needs manual approval on the server before it gets the
68
72
   secret
69
73
** 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
70
85
 
71
86
* mandos.xml
72
87
** [[file:mandos.xml::XXX][Document D-Bus interface]]
73
88
   Remove mention of lack of such interface in BUGS section
 
89
** Add mandos contact info in manual pages
74
90
 
75
91
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
76
92
 
96
112
   For testing decryption before rebooting.
97
113
 
98
114
* Makefile
 
115
** TODO Add "--Xlinker --as-needed"
 
116
   http://udrepper.livejournal.com/19395.html
99
117
** TODO [#C] Implement DEB_BUILD_OPTIONS
100
118
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
101
119