/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

merge
new approve/deny functionallity in mandos-monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* _attribute_((nonnull))
 
4
* FIX XXX
 
5
 
3
6
* mandos-client
4
7
** TODO [#B] use scandir(3) instead of readdir(3)
5
8
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
41
** TODO [#C] use same file name rules as run-parts(8)
39
42
** kernel command line option for debug info
40
43
** TODO [#B] use error() instead of perror()
 
44
** TODO [$B] Use openat() and readdir64()
 
45
   http://udrepper.livejournal.com/19395.html
41
46
 
42
47
* mandos (server)
43
48
** TODO [#B] Log level                                                    :BUGS:
68
73
   A client needs manual approval on the server before it gets the
69
74
   secret
70
75
** TODO [#B] Support RFC 3339 time duration syntax
 
76
** More D-Bus methods
 
77
*** NeedsApproval(50, True) -> timeout, default approve
 
78
    Default approval is configurable, but True by default
 
79
    + Approval(True) -> approve sending saved
 
80
    + Approval(False) -> Close client connection immediately
 
81
*** NeedsPassword(50) - Timeout, default disapprove
 
82
    + SetPass(u"gazonk", True) -> Approval, persistent
 
83
    + Approval(False) -> Close client connection immediately
 
84
** TODO [#C] python-parsedatetime
 
85
** TODO [#C] systemd/launchd
 
86
   http://0pointer.de/blog/projects/systemd.html
 
87
** TODO Separate logging logic to own object
 
88
** TODO make clients to a dict!
 
89
** TODO PropertyChanged should be a python generic property for client variables
71
90
 
72
91
* mandos.xml
73
92
** [[file:mandos.xml::XXX][Document D-Bus interface]]
89
108
** Urwid client data displayer
90
109
   Better view of client data in the listing
91
110
*** Properties popup
 
111
** Nicer crashes. Stack traces Messes up shell.
 
112
*** Print a nice "We are sorry" message, save stack trace to log.
92
113
 
93
114
* mandos-keygen
94
115
** TODO Loop until passwords match when run interactively
98
119
   For testing decryption before rebooting.
99
120
 
100
121
* Makefile
 
122
** TODO Add "--Xlinker --as-needed"
 
123
   http://udrepper.livejournal.com/19395.html
101
124
** TODO [#C] Implement DEB_BUILD_OPTIONS
102
125
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
103
126
 
109
132
** TODO [#C] /etc/bash_completion.d/mandos
110
133
   From XML sources directly?
111
134
 
 
135
* Side Stuff
 
136
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
137
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
138
 
112
139
 
113
140
#+STARTUP: showall