/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: 2014-08-09 23:37:07 UTC
  • Revision ID: teddy@recompile.se-20140809233707-6c5qyievp78lnzf1
askpass-fifo: Lower privileges after opening FIFO.

* plugins.d/askpass-fifo.c (main): Lower privileges after opening FIFO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
4
 
 
5
 
* Release critical
6
 
** plymouth.8mandos
 
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
7
21
 
8
22
* 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
14
23
** TODO [#B] Use capabilities instead of seteuid().
15
 
** TODO [#A] Retry --connect forever
 
24
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
25
** TODO [#C] Make start_mandos_communication() take "struct server".
16
26
 
17
27
* splashy
18
28
** TODO [#B] use scandir(3) instead of readdir(3)
19
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
29
 
21
 
* usplash
 
30
* usplash (Deprecated)
22
31
** TODO [#A] Make it work again
23
32
** 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]]
26
33
 
27
34
* askpass-fifo
28
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
 
** TODO [#B] Drop privileges after opening FIFO.
30
35
 
31
36
* password-prompt
32
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
37
** TODO [#B] lock stdin (with flock()?)
34
38
 
35
39
* plymouth
36
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
37
40
 
38
41
* TODO [#B] passdev
39
42
 
40
43
* plugin-runner
41
 
** TODO [#B] use scandir(3) instead of readdir(3)
 
44
** TODO handle printing for errors for plugins
 
45
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
42
46
** TODO [#C] use same file name rules as run-parts(8)
43
47
** kernel command line option for debug info
44
 
** TODO [#B] Use openat()
45
48
 
46
49
* mandos (server)
47
50
** TODO [#B] Log level                                                    :BUGS:
48
 
** TODO Persistent state                                                  :BUGS:
49
 
   /var/lib/mandos/*
50
51
*** TODO /etc/mandos/clients.d/*.conf
51
52
    Watch this directory and add/remove/update clients?
52
53
** TODO [#C] config for TXT record
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?
 
54
** TODO Log level dbus option
 
55
   SetLogLevel D-Bus call
62
56
** TODO [#C] DBusServiceObjectUsingSuper
63
57
** TODO [#B] Global enable/disable flag
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
 
58
** TODO [#B] By-client countdown on number of secrets given
 
59
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
81
60
    + SetPass(u"gazonk", True) -> Approval, persistent
82
61
    + Approve(False) -> Close client connection immediately
83
62
** TODO [#C] python-parsedatetime
84
 
** TODO [#C] systemd/launchd
85
 
   http://0pointer.de/blog/projects/systemd.html
86
63
** TODO Separate logging logic to own object
87
 
** TODO make clients to a dict!
88
64
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
89
65
** TODO [#B] break the wait on approval_delay if connection dies
 
66
** TODO Generate Client.runtime_expansions from client options + extra
 
67
** TODO Allow %%(checker)s as a runtime expansion
 
68
** TODO Use python-tlslite?
 
69
** TODO D-Bus AddClient() method on server object
 
70
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
 
71
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal            :2:
 
72
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
 
73
   TODO Can use "invalidates" annotation to also emit on changed secret.
 
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:
90
89
 
91
90
* mandos.xml
92
91
** Add mandos contact info in manual pages
94
93
* mandos-ctl
95
94
*** Handle "no D-Bus server" and/or "no Mandos server found" better
96
95
*** [#B] --dump option
97
 
** TODO Support RFC 3339 time duration syntax
 
96
** TODO Remove old string_to_delta format                                    :2:
98
97
 
99
98
* TODO mandos-dispatch
100
99
  Listens for specified D-Bus signals and spawns shell commands with
101
100
  arguments.
102
101
 
103
102
* mandos-monitor
104
 
** TODO help should be toggable
 
103
** TODO help should be toggleable
105
104
** Urwid client data displayer
106
105
   Better view of client data in the listing
107
106
*** Properties popup
108
 
** Nicer crashes. Stack traces Messes up shell.
109
 
*** Print a nice "We are sorry" message, save stack trace to log.
 
107
** Print a nice "We are sorry" message, save stack trace to log.
 
108
** Rename module "gobject" to "GObject".
110
109
 
111
110
* mandos-keygen
112
 
** TODO Loop until passwords match when run interactively
113
111
** TODO "--secfile" option
114
112
   Using the "secfile" option instead of "secret"
115
113
** TODO [#B] "--test" option
116
114
   For testing decryption before rebooting.
117
115
 
118
 
* Makefile
119
 
** TODO Add "--Xlinker --as-needed"
120
 
   http://udrepper.livejournal.com/19395.html
121
 
** TODO [#C] Implement DEB_BUILD_OPTIONS
122
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
123
 
 
124
116
* Package
125
117
** /usr/share/initramfs-tools/hooks/mandos
126
118
*** TODO [#C] use same file name rules as run-parts(8)
130
122
   From XML sources directly?
131
123
 
132
124
* Side Stuff
133
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
134
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
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
135
127
 
136
128
 
137
129
#+STARTUP: showall