/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: 2015-07-09 08:20:24 UTC
  • Revision ID: teddy@recompile.se-20150709082024-eitu9mav45lefl75
mandos-client: Add --dh-params FILE option.

* plugins.d/mandos-client.c: Added --dh-params FILE option.
  (init_gnutls_global): New "dhparamsfilename" argument.  All callers
                        changed.  Read and use Diffie-Hellman
                        parameters from it.  Bug fix:  check for error
                        when opening seckeyfile for the second time.
  (init_gnutls_session): Remove unnecessary call to
                         gnutls_dh_set_prime_bits();
  (main): New variable "dh_params_file".
  (main/argp_options): Added "--dh-params" option.
  (main/parse_opt): - '' -
* plugins.d/mandos-client.xml (SYNOPSIS): Add --dh-params option.
  (OPTIONS): Document --dh-params option and document that the
             --dh-bits options is potentially overridden by the
             --dh-params option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* mandos-applet
21
21
 
22
22
* mandos-client
23
 
** TODO [#A] --dh-params=FILE
24
23
** TODO [#B] Use capabilities instead of seteuid().
25
24
   https://forums.grsecurity.net/viewtopic.php?f=7&t=2522
26
25
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
32
31
** TODO [#B] use scandir(3) instead of readdir(3)
33
32
 
34
33
* usplash (Deprecated)
35
 
** TODO [#A] Make it work again
 
34
** TODO [#B] Make it work again
36
35
** TODO [#B] use scandir(3) instead of readdir(3)
37
36
 
38
37
* askpass-fifo
52
51
** TODO [#C] Remove code for GNU libc < 2.15
53
52
 
54
53
* mandos (server)
55
 
** TODO [#B] Work around Avahi issue
56
 
   Avahi does not announce link-local addresses if any global
57
 
   addresses exist: http://lists.freedesktop.org/archives/avahi/2010-March/001863.html
58
54
** TODO [#B] --notify-command
59
55
   This would allow the mandos.service to use
60
56
   --notify-command="systemd-notify --pid READY=1"
72
68
    + Approve(False) -> Close client connection immediately
73
69
** TODO [#C] python-parsedatetime
74
70
** TODO Separate logging logic to own object
75
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
71
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
76
72
** TODO [#B] break the wait on approval_delay if connection dies
77
73
** TODO Generate Client.runtime_expansions from client options + extra
78
74
** TODO Allow %%(checker)s as a runtime expansion
95
91
** TODO init.d script error handling
96
92
** TODO D-Bus server properties; address, port, interface, etc.              :2:
97
93
** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
98
 
** TODO [#A] USe systemd Type=dbus
99
94
 
100
95
* mandos.xml
101
96
** Add mandos contact info in manual pages