summaryrefslogtreecommitdiff
path: root/src
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 /src
parentswitched to constants at log table (diff)
added short descriptive text
Diffstat (limited to 'src')
-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
14 files changed, 98 insertions, 14 deletions
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>