/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
 
  
45
50
*** TODO /etc/mandos/clients.d/*.conf
46
51
    Watch this directory and add/remove/update clients?
47
52
** TODO [#C] config for TXT record
48
 
** TODO Log level option
49
 
   syslogger.setLevel(logging.WARNING)
50
 
   + SetLogLevel D-Bus call
 
53
** TODO Log level dbus option
 
54
   SetLogLevel D-Bus call
51
55
** TODO Implement --foreground                                            :BUGS:
52
56
   [[info:standards:Option%20Table][Table of Long Options]]
53
57
** TODO Implement --socket
54
58
   [[info:standards:Option%20Table][Table of Long Options]]
55
59
** TODO [#C] DBusServiceObjectUsingSuper
56
60
** TODO [#B] Global enable/disable flag
57
 
** TODO [#B] By-client countdown on secrets given
 
61
** TODO [#B] By-client countdown on number of secrets given
58
62
** TODO [#B] Support RFC 3339 time duration syntax
59
63
** More D-Bus methods
60
64
*** NeedsPassword(50) - Timeout, default disapprove
70
74
** TODO Generate Client.runtime_expansions from client options + extra
71
75
** TODO Allow %%(checker)s as a runtime expansion
72
76
** TODO Use python-tlslite?
 
77
** TODO D-Bus AddClient() method on server object
73
78
 
74
79
* mandos.xml
75
80
** Add mandos contact info in manual pages