/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: 2011-04-02 06:37:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110402063718-13ldrcuu0t33sdc4
* mandos: Tolerate restarting Avahi servers.  Also Changed to new
          "except x as y" exception syntax.
  (AvahiService.entry_group_state_changed_match): New; contains the
                                                  SignalMatch object.
  (AvahiService.remove): Really remove the group and the signal
                         connection, if any.
  (AvahiService.add): Always create a new group and signal connection.
  (AvahiService.cleanup): Changed to simply call remove().
  (AvahiService.server_state_changed): Handle and log more bad states.
  (AvahiService.activate): Set "follow_name_owner_changes=True" on the
                           Avahi Server proxy object.
  (ClientDBus.checked_ok): Do not return anything.
  (ClientDBus.CheckedOK): Do not return anything, as documented.
* mandos-monitor: Call D-Bus methods asynchronously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
* mandos-applet
6
6
 
7
 
* Convert README into intro(8mandos) man page
8
 
 
9
7
* mandos-client
 
8
** TODO [#B] use scandir(3) instead of readdir(3)
 
9
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
10
** TODO [#B] Retry a server which has a non-definite reply:
 
11
*** A closed connection during the TLS handshake
 
12
*** A TCP timeout
10
13
** TODO [#B] Use capabilities instead of seteuid().
11
 
** TODO [#B] Use struct sockaddr_storage instead of a union
12
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
13
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
14
 
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
 
14
** TODO [#A] Retry --connect forever
15
15
 
16
16
* splashy
17
17
** TODO [#B] use scandir(3) instead of readdir(3)
 
18
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
18
19
 
19
20
* usplash
20
21
** TODO [#A] Make it work again
21
22
** TODO [#B] use scandir(3) instead of readdir(3)
 
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
24
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
25
 
24
26
* askpass-fifo
 
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
25
28
** TODO [#B] Drop privileges after opening FIFO.
26
29
 
27
30
* password-prompt
 
31
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
28
32
** TODO [#B] lock stdin (with flock()?)
29
 
** TODO [#A] Free direntries after scandir()
30
 
 
31
 
* plymouth
32
 
** TODO [#A] Free direntries after scandir()
33
33
 
34
34
* TODO [#B] passdev
35
35
 
36
36
* plugin-runner
37
 
** TODO handle printing for errors for plugins
38
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
39
37
** TODO [#B] use scandir(3) instead of readdir(3)
40
38
** TODO [#C] use same file name rules as run-parts(8)
41
39
** kernel command line option for debug info
87
85
** TODO [#B] break the wait on approval_delay if connection dies
88
86
** TODO Generate Client.runtime_expansions from client options + extra
89
87
** TODO Allow %%(checker)s as a runtime expansion
90
 
** TODO Use python-tlslite?
91
88
 
92
89
* mandos.xml
93
90
** Add mandos contact info in manual pages
102
99
  arguments.
103
100
 
104
101
* mandos-monitor
105
 
** TODO help should be toggleable
 
102
** TODO help should be toggable
106
103
** Urwid client data displayer
107
104
   Better view of client data in the listing
108
105
*** Properties popup