summaryrefslogtreecommitdiff
path: root/src/anylike.c
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/anylike.c
parentswitched to constants at log table (diff)
added short descriptive text
Diffstat (limited to 'src/anylike.c')
-rw-r--r--src/anylike.c8
1 files changed, 7 insertions, 1 deletions
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>