/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 Hogeborn
  • Date: 2012-06-23 00:58:49 UTC
  • 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:
5
5
* mandos-applet
6
6
 
7
7
* mandos-client
8
 
** TODO [#A] Wireless network hook
9
8
** TODO [#B] Use capabilities instead of seteuid().
10
9
** TODO [#B] Use struct sockaddr_storage instead of a union
11
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
11
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
12
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
14
 
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
 
13
** TODO [#C] Make start_mandos_communication() take "struct server".
15
14
 
16
15
* splashy
17
16
** TODO [#B] use scandir(3) instead of readdir(3)
19
18
* usplash (Deprecated)
20
19
** TODO [#A] Make it work again
21
20
** TODO [#B] use scandir(3) instead of readdir(3)
22
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
21
 
24
22
* askpass-fifo
25
23
** TODO [#B] Drop privileges after opening FIFO.
33
31
 
34
32
* plugin-runner
35
33
** TODO handle printing for errors for plugins
36
 
*** 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]"
37
35
** TODO [#B] use scandir(3) instead of readdir(3)
38
36
** TODO [#C] use same file name rules as run-parts(8)
39
37
** kernel command line option for debug info
40
38
** TODO [#B] Use openat()
41
39
 
42
40
* mandos (server)
43
 
** TODO Document why we ignore sigint
44
41
** TODO [#B] Log level                                                    :BUGS:
45
42
*** TODO /etc/mandos/clients.d/*.conf
46
43
    Watch this directory and add/remove/update clients?
47
44
** TODO [#C] config for TXT record
48
45
** TODO Log level dbus option
49
46
   SetLogLevel D-Bus call
50
 
** TODO Implement --foreground                                            :BUGS:
51
 
   [[info:standards:Option%20Table][Table of Long Options]]
52
 
** TODO Implement --socket
53
 
   [[info:standards:Option%20Table][Table of Long Options]]
54
47
** TODO [#C] DBusServiceObjectUsingSuper
55
48
** TODO [#B] Global enable/disable flag
56
49
** TODO [#B] By-client countdown on number of secrets given
57
 
** TODO [#B] Support RFC 3339 time duration syntax
58
 
** More D-Bus methods
59
 
*** NeedsPassword(50) - Timeout, default disapprove
 
50
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
60
51
    + SetPass(u"gazonk", True) -> Approval, persistent
61
52
    + Approve(False) -> Close client connection immediately
62
53
** TODO [#C] python-parsedatetime
81
72
** TODO CheckerCompleted method, deprecate CheckedOK
82
73
** TODO Secret Service API?
83
74
   http://standards.freedesktop.org/secret-service/
84
 
** TODO [[info:python:What's%20New%20in%20Python%202%206][What's New in Python 2.6]]
85
 
*** Start at [[info:python:PEP%203101%20Advanced%20String%20Formatting][PEP 3101 Advanced String Formatting]]
86
75
 
87
76
* mandos.xml
88
77
** Add mandos contact info in manual pages
90
79
* mandos-ctl
91
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
81
*** [#B] --dump option
93
 
** TODO Support RFC 3339 time duration syntax
94
82
 
95
83
* TODO mandos-dispatch
96
84
  Listens for specified D-Bus signals and spawns shell commands with