/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

updated mandos-client sections and added see also stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* [#A] README file
4
4
 
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
9
 
** [#A] Man page: man8/plugin-runner.8mandos
 
5
* [#A] COPYING file
 
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
 
7
 
 
8
* Mandos-client
 
9
** [#A] Man page: man8/mandos-client.8mandos
 
10
*** DESCRIPTION
 
11
    Describe the plus sign syntax for passing options from crypttab
10
12
*** EXIT STATUS
11
13
    Text needed
12
14
*** EXAMPLES
16
18
    Text needed
17
19
*** SECURITY
18
20
    Text needed
 
21
*** NOTES
 
22
    Text needed
19
23
*** BUGS
20
24
    Text needed
21
25
*** SEE ALSO
22
 
    Explaining text on what you can read
23
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
24
 
   Must create in preinst if not pre-depending on cryptsetup
 
26
    Explaining test on what you can read
 
27
** Use asprintf instead of malloc and strcat?
 
28
** use strsep instead of strtok?
 
29
** use config file in addition to arguments
 
30
** pass things in environment, like device name, etc
 
31
** Fallback
 
32
   As a fallback, if no plugins can be found or if all of them failed,
 
33
   run getpass(3) itself.
25
34
 
26
35
* Password-request
27
36
** [#A] Man page: man8/password-request.8mandos
28
 
** [#B] Temporarily lower kernel log level
29
 
   for less printouts during sucessfull boot.
30
37
*** DESCRIPTION
31
38
    Move options to new OPTIONS section.
32
39
    State that this command is not meant to be invoked directly, but
44
51
    Create this section
45
52
*** SECURITY
46
53
    Create this section
 
54
*** NOTES
 
55
    Create this section (if needed)
47
56
*** BUGS
48
57
    Create this section
49
58
*** SEE ALSO
50
59
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
51
 
*** ENVIRONMENT
52
 
    Document use of "cryptsource" and "crypttarget".
 
60
** Use asprintf instead of malloc and memcpy?
53
61
** IPv4 support
54
62
** use strsep instead of strtok?
55
 
** Do not depend on GnuPG key rings on disk
56
 
   This would mean creating new GnuPG key rings with GPGME by
57
 
   importing the key files from scratch on every program start.
 
63
** Do not depend on GPG key rings on disk
 
64
   This would mean creating new GPG key rings with GPGME by importing
 
65
   the key files from scratch on every program start.
58
66
 
59
67
* Password-prompt
60
68
** [#A] Man page: man8/password-prompt.8mandos
61
69
*** DESCRIPTION
62
70
    Move options to new OPTIONS section.
63
 
    Note that this is more or less a simple getpass(3) wrapper, even
64
 
    though actual use of getpass(3) is not guaranteed.
65
71
*** EXIT STATUS
66
72
    Create this section
67
73
*** EXAMPLES
72
78
    Create this section
73
79
    Not much to do here but it is noteworthy to state the danger of
74
80
    not having a fallback option.
 
81
*** NOTES
 
82
    Note that this is more or less a simple getpass(3) wrapper, even
 
83
    though actual use of getpass(3) is not guaranteed.
75
84
*** BUGS
76
85
    Create this section
77
86
*** SEE ALSO
84
93
 
85
94
* Mandos (server)
86
95
** [#A] Command man page: man8/mandos.8
 
96
*** DESCRIPTION
 
97
    Move options to new OPTIONS section
 
98
*** EXIT STATUS
 
99
    Create this section
87
100
*** EXAMPLES
88
101
    Create this section
89
102
*** FILES
94
107
    Create this section
95
108
*** SECURITY
96
109
    Create this section
 
110
*** NOTES
 
111
    Create this section (if needed)
97
112
*** BUGS
98
113
    Create this section
 
114
*** SEE ALSO
 
115
    Refer to the client man page
99
116
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
100
117
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
101
118
** [#A] /etc/init.d/mandos-server               :teddy:
110
127
   [[info:standards:Option%20Table][Table of Long Options]]
111
128
** Implement --socket
112
129
   [[info:standards:Option%20Table][Table of Long Options]]
113
 
** Date+time on console log messages
114
 
   Is this the default?
115
130
 
116
131
* Mandos-tools/utilities
117
132
  All of this probably using D-Bus
120
135
** Enable client
121
136
 
122
137
* Installer
123
 
** Client
124
 
*** DONE [#A] Change initrd.img file to not be publically readable
125
 
    /usr/share/initramfs-tools/conf-hooks.d/mandos
126
 
    UMASK=027
127
 
*** Update initrd.img after installation
128
 
** Server
129
 
*** [#A] Create mandos user and group for server
130
 
*** [#A] Create /var/run/mandos directory with perm and ownership
131
 
 
132
 
** mandos-keygen
133
 
*** [#A] Command man page: man8/mandos-keygen.8
134
 
**** EXIT STATUS
135
 
**** FILES
136
 
**** BUGS
137
 
**** EXAMPLES
138
 
**** SECURITY
139
 
*** [#A] Output cut-and-paste ready snippet for clients.conf.
 
138
** DONE [#A] Change initrd.img file to not be publically readable
 
139
   /etc/initramfs-tools/conf.d/mandos
 
140
   UMASK=027
 
141
** Update initrd.img after installation
 
142
** [#A] Create mandos user and group for server
 
143
** [#A] Create /var/run/mandos directory with perm and ownership
140
144
 
141
145
* [#A] Package
142
 
** /usr/share/initramfs-tools/hooks/mandos
143
 
*** Do not install in initrd.img if configured not to.
144
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
145
 
    question.
146
146
** /etc/bash_completion.d/mandos
147
 
*** From XML sources directly?
 
147
** /etc/initramfs-tools/hooks/mandos
 
148
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
 
149
*** Create GPG key ring files in initrd
148
150
** unperish
149
151
** bzr-builddeb
150
152