diff options
author | kolla <kolla> | 2009-09-11 13:49:53 +0000 |
---|---|---|
committer | kolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-09-11 13:49:53 +0000 |
commit | c70cc69738d0679f0c81d0b7aad0baa052e554d9 (patch) | |
tree | 3857d99c5fca2a81847299542e3033a8b5a36125 | |
parent | e99882a2347c5a55c78cdbe1c692bded77b046c1 (diff) |
Credits
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@511 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | radsecproxy.c | 1 | ||||
-rw-r--r-- | util.c | 5 |
3 files changed, 7 insertions, 1 deletions
@@ -36,7 +36,7 @@ Barmen, Ralf Paffrath and Maja Wolniewicz have helped with early testing of the code. Thanks for contributing code goes to Arne Schwabe, Maja Wolniewicz, -and Simon Leinen. +Simon Leinen and Stefan Winter. All of the above plus Milan Sova have provided good feedback on several implementation choices. Finally thanks to Hans Zandbelt diff --git a/radsecproxy.c b/radsecproxy.c index 142614e..37bf4cb 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -11,6 +11,7 @@ * Arne Schwabe <schwabe at uni-paderborn.de> * Maja Wolniewicz <mgw@umk.pl> * Simon Leinen <simon.leinen@switch.ch> + * Stefan Winter <stefan.winter@restena.lu> */ /* For UDP there is one server instance consisting of udpserverrd and udpserverth @@ -6,6 +6,11 @@ * copyright notice and this permission notice appear in all copies. */ +/* Code contributions from: + * + * Stefan Winter <stefan.winter@restena.lu> + */ + #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> |