/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: 2009-04-16 01:00:35 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090416010035-y7ta6ra2da4gf6mp
Minor code cleanup; one minor bug fix.

* initramfs-tools-hook: Bug fix: Use the primary group of the first
                        suitable user found, do not look for a
                        group separately.
* mandos: Unconditionally import "struct" and "fcntl".  Use unicode
          strings everywhere possible.
  (Client._datetime_to_milliseconds): New static method.
  (Client.timeout_milliseconds, Client.interval_milliseconds): Use
                                                               above
                                                               method.
  (ClientDBus.CheckedOK,
  ClientDBus.Enable, ClientDBus.StopChecker): Define normally.
  (if_nametoindex): Document non-acceptance of unicode strings.  All
                    callers adjusted.  Do not import "struct" or
                    "fcntl".  Log warning message if if_nametoindex
                    cannot be found using ctypes modules.
  (main): Bug fix: Do not look for user named "nogroup".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory and take down interface on signal    :test:
5
 
** TODO [#B] use scandir(3) instead of readdir(3)
6
 
** TODO [#B] Prefix all debug output with argv[0]
7
 
** TODO [#B] Retry a server which has a non-definite reply.
8
 
*** A closed connection during the TLS handshake
9
 
*** A TCP timeout
10
 
 
11
 
* splashy
12
 
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
13
 
** TODO [#B] use scandir(3) instead of readdir(3)
14
 
** TODO [#B] Prefix all debug output with argv[0]
15
 
 
16
 
* usplash
17
 
** TODO [#A] Re-raise signal received when exiting due to handled signal.
18
 
** TODO [#B] use scandir(3) instead of readdir(3)
19
 
** TODO [#B] Prefix all debug output with argv[0]
20
 
 
21
 
* password-prompt
22
 
** TODO [#B] Prefix all debug output with argv[0]
 
4
** TODO [#A] Clean up /tmp directory on signal
23
5
 
24
6
* plugin-runner
25
7
** TODO [#B] use scandir(3) instead of readdir(3)
26
 
** TODO [#C] use same file name rules as run-parts(8)
27
8
 
28
9
* mandos (server)
29
10
** TODO [#B] Log level                          :BUGS:
46
27
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
47
28
** TODO move handle_ipc out of IPv6_TCPServer
48
29
** TODO DBusServiceObjectUsingSuper
49
 
** Global enable/disable flag
50
 
** By-client countdown on secrets given
51
30
 
52
31
* mandos.xml
53
32
** [[file:mandos.xml::XXX][Document D-Bus interface]]
74
53
 
75
54
* Package
76
55
** /usr/share/initramfs-tools/hooks/mandos
77
 
*** TODO [#C] use same file name rules as run-parts(8)
78
56
*** TODO [#C] Do not install in initrd.img if configured not to.
79
57
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
80
58
** TODO [#C] /etc/bash_completion.d/mandos