/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

* 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
3
* Use _attribute_((nonnull)) wherever possible.
 
4
* Use __attribute__((pure)) or __attribute__((const)) where possible.
 
5
* Use __attribute__((signal)) on signal handlers.
4
6
 
5
7
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
6
8
 
7
9
* mandos-applet
8
10
 
9
11
* mandos-client
10
 
** TODO [#A] Document network hook functionality
 
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()
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
 
** TODO Persistent state                                                  :BUGS:
46
 
   /var/lib/mandos/*
47
50
*** TODO /etc/mandos/clients.d/*.conf
48
51
    Watch this directory and add/remove/update clients?
49
52
** TODO [#C] config for TXT record
50
 
** TODO Log level option
51
 
   syslogger.setLevel(logging.WARNING)
52
 
   + SetLogLevel D-Bus call
 
53
** TODO Log level dbus option
 
54
   SetLogLevel D-Bus call
53
55
** TODO Implement --foreground                                            :BUGS:
54
56
   [[info:standards:Option%20Table][Table of Long Options]]
55
57
** TODO Implement --socket
56
58
   [[info:standards:Option%20Table][Table of Long Options]]
57
 
** TODO Date+time on console log messages                                 :BUGS:
58
 
   Is this the default?
59
59
** TODO [#C] DBusServiceObjectUsingSuper
60
60
** TODO [#B] Global enable/disable flag
61
 
** TODO [#B] By-client countdown on secrets given
 
61
** TODO [#B] By-client countdown on number of secrets given
62
62
** TODO [#B] Support RFC 3339 time duration syntax
63
63
** More D-Bus methods
64
64
*** NeedsPassword(50) - Timeout, default disapprove
69
69
   http://0pointer.de/blog/projects/systemd.html
70
70
   http://wiki.debian.org/systemd
71
71
** TODO Separate logging logic to own object
72
 
** TODO make clients to a dict!
73
72
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
73
** TODO [#B] break the wait on approval_delay if connection dies
75
74
** TODO Generate Client.runtime_expansions from client options + extra
76
75
** TODO Allow %%(checker)s as a runtime expansion
77
76
** TODO Use python-tlslite?
 
77
** TODO D-Bus AddClient() method on server object
78
78
 
79
79
* mandos.xml
80
80
** Add mandos contact info in manual pages