=== modified file 'Makefile' --- Makefile 2008-10-04 20:19:58 +0000 +++ Makefile 2008-10-07 21:31:09 +0000 @@ -15,7 +15,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0 +version=1.0.1 SED=sed ## Use these settings for a traditional /usr/local install === added file 'NEWS' --- NEWS 1970-01-01 00:00:00 +0000 +++ NEWS 2008-10-07 21:31:09 +0000 @@ -0,0 +1,18 @@ +This NEWS file records noteworthy changes, very tersely. +See the manual for detailed information. + +Version 1.0.1 (2008-10-07) +* Server +** Expand environment variables and ~user in clients.conf's "secfile" + The "secfile" option in /etc/mandos/clients.conf now expands + "~user/foo" and "$ENVVAR" strings. + +* Client (plugin-runner, plugins, etc.) +** Manual pages for the usplash, splashy, and askpass-fifo plugins. + All plugins now have man pages. +** More secure compilation and linking flags. + All programs are now compiled with "-fstack-protector-all -fPIE + -pie", and linked using "-z relro -pie" for additional security. + +* There is now a "NEWS" file (this one), giving a history of + noteworthy changes. === modified file 'debian/changelog' --- debian/changelog 2008-10-01 18:41:06 +0000 +++ debian/changelog 2008-10-07 21:31:09 +0000 @@ -1,3 +1,12 @@ +mandos (1.0.1-1) unstable; urgency=low + + * New upstream release. + * Separate /usr/share/doc/mandos-client/README.Debian into sections with + headlines. Add instructions on how to test the server and verify the + password. + + -- Teddy Hogeborn Tue, 07 Oct 2008 23:07:23 +0200 + mandos (1.0-2) unstable; urgency=low * Added comments in debian/*.lintian-overrides files. Added Debian === modified file 'mandos' --- mandos 2008-10-03 09:32:30 +0000 +++ mandos 2008-10-07 21:31:09 +0000 @@ -63,7 +63,7 @@ import ctypes import ctypes.util -version = "1.0" +version = "1.0.1" logger = logging.Logger('mandos') syslogger = logging.handlers.SysLogHandler\ === modified file 'mandos-clients.conf.xml' --- mandos-clients.conf.xml 2008-09-30 07:23:39 +0000 +++ mandos-clients.conf.xml 2008-10-07 21:31:09 +0000 @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ /etc/mandos/clients.conf"> - + %common; ]> @@ -240,6 +240,11 @@ should not be base64-encoded, but will be sent to clients verbatim. + + File names of the form ~user/foo/bar + and $ENVVAR/foo/bar + are supported. + === modified file 'mandos-keygen' --- mandos-keygen 2008-09-21 14:05:44 +0000 +++ mandos-keygen 2008-10-07 21:31:09 +0000 @@ -20,7 +20,7 @@ # Contact the authors at . # -VERSION="1.0" +VERSION="1.0.1" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA