/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: 2011-11-27 19:37:54 UTC
  • mto: (237.12.11 mandos-persistent)
  • mto: This revision was merged to the branch mainline in revision 290.
  • Revision ID: teddy@recompile.se-20111127193754-4366e18gmi11kew0
* mandos (_timedelta_to_milliseconds): Renamed to
                                       "timedelta_to_milliseconds";
                                       all callers changed.
  (Client._approved): Bug fix; renamed to "approved" without
                      underscore.  All users changed.
  (ProxyClient): Removed superfluous parens in "if" statements.
  (ClientHandler.handle): Bug fix: Emit NewRequest signal *after*
                          client is found, not before.

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)
15
18
 
16
 
* usplash
 
19
* usplash (Deprecated)
17
20
** TODO [#A] Make it work again
18
21
** TODO [#B] use scandir(3) instead of readdir(3)
19
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
38
41
 
39
42
* mandos (server)
40
43
** TODO [#B] Log level                                                    :BUGS:
41
 
** TODO Persistent state                                                  :BUGS:
42
 
   /var/lib/mandos/*
 
44
  
43
45
*** TODO /etc/mandos/clients.d/*.conf
44
46
    Watch this directory and add/remove/update clients?
45
47
** TODO [#C] config for TXT record
50
52
   [[info:standards:Option%20Table][Table of Long Options]]
51
53
** TODO Implement --socket
52
54
   [[info:standards:Option%20Table][Table of Long Options]]
53
 
** TODO Date+time on console log messages                                 :BUGS:
54
 
   Is this the default?
55
55
** TODO [#C] DBusServiceObjectUsingSuper
56
56
** TODO [#B] Global enable/disable flag
57
57
** 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
58
** TODO [#B] Support RFC 3339 time duration syntax
68
59
** 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
60
*** NeedsPassword(50) - Timeout, default disapprove
74
61
    + SetPass(u"gazonk", True) -> Approval, persistent
75
62
    + Approve(False) -> Close client connection immediately
76
63
** TODO [#C] python-parsedatetime
77
64
** TODO [#C] systemd/launchd
78
65
   http://0pointer.de/blog/projects/systemd.html
 
66
   http://wiki.debian.org/systemd
79
67
** TODO Separate logging logic to own object
80
 
** TODO make clients to a dict!
81
68
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
82
69
** TODO [#B] break the wait on approval_delay if connection dies
83
70
** TODO Generate Client.runtime_expansions from client options + extra
91
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
79
*** [#B] --dump option
93
80
** TODO Support RFC 3339 time duration syntax
 
81
** TODO Send milliseconds if bare integer is passed as time duration
94
82
 
95
83
* TODO mandos-dispatch
96
84
  Listens for specified D-Bus signals and spawns shell commands with
106
94
** Show timeout countdown for approval
107
95
 
108
96
* mandos-keygen
109
 
** TODO Loop until passwords match when run interactively
110
97
** TODO "--secfile" option
111
98
   Using the "secfile" option instead of "secret"
112
99
** TODO [#B] "--test" option
113
100
   For testing decryption before rebooting.
114
101
 
115
102
* Makefile
116
 
** TODO Add "--Xlinker --as-needed"
117
 
   http://udrepper.livejournal.com/19395.html
118
103
** TODO [#C] Implement DEB_BUILD_OPTIONS
119
104
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
120
105
 
127
112
   From XML sources directly?
128
113
 
129
114
* Side Stuff
130
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
131
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
115
** TODO Locate which package moves the other bin/sh when busybox is deactivated
 
116
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
132
117
 
133
118
 
134
119
#+STARTUP: showall