/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:17:02 UTC
  • Revision ID: teddy@fukt.bsnet.se-20111224231702-1ffgu6r02p0bz9co
* plugins.d/splashy.c (error_plus): Check format string.
* plugins.d/askpass-fifo.c (error_plus): - '' -
* plugins.d/plymouth.c (error_plus): - '' -
* plugins.d/password-prompt.c (error_plus): - '' -
* plugins.d/usplash.c (error_plus): - '' -

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