/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: 2011-07-13 01:11:12 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110713011112-bgf3tenqq60uoyyb
* Makefile (plugins.d/mandos-client): Bug fix: Put $^ before all
                                      libraries.  Remove "$(COMMON)".
                                      Thanks to Angel Abad
                                      <angelabad@ubuntu.com>.
* initramfs-tools-script: Work around change in initramfs-tools,
                          Debian bug #633582.
* plugins.d/mandos-client.c (init_gnutls_global): Bug fix: check for
                errors from gnutls_certificate_allocate_credentials().

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
 
8
 
5
9
* mandos-client
6
10
** TODO [#B] use scandir(3) instead of readdir(3)
7
11
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
8
 
** TODO use error() instead of perror()
9
12
** TODO [#B] Retry a server which has a non-definite reply:
10
13
*** A closed connection during the TLS handshake
11
14
*** A TCP timeout
12
15
** TODO [#B] Use capabilities instead of seteuid().
13
16
** TODO [#A] Retry --connect forever
 
17
** TODO [#B] Use struct sockaddr_storage instead of a union
 
18
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
19
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
20
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
14
21
 
15
22
* splashy
16
23
** TODO [#B] use scandir(3) instead of readdir(3)
17
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
18
 
** TODO [#B] use error() instead of perror()
19
25
 
20
26
* usplash
21
27
** TODO [#A] Make it work again
22
28
** TODO [#B] use scandir(3) instead of readdir(3)
23
29
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
24
 
** TODO [#B] use error() instead of perror()
 
30
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
25
31
 
26
32
* askpass-fifo
27
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
28
 
** TODO [#B] use error() instead of perror()
29
34
** TODO [#B] Drop privileges after opening FIFO.
30
35
 
31
36
* password-prompt
32
37
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
 
** TODO [#B] use error() instead of perror()
34
38
** TODO [#B] lock stdin (with flock()?)
 
39
** TODO [#A] Free direntries after scandir()
 
40
 
 
41
* plymouth
 
42
** TODO [#A] Free direntries after scandir()
35
43
 
36
44
* TODO [#B] passdev
37
45
 
39
47
** TODO [#B] use scandir(3) instead of readdir(3)
40
48
** TODO [#C] use same file name rules as run-parts(8)
41
49
** kernel command line option for debug info
42
 
** TODO [#B] use error() instead of perror()
43
50
** TODO [#B] Use openat()
44
51
 
45
52
* mandos (server)
82
89
** TODO [#C] python-parsedatetime
83
90
** TODO [#C] systemd/launchd
84
91
   http://0pointer.de/blog/projects/systemd.html
 
92
** TODO Separate logging logic to own object
 
93
** TODO make clients to a dict!
 
94
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
95
** TODO [#B] break the wait on approval_delay if connection dies
 
96
** TODO Generate Client.runtime_expansions from client options + extra
 
97
** TODO Allow %%(checker)s as a runtime expansion
 
98
** TODO Use python-tlslite?
85
99
 
86
100
* mandos.xml
87
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
88
 
   Remove mention of lack of such interface in BUGS section
89
101
** Add mandos contact info in manual pages
90
102
 
91
 
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
92
 
 
93
103
* mandos-ctl
94
104
*** Handle "no D-Bus server" and/or "no Mandos server found" better
95
105
*** [#B] --dump option
100
110
  arguments.
101
111
 
102
112
* mandos-monitor
 
113
** TODO help should be toggable
103
114
** Urwid client data displayer
104
115
   Better view of client data in the listing
105
116
*** Properties popup
 
117
** Nicer crashes. Stack traces Messes up shell.
 
118
*** Print a nice "We are sorry" message, save stack trace to log.
 
119
** Show timeout countdown for approval
106
120
 
107
121
* mandos-keygen
108
122
** TODO Loop until passwords match when run interactively
125
139
** TODO [#C] /etc/bash_completion.d/mandos
126
140
   From XML sources directly?
127
141
 
 
142
* Side Stuff
 
143
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
144
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
145
 
128
146
 
129
147
#+STARTUP: showall