/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-09 18:16:14 UTC
  • mfrom: (237.2.35 mandos-empty-device)
  • Revision ID: teddy@fukt.bsnet.se-20100909181614-oanlmvkzsiodbo3c
Merge in branch to interpret an empty device name to mean
"autodetect".

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
38
40
** TODO [#C] use same file name rules as run-parts(8)
39
41
** kernel command line option for debug info
40
42
** TODO [#B] use error() instead of perror()
 
43
** TODO [#B] Use openat()
41
44
 
42
45
* mandos (server)
43
46
** TODO [#B] Log level                                                    :BUGS:
68
71
   A client needs manual approval on the server before it gets the
69
72
   secret
70
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
71
85
 
72
86
* mandos.xml
73
87
** [[file:mandos.xml::XXX][Document D-Bus interface]]
98
112
   For testing decryption before rebooting.
99
113
 
100
114
* Makefile
 
115
** TODO Add "--Xlinker --as-needed"
 
116
   http://udrepper.livejournal.com/19395.html
101
117
** TODO [#C] Implement DEB_BUILD_OPTIONS
102
118
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
103
119