/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-08-02 21:06:12 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080802210612-4c1waup4z0f66ya7
Non-tested commit for merge purposes.

* plugbasedclient.c (getplugin, addargument, set_cloexec): Made static.

* plugins.d/passprompt.c (termination_handler): Made static.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* DONE plugin-runner
4
 
 
5
 
* mandos-client
6
 
** TODO [#B] Temporarily lower kernel log level
7
 
   for less printouts during sucessfull boot.
8
 
** TODO [#C] IPv4 support
9
 
 
10
 
* DONE password-prompt
11
 
 
12
 
* mandos (server)
13
 
** TODO [#B] Log level                          :bugs:
14
 
** TODO /etc/mandos/clients.d/*.conf
15
 
   Watch this directory and add/remove/update clients?
16
 
** TODO config for TXT record
17
 
** TODO [#B] Run-time communication with server :bugs:
18
 
   Probably using D-Bus
19
 
   See also [[*Mandos-tools]]
20
 
** TODO Implement --foreground                  :bugs:
21
 
   [[info:standards:Option%20Table][Table of Long Options]]
22
 
** TODO Implement --socket
23
 
   [[info:standards:Option%20Table][Table of Long Options]]
24
 
** TODO Date+time on console log messages       :bugs:
25
 
   Is this the default?
26
 
** TODO delete hook when clients fall out by timeout
 
3
* Mandos client
 
4
** header files/symbols tally
 
5
** check exit codes of all system calls
 
6
** IPv4 support
 
7
** protocol version header
 
8
** use strsep instead of strtok?
 
9
 
 
10
* Pluginbasedclient
 
11
** header files/symbols tally
 
12
** check exit codes of all system calls
 
13
** change uid to nobody:nogroup
 
14
   other drop privs stuff?
 
15
** pass things in environment, like device name, etc
 
16
   Does cryptsetup already do this?
 
17
** use strsep instead of strtok?
 
18
 
 
19
* Server
 
20
** config for:
 
21
*** TXT record
 
22
** protocol version header
 
23
** Run-time communication with server
 
24
   probably using D-Bus
27
25
 
28
26
* Mandos-tools/utilities
29
27
  All of this probably using D-Bus
30
 
** TODO List clients
31
 
** TODO Disable client
32
 
** TODO Enable client
33
 
** TODO Reset timer
34
 
 
35
 
* Man pages
36
 
** TODO Use xinclude for all common sections
37
 
   Like authors, etc.
38
 
 
 
28
** List clients
 
29
** Enable client
 
30
** Disable client
39
31
 
40
32
* Installer
41
 
** Client-side
42
 
*** mandos-keygen
43
 
**** TODO "--secfile" option
44
 
     Using the "secfile" option instead of "secret"
45
 
**** TODO [#B] "--test" option
46
 
     For testing decryption before rebooting.
47
 
 
48
 
 
49
 
* [#A] Package
50
 
** /usr/share/initramfs-tools/hooks/mandos
51
 
*** TODO Do not install in initrd.img if configured not to.
52
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
53
 
    question.
54
 
** TODO /etc/bash_completion.d/mandos
55
 
   From XML sources directly?
56
 
** TODO unperish
57
 
 
58
 
* TODO Web site
59
 
** DONE http://www.fukt.bsnet.se/mandos
60
 
   Redirects to the wiki page
61
 
** TODO http://wiki.fukt.bsnet.se/wiki/Mandos
62
 
   http://liw.fi/free-software-website/
63
 
 
64
 
* Mailing list
65
 
** DONE mandos-dev
66
 
*** TODO http://gmane.org/subscribe.php
67
 
 
68
 
* TODO Announce project on Usenet
69
 
  [[news:comp.os.linux.announce]]
70
33
 
71
34
 
72
35
#+STARTUP: showall