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 |
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
4 |
** TODO [#B] Temporarily lower kernel log level |
87
by Teddy Hogeborn
* Makefile: Bug fix: fixed creation of man pages in "plugins.d". |
5 |
for less printouts during sucessfull boot. |
235
by Teddy Hogeborn
* INSTALL: Fixed typo. |
6 |
klogctl(6, NULL, 0); klogctl(7, NULL, 0); |
187
by Teddy Hogeborn
* debian/mandos-client.README.Debian: Document "eth0" default and how |
7 |
** TODO [#C] IPv4 support |
47
by Teddy Hogeborn
* plugbasedclient.c: Renamed to "mandos-client.c". All users changed. |
8 |
|
240
by Teddy Hogeborn
Merge "mandos-list" from belorn. |
9 |
* plugin-runner |
10 |
** TODO [#B] use scandir(3) instead of readdir(3) |
|
11 |
||
87
by Teddy Hogeborn
* Makefile: Bug fix: fixed creation of man pages in "plugins.d". |
12 |
* mandos (server) |
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
13 |
** TODO [#B] Log level :bugs: |
14 |
** TODO /etc/mandos/clients.d/*.conf |
|
44
by Teddy Hogeborn
* ca.pem: Removed. |
15 |
Watch this directory and add/remove/update clients? |
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
16 |
** TODO config for TXT record |
17 |
** TODO [#B] Run-time communication with server :bugs: |
|
53
by Teddy Hogeborn
Merge. |
18 |
Probably using D-Bus |
19 |
See also [[*Mandos-tools]] |
|
237.1.1
by Teddy Hogeborn
First steps of a D-Bus interface to the server. |
20 |
*** Client class |
21 |
*** Main server |
|
237.1.2
by Teddy Hogeborn
Further steps towards a D-Bus server interface, plus minor syntax |
22 |
+ SetLogLevel |
237.1.1
by Teddy Hogeborn
First steps of a D-Bus interface to the server. |
23 |
syslogger.setLevel(logging.WARNING) |
237.1.2
by Teddy Hogeborn
Further steps towards a D-Bus server interface, plus minor syntax |
24 |
+ Quit |
25 |
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]] |
|
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
26 |
** TODO Implement --foreground :bugs: |
27 |
[[info:standards:Option%20Table][Table of Long Options]] |
|
28 |
** TODO Implement --socket |
|
29 |
[[info:standards:Option%20Table][Table of Long Options]] |
|
30 |
** TODO Date+time on console log messages :bugs: |
|
64
by Teddy Hogeborn
* mandos-client.c (print_out_password): Strip trailing '\n'. |
31 |
Is this the default? |
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
32 |
** TODO delete hook when clients fall out by timeout |
237.1.2
by Teddy Hogeborn
Further steps towards a D-Bus server interface, plus minor syntax |
33 |
This will not be strictly necessary when the D-Bus interface is |
34 |
implemented. |
|
36
by Teddy Hogeborn
* TODO: Converted to org-mode style |
35 |
|
243
by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a |
36 |
* mandos.xml |
37 |
** [[file:mandos.xml::XXX][Document D-Bus interface]] |
|
38 |
||
39 |
* Provide and install /etc/dbus-1/system.d/mandos.conf |
|
40 |
||
240
by Teddy Hogeborn
Merge "mandos-list" from belorn. |
41 |
* mandos-list |
243
by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a |
42 |
*** Handle "no D-Bus server" and/or "no Mandos server found" better |
240
by Teddy Hogeborn
Merge "mandos-list" from belorn. |
43 |
*** [#B] --dump option |
182
by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey". |
44 |
** TODO Disable client |
45 |
** TODO Enable client |
|
46 |
** TODO Reset timer |
|
36
by Teddy Hogeborn
* TODO: Converted to org-mode style |
47 |
|
240
by Teddy Hogeborn
Merge "mandos-list" from belorn. |
48 |
* Curses interface |
49 |
||
228
by Teddy Hogeborn
* INSTALL: Add instructions on how to set the correct network |
50 |
* mandos-keygen |
51 |
** TODO "--secfile" option |
|
52 |
Using the "secfile" option instead of "secret" |
|
53 |
** TODO [#B] "--test" option |
|
54 |
For testing decryption before rebooting. |
|
67
by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on |
55 |
|
275
by Teddy Hogeborn
* debian/mandos-client.postinst: Converted to Bourne shell. Also |
56 |
* Package |
67
by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on |
57 |
** /usr/share/initramfs-tools/hooks/mandos |
263
by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and |
58 |
*** TODO [#C] Do not install in initrd.img if configured not to. |
67
by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on |
59 |
Use "/etc/initramfs-tools/conf.d/mandos"? Definitely a debconf |
60 |
question. |
|
263
by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and |
61 |
** TODO [#C] /etc/bash_completion.d/mandos |
88
by Teddy Hogeborn
No code or documentation changes. |
62 |
From XML sources directly? |
24.1.30
by Björn Påhlsson
Added more stuff to do |
63 |
|
36
by Teddy Hogeborn
* TODO: Converted to org-mode style |
64 |
|
65 |
#+STARTUP: showall
|