/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

added a mandos list client program

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* DONE plugin-runner
4
 
 
5
3
* mandos-client
6
4
** TODO [#B] Temporarily lower kernel log level
7
5
   for less printouts during sucessfull boot.
8
 
** TODO IPv4 support
9
 
** TODO use strsep instead of strtok?
10
 
 
11
 
* DONE password-prompt
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
 
7
** TODO [#C] IPv4 support
12
8
 
13
9
* mandos (server)
14
10
** TODO [#B] Log level                          :bugs:
18
14
** TODO [#B] Run-time communication with server :bugs:
19
15
   Probably using D-Bus
20
16
   See also [[*Mandos-tools]]
 
17
*** Client class
 
18
*** Main server
 
19
    + SetLogLevel
 
20
      syslogger.setLevel(logging.WARNING)
 
21
    + Quit
 
22
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
23
** TODO Implement --foreground                  :bugs:
22
24
   [[info:standards:Option%20Table][Table of Long Options]]
23
25
** TODO Implement --socket
25
27
** TODO Date+time on console log messages       :bugs:
26
28
   Is this the default?
27
29
** TODO delete hook when clients fall out by timeout
 
30
   This will not be strictly necessary when the D-Bus interface is
 
31
   implemented.
28
32
 
29
33
* Mandos-tools/utilities
30
34
  All of this probably using D-Bus
33
37
** TODO Enable client
34
38
** TODO Reset timer
35
39
 
36
 
* Man pages
37
 
** TODO Use xinclude for all common sections
38
 
   Like authors, etc.
39
 
 
40
 
 
41
 
* Installer
42
 
** Client-side
43
 
*** TODO Update initrd.img after installation
44
 
    This seems to use some kind of "trigger" system
45
 
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
46
 
    dpkg-trigger(1), deb-triggers(5)
47
 
*** mandos-keygen
48
 
**** TODO [#A] Ask for password twice for confirmation
49
 
**** TODO "--passfile" option
50
 
     Using the "secfile" option instead of "secret"
51
 
**** TODO [#A] "--test" option
52
 
     For testing decryption before rebooting.
53
 
** Server-side
54
 
*** TODO [#A] Create mandos user and group for server
55
 
 
 
40
* mandos-keygen
 
41
** TODO "--secfile" option
 
42
   Using the "secfile" option instead of "secret"
 
43
** TODO [#B] "--test" option
 
44
   For testing decryption before rebooting.
56
45
 
57
46
* [#A] Package
58
47
** /usr/share/initramfs-tools/hooks/mandos
61
50
    question.
62
51
** TODO /etc/bash_completion.d/mandos
63
52
   From XML sources directly?
64
 
** TODO unperish
65
 
** DONE bzr-builddeb
66
 
 
67
 
* TODO Web site
68
 
 
69
 
* Mailing list
70
 
** DONE mandos-dev
71
 
*** TODO http://gmane.org/subscribe.php
72
 
 
73
 
* TODO Announce project on news
74
 
  [[news:comp.os.linux.announce]]
75
53
 
76
54
 
77
55
#+STARTUP: showall