/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Björn Påhlsson
  • Date: 2008-08-09 20:11:07 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 56.
  • Revision ID: belorn@braxen-20080809201107-81j2nuz9p0u7x51v
removed * [[http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/][Software Release Practice HOWTO]]

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
10
 
*** EXIT STATUS
11
 
    Text needed
12
 
*** EXAMPLES
13
 
    Examples of normal usage, debug usage, debugging single or all
14
 
    plugins, etc.
15
 
*** FILES
16
 
    Text needed
17
 
*** SECURITY
18
 
    Text needed
19
 
*** BUGS
20
 
    Text needed
21
 
*** 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
 
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
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
11
** use strsep instead of strtok?
 
12
** use config file in addition to arguments
 
13
** pass things in environment, like device name, etc
25
14
 
26
15
* Password-request
27
16
** [#A] Man page: man8/password-request.8mandos
28
 
** [#B] Temporarily lower kernel log level
29
 
   for less printouts during sucessfull boot.
30
 
*** DESCRIPTION
31
 
    Move options to new OPTIONS section.
32
 
    State that this command is not meant to be invoked directly, but
33
 
    is run as a plugin from mandos-client(8) and only run in the
34
 
    initrd environment, not the real system.
35
 
*** EXIT STATUS
36
 
    Create this section
37
 
*** EXAMPLES
38
 
    Examples of normal usage, debug usage, debugging by connecting
39
 
    directly, etc.
40
 
*** FILES
41
 
    Describe the key files and the key ring files.  Also note that
42
 
    they should normally have been automatically created.
43
 
*** DIAGNOSTICS
44
 
    Create this section
45
 
*** SECURITY
46
 
    Create this section
47
 
*** BUGS
48
 
    Create this section
49
 
*** SEE ALSO
50
 
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
51
 
*** ENVIRONMENT
52
 
    Document use of "cryptsource" and "crypttarget".
 
17
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
18
** start_mandos_communication: loop around gnutls_handshake
 
19
   [[info:gnutls.info.gz:Core%20functions][gnutls_handshake]]
53
20
** IPv4 support
54
21
** 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.
 
22
** Do not depend on GPG key rings on disk
 
23
   This would mean creating new GPG key rings with GPGME by importing
 
24
   the key files from scratch on every program start.
58
25
 
59
26
* Password-prompt
60
27
** [#A] Man page: man8/password-prompt.8mandos
61
 
*** DESCRIPTION
62
 
    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
 
*** EXIT STATUS
66
 
    Create this section
67
 
*** EXAMPLES
68
 
    Examples of normal usage, debug usage, with a prefix, etc.
69
 
*** DIAGNOSTICS
70
 
    Create this section
71
 
*** SECURITY
72
 
    Create this section
73
 
    Not much to do here but it is noteworthy to state the danger of
74
 
    not having a fallback option.
75
 
*** BUGS
76
 
    Create this section
77
 
*** SEE ALSO
78
 
    Refer to mandos-client(8mandos) and password-request(8mandos)
79
28
** Use getpass(3)?
80
29
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
81
30
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
82
31
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
83
32
   [[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?]]
84
33
 
85
 
* Mandos (server)
 
34
* Server
 
35
** [#A] Command man page: man8/mandos.8
86
36
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
87
37
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
88
38
** [#A] /etc/init.d/mandos-server               :teddy:
89
 
** [#B] Log level                               :bugs:
 
39
** Log level
90
40
** /etc/mandos/clients.d/*.conf
91
41
   Watch this directory and add/remove/update clients?
92
42
** config for TXT record
93
 
** [#B] Run-time communication with server      :bugs:
 
43
** Run-time communication with server
94
44
   Probably using D-Bus
95
45
   See also [[*Mandos-tools]]
96
 
** Implement --foreground                       :bugs:
 
46
** Implement --foreground
97
47
   [[info:standards:Option%20Table][Table of Long Options]]
98
48
** Implement --socket
99
49
   [[info:standards:Option%20Table][Table of Long Options]]
100
 
** Date+time on console log messages            :bugs:
101
 
   Is this the default?
102
50
 
103
51
* Mandos-tools/utilities
104
52
  All of this probably using D-Bus
107
55
** Enable client
108
56
 
109
57
* Installer
110
 
** Client
111
 
*** Update initrd.img after installation
112
 
    This seems to use some kind of "trigger" system
113
 
** Server
114
 
*** [#A] Create mandos user and group for server
115
 
*** [#A] Create /var/run/mandos directory with perm and ownership
116
 
 
117
 
** mandos-keygen
118
 
*** [#A] Command man page: man8/mandos-keygen.8
119
 
**** EXIT STATUS
120
 
**** FILES
121
 
**** BUGS
122
 
**** EXAMPLES
123
 
**** SECURITY
124
 
*** [#A] Output cut-and-paste ready snippet for clients.conf.
125
 
 
126
 
* [#A] Package
127
 
** /usr/share/initramfs-tools/hooks/mandos
128
 
*** Do not install in initrd.img if configured not to.
129
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
130
 
    question.
131
 
** /etc/bash_completion.d/mandos
132
 
*** From XML sources directly?
133
 
** unperish
134
 
** bzr-builddeb
 
58
** [#A] Change initrd.img file to not be publically readable
 
59
   /etc/initramfs-tools/conf.d/mandos
 
60
   UMASK=027
 
61
** [#A] Create /etc/initramfs-tools/hooks/mandos
 
62
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
 
63
** [#A] Create GPG key ring files in initrd
 
64
** [#A] Create mandos user and group for server
 
65
** [#A] Create /var/run/mandos directory with perm and ownership
135
66
 
136
67
* INSTALL file
137
68
 
138
 
* Web site
 
69
* Website
139
70
 
140
71
* Mailing list
141
72
 
142
73
* Announce project on news
143
 
  [[news:comp.os.linux.announce]]
 
74
  news:comp.os.linux.announce
144
75
 
145
76
 
146
77
#+STARTUP: showall