From f350c50a1a059489666ce31f33153771626182ea Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Oct 2003 17:40:45 +0000 Subject: Large commit git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@20 022f378f-78c4-0310-b860-d162c87e6274 --- man/Makefile.am | 40 ++++++++++++ man/aeswepd.8.xml.in | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++ man/man.css | 30 +++++++++ man/man.xsl | 120 +++++++++++++++++++++++++++++++++++ 4 files changed, 365 insertions(+) create mode 100644 man/Makefile.am create mode 100644 man/aeswepd.8.xml.in create mode 100644 man/man.css create mode 100644 man/man.xsl (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..11ac17d --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,40 @@ +# $Id$ + +# This file is part of aeswepd. +# +# aeswepd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# aeswepd is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with aeswepd; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + +man_MANS = aeswepd.8 aeswepls.8 + +noinst_DATA = aeswepd.8.xml + +EXTRA_DIST = $(man_MANS) aeswepd.8.xml.in man.css man.xsl + +CLEANFILES = aeswepd.8.xml aeswepls.8 + +aeswepd.8.xml: aeswepd.8.xml.in Makefile + sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ + +if USE_XMLTOMAN + +CLEANFILES += $(man_MANS) + +aeswepd.8: aeswepd.8.xml Makefile + xmltoman $< > $@ + +endif + +aeswepls.8: aeswepd.8 + ln -sf $< $@ diff --git a/man/aeswepd.8.xml.in b/man/aeswepd.8.xml.in new file mode 100644 index 0000000..3fb3557 --- /dev/null +++ b/man/aeswepd.8.xml.in @@ -0,0 +1,175 @@ + + + + + + + + + + + + aeswepd [options] + aeswepls [options] + + + +

aeswepd is UNIX daemon for changing WEP keys of WLAN devices + in constant intervals. The WEP keys are calculated by encrypting + the current UNIX time using the AES cypher with a given constant + key. aeswepd is intended to increase the security of the + hardware based, standards compliant WEP technology.

+ +

aeswepd may use up to three hardware WEP keys: the first is + set to the current, the second to the previous and the third to + the next key. This is useful when working with not completely + synchronized RTCs. If only a single hardware WEP key is used, you + have to synchronize your RTCs so that no connectivity interrupts + may occur.

+ +

Currently, aeswepd is able to modify the WEP keys of local + network devices providing the Linux wireless extensions only.

+ +

aeswepls may be used to query the current keys of a running + daemon for the specified interface.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

SIGINT, SIGTERM, SIGTQUIT aeswepd will quit. This is issued by passing -k to aeswepd.

+

SIGHUP aeswepd will rekey immediately.

+
+ +
+

aeswepd was written by Lennart Poettering + <@PACKAGE_BUGREPORT@>. aeswepd is available + at +

+
+ +
+

+ , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
diff --git a/man/man.css b/man/man.css new file mode 100644 index 0000000..0892e4f --- /dev/null +++ b/man/man.css @@ -0,0 +1,30 @@ +/* $Id$ */ + +/*** + This file is part of ifplugd. + + ifplugd is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your + option) any later version. + + ifplugd is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with ifplugd; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +***/ + +body { color: black; background-color: white; margin: 0.5cm; } +a:link, a:visited { color: #900000; } +h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; } +p { margin-left:1cm; margin-right:1cm; } +.cmd { font-family:monospace; } +.file { font-family:monospace; } +.arg { text-transform:uppercase; font-family:monospace; font-style: italic; } +.opt { font-family:monospace; font-weight: bold; } +.manref { font-family:monospace; } +.option .optdesc { margin-left:2cm; } diff --git a/man/man.xsl b/man/man.xsl new file mode 100644 index 0000000..e633de1 --- /dev/null +++ b/man/man.xsl @@ -0,0 +1,120 @@ + + + + + + + + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + + + + + + <xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>) + + + + +

Name

+

+ + - + +

+ + + +
+ + +

+ +

+
+ + +

+ +

+
+ + + + + + + + + + + + + + +
+ +
+
+ + +

Synopsis

+ +
+ + +

Synopsis

+ +
+ + +

Description

+ +
+ + +

Options

+ +
+ + +

+ +
+ + +
+
+ + + + + () + + + () + + + + + + + + +
-- cgit