freeradius.git
20 years ago0.9.1 Release complete: Autogenerated files built. release_0_9_1
phampson [Thu, 4 Sep 2003 15:14:10 +0000 (15:14 +0000)]
0.9.1 Release complete: Autogenerated files built.

20 years ago0.9.1 Release part: non-auto-generated files
phampson [Thu, 4 Sep 2003 14:56:34 +0000 (14:56 +0000)]
0.9.1 Release part: non-auto-generated files

20 years agoRegenerate after: Include <stdio.h> when we test for gethostby{addr,name}-style.
phampson [Wed, 3 Sep 2003 19:11:58 +0000 (19:11 +0000)]
Regenerate after: Include <stdio.h> when we test for gethostby{addr,name}-style.

20 years agoPull from CVS head: Include <stdio.h> when we test for gethostby{addr,name}-style.
phampson [Wed, 3 Sep 2003 19:11:13 +0000 (19:11 +0000)]
Pull from CVS head: Include <stdio.h> when we test for gethostby{addr,name}-style.

20 years agoPull from CVS head: Correctly skip subdirectories without a Makefile
phampson [Wed, 3 Sep 2003 18:41:09 +0000 (18:41 +0000)]
Pull from CVS head: Correctly skip subdirectories without a Makefile

20 years agoPull from CVS head: Don't try to make in directories without a makefile.
phampson [Wed, 3 Sep 2003 16:43:53 +0000 (16:43 +0000)]
Pull from CVS head: Don't try to make in directories without a makefile.

20 years agoPull from CVS head: Allow systems without recognisable gethostby{addr,name}_r
phampson [Wed, 3 Sep 2003 13:08:09 +0000 (13:08 +0000)]
Pull from CVS head: Allow systems without recognisable gethostby{addr,name}_r
to select gethostby{addr,name}
Pull from CVS head: Fix for ac_struct_foo_has_member_bar

20 years agoPull from CVS head: Quiet compiler warnings when #if was used in place of
phampson [Wed, 3 Sep 2003 13:03:14 +0000 (13:03 +0000)]
Pull from CVS head: Quiet compiler warnings when #if was used in place of
#ifdef and the variable was not defined.

20 years agoPull from CVS head: Synchronise comments
phampson [Wed, 3 Sep 2003 13:02:25 +0000 (13:02 +0000)]
Pull from CVS head: Synchronise comments

20 years agoPull from CVS head: Skip ill-formed comparison operators correctly.
phampson [Tue, 2 Sep 2003 16:41:31 +0000 (16:41 +0000)]
Pull from CVS head: Skip ill-formed comparison operators correctly.

20 years agoPull from CVS head: Add prototypes to prevent compiler warnings
phampson [Tue, 2 Sep 2003 03:12:17 +0000 (03:12 +0000)]
Pull from CVS head: Add prototypes to prevent compiler warnings

20 years agoPull from CVS head: Fix redundant check for uint32_t >= 0.
phampson [Tue, 2 Sep 2003 03:11:04 +0000 (03:11 +0000)]
Pull from CVS head: Fix redundant check for uint32_t >= 0.

20 years agoPull from CVS head: Make arrays const unsigned char
phampson [Tue, 2 Sep 2003 03:09:49 +0000 (03:09 +0000)]
Pull from CVS head: Make arrays const unsigned char

20 years agoPull from CVS: Deleted rad_assert_fail declaration
phampson [Tue, 2 Sep 2003 03:08:52 +0000 (03:08 +0000)]
Pull from CVS: Deleted rad_assert_fail declaration
Pull from CVS: Synchonised comments regarding proxy secret

20 years agoPull from CVS head: When we get to a broken attribute do an fseek to fpos
phampson [Sun, 31 Aug 2003 14:01:18 +0000 (14:01 +0000)]
Pull from CVS head: When we get to a broken attribute do an fseek to fpos
+ strlen(buf) not just fpos
Pull from CVS head: Add a few debug statements
Pull from CVS head: Rewrite get_radius_id() so that now it works correctly
Pull from CVS head: Free the radius packet id when we drop a packet with
Client-IP == Dest-IP
Equivalent to 1.16

20 years agoPull from CVS head: Corrected typo in the example, and listed all the
phampson [Sat, 30 Aug 2003 11:21:39 +0000 (11:21 +0000)]
Pull from CVS head: Corrected typo in the example, and listed all the
*-Type attributes available.

