/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

* plugins.d/mandos-client.c (avahi_loop_with_timeout): Fix warning.
  (main): Disallow "--retry" arguments < 0.  Allow brackets [] around
          IPv6 addresses, as recommended by RFC 5952.  Bug fix: When
          using --connect, really use retry_interval, not 1 second.
* plugins.d/mandos-client.xml (DESCRIPTION): Add retry info.
  (--retry): Remove repeated word.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* _attribute_((nonnull))
4
 
 
5
 
* Release critical
6
 
** TODO Change make-run-server to not include --no-dbus
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
 
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
7
8
 
8
9
* mandos-client
9
 
** TODO [#B] use scandir(3) instead of readdir(3)
10
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
11
 
** TODO [#B] Retry a server which has a non-definite reply:
12
 
*** A closed connection during the TLS handshake
13
 
*** A TCP timeout
14
10
** TODO [#B] Use capabilities instead of seteuid().
15
 
** TODO [#A] Retry --connect forever
 
11
** TODO [#B] Use struct sockaddr_storage instead of a union
 
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
16
14
 
17
15
* splashy
18
16
** TODO [#B] use scandir(3) instead of readdir(3)
19
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
17
 
21
18
* usplash
22
19
** TODO [#A] Make it work again
23
20
** TODO [#B] use scandir(3) instead of readdir(3)
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
25
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
26
22
 
27
23
* askpass-fifo
28
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
24
** TODO [#B] Drop privileges after opening FIFO.
30
25
 
31
26
* password-prompt
32
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
27
** TODO [#B] lock stdin (with flock()?)
34
28
 
35
29
* plymouth
36
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
37
30
 
38
31
* TODO [#B] passdev
39
32
 
40
33
* plugin-runner
 
34
** TODO handle printing for errors for plugins
 
35
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
41
36
** TODO [#B] use scandir(3) instead of readdir(3)
42
37
** TODO [#C] use same file name rules as run-parts(8)
43
38
** kernel command line option for debug info
44
 
** TODO [$B] Use openat() and readdir64()
45
 
   http://udrepper.livejournal.com/19395.html
 
39
** TODO [#B] Use openat()
46
40
 
47
41
* mandos (server)
48
42
** TODO [#B] Log level                                                    :BUGS:
76
70
** More D-Bus methods
77
71
*** NeedsApproval(50, True) -> timeout, default approve
78
72
    Default approval is configurable, but True by default
79
 
    + Approval(True) -> approve sending saved
80
 
    + Approval(False) -> Close client connection immediately
 
73
    + Approve(True) -> approve sending saved
 
74
    + Approve(False) -> Close client connection immediately
81
75
*** NeedsPassword(50) - Timeout, default disapprove
82
76
    + SetPass(u"gazonk", True) -> Approval, persistent
83
 
    + Approval(False) -> Close client connection immediately
 
77
    + Approve(False) -> Close client connection immediately
84
78
** TODO [#C] python-parsedatetime
85
79
** TODO [#C] systemd/launchd
86
80
   http://0pointer.de/blog/projects/systemd.html
87
81
** TODO Separate logging logic to own object
88
82
** TODO make clients to a dict!
89
 
** TODO PropertyChanged should be a python generic property for client variables
 
83
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
84
** TODO [#B] break the wait on approval_delay if connection dies
 
85
** TODO Generate Client.runtime_expansions from client options + extra
 
86
** TODO Allow %%(checker)s as a runtime expansion
 
87
** TODO Use python-tlslite?
90
88
 
91
89
* mandos.xml
92
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
93
 
   Remove mention of lack of such interface in BUGS section
94
90
** Add mandos contact info in manual pages
95
91
 
96
 
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
97
 
 
98
92
* mandos-ctl
99
93
*** Handle "no D-Bus server" and/or "no Mandos server found" better
100
94
*** [#B] --dump option
105
99
  arguments.
106
100
 
107
101
* mandos-monitor
108
 
** TODO help should be toggable
 
102
** TODO help should be toggleable
109
103
** Urwid client data displayer
110
104
   Better view of client data in the listing
111
105
*** Properties popup
112
106
** Nicer crashes. Stack traces Messes up shell.
113
107
*** Print a nice "We are sorry" message, save stack trace to log.
 
108
** Show timeout countdown for approval
114
109
 
115
110
* mandos-keygen
116
111
** TODO Loop until passwords match when run interactively