/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-23 20:00:52 UTC
  • Revision ID: teddy@fukt.bsnet.se-20111223200052-nehnjfy0fogvm4ii
* mandos (initlogger): Take new "debug" argument; all callers changed.
                       Only add console logger in debug mode.
  (main/cleanup): Remove temp file on failure.

Show diffs side-by-side

added added

removed removed

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