/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-02-23 11:52:42 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090223115242-5930ewin7m4o6zpr
* README (The Plugin System): Improve wording.

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]]
4
 
 
5
 
* mandos
6
 
** Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
7
 
** Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
8
 
   Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
9
 
   Can use "invalidates" annotation to also emit on changed secret.
10
 
** Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
11
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
12
 
   and signals ClientAdded and ClientRemoved.
13
 
 
14
 
* mandos-applet
15
 
 
16
3
* mandos-client
17
 
** TODO [#A] Wireless network hook
18
 
** TODO [#B] Use capabilities instead of seteuid().
19
 
** TODO [#B] Use struct sockaddr_storage instead of a union
20
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
21
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
22
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
23
 
 
24
 
* splashy
25
 
** TODO [#B] use scandir(3) instead of readdir(3)
26
 
 
27
 
* usplash (Deprecated)
28
 
** TODO [#A] Make it work again
29
 
** TODO [#B] use scandir(3) instead of readdir(3)
30
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
31
 
 
32
 
* askpass-fifo
33
 
** TODO [#B] Drop privileges after opening FIFO.
34
 
 
35
 
* password-prompt
36
 
** TODO [#B] lock stdin (with flock()?)
37
 
 
38
 
* plymouth
39
 
 
40
 
* TODO [#B] passdev
 
4
** TODO [#A] Clean up /tmp directory on signal
41
5
 
42
6
* plugin-runner
43
 
** TODO handle printing for errors for plugins
44
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
45
7
** TODO [#B] use scandir(3) instead of readdir(3)
46
 
** TODO [#C] use same file name rules as run-parts(8)
47
 
** kernel command line option for debug info
48
 
** TODO [#B] Use openat()
49
8
 
50
9
* mandos (server)
51
 
** TODO Document why we ignore sigint
52
 
** TODO [#B] Log level                                                    :BUGS:
53
 
*** TODO /etc/mandos/clients.d/*.conf
54
 
    Watch this directory and add/remove/update clients?
55
 
** TODO [#C] config for TXT record
56
 
** TODO Log level dbus option
57
 
   SetLogLevel D-Bus call
58
 
** TODO Implement --foreground                                            :BUGS:
 
10
** TODO [#B] Log level                          :BUGS:
 
11
** TODO /etc/mandos/clients.d/*.conf
 
12
   Watch this directory and add/remove/update clients?
 
13
** TODO config for TXT record
 
14
** TODO [#B] Run-time communication with server :BUGS:
 
15
   Probably using D-Bus
 
16
*** Client class
 
17
*** Main server
 
18
    + SetLogLevel
 
19
      syslogger.setLevel(logging.WARNING)
 
20
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
 
21
** TODO Implement --foreground                  :BUGS:
59
22
   [[info:standards:Option%20Table][Table of Long Options]]
60
23
** TODO Implement --socket
61
24
   [[info:standards:Option%20Table][Table of Long Options]]
62
 
** TODO [#C] DBusServiceObjectUsingSuper
63
 
** TODO [#B] Global enable/disable flag
64
 
** TODO [#B] By-client countdown on number of secrets given
65
 
** TODO [#B] Support RFC 3339 time duration syntax
66
 
** More D-Bus methods
67
 
*** NeedsPassword(50) - Timeout, default disapprove
68
 
    + SetPass(u"gazonk", True) -> Approval, persistent
69
 
    + Approve(False) -> Close client connection immediately
70
 
** TODO [#C] python-parsedatetime
71
 
** TODO [#C] systemd/launchd
72
 
   http://0pointer.de/blog/projects/systemd.html
73
 
   http://wiki.debian.org/systemd
74
 
** TODO Separate logging logic to own object
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
 
25
** TODO Date+time on console log messages       :BUGS:
 
26
   Is this the default?
81
27
 
82
28
* mandos.xml
83
 
** Add mandos contact info in manual pages
 
29
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
30
 
 
31
* Provide and install /etc/dbus-1/system.d/mandos.conf
84
32
 
85
33
* mandos-ctl
86
34
*** Handle "no D-Bus server" and/or "no Mandos server found" better
87
35
*** [#B] --dump option
88
 
** TODO Support RFC 3339 time duration syntax
89
 
 
90
 
* TODO mandos-dispatch
91
 
  Listens for specified D-Bus signals and spawns shell commands with
92
 
  arguments.
93
 
 
94
 
* mandos-monitor
95
 
** TODO help should be toggleable
96
 
** Urwid client data displayer
97
 
   Better view of client data in the listing
98
 
*** Properties popup
99
 
** Print a nice "We are sorry" message, save stack trace to log.
100
 
** Show timeout countdown for approval
 
36
 
 
37
* Curses interface
101
38
 
102
39
* mandos-keygen
 
40
** TODO Loop until passwords match when run interactively
103
41
** TODO "--secfile" option
104
42
   Using the "secfile" option instead of "secret"
105
43
** TODO [#B] "--test" option
106
44
   For testing decryption before rebooting.
107
45
 
108
 
* Makefile
109
 
** TODO [#C] Implement DEB_BUILD_OPTIONS
110
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
111
 
 
112
46
* Package
113
47
** /usr/share/initramfs-tools/hooks/mandos
114
 
*** TODO [#C] use same file name rules as run-parts(8)
115
48
*** TODO [#C] Do not install in initrd.img if configured not to.
116
49
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
117
50
** TODO [#C] /etc/bash_completion.d/mandos
118
51
   From XML sources directly?
119
52
 
120
 
* Side Stuff
121
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
122
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
123
 
 
124
53
 
125
54
#+STARTUP: showall