diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | hostport.c | 5 | ||||
-rw-r--r-- | radsecproxy.c | 2 |
3 files changed, 10 insertions, 0 deletions
@@ -35,6 +35,9 @@ doing this, and the funding from GEANT2. Stefan as well as Kolbjørn 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. + All of the above plus Milan Sova have provided good feedback on several implementation choices. Finally thanks to Hans Zandbelt for providing the autoconf stuff. I may have forgotten someone, @@ -6,6 +6,11 @@ * copyright notice and this permission notice appear in all copies. */ +/* Code contributions from: + * + * Simon Leinen <simon.leinen@switch.ch> + */ + #include <stdlib.h> #include <unistd.h> #include <string.h> diff --git a/radsecproxy.c b/radsecproxy.c index 4cc2c42..c6dc9ce 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -9,6 +9,8 @@ /* Code contributions from: * * Arne Schwabe <schwabe at uni-paderborn.de> + * Maja Wolniewicz <mgw@umk.pl> + * Simon Leinen <simon.leinen@switch.ch> */ /* For UDP there is one server instance consisting of udpserverrd and udpserverth |