From b1eb54b7c06d9ced3a48f490af9d0c74b5518082 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 29 Dec 2009 13:06:54 +0000 Subject: added short descriptive text --- src/Makefile | 8 +++++++- src/anylike.c | 8 +++++++- src/configure | 8 +++++++- src/datatypes.h | 8 +++++++- src/echo_server.lua | 8 +++++++- src/l_crypt.c | 8 +++++++- src/l_crypt.h | 8 +++++++- src/l_log.c | 8 +++++++- src/l_log.h | 8 +++++++- src/l_sig_handler.c | 8 +++++++- src/l_sig_handler.h | 8 +++++++- src/main_loop.lua | 8 +++++++- src/options.c | 8 +++++++- src/options.h | 8 +++++++- 14 files changed, 98 insertions(+), 14 deletions(-) (limited to 'src') 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.2.3