/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

* initramfs-tools-hook: Set DEVICE for network hooks.

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.
6
4
 
7
5
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
8
6
 
45
43
** TODO [#B] Use openat()
46
44
 
47
45
* mandos (server)
48
 
** TODO Document why we ignore sigint
49
46
** TODO [#B] Log level                                                    :BUGS:
 
47
** TODO Persistent state                                                  :BUGS:
 
48
   /var/lib/mandos/*
50
49
*** TODO /etc/mandos/clients.d/*.conf
51
50
    Watch this directory and add/remove/update clients?
52
51
** TODO [#C] config for TXT record
53
 
** TODO Log level dbus option
54
 
   SetLogLevel D-Bus call
 
52
** TODO Log level option
 
53
   syslogger.setLevel(logging.WARNING)
 
54
   + SetLogLevel D-Bus call
55
55
** TODO Implement --foreground                                            :BUGS:
56
56
   [[info:standards:Option%20Table][Table of Long Options]]
57
57
** TODO Implement --socket
58
58
   [[info:standards:Option%20Table][Table of Long Options]]
 
59
** TODO Date+time on console log messages                                 :BUGS:
 
60
   Is this the default?
59
61
** TODO [#C] DBusServiceObjectUsingSuper
60
62
** TODO [#B] Global enable/disable flag
61
 
** TODO [#B] By-client countdown on number of secrets given
 
63
** TODO [#B] By-client countdown on secrets given
62
64
** TODO [#B] Support RFC 3339 time duration syntax
63
65
** More D-Bus methods
64
66
*** NeedsPassword(50) - Timeout, default disapprove
69
71
   http://0pointer.de/blog/projects/systemd.html
70
72
   http://wiki.debian.org/systemd
71
73
** TODO Separate logging logic to own object
 
74
** TODO make clients to a dict!
72
75
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
73
76
** TODO [#B] break the wait on approval_delay if connection dies
74
77
** TODO Generate Client.runtime_expansions from client options + extra