20 years agoFill in current 0.9.1 changelog.
phampson [Sat, 30 Aug 2003 11:20:13 +0000 (11:20 +0000)]
Fill in current 0.9.1 changelog.

20 years agoChanged INTERVAL types to BIGINT to keep compatibility with 3rd party software.
pnixon [Thu, 28 Aug 2003 11:39:32 +0000 (11:39 +0000)]
Changed INTERVAL types to BIGINT to keep compatibility with 3rd party software.

20 years agoFix "unimplemented function" crash on server -HUP
pnixon [Thu, 28 Aug 2003 11:30:12 +0000 (11:30 +0000)]
Fix "unimplemented function" crash on server -HUP

20 years agoPull from CVS head: * Use rad_lockfd_nonblock so that we can bail out on a problem
phampson [Thu, 28 Aug 2003 01:02:57 +0000 (01:02 +0000)]
Pull from CVS head: * Use rad_lockfd_nonblock so that we can bail out on a problem
Pull from CVS head: * Always call ms_sleep after we call do_send so that we give the
radius server a chance to breath a little.

20 years agoPull from CVS head: Only -HUP the parent process on reload.
phampson [Thu, 28 Aug 2003 00:47:49 +0000 (00:47 +0000)]
Pull from CVS head: Only -HUP the parent process on reload.

20 years agoPull from CVS head: Mention that autoconf must be 2.1x, not 2.5x.
phampson [Wed, 27 Aug 2003 16:17:54 +0000 (16:17 +0000)]
Pull from CVS head: Mention that autoconf must be 2.1x, not 2.5x.

20 years agoPull from CVS head: What the heck... this may be helpful
phampson [Wed, 27 Aug 2003 16:08:51 +0000 (16:08 +0000)]
Pull from CVS head: What the heck... this may be helpful

20 years agoPull from CVS head: Remove autogenerated index.html
phampson [Wed, 27 Aug 2003 16:08:33 +0000 (16:08 +0000)]
Pull from CVS head: Remove autogenerated index.html

20 years agoPull from CVS head: moved the protocol documentation into the directory
phampson [Wed, 27 Aug 2003 16:01:04 +0000 (16:01 +0000)]
Pull from CVS head: moved the protocol documentation into the directory
with the other protocol docs

20 years agoPull from CVS head: Synchronise whitespace
phampson [Wed, 27 Aug 2003 16:00:43 +0000 (16:00 +0000)]
Pull from CVS head: Synchronise whitespace

20 years agoPull from CVS head: CHAP-Challenge is octets, not printable string
phampson [Wed, 27 Aug 2003 16:00:15 +0000 (16:00 +0000)]
Pull from CVS head: CHAP-Challenge is octets, not printable string

20 years agoPull from CVS head: Only delete the auto-generated HTML files
phampson [Wed, 27 Aug 2003 15:55:57 +0000 (15:55 +0000)]
Pull from CVS head: Only delete the auto-generated HTML files

20 years agoPull from CVS head: Add packaging files to list of files to edit for version
phampson [Wed, 27 Aug 2003 15:52:53 +0000 (15:52 +0000)]
Pull from CVS head: Add packaging files to list of files to edit for version
number change.

20 years agoPull from CVS head: References to un-unused attribute 'Replicate-To-Realm'
phampson [Tue, 26 Aug 2003 17:41:48 +0000 (17:41 +0000)]
Pull from CVS head: References to un-unused attribute 'Replicate-To-Realm'
deleted.

20 years agoPull from CVS head: Synchronise comments
phampson [Tue, 26 Aug 2003 12:37:50 +0000 (12:37 +0000)]
Pull from CVS head: Synchronise comments

20 years agoPull from CVS head: minor logging update
phampson [Tue, 26 Aug 2003 12:36:20 +0000 (12:36 +0000)]
Pull from CVS head: minor logging update

20 years agoPull from CVS head: Whitespace synchronisation
phampson [Tue, 26 Aug 2003 12:35:25 +0000 (12:35 +0000)]
Pull from CVS head: Whitespace synchronisation

20 years agoPull from CVS head: Add debug statements for allowed service type
phampson [Tue, 26 Aug 2003 12:34:48 +0000 (12:34 +0000)]
Pull from CVS head: Add debug statements for allowed service type

20 years agoPull from CVS head: Don't print out CHAP-Password, it's random junk, and the
phampson [Tue, 26 Aug 2003 12:33:46 +0000 (12:33 +0000)]
Pull from CVS head: Don't print out CHAP-Password, it's random junk, and the
'received attributes' code already prints it out.

