* 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.