Credits
authorkolla <kolla>
Fri, 11 Sep 2009 13:49:53 +0000 (13:49 +0000)
committerkolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Fri, 11 Sep 2009 13:49:53 +0000 (13:49 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@511 e88ac4ed-0b26-0410-9574-a7f39faa03bf

README
radsecproxy.c
util.c

diff --git a/README b/README
index 75255f3..7470cf2 100644 (file)
--- a/README
+++ b/README
@@ -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
index 142614e..37bf4cb 100644 (file)
@@ -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
diff --git a/util.c b/util.c
index 9c5c654..adfa72c 100644 (file)
--- a/util.c
+++ b/util.c
@@ -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>