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