/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-21 04:22:50 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080921042250-r0qqjsbz2ulfo5le
* Makefile: Bug fix: fix syntax error.

* debian/control: Depend on "po-debconf".
  (mandos, mandos-client): Add "${misc:Depends}", used by
                           dh_installdebconf.

* debian/mandos-client.config: New; show note.
* debian/mandos-client.template: New.

* debian/mandos.README.Debian: New.

* debian/mandos.config: New; show note.
* debian/mandos.prerm: New; stop daemon.
* debian/mandos.template: New.

* debian/po/POTFILES.in: New.
* debian/po/sv.po: New.

* debian/rules (clean): Added "debconf-updatepo" as suggested by
                        po-debconf(7).
  (binary-common): Added "dh_installdebconf" to use "debian/*.config"
                   and "debian/*.template" files.

Show diffs side-by-side

added added

removed removed

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