/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 at bsnet
  • Date: 2011-12-24 23:07:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20111224230717-yd3c0532w0kaviuc
* plugins.d/mandos-client.c (fprintf_plus): Check format string.
  (run_network_hooks): Check for execl() failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
* Use __attribute__((pure)) or __attribute__((const)) where possible.
 
5
* Use __attribute__((signal)) on signal handlers.
 
6
 
3
7
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
8
 
5
 
* Testing
6
 
** python-nemu
7
 
 
8
9
* mandos-applet
9
10
 
10
11
* mandos-client
 
12
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
 
13
** TODO [#A] OpenVPN network hook
 
14
** TODO [#A] Wireless network hook
11
15
** TODO [#B] Use capabilities instead of seteuid().
12
16
** TODO [#B] Use struct sockaddr_storage instead of a union
13
17
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
14
18
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
15
19
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
16
 
** TODO [#C] Make start_mandos_communication() take "struct server".
17
20
 
18
21
* splashy
19
22
** TODO [#B] use scandir(3) instead of readdir(3)
21
24
* usplash (Deprecated)
22
25
** TODO [#A] Make it work again
23
26
** TODO [#B] use scandir(3) instead of readdir(3)
 
27
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
24
28
 
25
29
* askpass-fifo
26
30
** TODO [#B] Drop privileges after opening FIFO.
34
38
 
35
39
* plugin-runner
36
40
** TODO handle printing for errors for plugins
37
 
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
41
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
38
42
** TODO [#B] use scandir(3) instead of readdir(3)
39
43
** TODO [#C] use same file name rules as run-parts(8)
40
44
** kernel command line option for debug info
41
45
** TODO [#B] Use openat()
42
46
 
43
47
* mandos (server)
 
48
** TODO Document why we ignore sigint
44
49
** TODO [#B] Log level                                                    :BUGS:
45
50
*** TODO /etc/mandos/clients.d/*.conf
46
51
    Watch this directory and add/remove/update clients?
47
52
** TODO [#C] config for TXT record
48
53
** TODO Log level dbus option
49
54
   SetLogLevel D-Bus call
 
55
** TODO Implement --foreground                                            :BUGS:
 
56
   [[info:standards:Option%20Table][Table of Long Options]]
 
57
** TODO Implement --socket
 
58
   [[info:standards:Option%20Table][Table of Long Options]]
50
59
** TODO [#C] DBusServiceObjectUsingSuper
51
60
** TODO [#B] Global enable/disable flag
52
61
** TODO [#B] By-client countdown on number of secrets given
53
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
62
** TODO [#B] Support RFC 3339 time duration syntax
 
63
** More D-Bus methods
 
64
*** NeedsPassword(50) - Timeout, default disapprove
54
65
    + SetPass(u"gazonk", True) -> Approval, persistent
55
66
    + Approve(False) -> Close client connection immediately
56
67
** TODO [#C] python-parsedatetime
64
75
** TODO Allow %%(checker)s as a runtime expansion
65
76
** TODO Use python-tlslite?
66
77
** TODO D-Bus AddClient() method on server object
67
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
68
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal         :2:
69
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
70
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
71
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
72
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
73
 
   and signals ClientAdded and ClientRemoved.
74
 
** TODO Save state periodically to recover better from hard shutdowns
75
 
** TODO CheckerCompleted method, deprecate CheckedOK
76
 
** TODO Secret Service API?
77
 
   http://standards.freedesktop.org/secret-service/
78
 
** TODO Remove D-Bus interfaces with old domain name                      :2:
79
 
** TODO Remove old string_to_delta format                                 :2:
80
 
** TODO --no-zeroconf (only valid if port or socket is set)
81
78
 
82
79
* mandos.xml
83
80
** Add mandos contact info in manual pages
85
82
* mandos-ctl
86
83
*** Handle "no D-Bus server" and/or "no Mandos server found" better
87
84
*** [#B] --dump option
88
 
** TODO Remove old string_to_delta format                                 :2:
 
85
** TODO Support RFC 3339 time duration syntax
 
86
** TODO Send milliseconds if bare integer is passed as time duration
89
87
 
90
88
* TODO mandos-dispatch
91
89
  Listens for specified D-Bus signals and spawns shell commands with
96
94
** Urwid client data displayer
97
95
   Better view of client data in the listing
98
96
*** Properties popup
99
 
** Print a nice "We are sorry" message, save stack trace to log.
100
 
** Rename module "gobject" to "GObject".
 
97
** Nicer crashes. Stack traces Messes up shell.
 
98
*** Print a nice "We are sorry" message, save stack trace to log.
 
99
** Show timeout countdown for approval
101
100
 
102
101
* mandos-keygen
103
102
** TODO "--secfile" option