=== modified file 'INSTALL' --- INSTALL 2016-03-13 00:37:02 +0000 +++ INSTALL 2016-07-03 03:32:28 +0000 @@ -38,12 +38,12 @@ "man -l mandos.8". *** Mandos Server - + GnuTLS 3.3 http://www.gnutls.org/ + + GnuTLS 3.3 https://www.gnutls.org/ + Avahi 0.6.16 http://www.avahi.org/ + Python 2.7 https://www.python.org/ - + dbus-python 0.82.4 http://dbus.freedesktop.org/doc/dbus-python/ + + dbus-python 0.82.4 https://dbus.freedesktop.org/doc/dbus-python/ + PyGObject 3.7.1 https://wiki.gnome.org/Projects/PyGObject - + pkg-config http://www.freedesktop.org/wiki/Software/pkg-config/ + + pkg-config https://www.freedesktop.org/wiki/Software/pkg-config/ + Urwid 1.0.1 http://urwid.org/ (Only needed by the "mandos-monitor" tool.) @@ -59,11 +59,11 @@ + GNU C Library 2.16 https://gnu.org/software/libc/ + initramfs-tools 0.85i https://tracker.debian.org/pkg/initramfs-tools - + GnuTLS 3.3 http://www.gnutls.org/ + + GnuTLS 3.3 https://www.gnutls.org/ + Avahi 0.6.16 http://www.avahi.org/ + GnuPG 1.4.9 https://www.gnupg.org/ + GPGME 1.1.6 https://www.gnupg.org/related_software/gpgme/ - + pkg-config http://www.freedesktop.org/wiki/Software/pkg-config/ + + pkg-config https://www.freedesktop.org/wiki/Software/pkg-config/ Strongly recommended: + OpenSSH http://www.openssh.com/ === modified file 'Makefile' --- Makefile 2016-06-23 20:10:40 +0000 +++ Makefile 2016-07-03 03:32:28 +0000 @@ -12,7 +12,7 @@ -Wvolatile-register-var -Woverlength-strings #DEBUG=-ggdb3 # For info about _FORTIFY_SOURCE, see feature_test_macros(7) -# and . +# and . FORTIFY=-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIC # ALL_SANITIZE_OPTIONS:=-fsanitize=address -fsanitize=undefined \ === modified file 'TODO' --- TODO 2016-07-03 02:56:00 +0000 +++ TODO 2016-07-03 03:32:28 +0000 @@ -72,7 +72,7 @@ ** TODO Save state periodically to recover better from hard shutdowns ** TODO CheckerCompleted method, deprecate CheckedOK ** TODO Secret Service API? - http://standards.freedesktop.org/secret-service/ + https://standards.freedesktop.org/secret-service/ ** TODO Remove D-Bus interfaces with old domain name :2: ** TODO Remove old string_to_delta format :2: ** TODO http://0pointer.de/blog/projects/stateless.html === modified file 'mandos.xml' --- mandos.xml 2016-03-05 21:42:56 +0000 +++ mandos.xml 2016-07-03 03:32:28 +0000 @@ -2,7 +2,7 @@ - + %common; ]> @@ -707,7 +707,7 @@ - GnuTLS + GnuTLS === modified file 'plugin-runner.c' --- plugin-runner.c 2016-03-17 21:14:12 +0000 +++ plugin-runner.c 2016-07-03 03:32:28 +0000 @@ -807,7 +807,7 @@ if(getuid() == 0){ /* Work around Debian bug #633582: - */ + */ int plugindir_fd = open(/* plugindir or */ PDIR, O_RDONLY); if(plugindir_fd == -1){ if(errno != ENOENT){ === modified file 'plugins.d/mandos-client.c' --- plugins.d/mandos-client.c 2016-07-03 02:56:00 +0000 +++ plugins.d/mandos-client.c 2016-07-03 03:32:28 +0000 @@ -1237,7 +1237,7 @@ with an explicit route added with the server's address. Avahi bug reference: - http://lists.freedesktop.org/archives/avahi/2010-February/001833.html + https://lists.freedesktop.org/archives/avahi/2010-February/001833.html https://bugs.debian.org/587961 */ if(debug){ @@ -2496,7 +2496,7 @@ { /* Work around Debian bug #633582: - */ + */ /* Re-raise privileges */ ret = raise_privileges(); === modified file 'plugins.d/mandos-client.xml' --- plugins.d/mandos-client.xml 2016-07-03 03:28:57 +0000 +++ plugins.d/mandos-client.xml 2016-07-03 03:32:28 +0000 @@ -854,7 +854,7 @@ - GPGME