log

age author description
Mon, 25 May 2009 17:25:53 +0900 Sebastien Decugis Added sub_echo_drop files
Mon, 25 May 2009 17:25:17 +0900 Sebastien Decugis Created parser for sub_echo_drop subextension
Mon, 25 May 2009 14:51:46 +0900 Sebastien Decugis Updated copyright information
Mon, 25 May 2009 14:51:27 +0900 Sebastien Decugis Added script to update copyright notices dates
Mon, 25 May 2009 11:21:32 +0900 Sebastien Decugis Fix typo in function name
Mon, 25 May 2009 11:13:38 +0900 Sebastien Decugis Cleaned RADIUS message dump format
Mon, 25 May 2009 10:40:11 +0900 Sebastien Decugis Fixed problem of calling static function from a shared library
Fri, 22 May 2009 18:18:56 +0900 Sebastien Decugis Fixed missing definitions
Fri, 22 May 2009 18:11:49 +0900 Sebastien Decugis Moved to the hostap implementation of RADIUS processing (copied radius.* and md5.* files)
Thu, 21 May 2009 15:20:38 +0900 Sebastien Decugis Fix segmentation fault
Thu, 21 May 2009 15:14:18 +0900 Sebastien Decugis Progress on the radius_gw gateway
Thu, 21 May 2009 10:25:20 +0900 Sebastien Decugis Fix segmentation fault
Thu, 21 May 2009 10:15:09 +0900 Sebastien Decugis Added some metadata in the radius messages
Wed, 20 May 2009 18:23:30 +0900 Sebastien Decugis Added md5 code to check authenticator
Wed, 20 May 2009 15:19:14 +0900 Sebastien Decugis Fix undefined symbol
Wed, 20 May 2009 15:14:31 +0900 Sebastien Decugis Separated attributes and codes string definitions to inc files
Wed, 20 May 2009 10:24:46 +0900 Sebastien Decugis Worker thread pick messages
Tue, 19 May 2009 17:21:54 +0900 Sebastien Decugis Added server code for radius extension
Tue, 19 May 2009 13:34:51 +0900 Sebastien Decugis Added extensions management in radius_gw
Thu, 14 May 2009 16:19:47 +0900 Sebastien Decugis Fixed trace display in radius_gw
Thu, 14 May 2009 15:58:30 +0900 Sebastien Decugis Unified TRACE_DEBUG handling between daemon and extensions + some progress on radius gateway
Fri, 08 May 2009 18:28:41 +0900 Sebastien Decugis Wrote initial conf parser for radius_gw ... to debug
Thu, 07 May 2009 11:01:46 +0900 Sebastien Decugis Add Route-Record AVP to answers as well
Fri, 01 May 2009 18:29:27 +0900 Sebastien Decugis Commit before the golden week
Fri, 01 May 2009 14:58:46 +0900 Sebastien Decugis Completed draft of configuration file for radius_gw
Thu, 30 Apr 2009 17:23:31 +0900 Sebastien Decugis Some stub files for the gateway extension
Tue, 28 Apr 2009 14:51:43 +0900 Sebastien Decugis Clear buffer for clean padding
Tue, 28 Apr 2009 14:24:02 +0900 Sebastien Decugis Fix a last compilation warning
Tue, 28 Apr 2009 14:13:31 +0900 Sebastien Decugis Fixed a warning in tests
Tue, 28 Apr 2009 14:06:13 +0900 Sebastien Decugis Fixed a remaining warning
Tue, 28 Apr 2009 14:03:08 +0900 Sebastien Decugis Fixed compilation warning on 64bits platforms
Tue, 28 Apr 2009 13:52:14 +0900 Sebastien Decugis Fix typo
Thu, 02 Apr 2009 12:03:13 +0900 Sebastien Decugis Added some preliminary notes on the gateway extension
Thu, 02 Apr 2009 11:15:39 +0900 Sebastien Decugis Updated radius_gw documentation (preview)
Wed, 01 Apr 2009 16:32:10 +0900 Sebastien Decugis Fixed parsing of float32 and float64 AVP values, and added regression test
Wed, 01 Apr 2009 11:17:11 +0900 Sebastien Decugis sctp_adaptation_layer_event not supported on some platform, and this code was not needed anyway. Reported by Chris Brody.
Wed, 01 Apr 2009 11:15:06 +0900 Sebastien Decugis Allow compilation of waaad without SCTP support (DISABLE_SCTP). Based on a patch by Chris Brody.
Wed, 01 Apr 2009 10:38:16 +0900 Sebastien Decugis Need to define _GNU_SOURCE when the compiler is not gcc (Submitted by Chris Brody)
Wed, 01 Apr 2009 10:29:34 +0900 Sebastien Decugis Renamed the new file with more descriptive name
Tue, 31 Mar 2009 15:59:14 +0900 Sebastien Decugis Automated merge with ssh://thedoc@morbier.koganei.wide.ad.jp//var/hg/repos/waaad/
Tue, 31 Mar 2009 15:59:00 +0900 Sebastien Decugis Fixed problem in Linux when ipv6 bind also ipv4 address
Tue, 31 Mar 2009 15:58:27 +0900 Sebastien Decugis Fixed call to setsockopt(ASCONF) for SCTP under FreeBSD
Thu, 26 Mar 2009 07:31:24 +0900 Sebastien Decugis Added comment on minimum flex version
Thu, 19 Mar 2009 17:45:13 +0900 Sebastien Decugis Fix debug message on ASCONF SCTP option
Thu, 19 Mar 2009 13:30:33 +0900 Sebastien Decugis Added standard header in peer-api.h for timespec structure
Thu, 19 Mar 2009 13:27:07 +0900 Sebastien Decugis Fix possible issue in sec_getmodules
Thu, 19 Mar 2009 13:10:48 +0900 Sebastien Decugis Fix use of IN6_* macros
Thu, 19 Mar 2009 11:21:31 +0900 Sebastien Decugis Changed cmake macro to use old flex style (short args) for more portability
Wed, 18 Mar 2009 18:29:45 +0900 Sebastien Decugis Simplified endianness tests, removed strange cases (PDP, ...)
Wed, 18 Mar 2009 17:52:19 +0900 Sebastien Decugis Fix cmake SCTP support for cases where SCTP is native in the system, as in FreeBSD
Fri, 13 Mar 2009 10:27:58 +0900 Sebastien Decugis Early support in cmake files to disable SCTP.
Thu, 05 Mar 2009 13:52:14 +0900 Sebastien Decugis Simplified some configuration file syntax
Mon, 02 Mar 2009 18:43:05 +0900 Sebastien Decugis Added preliminary notes for NetBSD
Mon, 02 Mar 2009 14:06:51 +0900 Sebastien Decugis Cleaned FindSCTP.cmake module, added FindGNUTLS
Mon, 02 Mar 2009 12:07:38 +0900 Sebastien Decugis Other similar workarounds to avoid name collision between main daemon and extensions (link with cmake seems buggy...)
Mon, 02 Mar 2009 11:55:07 +0900 Sebastien Decugis Rename extension functions to avoid some strange problems with cmake
Wed, 25 Feb 2009 16:50:23 +0900 Sebastien Decugis Remove temporary hack, not needed anymore
Wed, 25 Feb 2009 16:49:21 +0900 Sebastien Decugis Automated merge with ssh://thedoc@morbier.koganei.wide.ad.jp//var/hg/repos/waaad/
Wed, 25 Feb 2009 16:49:16 +0900 Sebastien Decugis Change build system to CMake (lots of changes)
Wed, 25 Feb 2009 11:27:53 +0900 Sebastien Decugis Fix bug introduced earlier, with float AVP values
"Welcome to our mercurial repository"