/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 at recompile
  • Date: 2011-12-27 12:15:06 UTC
  • Revision ID: teddy@recompile.se-20111227121506-2qqqdy8evr9ts2ub
Add TODO entries about new D-Bus features we should use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* GIT
4
 
** General: [[https://www.atlassian.com/git/workflows][Git Workflows]], [[http://gitimmersion.com/][Git Immersion]], [[https://news.ycombinator.com/item?id=7036628][Simple git workflow is simple]]
5
 
** Intro: [[http://www.eyrie.org/~eagle/notes/debian/git.html#combine][Using Git for Debian Packaging]]
6
 
** Use: [[https://honk.sigxcpu.org/piki/projects/git-buildpackage/][git-buildpackage]]
7
 
** Migration
8
 
   tailor?
9
 
   Using bzr-fastimport: [[http://www.fusonic.net/en/blog/2013/03/26/migrating-from-bazaar-to-git/][Migrating from Bazaar to Git]]
10
 
** Unresolved: [[http://jameswestby.net/bzr/builddeb/user_manual/split.html][bzr builddeb split mode]]
11
 
   Maybe: [[http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.UPSTREAM.GIT.NOTARBALL][git-buildpackage - No upstream tarballs]]
12
 
   [[http://www.python.org/dev/peps/pep-0374/][PEP 374 - Choosing a distributed VCS for the Python project]]
13
 
   [[http://www.emacswiki.org/emacs/GitForEmacsDevs][Git For Emacs Devs]]
14
 
 
15
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
16
4
 
17
 
* Testing
18
 
** python-nemu
 
5
* mandos
 
6
** Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
 
7
** Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
 
8
   Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
 
9
   Can use "invalidates" annotation to also emit on changed secret.
 
10
** Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
 
11
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
12
   and signals ClientAdded and ClientRemoved.
19
13
 
20
14
* mandos-applet
21
15
 
22
16
* mandos-client
23
 
** TODO [#A] --dh-params=FILE
 
17
** TODO [#A] Wireless network hook
24
18
** TODO [#B] Use capabilities instead of seteuid().
25
 
   https://forums.grsecurity.net/viewtopic.php?f=7&t=2522
 
19
** TODO [#B] Use struct sockaddr_storage instead of a union
26
20
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
27
 
** TODO [#C] Make start_mandos_communication() take "struct server".
28
 
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
 
21
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
22
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
29
23
 
30
24
* splashy
31
25
** TODO [#B] use scandir(3) instead of readdir(3)
33
27
* usplash (Deprecated)
34
28
** TODO [#A] Make it work again
35
29
** TODO [#B] use scandir(3) instead of readdir(3)
 
30
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
36
31
 
37
32
* askpass-fifo
 
33
** TODO [#B] Drop privileges after opening FIFO.
38
34
 
39
35
* password-prompt
40
36
** TODO [#B] lock stdin (with flock()?)
45
41
 
46
42
* plugin-runner
47
43
** TODO handle printing for errors for plugins
48
 
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
44
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
 
45
** TODO [#B] use scandir(3) instead of readdir(3)
49
46
** TODO [#C] use same file name rules as run-parts(8)
50
47
** kernel command line option for debug info
 
48
** TODO [#B] Use openat()
51
49
 
52
50
* mandos (server)
53
 
** TODO [#B] Work around Avahi issue
54
 
   Avahi does not announce link-local addresses if any global
55
 
   addresses exist: http://lists.freedesktop.org/archives/avahi/2010-March/001863.html
 
51
** TODO Document why we ignore sigint
56
52
** TODO [#B] Log level                                                    :BUGS:
57
53
*** TODO /etc/mandos/clients.d/*.conf
58
54
    Watch this directory and add/remove/update clients?
59
55
** TODO [#C] config for TXT record
60
56
** TODO Log level dbus option
61
57
   SetLogLevel D-Bus call
 
58
** TODO Implement --foreground                                            :BUGS:
 
59
   [[info:standards:Option%20Table][Table of Long Options]]
 
60
** TODO Implement --socket
 
61
   [[info:standards:Option%20Table][Table of Long Options]]
62
62
** TODO [#C] DBusServiceObjectUsingSuper
63
63
** TODO [#B] Global enable/disable flag
64
64
** TODO [#B] By-client countdown on number of secrets given
65
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
65
** TODO [#B] Support RFC 3339 time duration syntax
 
66
** More D-Bus methods
 
67
*** NeedsPassword(50) - Timeout, default disapprove
66
68
    + SetPass(u"gazonk", True) -> Approval, persistent
67
69
    + Approve(False) -> Close client connection immediately
68
70
** TODO [#C] python-parsedatetime
 
71
** TODO [#C] systemd/launchd
 
72
   http://0pointer.de/blog/projects/systemd.html
 
73
   http://wiki.debian.org/systemd
69
74
** TODO Separate logging logic to own object
70
75
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
71
76
** TODO [#B] break the wait on approval_delay if connection dies
73
78
** TODO Allow %%(checker)s as a runtime expansion
74
79
** TODO Use python-tlslite?
75
80
** TODO D-Bus AddClient() method on server object
76
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
77
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
78
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
79
 
   and signals ClientAdded and ClientRemoved.
80
 
** TODO Save state periodically to recover better from hard shutdowns
81
 
** TODO CheckerCompleted method, deprecate CheckedOK
82
 
** TODO Secret Service API?
83
 
   http://standards.freedesktop.org/secret-service/
84
 
** TODO Remove D-Bus interfaces with old domain name                      :2:
85
 
** TODO Remove old string_to_delta format                                    :2:
86
 
** TODO http://0pointer.de/blog/projects/stateless.html
87
 
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
88
 
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
89
 
** TODO Error handling on error parsing config files
90
 
** TODO init.d script error handling
91
 
** TODO D-Bus server properties; address, port, interface, etc.              :2:
92
 
** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
93
81
 
94
82
* mandos.xml
95
83
** Add mandos contact info in manual pages
97
85
* mandos-ctl
98
86
*** Handle "no D-Bus server" and/or "no Mandos server found" better
99
87
*** [#B] --dump option
100
 
** TODO Remove old string_to_delta format                                    :2:
 
88
** TODO Support RFC 3339 time duration syntax
101
89
 
102
90
* TODO mandos-dispatch
103
91
  Listens for specified D-Bus signals and spawns shell commands with
109
97
   Better view of client data in the listing
110
98
*** Properties popup
111
99
** Print a nice "We are sorry" message, save stack trace to log.
112
 
** Rename module "gobject" to "GObject".
 
100
** Show timeout countdown for approval
113
101
 
114
102
* mandos-keygen
115
103
** TODO "--secfile" option
117
105
** TODO [#B] "--test" option
118
106
   For testing decryption before rebooting.
119
107
 
 
108
* Makefile
 
109
** TODO [#C] Implement DEB_BUILD_OPTIONS
 
110
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
111
 
120
112
* Package
121
113
** /usr/share/initramfs-tools/hooks/mandos
122
114
*** TODO [#C] use same file name rules as run-parts(8)