/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

Merge new wireless network hook.  Fix bridge network hook to use
hardware addresses instead of interface names.  Implement and document
new "CONNECT" environment variable for network hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
 
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
4
 
5
5
* mandos-applet
6
6
 
7
7
* mandos-client
 
8
** TODO [#A] Wireless network hook
8
9
** TODO [#B] Use capabilities instead of seteuid().
9
10
** TODO [#B] Use struct sockaddr_storage instead of a union
10
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
14
15
* splashy
15
16
** TODO [#B] use scandir(3) instead of readdir(3)
16
17
 
17
 
* usplash
 
18
* usplash (Deprecated)
18
19
** TODO [#A] Make it work again
19
20
** TODO [#B] use scandir(3) instead of readdir(3)
20
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
38
39
** TODO [#B] Use openat()
39
40
 
40
41
* mandos (server)
41
 
** TODO [#A] Make all attributes properties!
 
42
** TODO Document why we ignore sigint
42
43
** TODO [#B] Log level                                                    :BUGS:
43
 
** TODO Persistent state                                                  :BUGS:
44
 
   /var/lib/mandos/*
45
44
*** TODO /etc/mandos/clients.d/*.conf
46
45
    Watch this directory and add/remove/update clients?
47
46
** TODO [#C] config for TXT record
48
 
** TODO Log level option
49
 
   syslogger.setLevel(logging.WARNING)
50
 
   + SetLogLevel D-Bus call
 
47
** TODO Log level dbus option
 
48
   SetLogLevel D-Bus call
51
49
** TODO Implement --foreground                                            :BUGS:
52
50
   [[info:standards:Option%20Table][Table of Long Options]]
53
51
** TODO Implement --socket
54
52
   [[info:standards:Option%20Table][Table of Long Options]]
55
 
** TODO Date+time on console log messages                                 :BUGS:
56
 
   Is this the default?
57
53
** TODO [#C] DBusServiceObjectUsingSuper
58
54
** TODO [#B] Global enable/disable flag
59
 
** TODO [#B] By-client countdown on secrets given
 
55
** TODO [#B] By-client countdown on number of secrets given
60
56
** TODO [#B] Support RFC 3339 time duration syntax
61
57
** More D-Bus methods
62
58
*** NeedsPassword(50) - Timeout, default disapprove
65
61
** TODO [#C] python-parsedatetime
66
62
** TODO [#C] systemd/launchd
67
63
   http://0pointer.de/blog/projects/systemd.html
 
64
   http://wiki.debian.org/systemd
68
65
** TODO Separate logging logic to own object
69
 
** TODO make clients to a dict!
70
66
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
71
67
** TODO [#B] break the wait on approval_delay if connection dies
72
68
** TODO Generate Client.runtime_expansions from client options + extra
73
69
** TODO Allow %%(checker)s as a runtime expansion
74
70
** TODO Use python-tlslite?
 
71
** TODO D-Bus AddClient() method on server object
 
72
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
 
73
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
 
74
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
 
75
   TODO Can use "invalidates" annotation to also emit on changed secret.
 
76
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
 
77
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
78
   and signals ClientAdded and ClientRemoved.
75
79
 
76
80
* mandos.xml
77
81
** Add mandos contact info in manual pages
90
94
** Urwid client data displayer
91
95
   Better view of client data in the listing
92
96
*** Properties popup
93
 
** Nicer crashes. Stack traces Messes up shell.
94
 
*** Print a nice "We are sorry" message, save stack trace to log.
 
97
** Print a nice "We are sorry" message, save stack trace to log.
95
98
** Show timeout countdown for approval
96
99
 
97
100
* mandos-keygen
113
116
   From XML sources directly?
114
117
 
115
118
* Side Stuff
116
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
117
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
119
** TODO Locate which package moves the other bin/sh when busybox is deactivated
 
120
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
118
121
 
119
122
 
120
123
#+STARTUP: showall