Oppdatert til 1.3.1
authorkolla <kolla>
Wed, 22 Jul 2009 12:56:54 +0000 (12:56 +0000)
committerkolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Wed, 22 Jul 2009 12:56:54 +0000 (12:56 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@505 e88ac4ed-0b26-0410-9574-a7f39faa03bf

ChangeLog
README
configure.ac
radsecproxy.c
radsecproxy.conf.5
radsecproxy.conf.5.xml

index bffff88..70f17d8 100644 (file)
--- 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 4cc6fa1..a54e7f5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is radsecproxy 1.3 from March 12, 2009
+This is radsecproxy 1.3.1 from July 22, 2009
 
 radsecproxy is a generic RADIUS proxy that can support various
 RADIUS clients over UDP or TLS (RadSec).
@@ -43,4 +43,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.03.12
+Stig Venaas <venaas@uninett.no> -- 2009.07.22
index 15f81b0..a49ab91 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(radsecproxy, 1.3, venaas@uninett.no)
+AC_INIT(radsecproxy, 1.3.1, venaas@uninett.no)
 AM_INIT_AUTOMAKE
 AC_PROG_CC
 AM_PROG_CC_C_O
index d9f560e..4cc2c42 100644 (file)
@@ -3035,7 +3035,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8
            *pretend = 1;
            break;
        case 'v':
-               debug(DBG_ERR, "radsecproxy 1.3");
+               debug(DBG_ERR, "radsecproxy 1.3.1");
                debug(DBG_ERR, "This binary was built with support for the following transports:");
 #ifdef RADPROT_UDP
                debug(DBG_ERR, "  UDP");
@@ -3154,7 +3154,7 @@ int main(int argc, char **argv) {
        debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
     
     debug_timestamp_on();
-    debug(DBG_INFO, "radsecproxy 1.3 starting");
+    debug(DBG_INFO, "radsecproxy 1.3.1 starting");
     if (pidfile && !createpidfile(pidfile))
        debugx(1, DBG_ERR, "failed to create pidfile %s: %s", pidfile, strerror(errno));
     
index b43989d..54ead46 100644 (file)
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH "radsecproxy.conf " 5 2009-03-12 "radsecproxy 1.3" ""
+.TH "radsecproxy.conf " 5 2009-07-22 "radsecproxy 1.3.1" ""
 .SH NAME
 radsecproxy.conf
 \- Radsec proxy configuration file 
index ef7c918..61d0100 100644 (file)
@@ -2,14 +2,14 @@
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 <refentry>
   <refentryinfo>
-    <date>2009-03-12</date>
+    <date>2009-07-22</date>
   </refentryinfo>
   <refmeta>
     <refentrytitle>
       <application>radsecproxy.conf</application>
     </refentrytitle>
     <manvolnum>5</manvolnum>
-    <refmiscinfo>radsecproxy 1.3</refmiscinfo>
+    <refmiscinfo>radsecproxy 1.3.1</refmiscinfo>
   </refmeta>
   <refnamediv>
     <refname>