/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: 2009-05-24 23:28:04 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090524232804-4rl7az1p733d34wu
* debian/mandos.postinst (configure): Don't look for user and group
                                      with the old name if upgrading
                                      from a new enough version.

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] Use capabilities instead of seteuid().
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()
14
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
15
 
 
16
 
* splashy
17
 
** TODO [#B] use scandir(3) instead of readdir(3)
18
 
 
19
 
* usplash (Deprecated)
20
 
** TODO [#A] Make it work again
21
 
** TODO [#B] use scandir(3) instead of readdir(3)
22
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
 
 
24
 
* askpass-fifo
25
 
** TODO [#B] Drop privileges after opening FIFO.
26
 
 
27
 
* password-prompt
28
 
** TODO [#B] lock stdin (with flock()?)
29
 
 
30
 
* plymouth
31
 
 
32
 
* TODO [#B] passdev
 
4
** TODO [#A] Clean up /tmp directory on signal
33
5
 
34
6
* plugin-runner
35
 
** TODO handle printing for errors for plugins
36
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
37
7
** TODO [#B] use scandir(3) instead of readdir(3)
38
8
** TODO [#C] use same file name rules as run-parts(8)
39
 
** kernel command line option for debug info
40
 
** TODO [#B] Use openat()
41
9
 
42
10
* mandos (server)
43
 
** TODO [#B] Log level                                                    :BUGS:
44
 
** TODO [#A] Move approval to Client from ClientDBus
45
 
  
46
 
*** TODO /etc/mandos/clients.d/*.conf
47
 
    Watch this directory and add/remove/update clients?
48
 
** TODO [#C] config for TXT record
49
 
** TODO Log level option
50
 
   syslogger.setLevel(logging.WARNING)
51
 
   + SetLogLevel D-Bus call
52
 
** TODO Implement --foreground                                            :BUGS:
 
11
** TODO [#B] Log level                          :BUGS:
 
12
** TODO /etc/mandos/clients.d/*.conf
 
13
   Watch this directory and add/remove/update clients?
 
14
** TODO config for TXT record
 
15
** TODO [#B] Run-time communication with server :BUGS:
 
16
   Probably using D-Bus
 
17
*** Client class
 
18
*** Main server
 
19
    + SetLogLevel
 
20
      syslogger.setLevel(logging.WARNING)
 
21
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
 
22
** TODO Implement --foreground                  :BUGS:
53
23
   [[info:standards:Option%20Table][Table of Long Options]]
54
24
** TODO Implement --socket
55
25
   [[info:standards:Option%20Table][Table of Long Options]]
56
 
** TODO [#C] DBusServiceObjectUsingSuper
57
 
** TODO [#B] Global enable/disable flag
58
 
** TODO [#B] By-client countdown on secrets given
59
 
** TODO [#B] Support RFC 3339 time duration syntax
60
 
** More D-Bus methods
61
 
*** NeedsPassword(50) - Timeout, default disapprove
62
 
    + SetPass(u"gazonk", True) -> Approval, persistent
63
 
    + Approve(False) -> Close client connection immediately
64
 
** TODO [#C] python-parsedatetime
65
 
** TODO [#C] systemd/launchd
66
 
   http://0pointer.de/blog/projects/systemd.html
67
 
   http://wiki.debian.org/systemd
68
 
** TODO Separate logging logic to own object
69
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
70
 
** TODO [#B] break the wait on approval_delay if connection dies
71
 
** TODO Generate Client.runtime_expansions from client options + extra
72
 
** TODO Allow %%(checker)s as a runtime expansion
73
 
** TODO Use python-tlslite?
 
26
** TODO Date+time on console log messages       :BUGS:
 
27
   Is this the default?
 
28
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
29
** TODO move handle_ipc out of IPv6_TCPServer
 
30
** TODO DBusServiceObjectUsingSuper
74
31
 
75
32
* mandos.xml
76
 
** Add mandos contact info in manual pages
 
33
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
34
 
 
35
* Provide and install /etc/dbus-1/system.d/mandos.conf
77
36
 
78
37
* mandos-ctl
79
38
*** Handle "no D-Bus server" and/or "no Mandos server found" better
80
39
*** [#B] --dump option
81
 
** TODO Support RFC 3339 time duration syntax
82
 
** TODO Send milliseconds if bare integer is passed as time duration
83
 
 
84
 
* TODO mandos-dispatch
85
 
  Listens for specified D-Bus signals and spawns shell commands with
86
 
  arguments.
87
 
 
88
 
* mandos-monitor
89
 
** TODO help should be toggleable
90
 
** Urwid client data displayer
91
 
   Better view of client data in the listing
 
40
 
 
41
* mandos-name
 
42
** D-Bus mail loop w/ signal receiver
 
43
** Urwid/Newt client data displayer
 
44
*** Urwid scaffolding
 
45
*** Client Widgets
92
46
*** Properties popup
93
 
** Nicer crashes. Stack traces Messes up shell.
94
 
*** Print a nice "We are sorry" message, save stack trace to log.
95
 
** Show timeout countdown for approval
96
47
 
97
48
* mandos-keygen
 
49
** TODO Loop until passwords match when run interactively
98
50
** TODO "--secfile" option
99
51
   Using the "secfile" option instead of "secret"
100
52
** TODO [#B] "--test" option
101
53
   For testing decryption before rebooting.
102
54
 
103
 
* Makefile
104
 
** TODO [#C] Implement DEB_BUILD_OPTIONS
105
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
106
 
 
107
55
* Package
108
56
** /usr/share/initramfs-tools/hooks/mandos
109
57
*** TODO [#C] use same file name rules as run-parts(8)
112
60
** TODO [#C] /etc/bash_completion.d/mandos
113
61
   From XML sources directly?
114
62
 
115
 
* Side Stuff
116
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
117
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
118
 
 
119
63
 
120
64
#+STARTUP: showall