/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

* mandos: Use all new builtins.
* mandos-ctl: - '' -
* mandos-monitor: - '' -

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
8
9
** TODO [#B] Use capabilities instead of seteuid().
9
10
** TODO [#B] Use struct sockaddr_storage instead of a union
10
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
11
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
12
13
** 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
15
 
14
16
* splashy
15
17
** TODO [#B] use scandir(3) instead of readdir(3)
17
19
* usplash (Deprecated)
18
20
** TODO [#A] Make it work again
19
21
** TODO [#B] use scandir(3) instead of readdir(3)
 
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
20
23
 
21
24
* askpass-fifo
22
25
** TODO [#B] Drop privileges after opening FIFO.
37
40
** TODO [#B] Use openat()
38
41
 
39
42
* mandos (server)
 
43
** TODO Document why we ignore sigint
40
44
** TODO [#B] Log level                                                    :BUGS:
41
45
*** TODO /etc/mandos/clients.d/*.conf
42
46
    Watch this directory and add/remove/update clients?
45
49
   SetLogLevel D-Bus call
46
50
** TODO Implement --foreground                                            :BUGS:
47
51
   [[info:standards:Option%20Table][Table of Long Options]]
 
52
** TODO Implement --socket
 
53
   [[info:standards:Option%20Table][Table of Long Options]]
48
54
** TODO [#C] DBusServiceObjectUsingSuper
49
55
** TODO [#B] Global enable/disable flag
50
56
** TODO [#B] By-client countdown on number of secrets given
51
57
** TODO [#B] Support RFC 3339 time duration syntax
52
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
58
** More D-Bus methods
 
59
*** NeedsPassword(50) - Timeout, default disapprove
53
60
    + SetPass(u"gazonk", True) -> Approval, persistent
54
61
    + Approve(False) -> Close client connection immediately
55
62
** TODO [#C] python-parsedatetime
74
81
** TODO CheckerCompleted method, deprecate CheckedOK
75
82
** TODO Secret Service API?
76
83
   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
*** Continue at [[info:python:Porting%20to%20Python%202%206][Porting to Python 2 6]]
77
86
 
78
87
* mandos.xml
79
88
** Add mandos contact info in manual pages