/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-03 17:34:29 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080903173429-db2mjtddf7mgbx8z
* plugins.d/password-request.xml (OVERVIEW): Refer to
                                             password-prompt(8) by
                                             name.
  (SECURITY): Improved wording.  Add paragraph about insecurity of
              ping.
  (SEE ALSO): Add references to cryptsetup(8) and crypttab(5).
              Changed to be a <variablelist> and added text.

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