/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: 2008-09-07 15:42:11 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080907154211-sc90y38lazc4ewfq
* initramfs-tools-script: Fix permissions of "/tmp" in initrd.

* plugin-runner.c (parse_opt): Ignore empty argument strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* plugin-runner
4
 
** TODO Man page  for plugin-runner.conf.5
5
 
   link to plugin-runner.8
6
4
 
7
5
* mandos-client
8
 
** TODO [#B] Temporarily lower kernel log level
 
6
** [#B] Temporarily lower kernel log level
9
7
   for less printouts during sucessfull boot.
10
 
** TODO IPv4 support
11
 
** TODO use strsep instead of strtok?
 
8
** IPv4 support
 
9
** use strsep instead of strtok?
 
10
** Do not depend on GnuPG key rings on disk
 
11
   This would mean creating new GnuPG key rings with GPGME by
 
12
   importing the key files from scratch on every program start.
 
13
** Keydir move: /etc/mandos -> /etc/keys/mandos
 
14
   Must create in preinst if not pre-depending on cryptsetup
12
15
 
13
 
* DONE password-prompt
 
16
* password-prompt
14
17
 
15
18
* mandos (server)
16
 
** TODO [#B] Log level                          :bugs:
17
 
** TODO /etc/mandos/clients.d/*.conf
 
19
** [#A] /etc/init.d/mandos-server               :teddy:
 
20
** [#B] Log level                               :bugs:
 
21
** /etc/mandos/clients.d/*.conf
18
22
   Watch this directory and add/remove/update clients?
19
 
** TODO config for TXT record
20
 
** TODO [#B] Run-time communication with server :bugs:
 
23
** config for TXT record
 
24
** [#B] Run-time communication with server      :bugs:
21
25
   Probably using D-Bus
22
26
   See also [[*Mandos-tools]]
23
 
** TODO Implement --foreground                  :bugs:
24
 
   [[info:standards:Option%20Table][Table of Long Options]]
25
 
** TODO Implement --socket
26
 
   [[info:standards:Option%20Table][Table of Long Options]]
27
 
** TODO Date+time on console log messages       :bugs:
 
27
** Implement --foreground                       :bugs:
 
28
   [[info:standards:Option%20Table][Table of Long Options]]
 
29
** Implement --socket
 
30
   [[info:standards:Option%20Table][Table of Long Options]]
 
31
** Date+time on console log messages            :bugs:
28
32
   Is this the default?
29
 
** TODO delete hook when clients fall out by timeout
 
33
** delete hook when clients fall out by timeout
30
34
 
31
35
* Mandos-tools/utilities
32
36
  All of this probably using D-Bus
33
 
** TODO List clients
34
 
** TODO Disable client
35
 
** TODO Enable client
36
 
** TODO Reset timer
 
37
** List clients
 
38
** Disable client
 
39
** Enable client
 
40
** Reboot timer
37
41
 
38
42
* Man pages
39
 
** TODO Use xinclude for all common sections
 
43
** Use xinclude for common sections
40
44
   Like authors, etc.
41
45
 
42
46
 
43
47
* Installer
44
48
** Client-side
45
 
*** TODO Update initrd.img after installation
 
49
*** Update initrd.img after installation
46
50
    This seems to use some kind of "trigger" system
47
51
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
48
52
    dpkg-trigger(1), deb-triggers(5)
49
53
*** mandos-keygen
50
 
**** TODO [#A] Ask for password twice for confirmation
51
 
**** TODO "--passfile" option
 
54
**** "--passfile" option
52
55
     Using the "secfile" option instead of "secret"
53
 
**** TODO [#B] "--test" option
 
56
**** [#A] "--test" option
54
57
     For testing decryption before rebooting.
55
58
** Server-side
56
 
*** TODO [#A] Create mandos user and group for server
 
59
*** [#A] Create mandos user and group for server
 
60
*** [#A] Create /var/run/mandos directory with perm and ownership
 
61
*** [#A] install rc.d script and do update-rc.d
 
62
    between config files and man pages
57
63
 
58
64
 
59
65
* [#A] Package
60
66
** /usr/share/initramfs-tools/hooks/mandos
61
 
*** TODO Do not install in initrd.img if configured not to.
 
67
*** Do not install in initrd.img if configured not to.
62
68
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
63
69
    question.
64
 
** TODO /etc/bash_completion.d/mandos
 
70
** /etc/bash_completion.d/mandos
65
71
   From XML sources directly?
66
 
** TODO unperish
67
 
** DONE bzr-builddeb
68
 
** TODO mandos user/group creation
69
 
** TODO Key creation in postinst
70
 
 
71
 
* TODO Web site
72
 
** DONE http://www.fukt.bsnet.se/mandos
73
 
   Redirects to the wiki page
74
 
** TODO http://wiki.fukt.bsnet.se/wiki/Mandos
 
72
** unperish
 
73
** bzr-builddeb
 
74
 
 
75
* INSTALL file
 
76
 
 
77
* Web site
75
78
 
76
79
* Mailing list
77
 
** DONE mandos-dev
78
 
*** TODO http://gmane.org/subscribe.php
79
80
 
80
 
* TODO Announce project on Usenet
 
81
* Announce project on news
81
82
  [[news:comp.os.linux.announce]]
82
83
 
83
84