freeradius.git
14 years agoBump version number release_1_1_8
Alan T. DeKok [Wed, 9 Sep 2009 12:20:06 +0000 (14:20 +0200)]
Bump version number

14 years agoBump version number
Alan T. DeKok [Wed, 9 Sep 2009 12:15:47 +0000 (14:15 +0200)]
Bump version number

14 years agoNote fix
Alan T. DeKok [Mon, 7 Sep 2009 11:55:22 +0000 (13:55 +0200)]
Note fix

14 years agoFix crash on Tunnel-Password attributes with zero length
Alan T. DeKok [Mon, 7 Sep 2009 11:14:56 +0000 (13:14 +0200)]
Fix crash on Tunnel-Password attributes with zero length

14 years agoSource code from upstream copy of 1.1.7.
Alan T. DeKok [Mon, 7 Sep 2009 11:06:20 +0000 (13:06 +0200)]
Source code from upstream copy of 1.1.7.

For some reason, the git tag of release_1_1_7 is somewhat
different than the contents of the "freeradius-1.1.7.tar" file.

So... we fix that by committing the REAL 1.1.7 as a branch from
the TAGGED version of 1.1.7.

$ git clone git://git.freeradius.org/freeradius-server.git
$ cd freeradius-server
$ git checkout -b branch_1_1_7 release_1_1_7
$ rm -rf *
$ wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-1.1.7.tar.gz
$ tar -zxf freeradius-1.1.7.tar.gz
$ mv freeradius-1.1.7/* .
$ rm -rf freeradius-1.1.7 freeradius-1.1.7.tar.gz
$ find * -type f -print > list

  Get rid of the CVS $Id$ stuff:

$ perl -pi -e 's,\$Log:.*?\$,\$Log\$,' `cat list `

  ... for $Id$, $Date$, $Revisions$, $Author$, $Log$, ...
  update doc/Changelog with Date for 1.1.7

$ git add .
$ git ls-files --deleted | xargs git rm
$ git commit .

Now the code in git is exactly the same as the released version of 1.1.7.

16 years ago "./configure --config-cache" is working again. release_1_1_7
nbk [Sat, 21 Jul 2007 14:02:52 +0000 (14:02 +0000)]
"./configure --config-cache" is working again.

16 years ago Regenerate from aclocal.m4
nbk [Sat, 21 Jul 2007 14:01:34 +0000 (14:01 +0000)]
Regenerate from aclocal.m4

16 years ago Terrible hack to make "./configure --config-cache" work again.
nbk [Sat, 21 Jul 2007 13:42:59 +0000 (13:42 +0000)]
Terrible hack to make "./configure --config-cache" work again.

16 years ago Pulled from CVS head
aland [Sat, 21 Jul 2007 10:09:32 +0000 (10:09 +0000)]
Pulled from CVS head

16 years ago When there is nonsense in the database, we may stop fetching the
nbk [Fri, 20 Jul 2007 15:43:18 +0000 (15:43 +0000)]
When there is nonsense in the database, we may stop fetching the
rows before reaching the last result of a multiple results set.
Therefore we need to fetch the possibly pending results from the
function sql_finish_select_query().

Problem spotted by Jean Deram <jderam@nordnet.fr>

16 years agoAdd rlm_sqlippool to stable modules list
pnixon [Wed, 18 Jul 2007 20:02:18 +0000 (20:02 +0000)]
Add rlm_sqlippool to stable modules list

16 years agoadd a call to sql_set_user in sqlippool_command also
pnixon [Tue, 17 Jul 2007 18:46:32 +0000 (18:46 +0000)]
add a call to sql_set_user in sqlippool_command also

16 years ago Look for Cleartext-Password, too
aland [Tue, 17 Jul 2007 18:29:20 +0000 (18:29 +0000)]
Look for Cleartext-Password, too

16 years ago Regenerate from configure.in
nbk [Tue, 17 Jul 2007 14:48:28 +0000 (14:48 +0000)]
Regenerate from configure.in

16 years ago Add with/without openssl option to configure. This is useful for
nbk [Tue, 17 Jul 2007 14:41:38 +0000 (14:41 +0000)]
Add with/without openssl option to configure. This is useful for
the downstream distributions of FreeRADIUS.

Based on a patch from Mark Hymers <mhy@debian.org>

16 years agoMake %{SQL-User-Name} in rlm_sqlippool
pnixon [Tue, 17 Jul 2007 12:59:08 +0000 (12:59 +0000)]
Make %{SQL-User-Name} in rlm_sqlippool

16 years agoAdd example post_auth hook for rlm_perl config
pnixon [Tue, 17 Jul 2007 12:49:28 +0000 (12:49 +0000)]
Add example post_auth hook for rlm_perl config

16 years ago Reverted last commit
aland [Tue, 17 Jul 2007 10:17:31 +0000 (10:17 +0000)]
Reverted last commit

16 years agoNo need to insert id into an auto increment field
pnixon [Tue, 17 Jul 2007 08:35:34 +0000 (08:35 +0000)]
No need to insert id into an auto increment field

16 years agoChange from gz to bz2 tarballs
pnixon [Mon, 16 Jul 2007 12:29:00 +0000 (12:29 +0000)]
Change from gz to bz2 tarballs

16 years agoMinor fix for apache2
pnixon [Mon, 16 Jul 2007 12:24:13 +0000 (12:24 +0000)]
Minor fix for apache2

16 years agoadd postgresqlippool.conf
pnixon [Mon, 16 Jul 2007 11:39:08 +0000 (11:39 +0000)]
add postgresqlippool.conf

16 years agoMoved unused and unneeded stored procedure to a separate file
pnixon [Mon, 16 Jul 2007 11:22:49 +0000 (11:22 +0000)]
Moved unused and unneeded stored procedure to a separate file

16 years agoUpdate version number to 1.1.7
pnixon [Mon, 16 Jul 2007 11:10:46 +0000 (11:10 +0000)]
Update version number to 1.1.7

16 years agoAdd sqlippool to same sections that have main_pool as an example
pnixon [Mon, 16 Jul 2007 10:53:13 +0000 (10:53 +0000)]
Add sqlippool to same sections that have main_pool as an example

16 years agoOops. Cant use 2.0 variable substitiution on 1.1.x
pnixon [Mon, 16 Jul 2007 10:50:18 +0000 (10:50 +0000)]
Oops. Cant use 2.0 variable substitiution on 1.1.x

16 years agoFix syntax error in new radippool table
pnixon [Mon, 16 Jul 2007 10:03:45 +0000 (10:03 +0000)]
Fix syntax error in new radippool table

16 years agoAdd postgresqlippool.conf as an example
pnixon [Mon, 16 Jul 2007 10:00:13 +0000 (10:00 +0000)]
Add postgresqlippool.conf as an example

16 years agorename sqlippool.conf to postgresqlippool.conf and add MySQL version as sqlippool...
pnixon [Mon, 16 Jul 2007 06:35:22 +0000 (06:35 +0000)]
rename sqlippool.conf to postgresqlippool.conf and add MySQL version as sqlippool.conf to keep with 1.1.x naming patterns

16 years ago Autoconf 2.61 breaks the support for chained configure scripts
nbk [Sun, 15 Jul 2007 21:22:06 +0000 (21:22 +0000)]
Autoconf 2.61 breaks the support for chained configure scripts
in combination with config.cache :-(

16 years ago Added --with-snmp-include-dir, already used in SNMP checks
aland [Sun, 15 Jul 2007 19:26:03 +0000 (19:26 +0000)]
Added --with-snmp-include-dir, already used in SNMP checks

16 years ago Corrected typo
aland [Sun, 15 Jul 2007 19:21:04 +0000 (19:21 +0000)]
Corrected typo

16 years ago Regenerate from configure.in
nbk [Sun, 15 Jul 2007 12:23:15 +0000 (12:23 +0000)]
Regenerate from configure.in

16 years ago Fix test for -lk5crypto.
nbk [Sun, 15 Jul 2007 12:14:18 +0000 (12:14 +0000)]
Fix test for -lk5crypto.
Thanks to Stephen Gran <sgran@debian.org>

16 years ago Use the expected date format.
nbk [Sun, 15 Jul 2007 11:48:57 +0000 (11:48 +0000)]
Use the expected date format.

16 years ago Made "control" a synonym for "check", in line with 2.0
aland [Sat, 14 Jul 2007 11:07:54 +0000 (11:07 +0000)]
Made "control" a synonym for "check", in line with 2.0

16 years agoBring a bunch of fixes in from cvs head
pnixon [Fri, 13 Jul 2007 21:05:20 +0000 (21:05 +0000)]
Bring a bunch of fixes in from cvs head

16 years agoadd indexes and sequence for ippool
pnixon [Fri, 13 Jul 2007 20:29:52 +0000 (20:29 +0000)]
add indexes and sequence for ippool

16 years agoadd radippool
pnixon [Fri, 13 Jul 2007 20:21:37 +0000 (20:21 +0000)]
add radippool

16 years agoAdd radippool table
pnixon [Fri, 13 Jul 2007 20:06:49 +0000 (20:06 +0000)]
Add radippool table

16 years agochange sql.conf comment to postgresql.conf as we only support postgresql in rlm_sqlip...
pnixon [Fri, 13 Jul 2007 17:32:19 +0000 (17:32 +0000)]
change sql.conf comment to postgresql.conf as we only support postgresql in rlm_sqlippool prior to 2.0 release.

16 years agoSync with cvs HEAD (minus incompatible changes)
pnixon [Fri, 13 Jul 2007 17:09:08 +0000 (17:09 +0000)]
Sync with cvs HEAD (minus incompatible changes)

16 years agoStore X-Ascend-Session-Svr-Key in the DB
pnixon [Fri, 13 Jul 2007 15:47:31 +0000 (15:47 +0000)]
Store X-Ascend-Session-Svr-Key in the DB

16 years agoAdd XAscendSessionSvrKey
pnixon [Fri, 13 Jul 2007 15:15:57 +0000 (15:15 +0000)]
Add XAscendSessionSvrKey

16 years agoIts not necessary to save X-Ascend-Session-Svr-Key if its a Stop packet (Session...
pnixon [Fri, 13 Jul 2007 15:05:18 +0000 (15:05 +0000)]
Its not necessary to save X-Ascend-Session-Svr-Key if its a Stop packet (Session is already dead. doh!) so lets save some work.

16 years agoSupport 64bit values (Over 4GB of traffic)
pnixon [Fri, 13 Jul 2007 12:20:29 +0000 (12:20 +0000)]
Support 64bit values (Over 4GB of traffic)

16 years agoSupport 64bit values (Over 4GB of traffic)
pnixon [Fri, 13 Jul 2007 10:33:23 +0000 (10:33 +0000)]
Support 64bit values (Over 4GB of traffic)

16 years ago Note recent changes
aland [Fri, 13 Jul 2007 09:39:11 +0000 (09:39 +0000)]
Note recent changes

16 years ago Fix for use_tunneled_reply
aland [Fri, 13 Jul 2007 09:37:52 +0000 (09:37 +0000)]
Fix for use_tunneled_reply

16 years ago Allow tunneled reply to over-ride user name
aland [Fri, 13 Jul 2007 09:34:33 +0000 (09:34 +0000)]
Allow tunneled reply to over-ride user name

16 years ago Use correct value for inst->auth_type
aland [Wed, 4 Jul 2007 13:25:21 +0000 (13:25 +0000)]
Use correct value for inst->auth_type

16 years ago Bump version number
aland [Tue, 26 Jun 2007 07:53:15 +0000 (07:53 +0000)]
Bump version number

16 years ago Bump version number to 1.1.7
aland [Tue, 26 Jun 2007 07:45:26 +0000 (07:45 +0000)]
Bump version number to 1.1.7

16 years ago Note changes for 1.1.7
aland [Tue, 26 Jun 2007 07:44:18 +0000 (07:44 +0000)]
Note changes for 1.1.7

16 years ago Use -DLDAP_DEPRECATED
aland [Tue, 26 Jun 2007 07:34:58 +0000 (07:34 +0000)]
Use -DLDAP_DEPRECATED

16 years ago Corrected typo
aland [Wed, 20 Jun 2007 13:18:55 +0000 (13:18 +0000)]
Corrected typo

16 years ago Print RADIUS attributes in normal form
aland [Mon, 18 Jun 2007 09:00:27 +0000 (09:00 +0000)]
Print RADIUS attributes in normal form

16 years ago Updated from their documentation
aland [Fri, 15 Jun 2007 08:31:44 +0000 (08:31 +0000)]
Updated from their documentation

16 years ago Include component and module name in REQUEST, and in complaints
aland [Tue, 12 Jun 2007 09:31:45 +0000 (09:31 +0000)]
Include component and module name in REQUEST, and in complaints
about unresponsive children

16 years ago Update location of sample schema files and remove a dead
nbk [Fri, 8 Jun 2007 11:59:01 +0000 (11:59 +0000)]
Update location of sample schema files and remove a dead
link. (closes: #444)

Patch from Thor Spruyt <thor.spruyt@pandora.be>

16 years ago Add support for MySQL stored procedures. (closes: #449)
nbk [Sun, 3 Jun 2007 23:27:51 +0000 (23:27 +0000)]
Add support for MySQL stored procedures. (closes: #449)

16 years ago Fix gethostbyaddr_r() detection for FreeBSD. (closes: #454)
nbk [Sat, 2 Jun 2007 13:49:58 +0000 (13:49 +0000)]
Fix gethostbyaddr_r() detection for FreeBSD. (closes: #454)
Patch from David Wood <david@wood2.org.uk>

16 years agoimport from HEAD:
fcusack [Fri, 25 May 2007 00:45:23 +0000 (00:45 +0000)]
import from HEAD:
handle OTP_RC_IPIN error from otpd-2.2.1+

16 years ago handle OTP_RC_IPIN error from otpd-2.2.1+
fcusack [Fri, 25 May 2007 00:44:20 +0000 (00:44 +0000)]
handle OTP_RC_IPIN error from otpd-2.2.1+

16 years agoimport from HEAD:
fcusack [Thu, 24 May 2007 23:44:28 +0000 (23:44 +0000)]
import from HEAD:
handle OTP_RC_NEXTPASSCODE error from otpd-2.2.1+

16 years ago handle OTP_RC_NEXTPASSCODE error from otpd-2.2.1+
fcusack [Thu, 24 May 2007 23:42:51 +0000 (23:42 +0000)]
handle OTP_RC_NEXTPASSCODE error from otpd-2.2.1+

16 years ago typos
fcusack [Wed, 23 May 2007 22:39:15 +0000 (22:39 +0000)]
typos

16 years ago update copyright year
fcusack [Wed, 23 May 2007 22:20:35 +0000 (22:20 +0000)]
update copyright year

16 years ago update copyright year
fcusack [Wed, 23 May 2007 22:19:48 +0000 (22:19 +0000)]
update copyright year

16 years agoimport from branch_1_1:
fcusack [Wed, 23 May 2007 22:08:38 +0000 (22:08 +0000)]
import from branch_1_1:
Should use (sizeof(array)/sizeof(array[0]) for looping over
the entries

This fixes Coverity bug #12

16 years agoimport from HEAD:
fcusack [Wed, 23 May 2007 21:20:00 +0000 (21:20 +0000)]
import from HEAD:
update otp_request_t to v2

16 years ago quiet Coverity (fixes Coverity bug #11)
fcusack [Wed, 23 May 2007 21:18:56 +0000 (21:18 +0000)]
quiet Coverity (fixes Coverity bug #11)

16 years ago regenerate from configure.in#1.1.2.6
fcusack [Wed, 23 May 2007 21:04:09 +0000 (21:04 +0000)]
regenerate from configure.in#1.1.2.6

16 years agoimport from HEAD:
fcusack [Wed, 23 May 2007 21:03:45 +0000 (21:03 +0000)]
import from HEAD:
don't need -Wno-cast-qual anymore

16 years ago otp_detach(): remove unused var
fcusack [Wed, 23 May 2007 21:00:35 +0000 (21:00 +0000)]
otp_detach(): remove unused var

16 years ago update otp_request_t to v2
fcusack [Wed, 23 May 2007 20:45:44 +0000 (20:45 +0000)]
update otp_request_t to v2

16 years ago update otp_request_t to v2
fcusack [Wed, 23 May 2007 20:37:04 +0000 (20:37 +0000)]
update otp_request_t to v2

16 years ago regenerate from configure.in#1.5
fcusack [Wed, 23 May 2007 20:29:24 +0000 (20:29 +0000)]
regenerate from configure.in#1.5

16 years ago don't need -Wno-cast-qual anymore
fcusack [Wed, 23 May 2007 20:28:54 +0000 (20:28 +0000)]
don't need -Wno-cast-qual anymore

16 years ago Clarified text
aland [Mon, 21 May 2007 09:23:27 +0000 (09:23 +0000)]
Clarified text

16 years ago Apparently it returns T_EOL sometimes...
aland [Wed, 16 May 2007 15:54:26 +0000 (15:54 +0000)]
Apparently it returns T_EOL sometimes...

16 years ago Fix return code. Clarify code for parsing configuration files
aland [Wed, 16 May 2007 12:21:46 +0000 (12:21 +0000)]
Fix return code.  Clarify code for parsing configuration files

16 years ago Corrected documentation
aland [Wed, 16 May 2007 10:23:29 +0000 (10:23 +0000)]
Corrected documentation

16 years ago Added one attribute, and the RFC that defines it
aland [Wed, 16 May 2007 10:06:36 +0000 (10:06 +0000)]
Added one attribute, and the RFC that defines it

16 years ago Document "auth+acct"
aland [Wed, 16 May 2007 08:56:58 +0000 (08:56 +0000)]
Document "auth+acct"

16 years ago Permit "pool" in realms, to point to pools of all "auth+acct"
aland [Wed, 16 May 2007 08:48:17 +0000 (08:48 +0000)]
Permit "pool" in realms, to point to pools of all "auth+acct"
home servers

16 years ago More sanity checks.
aland [Wed, 16 May 2007 08:42:55 +0000 (08:42 +0000)]
More sanity checks.

Allow home servers to be of type "auth+acct", where acct port
is the given port + 1.

16 years ago Add one more type missed on previous commit
aland [Wed, 16 May 2007 08:07:20 +0000 (08:07 +0000)]
Add one more type missed on previous commit

16 years ago Separate pools and home servers by type.
aland [Wed, 16 May 2007 08:01:50 +0000 (08:01 +0000)]
Separate pools and home servers by type.

16 years ago Be a little more rigorous in the parser.
aland [Wed, 16 May 2007 07:51:24 +0000 (07:51 +0000)]
Be a little more rigorous in the parser.

This fixes Coverity bug #48

16 years ago Be a little more rigorous when parsing
aland [Wed, 16 May 2007 07:49:49 +0000 (07:49 +0000)]
Be a little more rigorous when parsing

This fixes Coverity bug #48

16 years ago Remove unused variables.
aland [Wed, 16 May 2007 07:44:18 +0000 (07:44 +0000)]
Remove unused variables.

This fixes Coverity bugs #50, 51, 52, and 53

16 years ago Check return codes.
aland [Wed, 16 May 2007 07:41:37 +0000 (07:41 +0000)]
Check return codes.

This fixes Coverity bug #49

16 years ago Check return value.
aland [Wed, 16 May 2007 07:40:41 +0000 (07:40 +0000)]
Check return value.

This fixes Coverity bug #49

16 years ago Print out copyright statement when starting in debugging mode.
aland [Tue, 15 May 2007 15:32:08 +0000 (15:32 +0000)]
Print out copyright statement when starting in debugging mode.

16 years ago Added Azaire VSA's
aland [Tue, 15 May 2007 14:25:53 +0000 (14:25 +0000)]
Added Azaire VSA's

16 years ago Call it -pre1, as -pre0 has been around forever release_2_0_0_pre1
aland [Tue, 15 May 2007 12:48:04 +0000 (12:48 +0000)]
Call it -pre1, as -pre0 has been around forever

16 years ago Enable udpfromto by default. It's tested, and solves a lot of
aland [Tue, 15 May 2007 12:46:36 +0000 (12:46 +0000)]
Enable udpfromto by default.  It's tested, and solves a lot of
problems.

16 years ago Relax checks a little
aland [Tue, 15 May 2007 12:41:53 +0000 (12:41 +0000)]
Relax checks a little

16 years ago Port fix for Coverity bug #13 from 1.1.x
aland [Tue, 15 May 2007 10:23:03 +0000 (10:23 +0000)]
Port fix for Coverity bug #13 from 1.1.x