/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-19 12:02:03 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080919120203-xvsf3w1h0n2bvtkb
* debian/mandos-client.postinst: Use "type" instead of "which".  Split
                                 to functions.  Create key.

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