/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: 2012-05-05 09:33:27 UTC
  • Revision ID: teddy@recompile.se-20120505093327-kzn0kkia6rhpciwd
* mandos-ctl: Break long lines.
* mandos-monitor: - '' -

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
19
 
 
20
5
* mandos-applet
21
6
 
22
7
* mandos-client
 
8
** TODO [#A] Wireless network hook
23
9
** TODO [#B] Use capabilities instead of seteuid().
 
10
** TODO [#B] Use struct sockaddr_storage instead of a union
24
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
25
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
26
 
** TODO [#C] Make start_mandos_communication() take "struct server".
 
14
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
27
15
 
28
16
* splashy
29
17
** TODO [#B] use scandir(3) instead of readdir(3)
31
19
* usplash (Deprecated)
32
20
** TODO [#A] Make it work again
33
21
** TODO [#B] use scandir(3) instead of readdir(3)
 
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
34
23
 
35
24
* askpass-fifo
36
25
** TODO [#B] Drop privileges after opening FIFO.
44
33
 
45
34
* plugin-runner
46
35
** TODO handle printing for errors for plugins
47
 
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
36
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
48
37
** TODO [#B] use scandir(3) instead of readdir(3)
49
38
** TODO [#C] use same file name rules as run-parts(8)
50
39
** kernel command line option for debug info
51
40
** TODO [#B] Use openat()
52
 
** TODO [#C] Use fnmatch() to look for bad prefixes and suffixes
53
41
 
54
42
* mandos (server)
 
43
** TODO Document why we ignore sigint
55
44
** TODO [#B] Log level                                                    :BUGS:
56
45
*** TODO /etc/mandos/clients.d/*.conf
57
46
    Watch this directory and add/remove/update clients?
58
47
** TODO [#C] config for TXT record
59
48
** TODO Log level dbus option
60
49
   SetLogLevel D-Bus call
 
50
** TODO Implement --foreground                                            :BUGS:
 
51
   [[info:standards:Option%20Table][Table of Long Options]]
 
52
** TODO Implement --socket
 
53
   [[info:standards:Option%20Table][Table of Long Options]]
61
54
** TODO [#C] DBusServiceObjectUsingSuper
62
55
** TODO [#B] Global enable/disable flag
63
56
** TODO [#B] By-client countdown on number of secrets given
64
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
57
** TODO [#B] Support RFC 3339 time duration syntax
 
58
** More D-Bus methods
 
59
*** NeedsPassword(50) - Timeout, default disapprove
65
60
    + SetPass(u"gazonk", True) -> Approval, persistent
66
61
    + Approve(False) -> Close client connection immediately
67
62
** TODO [#C] python-parsedatetime
 
63
** TODO [#C] systemd/launchd
 
64
   http://0pointer.de/blog/projects/systemd.html
 
65
   http://wiki.debian.org/systemd
68
66
** TODO Separate logging logic to own object
69
67
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
70
68
** TODO [#B] break the wait on approval_delay if connection dies
72
70
** TODO Allow %%(checker)s as a runtime expansion
73
71
** TODO Use python-tlslite?
74
72
** TODO D-Bus AddClient() method on server object
75
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
76
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal         :2:
 
73
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
 
74
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
77
75
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
78
76
   TODO Can use "invalidates" annotation to also emit on changed secret.
79
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
 
77
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
80
78
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
81
79
   and signals ClientAdded and ClientRemoved.
82
80
** TODO Save state periodically to recover better from hard shutdowns
83
81
** TODO CheckerCompleted method, deprecate CheckedOK
84
82
** TODO Secret Service API?
85
83
   http://standards.freedesktop.org/secret-service/
86
 
** TODO Remove D-Bus interfaces with old domain name                      :2:
87
 
** TODO Remove old string_to_delta format                                 :2:
88
 
** TODO --no-zeroconf (only valid if port or socket is set)
 
84
** TODO [[info:python:What's%20New%20in%20Python%202%206][What's New in Python 2.6]]
 
85
*** Start at [[info:python:PEP%203101%20Advanced%20String%20Formatting][PEP 3101 Advanced String Formatting]]
89
86
 
90
87
* mandos.xml
91
88
** Add mandos contact info in manual pages
93
90
* mandos-ctl
94
91
*** Handle "no D-Bus server" and/or "no Mandos server found" better
95
92
*** [#B] --dump option
96
 
** TODO Remove old string_to_delta format                                 :2:
 
93
** TODO Support RFC 3339 time duration syntax
97
94
 
98
95
* TODO mandos-dispatch
99
96
  Listens for specified D-Bus signals and spawns shell commands with
105
102
   Better view of client data in the listing
106
103
*** Properties popup
107
104
** Print a nice "We are sorry" message, save stack trace to log.
108
 
** Rename module "gobject" to "GObject".
 
105
** Show timeout countdown for approval
109
106
 
110
107
* mandos-keygen
111
108
** TODO "--secfile" option
113
110
** TODO [#B] "--test" option
114
111
   For testing decryption before rebooting.
115
112
 
 
113
* Makefile
 
114
** TODO [#C] Implement DEB_BUILD_OPTIONS
 
115
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
116
 
116
117
* Package
117
118
** /usr/share/initramfs-tools/hooks/mandos
118
119
*** TODO [#C] use same file name rules as run-parts(8)