/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
 
 
5
3
* 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
9
 
** [#A] Man page: man8/plugin-runner.8mandos
10
 
*** SEE ALSO
11
 
    Explaining text on what you can read
12
4
 
13
5
* password-request
14
 
** [#A] Man page: man8/password-request.8mandos
15
 
*** SYNOPSIS
16
 
    Document short options
17
 
*** DESCRIPTION
18
 
    State that this command is not meant to be invoked directly, but
19
 
    is run as a plugin from mandos-client(8) and only run in the
20
 
    initrd environment, not the real system.
21
 
*** PURPOSE
22
 
    As in mandos.xml
23
 
*** OVERVIEW
24
 
    As in mandos.xml
25
 
*** EXIT STATUS
26
 
*** ENVIRONMENT
27
 
    Note that it does *not* currently use cryptsource or crypttarget.
28
 
*** FILES
29
 
    Describe the key files and the key ring files.  Also note that
30
 
    they should normally have been automatically created.
31
 
*** BUGS
32
 
*** EXAMPLE
33
 
    Examples of normal usage, debug usage, debugging by connecting
34
 
    directly, etc.
35
 
*** SECURITY
36
 
*** SEE ALSO
37
 
    Update from mandos.xml
38
6
** [#B] Temporarily lower kernel log level
39
7
   for less printouts during sucessfull boot.
40
8
** IPv4 support
46
14
   Must create in preinst if not pre-depending on cryptsetup
47
15
 
48
16
* password-prompt
49
 
** [#C] Use getpass(3)?
50
 
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
51
 
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
52
 
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
53
 
   [[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?]]
54
17
 
55
18
* mandos (server)
56
19
** [#A] /etc/init.d/mandos-server               :teddy:
67
30
   [[info:standards:Option%20Table][Table of Long Options]]
68
31
** Date+time on console log messages            :bugs:
69
32
   Is this the default?
 
33
** delete hook when clients fall out by timeout
70
34
 
71
35
* Mandos-tools/utilities
72
36
  All of this probably using D-Bus
73
37
** List clients
74
38
** Disable client
75
39
** Enable client
 
40
** Reboot timer
76
41
 
77
42
* Man pages
78
43
** Use xinclude for common sections
85
50
    This seems to use some kind of "trigger" system
86
51
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
87
52
    dpkg-trigger(1), deb-triggers(5)
88
 
*** Keydir move: /etc/mandos -> /etc/keys/mandos
89
 
    Must create in preinst if not pre-depending on cryptsetup
90
53
*** mandos-keygen
91
54
**** "--passfile" option
92
55
     Using the "secfile" option instead of "secret"
95
58
** Server-side
96
59
*** [#A] Create mandos user and group for server
97
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
 
98
64
 
99
65
* [#A] Package
100
66
** /usr/share/initramfs-tools/hooks/mandos