/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-23 20:14:08 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100923201408-4vcvjmml000fr8y5
* Makefile (DOCS): Added "plymouth.8mandos".
  (install-server): Also install "mandos-monitor.8" and
                    "mandos-ctl.8".
  (install-client-nokey): Also install "plymouth.8mandos".
  (uninstall-server): Also remove "mandos-monitor.8" and
                      "mandos-ctl.8".
  (uninstall-client): Also remove "plymouth.8mandos".
* plugins.d/plymouth.xml: New.

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
* Release critical
 
6
** mandos-ctl.xml
 
7
*** More examples
 
8
** mandos
 
9
*** Do not write PID file if --debug is passed?
 
10
    Do other programs do this?
 
11
** Update copyright year to add 2010
 
12
** mandos.xml
 
13
*** Document the approval concept
 
14
 
3
15
* mandos-client
4
16
** TODO [#B] use scandir(3) instead of readdir(3)
5
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
6
 
** TODO use error() instead of perror()
7
18
** TODO [#B] Retry a server which has a non-definite reply:
8
19
*** A closed connection during the TLS handshake
9
20
*** A TCP timeout
13
24
* splashy
14
25
** TODO [#B] use scandir(3) instead of readdir(3)
15
26
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
 
** TODO [#B] use error() instead of perror()
17
27
 
18
28
* usplash
19
29
** TODO [#A] Make it work again
20
30
** TODO [#B] use scandir(3) instead of readdir(3)
21
31
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
 
** TODO [#B] use error() instead of perror()
 
32
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
33
 
24
34
* askpass-fifo
25
35
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
 
** TODO [#B] use error() instead of perror()
27
36
** TODO [#B] Drop privileges after opening FIFO.
28
37
 
29
38
* password-prompt
30
39
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
31
 
** TODO [#B] use error() instead of perror()
32
40
** TODO [#B] lock stdin (with flock()?)
33
41
 
34
42
* TODO [#B] passdev
37
45
** TODO [#B] use scandir(3) instead of readdir(3)
38
46
** TODO [#C] use same file name rules as run-parts(8)
39
47
** kernel command line option for debug info
40
 
** TODO [#B] use error() instead of perror()
 
48
** TODO [#B] Use openat()
41
49
 
42
50
* mandos (server)
43
51
** TODO [#B] Log level                                                    :BUGS:
68
76
   A client needs manual approval on the server before it gets the
69
77
   secret
70
78
** TODO [#B] Support RFC 3339 time duration syntax
 
79
** More D-Bus methods
 
80
*** NeedsApproval(50, True) -> timeout, default approve
 
81
    Default approval is configurable, but True by default
 
82
    + Approve(True) -> approve sending saved
 
83
    + Approve(False) -> Close client connection immediately
 
84
*** NeedsPassword(50) - Timeout, default disapprove
 
85
    + SetPass(u"gazonk", True) -> Approval, persistent
 
86
    + Approve(False) -> Close client connection immediately
 
87
** TODO [#C] python-parsedatetime
 
88
** TODO [#C] systemd/launchd
 
89
   http://0pointer.de/blog/projects/systemd.html
 
90
** TODO Separate logging logic to own object
 
91
** TODO make clients to a dict!
 
92
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
93
** TODO [#B] break the wait on approval_delay if connection dies
71
94
 
72
95
* mandos.xml
73
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
74
 
   Remove mention of lack of such interface in BUGS section
75
96
** Add mandos contact info in manual pages
76
97
 
77
 
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
78
 
 
79
98
* mandos-ctl
80
99
*** Handle "no D-Bus server" and/or "no Mandos server found" better
81
100
*** [#B] --dump option
86
105
  arguments.
87
106
 
88
107
* mandos-monitor
 
108
** TODO help should be toggable
89
109
** Urwid client data displayer
90
110
   Better view of client data in the listing
91
111
*** Properties popup
 
112
** Nicer crashes. Stack traces Messes up shell.
 
113
*** Print a nice "We are sorry" message, save stack trace to log.
92
114
 
93
115
* mandos-keygen
94
116
** TODO Loop until passwords match when run interactively
98
120
   For testing decryption before rebooting.
99
121
 
100
122
* Makefile
 
123
** TODO Add "--Xlinker --as-needed"
 
124
   http://udrepper.livejournal.com/19395.html
101
125
** TODO [#C] Implement DEB_BUILD_OPTIONS
102
126
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
103
127
 
109
133
** TODO [#C] /etc/bash_completion.d/mandos
110
134
   From XML sources directly?
111
135
 
 
136
* Side Stuff
 
137
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
138
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
139
 
112
140
 
113
141
#+STARTUP: showall