/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* [#A] README file
 
4
 
3
5
* plugin-runner
 
6
** [#B] Add more comments to code
 
7
** [#B] Add more if(debug) calls
 
8
** [#B] Seperate more code to function for more readability
4
9
 
5
10
* password-request
6
11
** [#B] Temporarily lower kernel log level
14
19
   Must create in preinst if not pre-depending on cryptsetup
15
20
 
16
21
* password-prompt
 
22
** [#C] Use getpass(3)?
 
23
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
 
24
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
 
25
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
 
26
   [[http://www.steve.org.uk/Reference/Unix/faq_4.html#SEC48][Unix Programming FAQ 3.1 How can I make my program not echo input?]]
17
27
 
18
28
* mandos (server)
19
29
** [#A] /etc/init.d/mandos-server               :teddy:
30
40
   [[info:standards:Option%20Table][Table of Long Options]]
31
41
** Date+time on console log messages            :bugs:
32
42
   Is this the default?
33
 
** delete hook when clients fall out by timeout
34
43
 
35
44
* Mandos-tools/utilities
36
45
  All of this probably using D-Bus
37
46
** List clients
38
47
** Disable client
39
48
** Enable client
40
 
** Reboot timer
41
49
 
42
50
* Man pages
43
51
** Use xinclude for common sections
50
58
    This seems to use some kind of "trigger" system
51
59
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
52
60
    dpkg-trigger(1), deb-triggers(5)
 
61
*** Keydir move: /etc/mandos -> /etc/keys/mandos
 
62
    Must create in preinst if not pre-depending on cryptsetup
53
63
*** mandos-keygen
54
64
**** "--passfile" option
55
65
     Using the "secfile" option instead of "secret"
58
68
** Server-side
59
69
*** [#A] Create mandos user and group for server
60
70
*** [#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
 
 
64
71
 
65
72
* [#A] Package
66
73
** /usr/share/initramfs-tools/hooks/mandos