/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 at bsnet
  • Date: 2010-08-10 19:08:24 UTC
  • mto: (237.2.182 mandos-local)
  • mto: This revision was merged to the branch mainline in revision 270.
  • Revision ID: teddy@fukt.bsnet.se-20100810190824-5yquozxy4kh6py3f
* plugins.d/mandos-client.c: An empty interface name now means to
                             autodetect an interface; to specify no
                             particular interface, use "none".
  (sys_class_net): New global variable for the "/sys/class/net" path.
  (good_interface): New function to determine the suitability of an
                    interface.  Used by a scandir() call in main().
  (main): Changed default value for "interface" to the empty string.
          Moved "connect_to" to be a global variable.  Only take down
          and up interface if its name is not "none".
* plugins.d/mandos-client.xml (OPTIONS): Update documentation for the
                                         "--interface" option.

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
4
** TODO [#B] use scandir(3) instead of readdir(3)
6
5
** TODO [#B] Prefix all debug output with argv[0]
7
6
** TODO [#B] Retry a server which has a non-definite reply:
10
9
** TODO [#B] Use capabilities instead of seteuid().
11
10
 
12
11
* splashy
13
 
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
14
12
** TODO [#B] use scandir(3) instead of readdir(3)
15
13
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
16
14
 
17
15
* usplash
18
 
** TODO [#A] Re-raise signal received when exiting due to handled signal.
19
16
** TODO [#B] use scandir(3) instead of readdir(3)
20
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
21
18
 
48
45
   [[info:standards:Option%20Table][Table of Long Options]]
49
46
** TODO Date+time on console log messages       :BUGS:
50
47
   Is this the default?
51
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
52
 
** TODO move handle_ipc out of IPv6_TCPServer
53
48
** TODO DBusServiceObjectUsingSuper
54
49
** Global enable/disable flag
55
50
** By-client countdown on secrets given
 
51
** Fix problem with fsck taking a really long time
 
52
   Whenever a client successfully gets a secret it could get a
 
53
   one-time timeout boost to allow for an fsck-incurred delay
56
54
 
57
55
* mandos.xml
58
56
** [[file:mandos.xml::XXX][Document D-Bus interface]]
63
61
*** Handle "no D-Bus server" and/or "no Mandos server found" better
64
62
*** [#B] --dump option
65
63
 
66
 
* mandos-name
 
64
* mandos-monitor
67
65
** D-Bus mail loop w/ signal receiver
68
 
** Urwid/Newt client data displayer
69
 
*** Urwid scaffolding
 
66
** Snack/Newt client data displayer
70
67
*** Client Widgets
71
68
*** Properties popup
72
69
 
77
74
** TODO [#B] "--test" option
78
75
   For testing decryption before rebooting.
79
76
 
 
77
* Makefile
 
78
** Implement DEB_BUILD_OPTIONS
 
79
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
80
 
80
81
* Package
81
82
** /usr/share/initramfs-tools/hooks/mandos
82
83
*** TODO [#C] use same file name rules as run-parts(8)