/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

Merge "mandos-list" from belorn.

* Makefile (PROGS): Added "mandos-list".
  (mandos-list): New.

* mandos-list: New; from merge.  Added unicode support.

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?
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
 
7
** TODO [#C] IPv4 support
10
8
 
11
 
* DONE password-prompt
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
12
11
 
13
12
* mandos (server)
14
13
** TODO [#B] Log level                          :bugs:
18
17
** TODO [#B] Run-time communication with server :bugs:
19
18
   Probably using D-Bus
20
19
   See also [[*Mandos-tools]]
 
20
** Handle non-existing D-Bus server.
 
21
   Also, possibly a "--no-dbus" option?
 
22
*** Client class
 
23
*** Main server
 
24
    + SetLogLevel
 
25
      syslogger.setLevel(logging.WARNING)
 
26
    + Quit
 
27
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
28
** TODO Implement --foreground                  :bugs:
22
29
   [[info:standards:Option%20Table][Table of Long Options]]
23
30
** TODO Implement --socket
25
32
** TODO Date+time on console log messages       :bugs:
26
33
   Is this the default?
27
34
** TODO delete hook when clients fall out by timeout
 
35
   This will not be strictly necessary when the D-Bus interface is
 
36
   implemented.
28
37
 
29
 
* Mandos-tools/utilities
30
 
  All of this probably using D-Bus
31
 
** TODO List clients
 
38
* mandos-list
 
39
*** Handle no D-Bus server and/or no Mandos server found better
 
40
*** [#B] --dump option
32
41
** TODO Disable client
33
42
** TODO Enable client
34
43
** TODO Reset timer
35
44
 
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
 
 
 
45
* Curses interface
 
46
 
 
47
* mandos-keygen
 
48
** TODO "--secfile" option
 
49
   Using the "secfile" option instead of "secret"
 
50
** TODO [#B] "--test" option
 
51
   For testing decryption before rebooting.
56
52
 
57
53
* [#A] Package
58
54
** /usr/share/initramfs-tools/hooks/mandos
61
57
    question.
62
58
** TODO /etc/bash_completion.d/mandos
63
59
   From XML sources directly?
64
 
** TODO unperish
65
 
** DONE bzr-builddeb
66
 
 
67
 
* TODO Web site
68
 
** DONE http://www.fukt.bsnet.se/mandos
69
 
   Redirects to the wiki page
70
 
** TODO http://wiki.fukt.bsnet.se/wiki/Mandos
71
 
 
72
 
* Mailing list
73
 
** DONE mandos-dev
74
 
*** TODO http://gmane.org/subscribe.php
75
 
 
76
 
* TODO Announce project on Usenet
77
 
  [[news:comp.os.linux.announce]]
78
60
 
79
61
 
80
62
#+STARTUP: showall