log

age author description
Tue, 29 Mar 2011 10:48:04 +0900 Sebastien Decugis Added RFC4006 incomplete dictionary extension to the debian package
Thu, 24 Mar 2011 15:00:38 +0900 Sebastien Decugis Updated copyright information
Thu, 24 Mar 2011 15:00:18 +0900 Sebastien Decugis Updated my mail address
Thu, 24 Mar 2011 14:51:02 +0900 Sebastien Decugis Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Wed, 02 Mar 2011 18:21:59 +0900 Sebastien Decugis Fix broken 'almostcasecmp' logic
Wed, 02 Mar 2011 16:28:14 +0900 Sebastien Decugis Set default output to CHECK only in nightly tests
Wed, 02 Mar 2011 14:51:22 +0900 Sebastien Decugis Move error messages to INFO level also
Wed, 02 Mar 2011 14:37:19 +0900 Sebastien Decugis Fix the logic of local + global debug level
Tue, 01 Mar 2011 10:48:30 +0900 Sebastien Decugis Added tag 1.1.0-rc3 for changeset b2bc31410425
Tue, 01 Mar 2011 10:48:14 +0900 Sebastien Decugis Cosmetics 1.1.0-rc3
Fri, 25 Feb 2011 15:46:40 +0900 Sebastien Decugis Added simple mechanism to declare dependencies between extensions
Fri, 25 Feb 2011 14:33:37 +0900 Sebastien Decugis Increase tests timeout to 120 seconds
Thu, 24 Feb 2011 17:19:42 +0900 Sebastien Decugis minor improvements
Thu, 24 Feb 2011 17:19:14 +0900 Sebastien Decugis Fixed timeout handling + minor fixes
Thu, 24 Feb 2011 10:48:05 +0900 Sebastien Decugis Add new wrapper to create events from int values (useful for FDEV_TRIGGER events)
Wed, 23 Feb 2011 16:44:39 +0900 Sebastien Decugis Fix incomplete instruction
Wed, 23 Feb 2011 16:00:47 +0900 Sebastien Decugis Added new contribution: Wireshark patch to display Diameter over TLS over SCTP
Tue, 22 Feb 2011 15:50:45 +0900 Sebastien Decugis Fix a small bug in peers validation process
Tue, 22 Feb 2011 15:50:29 +0900 Sebastien Decugis Cosmetics
Tue, 22 Feb 2011 13:26:13 +0900 Sebastien Decugis Fix a few compilation warnings
Mon, 21 Feb 2011 18:31:18 +0900 Sebastien Decugis New app_redirect.fdx code (UNTESTED)
Mon, 21 Feb 2011 18:30:45 +0900 Sebastien Decugis Small optimization: use os0dup
Mon, 21 Feb 2011 18:30:20 +0900 Sebastien Decugis Have AVP values 0-terminated for safety (one should not rely on this and use the size)
Mon, 21 Feb 2011 18:29:14 +0900 Sebastien Decugis Be less tolerant on DiameterURI format
Fri, 18 Feb 2011 15:23:09 +0900 Sebastien Decugis Updated copyright information
Fri, 18 Feb 2011 14:50:37 +0900 Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Thu, 17 Feb 2011 16:37:15 +0900 Sebastien Decugis Fix missing include for limit (should fix test for OpenSUSE)
Tue, 15 Feb 2011 14:23:59 +0900 Sebastien Decugis Removed redundant TODO notice
Tue, 15 Feb 2011 14:23:48 +0900 Sebastien Decugis Fixed wrong prototype
Tue, 15 Feb 2011 14:23:27 +0900 Sebastien Decugis Added notice about g++ for sample extension
Tue, 15 Feb 2011 10:51:31 +0900 Sebastien Decugis Fixed decorated NAI handing in case of messages without User-Name AVP
Thu, 10 Feb 2011 17:19:52 +0900 Sebastien Decugis Use size returned by accept
Thu, 10 Feb 2011 16:00:53 +0900 Sebastien Decugis Minor changes
Thu, 10 Feb 2011 10:49:09 +0900 Sebastien Decugis Fix a few compilations errors and warnings
Thu, 10 Feb 2011 10:24:11 +0900 Sebastien Decugis Fix remaining test testappacct
Wed, 09 Feb 2011 18:08:54 +0900 Sebastien Decugis Added support for Internationalized Domain Names (IDNA) using GNU libidn
Wed, 09 Feb 2011 15:26:58 +0900 Sebastien Decugis Large UNTESTED commit with the following changes:
Mon, 31 Jan 2011 17:22:21 +0900 Sebastien Decugis Added standard Result-Code values in header.
Tue, 25 Jan 2011 16:34:27 +0900 Sebastien Decugis Added new sanity check
Tue, 25 Jan 2011 16:20:37 +0900 Sebastien Decugis Updated copyright information
Mon, 24 Jan 2011 16:23:59 +0900 Sebastien Decugis Changed reference from glibc to eglibc in OpenWRT HOWTO
Mon, 24 Jan 2011 15:11:24 +0900 Sebastien Decugis Updated OpenWRT howto, added workaround for #26
Mon, 24 Jan 2011 14:32:45 +0900 Sebastien Decugis Added testcase and explanation about problematic OpenWRT support (#26)
Fri, 21 Jan 2011 16:59:46 +0900 Sebastien Decugis Cleanup in debian packaging
Fri, 21 Jan 2011 16:54:58 +0900 Sebastien Decugis Include latest cleanups
Fri, 21 Jan 2011 16:49:12 +0900 Sebastien Decugis Added tag 1.1.0-rc2 for changeset ff23fecac0b2
Fri, 21 Jan 2011 16:48:37 +0900 Sebastien Decugis Added documentation for rare segfault in FreeBSD 64bits (Profiling profile) 1.1.0-rc2
Fri, 21 Jan 2011 16:18:39 +0900 Sebastien Decugis Add ability to skip dlclose() calls since it creates problems on FreeBSD8.1 64bits
Fri, 21 Jan 2011 16:17:54 +0900 Sebastien Decugis Fix small usage issue
Fri, 21 Jan 2011 15:12:54 +0900 Sebastien Decugis Cleanups
Fri, 21 Jan 2011 11:23:39 +0900 Sebastien Decugis Removed extra '\n'
Thu, 20 Jan 2011 19:44:27 +0900 Sebastien Decugis Cleanup all pthread_cleanup_push / pop pairs so that pop is always called after push, or ASSERT(0) is some grave errors
Thu, 20 Jan 2011 15:38:12 +0900 Sebastien Decugis It seems FreeBSD does not unstack cancelation cleanups if we skip the pthread_cleanup_pop call
Thu, 20 Jan 2011 14:24:13 +0900 Sebastien Decugis Cleanups in msg_log feature
Wed, 19 Jan 2011 19:05:30 +0900 Sebastien Decugis Prepared capability for messages logging to separate files / folders
Wed, 19 Jan 2011 17:08:21 +0900 Sebastien Decugis Prepare for new message log facility
Wed, 19 Jan 2011 14:35:14 +0900 Sebastien Decugis Fixed in case of termination of several modules (before initialization completed)
Wed, 19 Jan 2011 11:11:23 +0900 Sebastien Decugis Fixed compilation warning on 64b
Tue, 18 Jan 2011 15:14:41 +0900 Sebastien Decugis Another commit with influence on the OpenWRT package
Tue, 18 Jan 2011 15:13:14 +0900 Sebastien Decugis Improve management of the signals in freeDiameterd
Tue, 18 Jan 2011 14:56:01 +0900 Sebastien Decugis Bumped OpenWRT package version to include latest bug fix
Tue, 18 Jan 2011 14:54:29 +0900 Sebastien Decugis Added changelog note
Tue, 18 Jan 2011 14:34:33 +0900 Sebastien Decugis Fix segfault
Tue, 18 Jan 2011 14:28:33 +0900 Sebastien Decugis Convert the errors AVP to Reply-Message also
Tue, 18 Jan 2011 10:48:02 +0900 Sebastien Decugis Tentative fix for #25
Tue, 18 Jan 2011 10:21:13 +0900 Sebastien Decugis Cleanup link commands for Fedora
Tue, 18 Jan 2011 10:11:52 +0900 Sebastien Decugis Clean termination of tests when possible
Mon, 17 Jan 2011 18:26:45 +0900 Sebastien Decugis Updated postinst script, bumped version
Mon, 17 Jan 2011 18:10:34 +0900 Sebastien Decugis Added changelog entry
Mon, 17 Jan 2011 18:10:25 +0900 Sebastien Decugis Fixed small typo
Mon, 17 Jan 2011 17:31:03 +0900 Sebastien Decugis Cleaned link relations for tests
Mon, 17 Jan 2011 16:40:08 +0900 Sebastien Decugis Fix missing libraries dependencies on freeDiameterd
Mon, 17 Jan 2011 15:36:21 +0900 Sebastien Decugis Updated OpenWRT package files
Mon, 17 Jan 2011 14:56:37 +0900 Sebastien Decugis New test to check if there are linking problems with built extensions
Mon, 17 Jan 2011 14:08:08 +0900 Sebastien Decugis Some more cleanups in linking
Mon, 17 Jan 2011 13:03:14 +0900 Sebastien Decugis More cleanups in the CMakeLists files
Mon, 17 Jan 2011 11:22:35 +0900 Sebastien Decugis Fix include directories directives
Mon, 17 Jan 2011 11:13:49 +0900 Sebastien Decugis Small cleanup
Fri, 14 Jan 2011 17:18:57 +0900 Sebastien Decugis Fix compilation warning
Fri, 14 Jan 2011 16:27:51 +0900 Sebastien Decugis Added tag 1.1.0-rc1 for changeset 2e94ef0515d7
Fri, 14 Jan 2011 16:27:21 +0900 Sebastien Decugis Updated copyright information 1.1.0-rc1
Fri, 14 Jan 2011 16:27:07 +0900 Sebastien Decugis Updated script for copyright
Fri, 14 Jan 2011 16:25:59 +0900 Sebastien Decugis Updated documentation
Fri, 14 Jan 2011 15:22:22 +0900 Sebastien Decugis Merged
Fri, 14 Jan 2011 15:15:23 +0900 Sebastien Decugis Initial commit for 1.1.0:
Fri, 14 Jan 2011 15:17:57 +0900 Sebastien Decugis Added tag 1.0.x-last for changeset 5b05d85682f1
Tue, 11 Jan 2011 15:48:58 +0900 Sebastien Decugis Small fixes 1.0.x-last
Tue, 11 Jan 2011 13:02:07 +0900 Sebastien Decugis Added T flag and some debug information for test_netemul
Tue, 11 Jan 2011 12:29:29 +0900 Sebastien Decugis Add changelog entry for latest change
Tue, 11 Jan 2011 12:18:09 +0900 Sebastien Decugis Added sample C++ file in _sample extension
Tue, 11 Jan 2011 12:17:50 +0900 Sebastien Decugis Fix updated API format
Fri, 07 Jan 2011 18:33:37 +0900 Sebastien Decugis Added new test_netemul extension (need testing)
Thu, 06 Jan 2011 10:39:21 +0900 Sebastien Decugis Fix compilation warning
Wed, 05 Jan 2011 17:13:34 +0900 Sebastien Decugis Implemented fd_msg_send_timeout to close #10. Not tested yet.
Tue, 04 Jan 2011 16:21:26 +0900 Sebastien Decugis Updated copyright information
Tue, 04 Jan 2011 16:21:08 +0900 Sebastien Decugis Prepared for next bugfix release
Tue, 04 Jan 2011 16:20:50 +0900 Sebastien Decugis Prepared first part of the changes for #10
Tue, 04 Jan 2011 11:54:19 +0900 Sebastien Decugis Modify INSTALL_EXTENSIONS_SUFFIX to depend on INSTALL_LIBRARY_SUFFIX based on a patch by Shakthi Kannan
Tue, 21 Dec 2010 11:05:40 +0900 Sebastien Decugis Added tag 1.0.3 for changeset f065e3cb846e
Tue, 21 Dec 2010 10:51:14 +0900 Sebastien Decugis Updated documentation 1.0.3
Tue, 21 Dec 2010 10:30:11 +0900 Sebastien Decugis Added tag 1.0.3-rc3 for changeset 69d3579f6c6c
Tue, 21 Dec 2010 10:29:46 +0900 Sebastien Decugis First version of dbg_interactive is complete 1.0.3-rc3
Mon, 20 Dec 2010 19:36:40 +0900 Sebastien Decugis dbg_interactive almost complete
Mon, 20 Dec 2010 13:07:06 +0900 Sebastien Decugis Added new opaque pointer to fd_sess_handler_create and fd_disp_register for usability. Bumped API version number.
Fri, 17 Dec 2010 18:41:19 +0900 Sebastien Decugis Improved usability of dbg_interactive
Thu, 16 Dec 2010 18:56:41 +0900 Sebastien Decugis Split interface file in modules
Wed, 15 Dec 2010 18:24:33 +0900 Sebastien Decugis Still making progress on the dbg_interactive interface.
Tue, 14 Dec 2010 17:34:46 +0900 Sebastien Decugis Continued work on python interface
Tue, 14 Dec 2010 14:01:26 +0900 Sebastien Decugis Added tag 1.0.3-rc2 for changeset 18c4a738e3e9
Tue, 14 Dec 2010 13:59:19 +0900 Sebastien Decugis Update version information for the source tree 1.0.3-rc2
Tue, 14 Dec 2010 13:53:07 +0900 Sebastien Decugis Fix a mistake in previous commit
Tue, 14 Dec 2010 13:51:54 +0900 Sebastien Decugis Fixed some dependencies
Tue, 14 Dec 2010 11:54:14 +0900 Sebastien Decugis Added tag 1.0.3-rc1 for changeset 7ae66129fd73
Tue, 14 Dec 2010 11:54:04 +0900 Sebastien Decugis Prepare for upcoming 1.0.3 1.0.3-rc1
Tue, 14 Dec 2010 11:53:48 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Tue, 14 Dec 2010 11:53:24 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Tue, 14 Dec 2010 11:53:03 +0900 Sebastien Decugis Fix install component
Tue, 14 Dec 2010 11:52:28 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Thu, 09 Dec 2010 17:14:24 +0900 Sebastien Decugis Finally got the proxy aka shadow class to work
Tue, 07 Dec 2010 17:24:53 +0900 Sebastien Decugis Continued work on dbg_interactive.fdx
Tue, 07 Dec 2010 11:14:21 +0900 Sebastien Decugis Added some limited example for dbg_interactive
Tue, 07 Dec 2010 11:13:58 +0900 Sebastien Decugis Cleanup many SWIG definitions from main .h files
Mon, 06 Dec 2010 14:45:49 +0900 Sebastien Decugis Removed the OUTPUT specification for SWIG, too complex
Mon, 06 Dec 2010 11:03:03 +0900 Sebastien Decugis Fix wrong operator in testfifo
Fri, 03 Dec 2010 18:29:51 +0900 Sebastien Decugis Attempting to improve python wrapper usability (work in progress)
Fri, 03 Dec 2010 15:00:30 +0900 Sebastien Decugis Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Fri, 03 Dec 2010 14:31:08 +0900 Sebastien Decugis Fix warning about value outside enum range
Fri, 03 Dec 2010 13:31:41 +0900 Sebastien Decugis Adapt test for systems that cannot create many threads per process, such as OpenSUSE (bouuuuh)
Thu, 02 Dec 2010 18:19:53 +0900 Sebastien Decugis Fix some compilation warning on OpenSUSE
Thu, 02 Dec 2010 17:55:25 +0900 Sebastien Decugis Small update to documentation
Thu, 02 Dec 2010 17:08:29 +0900 Sebastien Decugis Updated documentation, included information for OpenSUSE and Fedora
Thu, 02 Dec 2010 15:34:55 +0900 Sebastien Decugis Fix path for OpenSUSE
Wed, 01 Dec 2010 18:19:54 +0900 Sebastien Decugis Added ability to extract the Extended MSK (EMSK) for future use
Wed, 01 Dec 2010 17:52:28 +0900 Sebastien Decugis Very very early python interactive extension, using SWIG
Fri, 26 Nov 2010 11:04:29 +0900 Sebastien Decugis Updated documentation
Thu, 25 Nov 2010 16:55:27 +0900 Sebastien Decugis Removed the file, it can be found in circum archive
Thu, 25 Nov 2010 16:54:53 +0900 Sebastien Decugis Added reference to contrib folder
Thu, 25 Nov 2010 16:54:09 +0900 Sebastien Decugis Added references to external XML files
Thu, 25 Nov 2010 16:53:55 +0900 Sebastien Decugis Updated the DTD to reflect what the parser is expecting
Thu, 25 Nov 2010 16:30:49 +0900 Sebastien Decugis Completed first version of dict_legacy_xml.fdx
Thu, 25 Nov 2010 16:27:54 +0900 Sebastien Decugis Added new AVP search criteria in the dictionary: AVP_BY_NAME_ALL_VENDORS
Fri, 19 Nov 2010 17:36:52 +0900 Sebastien Decugis Merged
Fri, 19 Nov 2010 17:36:33 +0900 Sebastien Decugis Initial draft version of dict_legacy_xml, parses XML file but no conversion to fD yet.
Wed, 17 Nov 2010 15:08:03 +0900 Sebastien Decugis Original version verbatim from draft-frascone-xml-dictionary-00
Thu, 18 Nov 2010 10:37:55 +0900 Francois Bard erreur de compilation sur dict_mip6a
Wed, 17 Nov 2010 19:56:35 +0900 Francois Bard Updates comments and a compiler dependent piece of code
Mon, 15 Nov 2010 16:49:22 +0900 Sebastien Decugis Added options for the new extensions
Mon, 15 Nov 2010 17:03:15 +0100 Francois Bard New dictionary extensions for mipv6 applications (RFC 5447, 5777, 5778)
Tue, 02 Nov 2010 09:59:36 +0900 Sebastien Decugis Added a new MaxPerformance build type for tests, not recommended for use
Mon, 01 Nov 2010 18:59:48 +0900 Sebastien Decugis Added dependencies for other extensions
Mon, 01 Nov 2010 18:46:39 +0900 Sebastien Decugis Fix issue about gcrypt for Fedora, and added INSTALL file for this distribution
Mon, 01 Nov 2010 18:24:19 +0900 Sebastien Decugis Protect against gnutls_srp_server_get_username which is not provided on some platforms, including Fedora 13
Mon, 01 Nov 2010 09:43:06 +0900 Sebastien Decugis Fix SCTP port when ListenOn is set (Patch by Vlada) - closes #20
Thu, 28 Oct 2010 16:32:38 +0900 Sebastien Decugis Added tag 1.0.2 for changeset f27b40a9dd82
Thu, 28 Oct 2010 16:32:21 +0900 Sebastien Decugis Updated changelog 1.0.2
Thu, 28 Oct 2010 16:12:58 +0900 Sebastien Decugis Works also on Debian
Thu, 28 Oct 2010 15:29:06 +0900 Sebastien Decugis Reactivate the testappacct test in allext configuration
Thu, 28 Oct 2010 13:42:10 +0900 Sebastien Decugis Add test_app_acct when ALL_EXTENSIONS is specified
Thu, 28 Oct 2010 13:17:01 +0900 Sebastien Decugis Fix a couple of compilation warnings
Thu, 28 Oct 2010 12:59:03 +0900 Sebastien Decugis Added the ALL_EXTENSIONS build option; and simplified some CMakeFile directives
Wed, 27 Oct 2010 14:21:47 +0900 Sebastien Decugis Added tag 1.0.2-rc1 for changeset 144eeab1e3a4
Wed, 27 Oct 2010 14:19:33 +0900 Sebastien Decugis Prepare for 1.0.2 1.0.2-rc1
Wed, 27 Oct 2010 14:18:06 +0900 Sebastien Decugis Fixed typo
Wed, 27 Oct 2010 11:01:46 +0900 Sebastien Decugis Updated package to speedup startup
Wed, 27 Oct 2010 10:52:30 +0900 Sebastien Decugis Allow TLS Diffie-Hellmann parameters to be loaded from a file (ticket #17)
Wed, 20 Oct 2010 15:37:49 +0900 Souheil Ben Ayed Fix user name verification in EAP-TLS plugin
Fri, 08 Oct 2010 16:03:31 +0900 Sebastien Decugis Bump version
Fri, 08 Oct 2010 16:02:48 +0900 Sebastien Decugis Configurable parameters for the benchmark mode
Fri, 08 Oct 2010 15:35:19 +0900 Sebastien Decugis Reduce number of streams on OpenWRT
Fri, 08 Oct 2010 15:31:29 +0900 Sebastien Decugis Bumped version to get benchmark mode
Fri, 08 Oct 2010 15:30:36 +0900 Sebastien Decugis Added benchmark mode in test_app
Thu, 07 Oct 2010 18:54:48 +0900 Sebastien Decugis Fix test_app.fdx name
Thu, 07 Oct 2010 17:19:38 +0900 Sebastien Decugis Forgot to create the path in new module
Thu, 07 Oct 2010 17:14:45 +0900 Sebastien Decugis Fix erroneous path
Thu, 07 Oct 2010 17:02:39 +0900 Sebastien Decugis Bumped OpenWRT package version to 1.0.1 and added freeDiameter-test package
Tue, 28 Sep 2010 09:54:14 +0900 Sebastien Decugis Added tag 1.0.1 for changeset 62ad61238af2
Tue, 28 Sep 2010 09:53:52 +0900 Sebastien Decugis Cosmetics 1.0.1
Mon, 27 Sep 2010 16:39:14 +0900 Souheil Ben Ayed added configuration parameters for DiamEAP and EAP-TLS
Fri, 17 Sep 2010 17:23:46 +0900 Sebastien Decugis Cleanly destroy Diameter message when an Accounting Response is not generated in gateway
Thu, 16 Sep 2010 16:41:44 +0900 Sebastien Decugis Automatic load-balancing between peers that have the same routing score. Use rt_ereg to obtain stable routes.
Thu, 16 Sep 2010 14:35:48 +0900 Sebastien Decugis Remove local machine name from the file
Thu, 16 Sep 2010 13:53:19 +0900 Sebastien Decugis More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Wed, 15 Sep 2010 18:58:39 +0900 Sebastien Decugis Fix broken packaging
Wed, 15 Sep 2010 18:35:31 +0900 Sebastien Decugis Cleanups
Wed, 15 Sep 2010 18:35:25 +0900 Sebastien Decugis Preparing for upcoming release
Wed, 15 Sep 2010 18:34:17 +0900 Sebastien Decugis Committed this by error
Wed, 15 Sep 2010 17:27:07 +0900 Sebastien Decugis Preparing for bugfix release 1.0.1
Wed, 15 Sep 2010 17:26:42 +0900 Sebastien Decugis Added tag 1.0.1-rc1 for changeset 25440e53a48e
Wed, 15 Sep 2010 15:01:03 +0900 Sebastien Decugis Remove erroneous comment, the value was actually quite meaningless 1.0.1-rc1
Wed, 15 Sep 2010 14:52:24 +0900 Sebastien Decugis Fix another issue
Wed, 15 Sep 2010 14:45:55 +0900 Sebastien Decugis Bug fix
Wed, 15 Sep 2010 14:41:50 +0900 Sebastien Decugis Removed empty file
Wed, 15 Sep 2010 14:24:45 +0900 Sebastien Decugis Hide and automate the Proxy-State attributes management in RADIUS gateway
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
"Welcome to our mercurial repository"