/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

Merge from Teddy:

* New upstream release.
* debian/rules: Build with BROKEN_PIE set on mips and mipsel
  architectures - fixes FTBFS there.
* New upstream release.
* Do not copy unnecessary files to initrd (Closes: #551907)

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
 
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
6
 
 
7
 
* mandos-applet
8
 
 
9
3
* mandos-client
10
 
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
 
** TODO [#A] OpenVPN network hook
12
 
** TODO [#A] Wireless network hook
 
4
** TODO [#B] use scandir(3) instead of readdir(3)
 
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
 
7
** TODO [#B] Retry a server which has a non-definite reply:
 
8
*** A closed connection during the TLS handshake
 
9
*** A TCP timeout
13
10
** TODO [#B] Use capabilities instead of seteuid().
14
 
** TODO [#B] Use struct sockaddr_storage instead of a union
15
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
16
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
17
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
11
** TODO [#A] Retry --connect forever
18
12
 
19
13
* splashy
20
14
** TODO [#B] use scandir(3) instead of readdir(3)
 
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO [#B] use error() instead of perror()
21
17
 
22
 
* usplash (Deprecated)
 
18
* usplash
23
19
** TODO [#A] Make it work again
24
20
** TODO [#B] use scandir(3) instead of readdir(3)
25
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
21
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
22
** TODO [#B] use error() instead of perror()
26
23
 
27
24
* askpass-fifo
 
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO [#B] use error() instead of perror()
28
27
** TODO [#B] Drop privileges after opening FIFO.
29
28
 
30
29
* password-prompt
 
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO [#B] use error() instead of perror()
31
32
** TODO [#B] lock stdin (with flock()?)
32
33
 
33
 
* plymouth
34
 
 
35
34
* TODO [#B] passdev
36
35
 
37
36
* plugin-runner
38
 
** TODO handle printing for errors for plugins
39
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
40
37
** TODO [#B] use scandir(3) instead of readdir(3)
41
38
** TODO [#C] use same file name rules as run-parts(8)
42
39
** kernel command line option for debug info
43
 
** TODO [#B] Use openat()
 
40
** TODO [#B] use error() instead of perror()
44
41
 
45
42
* mandos (server)
46
43
** TODO [#B] Log level                                                    :BUGS:
61
58
** TODO [#C] DBusServiceObjectUsingSuper
62
59
** TODO [#B] Global enable/disable flag
63
60
** TODO [#B] By-client countdown on secrets given
 
61
** TODO [#B] Fix problem with fsck taking a really long time
 
62
   Whenever a client successfully gets a secret it could get a
 
63
   one-time timeout boost to allow for an fsck-incurred delay
 
64
** TODO [#A] Delay before client receives key
 
65
   This would give an operator opportunity to cancel the request if
 
66
   desired.
 
67
** TODO [#A] Client manual approval mode
 
68
   A client needs manual approval on the server before it gets the
 
69
   secret
64
70
** TODO [#B] Support RFC 3339 time duration syntax
65
 
** More D-Bus methods
66
 
*** NeedsPassword(50) - Timeout, default disapprove
67
 
    + SetPass(u"gazonk", True) -> Approval, persistent
68
 
    + Approve(False) -> Close client connection immediately
69
 
** TODO [#C] python-parsedatetime
70
 
** TODO [#C] systemd/launchd
71
 
   http://0pointer.de/blog/projects/systemd.html
72
 
   http://wiki.debian.org/systemd
73
 
** TODO Separate logging logic to own object
74
 
** TODO make clients to a dict!
75
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
76
 
** TODO [#B] break the wait on approval_delay if connection dies
77
 
** TODO Generate Client.runtime_expansions from client options + extra
78
 
** TODO Allow %%(checker)s as a runtime expansion
79
 
** TODO Use python-tlslite?
80
 
** TODO D-Bus AddClient() method on server object
81
71
 
82
72
* mandos.xml
 
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
74
   Remove mention of lack of such interface in BUGS section
83
75
** Add mandos contact info in manual pages
84
76
 
 
77
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
78
 
85
79
* mandos-ctl
86
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
87
81
*** [#B] --dump option
88
82
** TODO Support RFC 3339 time duration syntax
89
 
** TODO Send milliseconds if bare integer is passed as time duration
90
83
 
91
84
* TODO mandos-dispatch
92
85
  Listens for specified D-Bus signals and spawns shell commands with
93
86
  arguments.
94
87
 
95
88
* mandos-monitor
96
 
** TODO help should be toggleable
97
89
** Urwid client data displayer
98
90
   Better view of client data in the listing
99
91
*** Properties popup
100
 
** Nicer crashes. Stack traces Messes up shell.
101
 
*** Print a nice "We are sorry" message, save stack trace to log.
102
 
** Show timeout countdown for approval
103
92
 
104
93
* mandos-keygen
 
94
** TODO Loop until passwords match when run interactively
105
95
** TODO "--secfile" option
106
96
   Using the "secfile" option instead of "secret"
107
97
** TODO [#B] "--test" option
119
109
** TODO [#C] /etc/bash_completion.d/mandos
120
110
   From XML sources directly?
121
111
 
122
 
* Side Stuff
123
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
124
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
125
 
 
126
112
 
127
113
#+STARTUP: showall