summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-29 13:06:54 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-29 13:06:54 +0000
commitb1eb54b7c06d9ced3a48f490af9d0c74b5518082 (patch)
treee70e6bfefb6a471f918fa5bd97f3c3e4a0b79c15
parentswitched to constants at log table (diff)
added short descriptive text
-rw-r--r--LICENSE8
-rw-r--r--README11
-rw-r--r--doc/Makefile8
-rw-r--r--doc/anylike.89
-rw-r--r--doc/anylike.8.txt12
-rw-r--r--src/Makefile8
-rw-r--r--src/anylike.c8
-rwxr-xr-xsrc/configure8
-rw-r--r--src/datatypes.h8
-rw-r--r--src/echo_server.lua8
-rw-r--r--src/l_crypt.c8
-rw-r--r--src/l_crypt.h8
-rw-r--r--src/l_log.c8
-rw-r--r--src/l_log.h8
-rw-r--r--src/l_sig_handler.c8
-rw-r--r--src/l_sig_handler.h8
-rw-r--r--src/main_loop.lua8
-rw-r--r--src/options.c8
-rw-r--r--src/options.h8
-rw-r--r--tools/bin2c.lua8
20 files changed, 147 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
index bcc0dc5..9af6f47 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/README b/README
index c17a7b6..e0fd98e 100644
--- a/README
+++ b/README
@@ -1,3 +1,14 @@
+Introduction
+============
+
+anylike is an IKEv2 Implementation written in Lua and C. It's main design
+goal is to provide anytun and uanytun or any other SATP implementation with
+a key exchange mechanism but it should also be possible to use anylike as
+key exchange daemon for IPSec security associations. The use of Lua guarantees
+that anylike is easily portable to many platforms including very small ones
+like wireless routers.
+
+
Dependencies
============
diff --git a/doc/Makefile b/doc/Makefile
index d65342f..9f4633f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,7 +1,13 @@
##
## anylike
##
-## anylike is a ...
+## anylike is an IKEv2 Implementation written in Lua and C. It's main
+## design goal is to provide anytun and uanytun or any other SATP
+## implementation with a key exchange mechanism but it should also be
+## possible to use anylike as key exchange daemon for IPSec security
+## associations. The use of Lua guarantees that anylike is easily
+## portable to many platforms including very small ones like wireless
+## routers.
##
##
## Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/doc/anylike.8 b/doc/anylike.8
index e565976..567048c 100644
--- a/doc/anylike.8
+++ b/doc/anylike.8
@@ -2,12 +2,12 @@
.\" Title: anylike
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\" Date: 12/25/2009
+.\" Date: 12/29/2009
.\" Manual: anylike user manual
.\" Source: anylike trunk
.\" Language: English
.\"
-.TH "ANYLIKE" "8" "12/25/2009" "anylike trunk" "anylike user manual"
+.TH "ANYLIKE" "8" "12/29/2009" "anylike trunk" "anylike user manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -34,7 +34,7 @@ uanytun
.fi
.SH "DESCRIPTION"
.sp
-\fBanylike\fR is a \&...
+\fBanylike\fR is an IKEv2 Implementation written in Lua and C\&. It\(cqs main design goal is to provide anytun and uanytun or any other SATP implementation with a key exchange mechanism but it should also be possible to use \fBanylike\fR as key exchange daemon for IPSec security associations\&. The use of Lua guarantees that \fBanylike\fR is easily portable to many platforms including very small ones like wireless routers\&.
.SH "OPTIONS"
.sp
The following options can be passed to the \fBanylike\fR daemon:
@@ -106,6 +106,9 @@ nothing yet\&.\&.
.SH "BUGS"
.sp
Most likely there are some bugs in \fBanylike\fR\&. If you find a bug, please let the developers know at anylike@anylike\&.org\&. Of course, patches are preferred\&.
+.SH "SEE ALSO"
+.sp
+anytun(8), uanytun(8)
.SH "AUTHORS"
.sp
Markus Grueneis <gimpf@anylike\&.org> Christian Pointner <equinox@anylike\&.org>
diff --git a/doc/anylike.8.txt b/doc/anylike.8.txt
index 4d5d3c9..c203879 100644
--- a/doc/anylike.8.txt
+++ b/doc/anylike.8.txt
@@ -25,7 +25,12 @@ uanytun
DESCRIPTION
-----------
-*anylike* is a ...
+*anylike* is an IKEv2 Implementation written in Lua and C. It's main design
+goal is to provide anytun and uanytun or any other SATP implementation with
+a key exchange mechanism but it should also be possible to use *anylike* as
+key exchange daemon for IPSec security associations. The use of Lua guarantees
+that *anylike* is easily portable to many platforms including very small ones
+like wireless routers.
OPTIONS
@@ -80,6 +85,11 @@ Most likely there are some bugs in *anylike*. If you find a bug, please let
the developers know at anylike@anylike.org. Of course, patches are preferred.
+SEE ALSO
+--------
+anytun(8), uanytun(8)
+
+
AUTHORS
-------
diff --git a/src/Makefile b/src/Makefile
index 6db058b..e90edb3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,13 @@
##
## anylike
##
-## anylike is a ...
+## anylike is an IKEv2 Implementation written in Lua and C. It's main
+## design goal is to provide anytun and uanytun or any other SATP
+## implementation with a key exchange mechanism but it should also be
+## possible to use anylike as key exchange daemon for IPSec security
+## associations. The use of Lua guarantees that anylike is easily
+## portable to many platforms including very small ones like wireless
+## routers.
##
##
## Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/anylike.c b/src/anylike.c
index 6ae4703..4f85879 100644
--- a/src/anylike.c
+++ b/src/anylike.c
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/configure b/src/configure
index f15d502..944acd7 100755
--- a/src/configure
+++ b/src/configure
@@ -2,7 +2,13 @@
#
# anylike
#
-# anylike is a ...
+# anylike is an IKEv2 Implementation written in Lua and C. It's main
+# design goal is to provide anytun and uanytun or any other SATP
+# implementation with a key exchange mechanism but it should also be
+# possible to use anylike as key exchange daemon for IPSec security
+# associations. The use of Lua guarantees that anylike is easily
+# portable to many platforms including very small ones like wireless
+# routers.
#
#
# Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/datatypes.h b/src/datatypes.h
index ed6444f..051d62e 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/echo_server.lua b/src/echo_server.lua
index da43185..33ad204 100644
--- a/src/echo_server.lua
+++ b/src/echo_server.lua
@@ -1,7 +1,13 @@
--
-- anylike
--
--- anylike is a ...
+-- anylike is an IKEv2 Implementation written in Lua and C. It's main
+-- design goal is to provide anytun and uanytun or any other SATP
+-- implementation with a key exchange mechanism but it should also be
+-- possible to use anylike as key exchange daemon for IPSec security
+-- associations. The use of Lua guarantees that anylike is easily
+-- portable to many platforms including very small ones like wireless
+-- routers.
--
--
-- Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_crypt.c b/src/l_crypt.c
index 42aea59..0f6b8df 100644
--- a/src/l_crypt.c
+++ b/src/l_crypt.c
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_crypt.h b/src/l_crypt.h
index bfe0377..d26434e 100644
--- a/src/l_crypt.h
+++ b/src/l_crypt.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_log.c b/src/l_log.c
index 890bddb..4aa7ad5 100644
--- a/src/l_log.c
+++ b/src/l_log.c
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_log.h b/src/l_log.h
index d257023..8750a7a 100644
--- a/src/l_log.h
+++ b/src/l_log.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_sig_handler.c b/src/l_sig_handler.c
index ea2501a..0bdcffc 100644
--- a/src/l_sig_handler.c
+++ b/src/l_sig_handler.c
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/l_sig_handler.h b/src/l_sig_handler.h
index dfeb39d..06a5f75 100644
--- a/src/l_sig_handler.h
+++ b/src/l_sig_handler.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/main_loop.lua b/src/main_loop.lua
index 5fbea2f..e202087 100644
--- a/src/main_loop.lua
+++ b/src/main_loop.lua
@@ -1,7 +1,13 @@
--
-- anylike
--
--- anylike is a ...
+-- anylike is an IKEv2 Implementation written in Lua and C. It's main
+-- design goal is to provide anytun and uanytun or any other SATP
+-- implementation with a key exchange mechanism but it should also be
+-- possible to use anylike as key exchange daemon for IPSec security
+-- associations. The use of Lua guarantees that anylike is easily
+-- portable to many platforms including very small ones like wireless
+-- routers.
--
--
-- Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/options.c b/src/options.c
index 4728d87..27241ac 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/src/options.h b/src/options.h
index d0ff83a..3b2def4 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>
diff --git a/tools/bin2c.lua b/tools/bin2c.lua
index 0adf427..47d0dd9 100644
--- a/tools/bin2c.lua
+++ b/tools/bin2c.lua
@@ -1,7 +1,13 @@
--
-- anylike
--
--- anylike is a ...
+-- anylike is an IKEv2 Implementation written in Lua and C. It's main
+-- design goal is to provide anytun and uanytun or any other SATP
+-- implementation with a key exchange mechanism but it should also be
+-- possible to use anylike as key exchange daemon for IPSec security
+-- associations. The use of Lua guarantees that anylike is easily
+-- portable to many platforms including very small ones like wireless
+-- routers.
--
--
-- Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>