/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 Hogeborn
  • Date: 2011-09-19 09:25:06 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110919092506-klwkjwizzdnza2il
* clients.conf ([DEFAULT]/timeout): Changed default value to "5m".
  ([DEFAULT]/interval): Changed default value to "2m".
  ([DEFAULT]/extenden_timeout): New.
  ([bar]/interval): Changed to "1m".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
 
* Release critical
6
 
** TODO Change make-run-server to not include --no-dbus
7
 
** plymouth.8mandos
 
5
* mandos-applet
8
6
 
9
7
* mandos-client
10
 
** TODO [#B] use scandir(3) instead of readdir(3)
11
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
12
 
** TODO [#B] Retry a server which has a non-definite reply:
13
 
*** A closed connection during the TLS handshake
14
 
*** A TCP timeout
15
8
** TODO [#B] Use capabilities instead of seteuid().
16
 
** TODO [#A] Retry --connect forever
 
9
** TODO [#B] Use struct sockaddr_storage instead of a union
 
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
11
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
12
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
17
13
 
18
14
* splashy
19
15
** TODO [#B] use scandir(3) instead of readdir(3)
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
16
 
22
17
* usplash
23
18
** TODO [#A] Make it work again
24
19
** TODO [#B] use scandir(3) instead of readdir(3)
25
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
20
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
27
21
 
28
22
* askpass-fifo
29
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
23
** TODO [#B] Drop privileges after opening FIFO.
31
24
 
32
25
* password-prompt
33
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
26
** TODO [#B] lock stdin (with flock()?)
35
27
 
36
28
* plymouth
37
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
38
29
 
39
30
* TODO [#B] passdev
40
31
 
41
32
* plugin-runner
 
33
** TODO handle printing for errors for plugins
 
34
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
42
35
** TODO [#B] use scandir(3) instead of readdir(3)
43
36
** TODO [#C] use same file name rules as run-parts(8)
44
37
** kernel command line option for debug info
45
38
** TODO [#B] Use openat()
46
39
 
47
40
* mandos (server)
 
41
** TODO [#A] Make all attributes properties!
48
42
** TODO [#B] Log level                                                    :BUGS:
49
43
** TODO Persistent state                                                  :BUGS:
50
44
   /var/lib/mandos/*
63
57
** TODO [#C] DBusServiceObjectUsingSuper
64
58
** TODO [#B] Global enable/disable flag
65
59
** TODO [#B] By-client countdown on secrets given
66
 
** TODO [#B] Fix problem with fsck taking a really long time
67
 
   Whenever a client successfully gets a secret it could get a
68
 
   one-time timeout boost to allow for an fsck-incurred delay
69
 
** TODO [#A] Delay before client receives key
70
 
   This would give an operator opportunity to cancel the request if
71
 
   desired.
72
 
** TODO [#A] Client manual approval mode
73
 
   A client needs manual approval on the server before it gets the
74
 
   secret
75
60
** TODO [#B] Support RFC 3339 time duration syntax
76
61
** More D-Bus methods
77
 
*** NeedsApproval(50, True) -> timeout, default approve
78
 
    Default approval is configurable, but True by default
79
 
    + Approve(True) -> approve sending saved
80
 
    + Approve(False) -> Close client connection immediately
81
62
*** NeedsPassword(50) - Timeout, default disapprove
82
63
    + SetPass(u"gazonk", True) -> Approval, persistent
83
64
    + Approve(False) -> Close client connection immediately
87
68
** TODO Separate logging logic to own object
88
69
** TODO make clients to a dict!
89
70
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
71
** TODO [#B] break the wait on approval_delay if connection dies
 
72
** TODO Generate Client.runtime_expansions from client options + extra
 
73
** TODO Allow %%(checker)s as a runtime expansion
 
74
** TODO Use python-tlslite?
90
75
 
91
76
* mandos.xml
92
77
** Add mandos contact info in manual pages
101
86
  arguments.
102
87
 
103
88
* mandos-monitor
104
 
** TODO help should be toggable
 
89
** TODO help should be toggleable
105
90
** Urwid client data displayer
106
91
   Better view of client data in the listing
107
92
*** Properties popup
108
93
** Nicer crashes. Stack traces Messes up shell.
109
94
*** Print a nice "We are sorry" message, save stack trace to log.
 
95
** Show timeout countdown for approval
110
96
 
111
97
* mandos-keygen
112
 
** TODO Loop until passwords match when run interactively
113
98
** TODO "--secfile" option
114
99
   Using the "secfile" option instead of "secret"
115
100
** TODO [#B] "--test" option
116
101
   For testing decryption before rebooting.
117
102
 
118
103
* Makefile
119
 
** TODO Add "--Xlinker --as-needed"
120
 
   http://udrepper.livejournal.com/19395.html
121
104
** TODO [#C] Implement DEB_BUILD_OPTIONS
122
105
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
123
106