/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
1
-*- org -*-
2
171 by Teddy Hogeborn
Renamed "password-request" to "mandos-client".
3
* mandos-client
355 by Teddy Hogeborn
* mandos: White-space fixes only.
4
** TODO [#B] use scandir(3) instead of readdir(3)
358 by Teddy Hogeborn
* plugins.d/mandos-client.c (start_mandos_communication): Check
5
** TODO [#B] Prefix all debug output with argv[0]
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
6
** TODO [#B] Retry a server which has a non-definite reply:
363 by Teddy Hogeborn
* plugin-runner.c: Minor stylistic changes.
7
*** A closed connection during the TLS handshake
8
*** A TCP timeout
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
9
** TODO [#B] Use capabilities instead of seteuid().
355 by Teddy Hogeborn
* mandos: White-space fixes only.
10
11
* splashy
12
** TODO [#B] use scandir(3) instead of readdir(3)
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
13
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
355 by Teddy Hogeborn
* mandos: White-space fixes only.
14
15
* usplash
16
** TODO [#B] use scandir(3) instead of readdir(3)
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
18
19
* askpass-fifo
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
21
** TODO [#B] Drop privileges after opening FIFO.
358 by Teddy Hogeborn
* plugins.d/mandos-client.c (start_mandos_communication): Check
22
23
* password-prompt
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
355 by Teddy Hogeborn
* mandos: White-space fixes only.
25
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
26
* TODO passdev
27
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
28
* plugin-runner
29
** TODO [#B] use scandir(3) instead of readdir(3)
344 by Teddy Hogeborn
* debian/control (Standards-Version): Changed to "3.8.1".
30
** TODO [#C] use same file name rules as run-parts(8)
24.1.145 by Björn Påhlsson
todo
31
** kernel command line option for debug info
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
32
87 by Teddy Hogeborn
* Makefile: Bug fix: fixed creation of man pages in "plugins.d".
33
* mandos (server)
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
34
** TODO [#B] Log level				:BUGS:
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
35
** TODO /etc/mandos/clients.d/*.conf
44 by Teddy Hogeborn
* ca.pem: Removed.
36
   Watch this directory and add/remove/update clients?
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
37
** TODO config for TXT record
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
38
** TODO [#B] Run-time communication with server :BUGS:
53 by Teddy Hogeborn
Merge.
39
   Probably using D-Bus
237.1.1 by Teddy Hogeborn
First steps of a D-Bus interface to the server.
40
*** Client class
41
*** Main server
237.1.2 by Teddy Hogeborn
Further steps towards a D-Bus server interface, plus minor syntax
42
    + SetLogLevel
237.1.1 by Teddy Hogeborn
First steps of a D-Bus interface to the server.
43
      syslogger.setLevel(logging.WARNING)
237.1.2 by Teddy Hogeborn
Further steps towards a D-Bus server interface, plus minor syntax
44
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
45
** TODO Implement --foreground			:BUGS:
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
46
   [[info:standards:Option%20Table][Table of Long Options]]
47
** TODO Implement --socket
48
   [[info:standards:Option%20Table][Table of Long Options]]
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
49
** TODO Date+time on console log messages	:BUGS:
64 by Teddy Hogeborn
* mandos-client.c (print_out_password): Strip trailing '\n'.
50
   Is this the default?
333 by Teddy Hogeborn
Minor code cleanup; one minor bug fix.
51
** TODO DBusServiceObjectUsingSuper
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
52
** TODO Global enable/disable flag
53
** TODO By-client countdown on secrets given
54
** TODO Fix problem with fsck taking a really long time
367 by Teddy Hogeborn
* init.d-mandos: Bug fix: Correct the LSB header.
55
   Whenever a client successfully gets a secret it could get a
56
   one-time timeout boost to allow for an fsck-incurred delay
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
57
** TODO Delay before client receives key
58
   This would give an operator opportunity to cancel the request if
59
   desired.
60
** TODO Client manual approval mode
61
   A client needs manual approval on the server before it gets the
62
   secret
63
** TODO Persistent state
64
   /var/lib/mandos/*
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
65
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
66
* mandos.xml
67
** [[file:mandos.xml::XXX][Document D-Bus interface]]
24.1.143 by Björn Påhlsson
added documentation todo
68
** Add mandos contact info in manual pages
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
69
70
* Provide and install /etc/dbus-1/system.d/mandos.conf
71
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
72
* mandos-ctl
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
73
*** Handle "no D-Bus server" and/or "no Mandos server found" better
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
74
*** [#B] --dump option
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
75
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
76
* TODO mandos-dispatch
77
  Listens for specified D-Bus signals and spawns shell commands with
78
  arguments.
79
375 by Teddy Hogeborn
* TODO: Updated.
80
* mandos-monitor
327 by Teddy Hogeborn
Merge from pipe IPC branch.
81
** D-Bus mail loop w/ signal receiver
375 by Teddy Hogeborn
* TODO: Updated.
82
** Snack/Newt client data displayer
327 by Teddy Hogeborn
Merge from pipe IPC branch.
83
*** Client Widgets
84
*** Properties popup
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
85
228 by Teddy Hogeborn
* INSTALL: Add instructions on how to set the correct network
86
* mandos-keygen
24.1.126 by Björn Påhlsson
small stuff
87
** TODO Loop until passwords match when run interactively
228 by Teddy Hogeborn
* INSTALL: Add instructions on how to set the correct network
88
** TODO "--secfile" option
89
   Using the "secfile" option instead of "secret"
90
** TODO [#B] "--test" option
91
   For testing decryption before rebooting.
67 by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on
92
370 by Teddy Hogeborn
* debian/control (Standards-Version): Updated to "2.8.3".
93
* Makefile
94
** Implement DEB_BUILD_OPTIONS
95
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
96
275 by Teddy Hogeborn
* debian/mandos-client.postinst: Converted to Bourne shell. Also
97
* Package
67 by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on
98
** /usr/share/initramfs-tools/hooks/mandos
344 by Teddy Hogeborn
* debian/control (Standards-Version): Changed to "3.8.1".
99
*** TODO [#C] use same file name rules as run-parts(8)
263 by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and
100
*** TODO [#C] Do not install in initrd.img if configured not to.
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
101
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
263 by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and
102
** TODO [#C] /etc/bash_completion.d/mandos
88 by Teddy Hogeborn
No code or documentation changes.
103
   From XML sources directly?
24.1.30 by Björn Påhlsson
Added more stuff to do
104
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
105

106
#+STARTUP: showall