/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: 2009-09-17 11:42:12 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090917114212-bmb2eq0c3modtgme
* TODO: Updated.

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
21
 
 
22
3
* mandos-client
 
4
** TODO [#B] use scandir(3) instead of readdir(3)
 
5
** TODO [#B] Prefix all debug output with argv[0]
 
6
** TODO [#B] Retry a server which has a non-definite reply:
 
7
*** A closed connection during the TLS handshake
 
8
*** A TCP timeout
23
9
** 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
10
 
27
11
* splashy
28
12
** TODO [#B] use scandir(3) instead of readdir(3)
 
13
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
29
14
 
30
 
* usplash (Deprecated)
31
 
** TODO [#A] Make it work again
 
15
* usplash
32
16
** TODO [#B] use scandir(3) instead of readdir(3)
 
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
33
18
 
34
19
* askpass-fifo
 
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
21
** TODO [#B] Drop privileges after opening FIFO.
35
22
 
36
23
* password-prompt
37
 
** TODO [#B] lock stdin (with flock()?)
38
 
 
39
 
* plymouth
40
 
 
41
 
* TODO [#B] passdev
 
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
42
25
 
43
26
* plugin-runner
44
 
** TODO handle printing for errors for plugins
45
 
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
27
** TODO [#B] use scandir(3) instead of readdir(3)
46
28
** TODO [#C] use same file name rules as run-parts(8)
47
 
** kernel command line option for debug info
48
29
 
49
30
* mandos (server)
50
 
** TODO [#B] Work around Avahi issue
51
 
   Avahi does not announce link-local addresses if any global
52
 
   addresses exist: http://lists.freedesktop.org/archives/avahi/2010-March/001863.html
53
 
** TODO [#B] Log level                                                    :BUGS:
54
 
*** TODO /etc/mandos/clients.d/*.conf
55
 
    Watch this directory and add/remove/update clients?
56
 
** TODO [#C] config for TXT record
57
 
** TODO Log level dbus option
58
 
   SetLogLevel D-Bus call
59
 
** TODO [#C] DBusServiceObjectUsingSuper
60
 
** TODO [#B] Global enable/disable flag
61
 
** TODO [#B] By-client countdown on number of secrets given
62
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
63
 
    + SetPass(u"gazonk", True) -> Approval, persistent
64
 
    + Approve(False) -> Close client connection immediately
65
 
** TODO [#C] python-parsedatetime
66
 
** TODO Separate logging logic to own object
67
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
68
 
** TODO [#B] break the wait on approval_delay if connection dies
69
 
** TODO Generate Client.runtime_expansions from client options + extra
70
 
** TODO Allow %%(checker)s as a runtime expansion
71
 
** TODO Use python-tlslite?
72
 
** TODO D-Bus AddClient() method on server object
73
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
74
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
75
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
76
 
   and signals ClientAdded and ClientRemoved.
77
 
** TODO Save state periodically to recover better from hard shutdowns
78
 
** TODO CheckerCompleted method, deprecate CheckedOK
79
 
** TODO Secret Service API?
80
 
   http://standards.freedesktop.org/secret-service/
81
 
** TODO Remove D-Bus interfaces with old domain name                      :2:
82
 
** TODO Remove old string_to_delta format                                    :2:
83
 
** TODO http://0pointer.de/blog/projects/stateless.html
84
 
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
85
 
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
86
 
** TODO Error handling on error parsing config files
87
 
** TODO init.d script error handling
88
 
** TODO D-Bus server properties; address, port, interface, etc.              :2:
 
31
** TODO [#B] Log level                          :BUGS:
 
32
** TODO /etc/mandos/clients.d/*.conf
 
33
   Watch this directory and add/remove/update clients?
 
34
** TODO config for TXT record
 
35
** TODO [#B] Run-time communication with server :BUGS:
 
36
   Probably using D-Bus
 
37
*** Client class
 
38
*** Main server
 
39
    + SetLogLevel
 
40
      syslogger.setLevel(logging.WARNING)
 
41
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
 
42
** TODO Implement --foreground                  :BUGS:
 
43
   [[info:standards:Option%20Table][Table of Long Options]]
 
44
** TODO Implement --socket
 
45
   [[info:standards:Option%20Table][Table of Long Options]]
 
46
** TODO Date+time on console log messages       :BUGS:
 
47
   Is this the default?
 
48
** TODO DBusServiceObjectUsingSuper
 
49
** Global enable/disable flag
 
50
** By-client countdown on secrets given
 
51
** Fix problem with fsck taking a really long time
 
52
   Whenever a client successfully gets a secret it could get a
 
53
   one-time timeout boost to allow for an fsck-incurred delay
89
54
 
90
55
* mandos.xml
91
 
** Add mandos contact info in manual pages
 
56
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
57
 
 
58
* Provide and install /etc/dbus-1/system.d/mandos.conf
92
59
 
93
60
* mandos-ctl
94
61
*** Handle "no D-Bus server" and/or "no Mandos server found" better
95
62
*** [#B] --dump option
96
 
** TODO Remove old string_to_delta format                                    :2:
97
 
 
98
 
* TODO mandos-dispatch
99
 
  Listens for specified D-Bus signals and spawns shell commands with
100
 
  arguments.
101
63
 
102
64
* mandos-monitor
103
 
** TODO help should be toggleable
104
 
** Urwid client data displayer
105
 
   Better view of client data in the listing
 
65
** D-Bus mail loop w/ signal receiver
 
66
** Snack/Newt client data displayer
 
67
*** Client Widgets
106
68
*** Properties popup
107
 
** Print a nice "We are sorry" message, save stack trace to log.
108
 
** Rename module "gobject" to "GObject".
109
69
 
110
70
* mandos-keygen
 
71
** TODO Loop until passwords match when run interactively
111
72
** TODO "--secfile" option
112
73
   Using the "secfile" option instead of "secret"
113
74
** TODO [#B] "--test" option
114
75
   For testing decryption before rebooting.
115
76
 
 
77
* Makefile
 
78
** Implement DEB_BUILD_OPTIONS
 
79
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
80
 
116
81
* Package
117
82
** /usr/share/initramfs-tools/hooks/mandos
118
83
*** TODO [#C] use same file name rules as run-parts(8)
121
86
** TODO [#C] /etc/bash_completion.d/mandos
122
87
   From XML sources directly?
123
88
 
124
 
* Side Stuff
125
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
126
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
127
 
 
128
89
 
129
90
#+STARTUP: showall