log

age author description
Wed, 15 Sep 2010 10:44:46 +0900 Sebastien Decugis Allow duplicates also after processing errors
Wed, 15 Sep 2010 10:41:43 +0900 Sebastien Decugis Allow duplicate messages to be processed after Diameter answer has been received.
Tue, 14 Sep 2010 17:12:17 +0900 Sebastien Decugis Fix erroneous ; in the file
Tue, 14 Sep 2010 16:24:09 +0900 Sebastien Decugis Add a trace in the purge thread
Tue, 14 Sep 2010 16:14:52 +0900 Sebastien Decugis Fix invalid initialization
Tue, 14 Sep 2010 16:04:59 +0900 Sebastien Decugis Improve the RADIUS duplicates management. Default cache is set to 60 seconds.
Tue, 14 Sep 2010 13:31:27 +0900 Sebastien Decugis Fix behavior of TLS/SCTP when only one peer does not accept the remote certificate
Mon, 13 Sep 2010 18:39:22 +0900 Sebastien Decugis Enforce validation of local certificate upon daemon start.
Sat, 11 Sep 2010 09:21:28 +0900 Sebastien Decugis Free state memory after use.
Sat, 11 Sep 2010 09:21:16 +0900 Sebastien Decugis Previous commit provked a segfault, this fixes it.
Sat, 11 Sep 2010 08:52:36 +0900 Sebastien Decugis The previous commit provoked an Accounting-Response with empty authenticator... Should be fixed now.
Fri, 10 Sep 2010 23:10:17 +0900 Sebastien Decugis Remove Message-Authenticator from Accounting-Response because it is not standard and not compatible with many stacks.
Fri, 10 Sep 2010 23:03:43 +0900 Sebastien Decugis Backed out changeset: f95cfc35d960
Fri, 10 Sep 2010 10:59:14 +0900 Sebastien Decugis Add User Name in translated Accounting Responses
Thu, 09 Sep 2010 14:17:54 +0900 Sebastien Decugis A few bug fixes on the RADIUS/Diameter gateway.
Wed, 08 Sep 2010 15:52:29 +0900 Sebastien Decugis Fix wrong separator in SQL query.
Tue, 07 Sep 2010 16:57:48 +0900 Sebastien Decugis Added a set of example PHP scripts to parse the app_acct.fdx data.
Mon, 06 Sep 2010 14:46:25 +0900 Sebastien Decugis Fix segfault when no configuration string is given to the plugins
Mon, 06 Sep 2010 14:40:16 +0900 Sebastien Decugis SCTP support added upstream in OpenWRT: r22917 in openwrt, r22912 in packages
Mon, 06 Sep 2010 14:28:53 +0900 Sebastien Decugis Improved duplicate detection in RADIUS/Diameter gw. It will be changed again soon
Fri, 03 Sep 2010 16:50:04 +0900 Sebastien Decugis Removed the NON NULL constraint to ease updates
Fri, 03 Sep 2010 16:46:16 +0900 Sebastien Decugis Add a new field in the app_acct.fdx database to receive the name of the local server.
Wed, 01 Sep 2010 16:49:02 +0900 Sebastien Decugis Fix typo
Wed, 01 Sep 2010 16:21:15 +0900 Sebastien Decugis Added a flag to disable NAI routing in RADIUS/Diameter gw
Wed, 01 Sep 2010 14:41:33 +0900 Sebastien Decugis Forgot new files
Wed, 01 Sep 2010 14:39:22 +0900 Sebastien Decugis Superseed rt_un_number with a new extension based on regexp matching
Wed, 01 Sep 2010 12:40:46 +0900 Sebastien Decugis It seems the ABNF of Tunneling AVP is broken for requests...
Wed, 01 Sep 2010 11:48:39 +0900 Sebastien Decugis Fix parameter parsing, thanks to Souheil for the bug report
Fri, 27 Aug 2010 16:26:11 +0900 Sebastien Decugis Fix compilation problem
Fri, 27 Aug 2010 16:20:43 +0900 Sebastien Decugis Better handle localhost RADIUS clients
Fri, 27 Aug 2010 15:28:31 +0900 Sebastien Decugis Added flag information in list dump
Fri, 27 Aug 2010 11:25:46 +0900 Sebastien Decugis Fix the dump function
Fri, 27 Aug 2010 11:14:17 +0900 Sebastien Decugis Cleanup the RADIUS dump format
Fri, 27 Aug 2010 10:59:51 +0900 Sebastien Decugis Allow RADIUS Proxies with the app_radgw extension
Thu, 26 Aug 2010 14:10:03 +0900 Sebastien Decugis Added documentation for rt_un_number
Wed, 25 Aug 2010 19:00:25 +0900 Sebastien Decugis New extension: load-balancing based on numerical user-name AVP values
Tue, 24 Aug 2010 16:20:32 +0900 Sebastien Decugis Improve documentation as suggested by ????? ????????? (thank you)
Tue, 24 Aug 2010 16:20:10 +0900 Sebastien Decugis Fix problem reported by ????? ????????? on dev@freediameter.net
Fri, 20 Aug 2010 15:18:58 +0900 Sebastien Decugis Search extensions conf files in the main configuration folder also
Fri, 20 Aug 2010 14:28:45 +0900 Sebastien Decugis Improved documentation in postinst script
Fri, 20 Aug 2010 11:45:40 +0900 Sebastien Decugis Improved the postinst script to generate a CSR also
Thu, 19 Aug 2010 20:07:58 +0900 Sebastien Decugis Last fix for today...
Thu, 19 Aug 2010 19:59:52 +0900 Sebastien Decugis Better with the correct escape sequence...
Thu, 19 Aug 2010 19:52:00 +0900 Sebastien Decugis Escape the variables in the shell script...
Thu, 19 Aug 2010 19:43:30 +0900 Sebastien Decugis Fix the new buggy postinst script
Thu, 19 Aug 2010 15:47:51 +0900 Sebastien Decugis Improve postinstall script
Wed, 18 Aug 2010 18:56:14 +0900 Sebastien Decugis Update version to get GNUTLS debug option
Wed, 18 Aug 2010 18:20:05 +0900 Sebastien Decugis Updated help message
Wed, 18 Aug 2010 18:13:09 +0900 Sebastien Decugis New command-line option to enable GNUTLS debugging
Tue, 17 Aug 2010 16:35:19 +0900 Sebastien Decugis Handle more nicely the local RADIUS clients in the gateway
Tue, 17 Aug 2010 15:05:12 +0900 Sebastien Decugis Remerged
Tue, 17 Aug 2010 15:04:50 +0900 Sebastien Decugis Initial working freeDiameter package
Mon, 16 Aug 2010 17:31:54 +0900 Sebastien Decugis Fix location where the rgw_common library is installed
Mon, 16 Aug 2010 16:55:53 +0900 Sebastien Decugis Fix missing library
Mon, 16 Aug 2010 11:44:31 +0900 Sebastien Decugis Merged with downstream
Mon, 16 Aug 2010 11:43:55 +0900 Sebastien Decugis Increase timer for the test
Fri, 13 Aug 2010 17:23:39 +0900 Sebastien Decugis Fixed a few CMake variable names
Fri, 13 Aug 2010 17:06:28 +0900 Sebastien Decugis Small fix
Fri, 13 Aug 2010 15:52:28 +0900 Sebastien Decugis Fix SCTP support for OpenWRT, now it really works
Thu, 12 Aug 2010 15:57:52 +0900 Sebastien Decugis Updated documentation (still incomplete)
"Welcome to our mercurial repository"