summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkolla <kolla>2009-07-22 13:39:21 +0000
committerkolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2009-07-22 13:39:21 +0000
commit77656e60759e8a710b8cafbd0b35ac1bf344b610 (patch)
tree53f38489be53cc2b1501c8782af643f9fdf878aa
parentc70699706ed9e28d621676737ee5b83a2b90f528 (diff)
Contribution acknowledgements
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@507 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r--ChangeLog4
-rw-r--r--README5
-rw-r--r--hostport.c5
-rw-r--r--radsecproxy.c2
4 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bffff88..70f17d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,3 +58,7 @@
2009-03-12 1.3
Fixed some very minor bugs
Changed log levels for some messages, made loglevel 2 default
+2009-07-22 1.3.1
+ Fixed header files for FreeBSD
+ Fix for multiple UDP servers on same IP address, solves accounting
+ problems.
diff --git a/README b/README
index a6e0c73..75255f3 100644
--- a/README
+++ b/README
@@ -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,
@@ -43,4 +46,4 @@ let me know if you feel left out.
For more information, feedback etc. please see the information
at http://software.uninett.no/radsecproxy/
-Stig Venaas <venaas@uninett.no> -- 2009.02.18
+Stig Venaas <venaas@uninett.no> -- 2009.07.22
diff --git a/hostport.c b/hostport.c
index 2e6e067..0af7407 100644
--- a/hostport.c
+++ b/hostport.c
@@ -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 178d76d..f0d1fef 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