/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: 2013-10-28 08:38:47 UTC
  • Revision ID: teddy@recompile.se-20131028083847-cper3srg5o29r2ge
Use architecture libdir.

Instead of always using /usr/lib/mandos, use whatever the architecture
specifies, like /usr/lib/x86_64-linux-gnu/mandos or /usr/lib64/mandos.
Still use /usr/lib/mandos as a fallback.

* Makefile (LIBDIR): New.
 (install-client-nokey, uninstall-client): Use LIBDIR instead of
                                           $(PREFIX)/lib.
* initramfs-tools-hook: Detect correct libdir and copy from there.

Reported-by: Nathanael D. Noblet <nathanael@gnat.ca>
Suggested-by: Nathanael D. Noblet <nathanael@gnat.ca>

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
** Intro: [[http://www.eyrie.org/~eagle/notes/debian/git.html][Using Git for Debian Packaging]]
 
5
** Use: [[https://honk.sigxcpu.org/piki/projects/git-buildpackage/][git-buildpackage]]
 
6
** Migration
 
7
   tailor?
 
8
   Using bzr-fastimport: [[http://www.fusonic.net/en/blog/2013/03/26/migrating-from-bazaar-to-git/][Migrating from Bazaar to Git]]
 
9
** Unresolved: [[http://jameswestby.net/bzr/builddeb/user_manual/split.html][bzr builddeb split mode]]
 
10
   Maybe: [[http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.UPSTREAM.GIT.NOTARBALL>][git-buildpackage - No upstream tarballs]]
 
11
 
 
12
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
 
13
 
 
14
* Testing
 
15
** python-nemu
 
16
 
 
17
* mandos-applet
7
18
 
8
19
* 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
20
** TODO [#B] Use capabilities instead of seteuid().
15
 
** TODO [#A] Retry --connect forever
 
21
** TODO [#B] Use struct sockaddr_storage instead of a union
 
22
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
23
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
24
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
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
35
** TODO [#B] Drop privileges after opening FIFO.
30
36
 
31
37
* password-prompt
32
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
38
** TODO [#B] lock stdin (with flock()?)
34
39
 
35
40
* plymouth
36
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
37
41
 
38
42
* TODO [#B] passdev
39
43
 
40
44
* 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
47
** TODO [#B] use scandir(3) instead of readdir(3)
42
48
** TODO [#C] use same file name rules as run-parts(8)
43
49
** kernel command line option for debug info
45
51
 
46
52
* mandos (server)
47
53
** TODO [#B] Log level                                                    :BUGS:
48
 
** TODO Persistent state                                                  :BUGS:
49
 
   /var/lib/mandos/*
50
54
*** TODO /etc/mandos/clients.d/*.conf
51
55
    Watch this directory and add/remove/update clients?
52
56
** 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?
 
57
** TODO Log level dbus option
 
58
   SetLogLevel D-Bus call
62
59
** TODO [#C] DBusServiceObjectUsingSuper
63
60
** 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
 
61
** TODO [#B] By-client countdown on number of secrets given
 
62
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
81
63
    + SetPass(u"gazonk", True) -> Approval, persistent
82
64
    + Approve(False) -> Close client connection immediately
83
65
** TODO [#C] python-parsedatetime
84
 
** TODO [#C] systemd/launchd
85
 
   http://0pointer.de/blog/projects/systemd.html
86
66
** TODO Separate logging logic to own object
87
 
** TODO make clients to a dict!
88
67
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
89
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 Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal         :2:
 
75
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
 
76
   TODO Can use "invalidates" annotation to also emit on changed secret.
 
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 --no-zeroconf (only valid if port or socket is set)
90
87
 
91
88
* mandos.xml
92
89
** Add mandos contact info in manual pages
94
91
* mandos-ctl
95
92
*** Handle "no D-Bus server" and/or "no Mandos server found" better
96
93
*** [#B] --dump option
97
 
** TODO Support RFC 3339 time duration syntax
 
94
** TODO Remove old string_to_delta format                                 :2:
98
95
 
99
96
* TODO mandos-dispatch
100
97
  Listens for specified D-Bus signals and spawns shell commands with
101
98
  arguments.
102
99
 
103
100
* mandos-monitor
104
 
** TODO help should be toggable
 
101
** TODO help should be toggleable
105
102
** Urwid client data displayer
106
103
   Better view of client data in the listing
107
104
*** Properties popup
108
 
** Nicer crashes. Stack traces Messes up shell.
109
 
*** Print a nice "We are sorry" message, save stack trace to log.
 
105
** Print a nice "We are sorry" message, save stack trace to log.
 
106
** Rename module "gobject" to "GObject".
110
107
 
111
108
* mandos-keygen
112
 
** TODO Loop until passwords match when run interactively
113
109
** TODO "--secfile" option
114
110
   Using the "secfile" option instead of "secret"
115
111
** TODO [#B] "--test" option
116
112
   For testing decryption before rebooting.
117
113
 
118
114
* Makefile
119
 
** TODO Add "--Xlinker --as-needed"
120
 
   http://udrepper.livejournal.com/19395.html
121
115
** TODO [#C] Implement DEB_BUILD_OPTIONS
122
116
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
123
117
 
130
124
   From XML sources directly?
131
125
 
132
126
* 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
 
127
** TODO Locate which package moves the other bin/sh when busybox is deactivated
 
128
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
135
129
 
136
130
 
137
131
#+STARTUP: showall