/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-12-28 10:35:32 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081228103532-rsh0y9slgh9jc3vo
* mandos (AvahiError): Converted to use unicode.  All users changed.
  (AvahiError.__init__): Take *args and **kwargs and pass on all
                         arguments to super() call.
  (AvahiError.__str__): Removed.
  (AvahiError.__unicode__): New.
  (entry_group_state_changed): Bug fix: Raise AvahiGroupError with one
                               argument, not two.
  (main): Bug fix: on AvahiError, removed "%s" from log message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* DONE plugin-runner
4
 
 
5
3
* mandos-client
6
4
** TODO [#B] Temporarily lower kernel log level
7
5
   for less printouts during sucessfull boot.
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
8
7
** TODO [#C] IPv4 support
9
8
 
10
 
* DONE password-prompt
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
11
11
 
12
12
* mandos (server)
13
13
** TODO [#B] Log level                          :bugs:
17
17
** TODO [#B] Run-time communication with server :bugs:
18
18
   Probably using D-Bus
19
19
   See also [[*Mandos-tools]]
 
20
** Handle non-existing D-Bus server.
 
21
   Also, possibly a "--no-dbus" option?
 
22
*** Client class
 
23
*** Main server
 
24
    + SetLogLevel
 
25
      syslogger.setLevel(logging.WARNING)
 
26
    + Quit
 
27
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
20
28
** TODO Implement --foreground                  :bugs:
21
29
   [[info:standards:Option%20Table][Table of Long Options]]
22
30
** TODO Implement --socket
24
32
** TODO Date+time on console log messages       :bugs:
25
33
   Is this the default?
26
34
** TODO delete hook when clients fall out by timeout
 
35
   This will not be strictly necessary when the D-Bus interface is
 
36
   implemented.
27
37
 
28
 
* Mandos-tools/utilities
29
 
  All of this probably using D-Bus
30
 
** TODO List clients
 
38
* mandos-list
 
39
*** Handle no D-Bus server and/or no Mandos server found better
 
40
*** [#B] --dump option
31
41
** TODO Disable client
32
42
** TODO Enable client
33
43
** TODO Reset timer
34
44
 
35
 
* Man pages
36
 
** TODO Use xinclude for all common sections
37
 
   Like authors, etc.
38
 
 
39
 
 
40
 
* 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
 
 
 
45
* Curses interface
 
46
 
 
47
* mandos-keygen
 
48
** TODO "--secfile" option
 
49
   Using the "secfile" option instead of "secret"
 
50
** TODO [#B] "--test" option
 
51
   For testing decryption before rebooting.
48
52
 
49
53
* [#A] Package
50
54
** /usr/share/initramfs-tools/hooks/mandos
53
57
    question.
54
58
** TODO /etc/bash_completion.d/mandos
55
59
   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
60
 
71
61
 
72
62
#+STARTUP: showall