/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-14 17:03:12 UTC
  • Revision ID: teddy@recompile.se-20120614170312-pl62gn832v09z4bi
* plugins.d/mandos-client.c: Don't use assert().  Use in_port_t for
                             port numbers everywhere except the
                             "resolve_callback" function; its
                             signature is forced by the signature of
                             the avahi_s_service_resolver_new
                             function.

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