GIT Log for 2009-04-18 23:33 GMT
commit 6dc3e492e480e21fb69e83c931b2009494f4c58e Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Apr 18 08:41:06 2009 +0200 Removed LICENSE and re-generated "configure" The main FreeRADIUS source has the same LICENSE, so it doesn't need to be here, too. The "configure" scripts in the server are all generated on the same machine, using the same version of autoconf. That seems to ensure that the autoconf magic is happy. Files changed: src/modules/rlm_ruby/LICENSE | 280 --------- src/modules/rlm_ruby/configure | 1302 +++++++++++++++++----------------------- 2 files changed, 553 insertions(+), 1029 deletions(-) ====================================================================== commit d8f127c49752b69a2df4761774f565a330a6a82e Author: Antti <refresh.xss@gmail.com> Date: Fri Apr 17 19:17:30 2009 +0300 Adding rlm_ruby module. Files changed: src/modules/rlm_ruby/LICENSE | 280 +++ src/modules/rlm_ruby/Makefile.in | 10 + src/modules/rlm_ruby/configure | 4153 +++++++++++++++++++++++++++++++++++++ src/modules/rlm_ruby/configure.in | 99 + src/modules/rlm_ruby/example.rb | 25 + src/modules/rlm_ruby/rlm_ruby.c | 459 ++++ 6 files changed, 5026 insertions(+), 0 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com