* Makefile (CFLAGS): Added "-lrt" to include real time library. * plugins.d/mandos-client.c: use scandir(3) instead of readdir(3) Prefix all debug output with "Mandos plugin " + program_invocation_short_name Retry servers that failed to provide password. New option --retry SECONDS that sets the interval between rechecking. --retry also controls how often it retries a server when using --connect. * plugins.d/splashy.c: Prefix all debug output with "Mandos plugin " + program_invocation_short_name * plugins.d/usplash.c: --||-- * plugins.d/askpass-fifo.c: --||-- * plugins.d/password-prompt.c: --||-- * plugins.d/plymouth.c: --||-- * mandos: Lower logger level from warning to info on failed client requests because client was disabled or unknown fingerprint. * plugins.d/plymouth.c (get_pid): bug fix. Was not calling free on direntries.
** 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]]
15
9
16
10
* splashy
17
11
** TODO [#B] use scandir(3) instead of readdir(3)
26
20
27
21
* password-prompt
28
22
** TODO [#B] lock stdin (with flock()?)
29
** TODO [#A] Free direntries after scandir()
30
31
* plymouth
32
** TODO [#A] Free direntries after scandir()
33
23
34
24
* TODO [#B] passdev
35
25
87
77
** TODO [#B] break the wait on approval_delay if connection dies
88
78
** TODO Generate Client.runtime_expansions from client options + extra