/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2012-06-23 00:58:49 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: teddy@recompile.se-20120623005849-02wj82cng433rt2k
* clients.conf: Convert all time intervals to new RFC 3339 syntax.
* mandos: All client options for time intervals now take an RFC 3339
          duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
* mandos-clients.conf.xml (OPTIONS/timeout): Document new format.
  (EXAMPLE): Update to new interval format.
  (SEE ALSO): Reference RFC 3339.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
11
11
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
12
12
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
13
** TODO [#C] Make start_mandos_communication() take "struct server".
13
14
 
14
15
* splashy
15
16
** TODO [#B] use scandir(3) instead of readdir(3)
30
31
 
31
32
* plugin-runner
32
33
** TODO handle printing for errors for plugins
33
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
 
34
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
34
35
** TODO [#B] use scandir(3) instead of readdir(3)
35
36
** TODO [#C] use same file name rules as run-parts(8)
36
37
** kernel command line option for debug info
43
44
** TODO [#C] config for TXT record
44
45
** TODO Log level dbus option
45
46
   SetLogLevel D-Bus call
46
 
** TODO Implement --foreground                                            :BUGS:
47
 
   [[info:standards:Option%20Table][Table of Long Options]]
48
47
** TODO [#C] DBusServiceObjectUsingSuper
49
48
** TODO [#B] Global enable/disable flag
50
49
** TODO [#B] By-client countdown on number of secrets given
51
 
** TODO [#B] Support RFC 3339 time duration syntax
52
50
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
53
51
    + SetPass(u"gazonk", True) -> Approval, persistent
54
52
    + Approve(False) -> Close client connection immediately
81
79
* mandos-ctl
82
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
81
*** [#B] --dump option
84
 
** TODO Support RFC 3339 time duration syntax
85
82
 
86
83
* TODO mandos-dispatch
87
84
  Listens for specified D-Bus signals and spawns shell commands with