=== modified file 'INSTALL' --- INSTALL 2008-10-05 17:38:31 +0000 +++ INSTALL 2008-10-28 18:00:20 +0000 @@ -127,6 +127,6 @@ You may want to tighten or loosen the timeouts in the server configuration files; see mandos.conf(5) and mandos-clients.conf(5). - Is IPsec is not used, it is suggested that a more cryptographically + If IPsec is not used, it is suggested that a more cryptographically secure checker program is used and configured, since without IPsec ping packets can be faked. === modified file 'Makefile' --- Makefile 2008-10-18 10:58:29 +0000 +++ Makefile 2008-10-28 18:00:20 +0000 @@ -70,7 +70,8 @@ /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \ $<; $(HTMLPOST) $@ # Fix citerefentry links -HTMLPOST=$(SED) --in-place --expression='s/\(\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g' +HTMLPOST=$(SED) --in-place \ + --expression='s/\(\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g' PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \ plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo @@ -148,17 +149,27 @@ # Update all these files with version number $(version) common.ent: Makefile - $(SED) --in-place --expression='s/^\($$/\1$(version)"/' $@ + $(SED) --in-place \ + --expression='s/^\($$/\1$(version)"/' \ + $@ mandos: Makefile - $(SED) --in-place --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' $@ + $(SED) --in-place \ + --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \ + $@ mandos-keygen: Makefile - $(SED) --in-place --expression='s/^\(VERSION="\)[^"]*"$$/\1$(version)"/' $@ + $(SED) --in-place \ + --expression='s/^\(VERSION="\)[^"]*"$$/\1$(version)"/' \ + $@ mandos.lsm: Makefile - $(SED) --in-place --expression='s/^\(Version:\).*/\1\t$(version)/' $@ - $(SED) --in-place --expression='s/^\(Entered-date:\).*/\1\t$(shell date --rfc-3339=date --reference=Makefile)/' $@ + $(SED) --in-place \ + --expression='s/^\(Version:\).*/\1\t$(version)/' \ + $@ + $(SED) --in-place \ + --expression='s/^\(Entered-date:\).*/\1\t$(shell date --rfc-3339=date --reference=Makefile)/' \ + $@ plugins.d/mandos-client: plugins.d/mandos-client.o $(LINK.o) $(GNUTLS_LIBS) $(AVAHI_LIBS) $(GPGME_LIBS) \ @@ -206,7 +217,7 @@ install: install-server install-client-nokey -install-html: $(htmldocs) +install-html: html install --directory $(htmldir) install --mode=u=rw,go=r --target-directory=$(htmldir) \ $(htmldocs) === modified file 'README' --- README 2008-10-12 07:27:43 +0000 +++ README 2008-10-28 18:00:20 +0000 @@ -161,7 +161,7 @@ * Copyright Copyright © 2008 Teddy Hogeborn - 2008 Björn Påhlsson + Copyright © 2008 Björn Påhlsson ** License: === modified file 'TODO' --- TODO 2008-10-05 17:38:31 +0000 +++ TODO 2008-10-28 18:00:20 +0000 @@ -3,6 +3,7 @@ * mandos-client ** TODO [#B] Temporarily lower kernel log level for less printouts during sucessfull boot. + klogctl(6, NULL, 0); klogctl(7, NULL, 0); ** TODO [#C] IPv4 support * mandos (server)