/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 at bsnet
  • Date: 2010-08-10 19:08:24 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • 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:
45
45
   [[info:standards:Option%20Table][Table of Long Options]]
46
46
** TODO Date+time on console log messages       :BUGS:
47
47
   Is this the default?
48
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
49
 
** TODO move handle_ipc out of IPv6_TCPServer
50
48
** TODO DBusServiceObjectUsingSuper
51
49
** Global enable/disable flag
52
50
** By-client countdown on secrets given
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