20 years agoPull from CVS head: Only 'make' if there's a 'Makefile'
phampson [Tue, 26 Aug 2003 12:32:50 +0000 (12:32 +0000)]
Pull from CVS head: Only 'make' if there's a 'Makefile'

20 years agoPull from CVS head: Explicitly state what we're checking sig_hup_block against.
phampson [Tue, 26 Aug 2003 12:32:13 +0000 (12:32 +0000)]
Pull from CVS head: Explicitly state what we're checking sig_hup_block against.

20 years agoPull from CVS head: Whitespace synchronisation
phampson [Tue, 26 Aug 2003 12:30:00 +0000 (12:30 +0000)]
Pull from CVS head: Whitespace synchronisation

20 years agoPull from CVS head: Allow only some old names.
phampson [Tue, 26 Aug 2003 12:29:21 +0000 (12:29 +0000)]
Pull from CVS head: Allow only some old names.

20 years agoPull from CVS head: In accounting_stop_query_alt calculate AcctStartTime from
phampson [Tue, 26 Aug 2003 12:26:57 +0000 (12:26 +0000)]
Pull from CVS head: In accounting_stop_query_alt calculate AcctStartTime from
AcctStopTime - (AcctSessionTime + AcctDelayTime) (equivalent to 1.28)

20 years agoPull from CVS head: Warn about PAM libraries
phampson [Tue, 26 Aug 2003 12:25:40 +0000 (12:25 +0000)]
Pull from CVS head: Warn about PAM libraries
Pull from CVS head: Synchronise EAP comments for options which are unchanged
Pull from CVS head: Provide examples of authorisation and post-auth detail modules
Pull from CVS head: Whitespace fixes

20 years ago Pull patch from the head
aland [Mon, 25 Aug 2003 19:07:03 +0000 (19:07 +0000)]
Pull patch from the head

20 years agoPull from CVS head: Build-dependancies due to new libtool 1.5
phampson [Mon, 25 Aug 2003 18:04:18 +0000 (18:04 +0000)]
Pull from CVS head: Build-dependancies due to new libtool 1.5
Pull from CVS head: Merge sed statements into single sed statement
Pull from CVS head: Renamed binary manpage to match freeradius binary
Pull from CVS head: Install SQL database examples into examples directory

20 years agoPull from CVS head: Add missing prototypes to silence warnings about externs becoming...
phampson [Mon, 25 Aug 2003 17:52:34 +0000 (17:52 +0000)]
Pull from CVS head: Add missing prototypes to silence warnings about externs becoming static.
Also, pull documentation of PQExec from CVS head.

20 years agoPull from CVS head: Pull in openssl/md5.h for MD5_DIGEST_LENGTH
phampson [Mon, 25 Aug 2003 17:49:34 +0000 (17:49 +0000)]
Pull from CVS head: Pull in openssl/md5.h for MD5_DIGEST_LENGTH

