/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
 
12
** TODO [#A] OpenVPN network hook
 
13
** TODO [#A] Wireless network hook
10
14
** TODO [#B] Use capabilities instead of seteuid().
11
15
** TODO [#B] Use struct sockaddr_storage instead of a union
12
16
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
40
44
** TODO [#B] Use openat()
41
45
 
42
46
* mandos (server)
 
47
** TODO Document why we ignore sigint
43
48
** TODO [#B] Log level                                                    :BUGS:
44
 
** TODO [#A] Move approval to Client from ClientDBus
45
 
  
46
49
*** TODO /etc/mandos/clients.d/*.conf
47
50
    Watch this directory and add/remove/update clients?
48
51
** TODO [#C] config for TXT record
49
 
** TODO Log level option
50
 
   syslogger.setLevel(logging.WARNING)
51
 
   + SetLogLevel D-Bus call
 
52
** TODO Log level dbus option
 
53
   SetLogLevel D-Bus call
52
54
** TODO Implement --foreground                                            :BUGS:
53
55
   [[info:standards:Option%20Table][Table of Long Options]]
54
56
** TODO Implement --socket
55
57
   [[info:standards:Option%20Table][Table of Long Options]]
56
58
** TODO [#C] DBusServiceObjectUsingSuper
57
59
** TODO [#B] Global enable/disable flag
58
 
** TODO [#B] By-client countdown on secrets given
 
60
** TODO [#B] By-client countdown on number of secrets given
59
61
** TODO [#B] Support RFC 3339 time duration syntax
60
62
** More D-Bus methods
61
63
*** NeedsPassword(50) - Timeout, default disapprove
71
73
** TODO Generate Client.runtime_expansions from client options + extra
72
74
** TODO Allow %%(checker)s as a runtime expansion
73
75
** TODO Use python-tlslite?
 
76
** TODO D-Bus AddClient() method on server object
74
77
 
75
78
* mandos.xml
76
79
** Add mandos contact info in manual pages