/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

working new feature: network-hooks - Enables user-scripts to take up
                     interfaces during bootup

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
* mandos-applet
8
8
 
9
9
* mandos-client
10
 
** TODO [#A] Document network hook functionality
 
10
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
 
11
** TODO [#A] OpenVPN network hook
 
12
** TODO [#A] Wireless network hook
11
13
** TODO [#B] Use capabilities instead of seteuid().
12
14
** TODO [#B] Use struct sockaddr_storage instead of a union
13
15
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
41
43
** TODO [#B] Use openat()
42
44
 
43
45
* mandos (server)
 
46
** TODO Document why we ignore sigint
44
47
** TODO [#B] Log level                                                    :BUGS:
45
 
** TODO Persistent state                                                  :BUGS:
46
 
   /var/lib/mandos/*
 
48
** TODO [#A] Save state to new file and move instead of overwrite  
47
49
*** TODO /etc/mandos/clients.d/*.conf
48
50
    Watch this directory and add/remove/update clients?
49
51
** TODO [#C] config for TXT record
50
 
** TODO Log level option
51
 
   syslogger.setLevel(logging.WARNING)
52
 
   + SetLogLevel D-Bus call
 
52
** TODO Log level dbus option
 
53
   SetLogLevel D-Bus call
53
54
** TODO Implement --foreground                                            :BUGS:
54
55
   [[info:standards:Option%20Table][Table of Long Options]]
55
56
** TODO Implement --socket
56
57
   [[info:standards:Option%20Table][Table of Long Options]]
57
 
** TODO Date+time on console log messages                                 :BUGS:
58
 
   Is this the default?
59
58
** TODO [#C] DBusServiceObjectUsingSuper
60
59
** TODO [#B] Global enable/disable flag
61
 
** TODO [#B] By-client countdown on secrets given
 
60
** TODO [#B] By-client countdown on number of secrets given
62
61
** TODO [#B] Support RFC 3339 time duration syntax
63
62
** More D-Bus methods
64
63
*** NeedsPassword(50) - Timeout, default disapprove
69
68
   http://0pointer.de/blog/projects/systemd.html
70
69
   http://wiki.debian.org/systemd
71
70
** TODO Separate logging logic to own object
72
 
** TODO make clients to a dict!
73
71
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
72
** TODO [#B] break the wait on approval_delay if connection dies
75
73
** TODO Generate Client.runtime_expansions from client options + extra
76
74
** TODO Allow %%(checker)s as a runtime expansion
77
75
** TODO Use python-tlslite?
 
76
** TODO D-Bus AddClient() method on server object
78
77
 
79
78
* mandos.xml
80
79
** Add mandos contact info in manual pages