20 years agoRegenerate from configure.in after: Fix detection of libgdbm_compat (GNU DBM >= 1...
phampson [Thu, 21 Aug 2003 01:00:35 +0000 (01:00 +0000)]
Regenerate from configure.in after: Fix detection of libgdbm_compat (GNU DBM >= 1.8.1)

20 years agoBackport from CVS head: Fix detection of libgdbm_compat (GNU DBM >= 1.8.1)
phampson [Thu, 21 Aug 2003 00:59:32 +0000 (00:59 +0000)]
Backport from CVS head: Fix detection of libgdbm_compat (GNU DBM >= 1.8.1)

20 years ago Don't get excited if there's no user name
aland [Mon, 18 Aug 2003 18:37:02 +0000 (18:37 +0000)]
Don't get excited if there's no user name

20 years ago Fix for experimental modules
aland [Tue, 5 Aug 2003 16:31:31 +0000 (16:31 +0000)]
Fix for experimental modules

20 years ago Don't look for threading functions if it's built without threads
aland [Wed, 30 Jul 2003 20:08:01 +0000 (20:08 +0000)]
Don't look for threading functions if it's built without threads

20 years ago Pull fix from the head
aland [Wed, 30 Jul 2003 15:46:09 +0000 (15:46 +0000)]
Pull fix from the head

20 years agoFix slight moronicity in changelog, and establish new Debian version
phampson [Wed, 23 Jul 2003 15:09:48 +0000 (15:09 +0000)]
Fix slight moronicity in changelog, and establish new Debian version
for next 0.9 branch release.

20 years ago pull patch from the head
aland [Tue, 22 Jul 2003 18:17:27 +0000 (18:17 +0000)]
pull patch from the head

20 years ago Pull patch from the head
aland [Tue, 22 Jul 2003 17:33:15 +0000 (17:33 +0000)]
Pull patch from the head

20 years agoUpdates from barry@postman.co.za
pnixon [Tue, 22 Jul 2003 12:50:10 +0000 (12:50 +0000)]
Updates from barry@postman.co.za

20 years ago It's now 0.9.0, no -pre1 release_0_9_0_final
aland [Mon, 21 Jul 2003 19:37:35 +0000 (19:37 +0000)]
It's now 0.9.0, no -pre1

20 years ago It's now 0.9.0 (final)
aland [Mon, 21 Jul 2003 18:29:54 +0000 (18:29 +0000)]
It's now 0.9.0 (final)

20 years agoUpdated need for build to include libiodbc
pnixon [Mon, 21 Jul 2003 18:25:35 +0000 (18:25 +0000)]
Updated need for build to include libiodbc

20 years agoupdate to 0.9.0 for release
pnixon [Mon, 21 Jul 2003 18:20:03 +0000 (18:20 +0000)]
update to 0.9.0 for release

20 years ago0.9.0 release changes.
phampson [Sat, 19 Jul 2003 21:23:11 +0000 (21:23 +0000)]
0.9.0 release changes.

20 years agoRemove typo
pnixon [Fri, 18 Jul 2003 08:08:51 +0000 (08:08 +0000)]
Remove typo

20 years agoComments update
pnixon [Thu, 17 Jul 2003 20:16:25 +0000 (20:16 +0000)]
Comments update

20 years agoThe queries and schema should be correct now I hope. Major changes.
pnixon [Thu, 17 Jul 2003 17:55:16 +0000 (17:55 +0000)]
The queries and schema should be correct now I hope. Major changes.

20 years agoComment out Perl strip_dot function
pnixon [Thu, 17 Jul 2003 16:43:39 +0000 (16:43 +0000)]
Comment out Perl strip_dot function

20 years agoComment update
pnixon [Thu, 17 Jul 2003 16:41:27 +0000 (16:41 +0000)]
Comment update

20 years agoAdd new function strip_dot in PL PGSQL instead of Perl
pnixon [Thu, 17 Jul 2003 16:36:53 +0000 (16:36 +0000)]
Add new function strip_dot in PL PGSQL instead of Perl

20 years agoSchema change
pnixon [Thu, 17 Jul 2003 07:02:05 +0000 (07:02 +0000)]
Schema change

20 years ago People use it, it's stable.
aland [Wed, 16 Jul 2003 19:49:02 +0000 (19:49 +0000)]
People use it, it's stable.

20 years agomore changes
pnixon [Wed, 16 Jul 2003 19:06:41 +0000 (19:06 +0000)]
more changes

20 years agoSome updates.
pnixon [Wed, 16 Jul 2003 18:54:32 +0000 (18:54 +0000)]
Some updates.

20 years agoUpdate TODO documentation to match reality. (And CVS HEAD)
phampson [Wed, 16 Jul 2003 16:03:38 +0000 (16:03 +0000)]
Update TODO documentation to match reality. (And CVS HEAD)

20 years ago Pull patch from the head
aland [Wed, 16 Jul 2003 14:42:50 +0000 (14:42 +0000)]
Pull patch from the head

20 years ago Broken whitespace.
aland [Wed, 16 Jul 2003 14:35:31 +0000 (14:35 +0000)]
Broken whitespace.

Patch from Paul Hampson

20 years ago Pull patch from the head
aland [Wed, 16 Jul 2003 14:33:46 +0000 (14:33 +0000)]
Pull patch from the head

20 years agocomment should read SuSE 8.1
pnixon [Wed, 16 Jul 2003 11:23:13 +0000 (11:23 +0000)]
comment should read SuSE 8.1

20 years agoUpdate Debian packaging to 0.9.0-pre3
phampson [Tue, 15 Jul 2003 18:47:57 +0000 (18:47 +0000)]
Update Debian packaging to 0.9.0-pre3

20 years ago re-run autoconf
aland [Tue, 15 Jul 2003 18:46:44 +0000 (18:46 +0000)]
re-run autoconf

20 years ago -pre3 (sigh) release_0_9_0_pre3
aland [Tue, 15 Jul 2003 17:56:21 +0000 (17:56 +0000)]
-pre3 (sigh)

20 years ago Added note about fixes after -pre1 release_0_9_0_pre2
aland [Tue, 15 Jul 2003 16:29:10 +0000 (16:29 +0000)]
Added note about fixes after -pre1

20 years ago Account for ID, too
aland [Tue, 15 Jul 2003 14:19:25 +0000 (14:19 +0000)]
Account for ID, too

20 years ago re-built with autoconf 2.13 (i.e. the one that almost works)
aland [Tue, 15 Jul 2003 12:35:34 +0000 (12:35 +0000)]
re-built with autoconf 2.13 (i.e. the one that almost works)

20 years agoMissing backslash
pnixon [Tue, 15 Jul 2003 12:08:06 +0000 (12:08 +0000)]
Missing backslash

20 years agochange "AcctSession-Time = 0" to "AcctSession-Time = IS NULL" due to schema change
pnixon [Tue, 15 Jul 2003 12:03:27 +0000 (12:03 +0000)]
change "AcctSession-Time = 0"  to "AcctSession-Time = IS NULL" due to schema change

20 years agoReformat the entire file so that the queries are multiline
pnixon [Tue, 15 Jul 2003 11:43:08 +0000 (11:43 +0000)]
Reformat the entire file so that the queries are multiline

20 years agoQuery update to take care of field type change
pnixon [Tue, 15 Jul 2003 11:15:43 +0000 (11:15 +0000)]
Query update to take care of field type change

20 years agoFixed two more typos
pnixon [Tue, 15 Jul 2003 11:03:06 +0000 (11:03 +0000)]
Fixed two more typos

20 years ago'%{Acct-Delay-Time}' should be quoted since AcctDelayTime is now of type "interval...
pnixon [Tue, 15 Jul 2003 10:50:32 +0000 (10:50 +0000)]
'%{Acct-Delay-Time}' should be quoted since AcctDelayTime is now of type "interval", not "integer"

20 years agoDelete single extra ' that should not have been there
pnixon [Mon, 14 Jul 2003 22:07:45 +0000 (22:07 +0000)]
Delete single extra ' that should not have been there

20 years ago pull the patch from the head
aland [Mon, 14 Jul 2003 17:31:48 +0000 (17:31 +0000)]
pull the patch from the head

20 years ago check & memset
aland [Mon, 14 Jul 2003 17:29:28 +0000 (17:29 +0000)]
check & memset

20 years agoMajor reformatting
pnixon [Mon, 14 Jul 2003 13:25:04 +0000 (13:25 +0000)]
Major reformatting

20 years agoAdded Acct-Output-Gigawords support and ( xxx - 'AcctStopDelay'::interval) to all...
pnixon [Mon, 14 Jul 2003 11:52:28 +0000 (11:52 +0000)]
Added Acct-Output-Gigawords support and ( xxx - 'AcctStopDelay'::interval) to all time fields

20 years agoRevert field type of AcctTerminateCause
pnixon [Mon, 14 Jul 2003 11:31:37 +0000 (11:31 +0000)]
Revert field type of AcctTerminateCause

20 years agoSimultaneous Use Checking Queries added
pnixon [Mon, 14 Jul 2003 11:19:53 +0000 (11:19 +0000)]
Simultaneous Use Checking Queries added

20 years agoSome cleanups
pnixon [Mon, 14 Jul 2003 01:23:01 +0000 (01:23 +0000)]
Some cleanups

20 years agoOptomise ALOT of field types
pnixon [Mon, 14 Jul 2003 00:27:59 +0000 (00:27 +0000)]
Optomise ALOT of field types

20 years agoAdd 2 more NULLIF('%{Framed-IP-Address}', '')::inet
pnixon [Sun, 13 Jul 2003 23:45:13 +0000 (23:45 +0000)]
Add 2 more NULLIF('%{Framed-IP-Address}', '')::inet

20 years agoFix bracket typo
pnixon [Sun, 13 Jul 2003 23:33:04 +0000 (23:33 +0000)]
Fix bracket typo

20 years agoMajor rewrite. Among other things got rid of several unneeded CASE statements
pnixon [Sun, 13 Jul 2003 23:27:34 +0000 (23:27 +0000)]
Major rewrite. Among other things got rid of several unneeded CASE statements

20 years agoChange default username/pass to postgres default and comment.
pnixon [Sun, 13 Jul 2003 22:40:48 +0000 (22:40 +0000)]
Change default username/pass to postgres default and comment.