/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:
1
1
-*- org -*-
2
2
 
3
 
* _attribute_((nonnull))
4
 
 
5
 
* Release critical
6
 
** TODO Change make-run-server to not include --no-dbus
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
 
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
7
8
 
8
9
* mandos-client
9
10
** TODO [#B] use scandir(3) instead of readdir(3)
13
14
*** A TCP timeout
14
15
** TODO [#B] Use capabilities instead of seteuid().
15
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]]
16
21
 
17
22
* splashy
18
23
** TODO [#B] use scandir(3) instead of readdir(3)
31
36
* password-prompt
32
37
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
38
** TODO [#B] lock stdin (with flock()?)
 
39
** TODO [#A] Free direntries after scandir()
34
40
 
35
41
* plymouth
36
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
42
** TODO [#A] Free direntries after scandir()
37
43
 
38
44
* TODO [#B] passdev
39
45
 
41
47
** TODO [#B] use scandir(3) instead of readdir(3)
42
48
** TODO [#C] use same file name rules as run-parts(8)
43
49
** kernel command line option for debug info
44
 
** TODO [$B] Use openat() and readdir64()
45
 
   http://udrepper.livejournal.com/19395.html
 
50
** TODO [#B] Use openat()
46
51
 
47
52
* mandos (server)
48
53
** TODO [#B] Log level                                                    :BUGS:
76
81
** More D-Bus methods
77
82
*** NeedsApproval(50, True) -> timeout, default approve
78
83
    Default approval is configurable, but True by default
79
 
    + Approval(True) -> approve sending saved
80
 
    + Approval(False) -> Close client connection immediately
 
84
    + Approve(True) -> approve sending saved
 
85
    + Approve(False) -> Close client connection immediately
81
86
*** NeedsPassword(50) - Timeout, default disapprove
82
87
    + SetPass(u"gazonk", True) -> Approval, persistent
83
 
    + Approval(False) -> Close client connection immediately
 
88
    + Approve(False) -> Close client connection immediately
84
89
** TODO [#C] python-parsedatetime
85
90
** TODO [#C] systemd/launchd
86
91
   http://0pointer.de/blog/projects/systemd.html
87
92
** TODO Separate logging logic to own object
88
93
** TODO make clients to a dict!
89
 
** TODO PropertyChanged should be a python generic property for client variables
 
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?
90
99
 
91
100
* mandos.xml
92
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
93
 
   Remove mention of lack of such interface in BUGS section
94
101
** Add mandos contact info in manual pages
95
102
 
96
 
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
97
 
 
98
103
* mandos-ctl
99
104
*** Handle "no D-Bus server" and/or "no Mandos server found" better
100
105
*** [#B] --dump option
111
116
*** Properties popup
112
117
** Nicer crashes. Stack traces Messes up shell.
113
118
*** Print a nice "We are sorry" message, save stack trace to log.
 
119
** Show timeout countdown for approval
114
120
 
115
121
* mandos-keygen
116
122
** TODO Loop until passwords match when run interactively