/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

* mandos (transitional_dbus_metaclass): Renamed to
                                        "AlternateDBusNamesMetaclass".
                                        All users changed.  Also added
                                        comments, wrapped lines, and
                                        searching of all base classes
                                        for D-Bus attributes.  It now
                                        adds the *old* interface name,
                                        not the new one.
  (ClientDBus, MandosDBusService): Use the new interface names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
 
5
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
 
6
 
5
7
* mandos-applet
6
8
 
7
9
* mandos-client
9
11
** TODO [#B] Use struct sockaddr_storage instead of a union
10
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
11
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
14
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
12
15
 
13
16
* splashy
14
17
** TODO [#B] use scandir(3) instead of readdir(3)
55
58
** TODO [#C] DBusServiceObjectUsingSuper
56
59
** TODO [#B] Global enable/disable flag
57
60
** TODO [#B] By-client countdown on secrets given
58
 
** TODO [#B] Fix problem with fsck taking a really long time
59
 
   Whenever a client successfully gets a secret it could get a
60
 
   one-time timeout boost to allow for an fsck-incurred delay
61
 
** TODO [#A] Delay before client receives key
62
 
   This would give an operator opportunity to cancel the request if
63
 
   desired.
64
 
** TODO [#A] Client manual approval mode
65
 
   A client needs manual approval on the server before it gets the
66
 
   secret
67
61
** TODO [#B] Support RFC 3339 time duration syntax
68
62
** More D-Bus methods
69
 
*** NeedsApproval(50, True) -> timeout, default approve
70
 
    Default approval is configurable, but True by default
71
 
    + Approve(True) -> approve sending saved
72
 
    + Approve(False) -> Close client connection immediately
73
63
*** NeedsPassword(50) - Timeout, default disapprove
74
64
    + SetPass(u"gazonk", True) -> Approval, persistent
75
65
    + Approve(False) -> Close client connection immediately
106
96
** Show timeout countdown for approval
107
97
 
108
98
* mandos-keygen
109
 
** TODO Loop until passwords match when run interactively
110
99
** TODO "--secfile" option
111
100
   Using the "secfile" option instead of "secret"
112
101
** TODO [#B] "--test" option
113
102
   For testing decryption before rebooting.
114
103
 
115
104
* Makefile
116
 
** TODO Add "--Xlinker --as-needed"
117
 
   http://udrepper.livejournal.com/19395.html
118
105
** TODO [#C] Implement DEB_BUILD_OPTIONS
119
106
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
120
107