/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: Teddy Hogeborn
  • Date: 2008-09-04 12:38:35 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080904123835-hervuvv4pmpxl8r1
* README: Improved wording.

* initramfs-tools-hook: Do not copy auto-save files from
                        "/etc/mandos/plugins.d".  Do not create key
                        ring files.  Do not reset permissions on
                        things like "$DESTDIR/lib/mandos/plugins.d",
                        which should not be publicly accessible.

* plugin-runner.xml (DESCRIPTION, PLUGINS): Improved grammar.

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
4
 
10
5
* password-request
11
 
** [#A] Man page: man8/password-request.8mandos
12
 
*** SEE ALSO
13
 
    Update from mandos.xml
14
6
** [#B] Temporarily lower kernel log level
15
7
   for less printouts during sucessfull boot.
16
8
** IPv4 support
22
14
   Must create in preinst if not pre-depending on cryptsetup
23
15
 
24
16
* password-prompt
25
 
** [#C] Use getpass(3)?
26
 
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
27
 
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
28
 
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
29
 
   [[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?]]
30
17
 
31
18
* mandos (server)
32
19
** [#A] /etc/init.d/mandos-server               :teddy:
43
30
   [[info:standards:Option%20Table][Table of Long Options]]
44
31
** Date+time on console log messages            :bugs:
45
32
   Is this the default?
 
33
** delete hook when clients fall out by timeout
46
34
 
47
35
* Mandos-tools/utilities
48
36
  All of this probably using D-Bus
49
37
** List clients
50
38
** Disable client
51
39
** Enable client
 
40
** Reboot timer
52
41
 
53
42
* Man pages
54
43
** Use xinclude for common sections