/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: 2010-09-25 19:55:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100925195517-u0qfi01huxl72f75
* mandos (Client.runtime_expansions): New attribute containing the
                                      allowed runtime expansions.

* mandos-clients.conf.xml (OPTIONS): Reordered alphabetically.

* mandos-ctl: Bug fix: print timeout and interval values pretty again.

* mandos-ctl.xml (EXAMPLE): Added more examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
 
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
 
* mandos-applet
 
5
* Release critical
 
6
** mandos
 
7
*** Do not write PID file if --debug is passed?
 
8
    Do other programs do this?
 
9
** Update copyright year to add 2010
 
10
** mandos.xml
 
11
*** Document the approval concept
6
12
 
7
13
* mandos-client
8
 
** TODO [#A] Wireless network hook
 
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] Retry a server which has a non-definite reply:
 
17
*** A closed connection during the TLS handshake
 
18
*** A TCP timeout
9
19
** TODO [#B] Use capabilities instead of seteuid().
10
 
** TODO [#B] Use struct sockaddr_storage instead of a union
11
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
20
** TODO [#A] Retry --connect forever
14
21
 
15
22
* splashy
16
23
** TODO [#B] use scandir(3) instead of readdir(3)
 
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
17
25
 
18
 
* usplash (Deprecated)
 
26
* usplash
19
27
** TODO [#A] Make it work again
20
28
** TODO [#B] use scandir(3) instead of readdir(3)
 
29
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
30
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
22
31
 
23
32
* askpass-fifo
 
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
24
34
** TODO [#B] Drop privileges after opening FIFO.
25
35
 
26
36
* password-prompt
 
37
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
27
38
** TODO [#B] lock stdin (with flock()?)
28
39
 
29
 
* plymouth
30
 
 
31
40
* TODO [#B] passdev
32
41
 
33
42
* plugin-runner
34
 
** TODO handle printing for errors for plugins
35
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
36
43
** TODO [#B] use scandir(3) instead of readdir(3)
37
44
** TODO [#C] use same file name rules as run-parts(8)
38
45
** kernel command line option for debug info
39
46
** TODO [#B] Use openat()
40
47
 
41
48
* mandos (server)
42
 
** TODO Document why we ignore sigint
43
49
** TODO [#B] Log level                                                    :BUGS:
 
50
** TODO Persistent state                                                  :BUGS:
 
51
   /var/lib/mandos/*
44
52
*** TODO /etc/mandos/clients.d/*.conf
45
53
    Watch this directory and add/remove/update clients?
46
54
** TODO [#C] config for TXT record
47
 
** TODO Log level dbus option
48
 
   SetLogLevel D-Bus call
 
55
** TODO Log level option
 
56
   syslogger.setLevel(logging.WARNING)
 
57
   + SetLogLevel D-Bus call
49
58
** TODO Implement --foreground                                            :BUGS:
50
59
   [[info:standards:Option%20Table][Table of Long Options]]
51
60
** TODO Implement --socket
52
61
   [[info:standards:Option%20Table][Table of Long Options]]
 
62
** TODO Date+time on console log messages                                 :BUGS:
 
63
   Is this the default?
53
64
** TODO [#C] DBusServiceObjectUsingSuper
54
65
** TODO [#B] Global enable/disable flag
55
 
** TODO [#B] By-client countdown on number of secrets given
 
66
** TODO [#B] By-client countdown on secrets given
 
67
** TODO [#B] Fix problem with fsck taking a really long time
 
68
   Whenever a client successfully gets a secret it could get a
 
69
   one-time timeout boost to allow for an fsck-incurred delay
 
70
** TODO [#A] Delay before client receives key
 
71
   This would give an operator opportunity to cancel the request if
 
72
   desired.
 
73
** TODO [#A] Client manual approval mode
 
74
   A client needs manual approval on the server before it gets the
 
75
   secret
56
76
** TODO [#B] Support RFC 3339 time duration syntax
57
77
** More D-Bus methods
 
78
*** NeedsApproval(50, True) -> timeout, default approve
 
79
    Default approval is configurable, but True by default
 
80
    + Approve(True) -> approve sending saved
 
81
    + Approve(False) -> Close client connection immediately
58
82
*** NeedsPassword(50) - Timeout, default disapprove
59
83
    + SetPass(u"gazonk", True) -> Approval, persistent
60
84
    + Approve(False) -> Close client connection immediately
61
85
** TODO [#C] python-parsedatetime
62
86
** TODO [#C] systemd/launchd
63
87
   http://0pointer.de/blog/projects/systemd.html
64
 
   http://wiki.debian.org/systemd
65
88
** TODO Separate logging logic to own object
 
89
** TODO make clients to a dict!
66
90
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
67
91
** TODO [#B] break the wait on approval_delay if connection dies
68
92
** TODO Generate Client.runtime_expansions from client options + extra
69
93
** TODO Allow %%(checker)s as a runtime expansion
70
 
** TODO Use python-tlslite?
71
 
** TODO D-Bus AddClient() method on server object
72
94
 
73
95
* mandos.xml
74
96
** Add mandos contact info in manual pages
83
105
  arguments.
84
106
 
85
107
* mandos-monitor
86
 
** TODO help should be toggleable
 
108
** TODO help should be toggable
87
109
** Urwid client data displayer
88
110
   Better view of client data in the listing
89
111
*** Properties popup
90
112
** Nicer crashes. Stack traces Messes up shell.
91
113
*** Print a nice "We are sorry" message, save stack trace to log.
92
 
** Show timeout countdown for approval
93
114
 
94
115
* mandos-keygen
 
116
** TODO Loop until passwords match when run interactively
95
117
** TODO "--secfile" option
96
118
   Using the "secfile" option instead of "secret"
97
119
** TODO [#B] "--test" option
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
 
110
134
   From XML sources directly?
111
135
 
112
136
* Side Stuff
113
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
114
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
 
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
115
139
 
116
140
 
117
141
#+STARTUP: showall