/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: 2010-09-12 03:00:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100912030040-b0uopyennste9fdh
Documentation changes:

* DBUS-API: New file documenting the server D-Bus interface.

* clients.conf: Add examples of new approval settings.

* debian/mandos.docs: Added "DBUS-API".

* mandos-clients.conf.xml (OPTIONS): Added "approved_by_default",
                                     "approval_delay", and
                                     "approval_duration".
* mandos.xml (D-BUS INTERFACE): Refer to the "DBUS-API" file.
  (BUGS): Remove mention of lack of a remote query interface.

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
 
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
16
 
 
17
 
* Testing
18
 
** python-nemu
19
 
 
20
 
* mandos-applet
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
 
 
5
* Release critical
 
6
** TODO Change make-run-server to not include --no-dbus
21
7
 
22
8
* mandos-client
 
9
** TODO [#B] use scandir(3) instead of readdir(3)
 
10
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
11
** TODO [#B] Retry a server which has a non-definite reply:
 
12
*** A closed connection during the TLS handshake
 
13
*** A TCP timeout
23
14
** TODO [#B] Use capabilities instead of seteuid().
24
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
25
 
** TODO [#C] Make start_mandos_communication() take "struct server".
26
 
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
 
15
** TODO [#A] Retry --connect forever
27
16
 
28
17
* splashy
29
18
** TODO [#B] use scandir(3) instead of readdir(3)
 
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
20
 
31
 
* usplash (Deprecated)
 
21
* usplash
32
22
** TODO [#A] Make it work again
33
23
** TODO [#B] use scandir(3) instead of readdir(3)
 
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
25
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
34
26
 
35
27
* askpass-fifo
 
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
29
** TODO [#B] Drop privileges after opening FIFO.
36
30
 
37
31
* password-prompt
 
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
33
** TODO [#B] lock stdin (with flock()?)
39
34
 
40
35
* plymouth
 
36
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
41
37
 
42
38
* TODO [#B] passdev
43
39
 
44
40
* plugin-runner
45
 
** TODO handle printing for errors for plugins
46
 
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
41
** TODO [#B] use scandir(3) instead of readdir(3)
47
42
** TODO [#C] use same file name rules as run-parts(8)
48
43
** kernel command line option for debug info
 
44
** TODO [#B] Use openat()
49
45
 
50
46
* mandos (server)
51
47
** TODO [#B] Log level                                                    :BUGS:
 
48
** TODO Persistent state                                                  :BUGS:
 
49
   /var/lib/mandos/*
52
50
*** TODO /etc/mandos/clients.d/*.conf
53
51
    Watch this directory and add/remove/update clients?
54
52
** TODO [#C] config for TXT record
55
 
** TODO Log level dbus option
56
 
   SetLogLevel D-Bus call
 
53
** TODO Log level option
 
54
   syslogger.setLevel(logging.WARNING)
 
55
   + SetLogLevel D-Bus call
 
56
** TODO Implement --foreground                                            :BUGS:
 
57
   [[info:standards:Option%20Table][Table of Long Options]]
 
58
** TODO Implement --socket
 
59
   [[info:standards:Option%20Table][Table of Long Options]]
 
60
** TODO Date+time on console log messages                                 :BUGS:
 
61
   Is this the default?
57
62
** TODO [#C] DBusServiceObjectUsingSuper
58
63
** TODO [#B] Global enable/disable flag
59
 
** TODO [#B] By-client countdown on number of secrets given
60
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
64
** TODO [#B] By-client countdown on secrets given
 
65
** TODO [#B] Fix problem with fsck taking a really long time
 
66
   Whenever a client successfully gets a secret it could get a
 
67
   one-time timeout boost to allow for an fsck-incurred delay
 
68
** TODO [#A] Delay before client receives key
 
69
   This would give an operator opportunity to cancel the request if
 
70
   desired.
 
71
** TODO [#A] Client manual approval mode
 
72
   A client needs manual approval on the server before it gets the
 
73
   secret
 
74
** TODO [#B] Support RFC 3339 time duration syntax
 
75
** More D-Bus methods
 
76
*** NeedsApproval(50, True) -> timeout, default approve
 
77
    Default approval is configurable, but True by default
 
78
    + Approve(True) -> approve sending saved
 
79
    + Approve(False) -> Close client connection immediately
 
80
*** NeedsPassword(50) - Timeout, default disapprove
61
81
    + SetPass(u"gazonk", True) -> Approval, persistent
62
82
    + Approve(False) -> Close client connection immediately
63
83
** TODO [#C] python-parsedatetime
 
84
** TODO [#C] systemd/launchd
 
85
   http://0pointer.de/blog/projects/systemd.html
64
86
** TODO Separate logging logic to own object
 
87
** TODO make clients to a dict!
65
88
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
66
 
** TODO [#B] break the wait on approval_delay if connection dies
67
 
** TODO Generate Client.runtime_expansions from client options + extra
68
 
** TODO Allow %%(checker)s as a runtime expansion
69
 
** TODO Use python-tlslite?
70
 
** TODO D-Bus AddClient() method on server object
71
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
72
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
73
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
74
 
   and signals ClientAdded and ClientRemoved.
75
 
** TODO Save state periodically to recover better from hard shutdowns
76
 
** TODO CheckerCompleted method, deprecate CheckedOK
77
 
** TODO Secret Service API?
78
 
   http://standards.freedesktop.org/secret-service/
79
 
** TODO Remove D-Bus interfaces with old domain name                      :2:
80
 
** TODO Remove old string_to_delta format                                    :2:
81
 
** TODO http://0pointer.de/blog/projects/stateless.html
82
 
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
83
 
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
84
 
** TODO Error handling on error parsing config files
85
 
** TODO init.d script error handling
86
 
** TODO D-Bus server properties; address, port, interface, etc.              :2:
87
89
 
88
90
* mandos.xml
89
91
** Add mandos contact info in manual pages
91
93
* mandos-ctl
92
94
*** Handle "no D-Bus server" and/or "no Mandos server found" better
93
95
*** [#B] --dump option
94
 
** TODO Remove old string_to_delta format                                    :2:
 
96
** TODO Support RFC 3339 time duration syntax
95
97
 
96
98
* TODO mandos-dispatch
97
99
  Listens for specified D-Bus signals and spawns shell commands with
98
100
  arguments.
99
101
 
100
102
* mandos-monitor
101
 
** TODO help should be toggleable
 
103
** TODO help should be toggable
102
104
** Urwid client data displayer
103
105
   Better view of client data in the listing
104
106
*** Properties popup
105
 
** Print a nice "We are sorry" message, save stack trace to log.
106
 
** Rename module "gobject" to "GObject".
 
107
** Nicer crashes. Stack traces Messes up shell.
 
108
*** Print a nice "We are sorry" message, save stack trace to log.
107
109
 
108
110
* mandos-keygen
 
111
** TODO Loop until passwords match when run interactively
109
112
** TODO "--secfile" option
110
113
   Using the "secfile" option instead of "secret"
111
114
** TODO [#B] "--test" option
112
115
   For testing decryption before rebooting.
113
116
 
 
117
* Makefile
 
118
** TODO Add "--Xlinker --as-needed"
 
119
   http://udrepper.livejournal.com/19395.html
 
120
** TODO [#C] Implement DEB_BUILD_OPTIONS
 
121
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
122
 
114
123
* Package
115
124
** /usr/share/initramfs-tools/hooks/mandos
116
125
*** TODO [#C] use same file name rules as run-parts(8)
120
129
   From XML sources directly?
121
130
 
122
131
* Side Stuff
123
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
124
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
 
132
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
133
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
125
134
 
126
135
 
127
136
#+STARTUP: showall