]> git.ipfire.org Git - thirdparty/freeradius-server.git/log
thirdparty/freeradius-server.git
13 years agoFix typo release_3_0_0_beta0
Arran Cudbard-Bell [Wed, 12 Sep 2012 16:40:07 +0000 (17:40 +0100)] 
Fix typo

13 years agoRemove radwatch from configure scripts
Arran Cudbard-Bell [Wed, 12 Sep 2012 16:21:54 +0000 (18:21 +0200)] 
Remove radwatch from configure scripts

13 years agoDocument the upgrade process for rlm_sql
Arran Cudbard-Bell [Wed, 12 Sep 2012 14:50:17 +0000 (16:50 +0200)] 
Document the upgrade process for rlm_sql

13 years agoNote more 3.0 features
Arran Cudbard-Bell [Wed, 12 Sep 2012 13:04:38 +0000 (15:04 +0200)] 
Note more 3.0 features

13 years agoMinor fixes
Arran Cudbard-Bell [Sat, 8 Sep 2012 20:16:39 +0000 (21:16 +0100)] 
Minor fixes

13 years agoAdded script for monit
Alan T. DeKok [Sun, 2 Sep 2012 08:12:14 +0000 (10:12 +0200)] 
Added script for monit

13 years agoRemove old radwatch script
Arran Cudbard-Bell [Sat, 8 Sep 2012 20:19:52 +0000 (21:19 +0100)] 
Remove old radwatch script

13 years agoDon't die if the clients file doesn't contain client <name> {}
Arran Cudbard-Bell [Fri, 7 Sep 2012 16:01:59 +0000 (17:01 +0100)] 
Don't die if the clients file doesn't contain client <name> {}

13 years agoDon't die if the clients file doesn't contain client {}
Arran Cudbard-Bell [Fri, 7 Sep 2012 15:39:27 +0000 (16:39 +0100)] 
Don't die if the clients file doesn't contain client {}

13 years agoHungroups and hints should default to NULL, so theyre disabled if omitted
Arran Cudbard-Bell [Fri, 7 Sep 2012 13:47:39 +0000 (14:47 +0100)] 
Hungroups and hints should default to NULL, so theyre disabled if omitted

13 years agoUpdate src/modules/rlm_cache/rlm_cache.c
Arran Cudbard-Bell [Thu, 6 Sep 2012 16:55:27 +0000 (18:55 +0200)] 
Update src/modules/rlm_cache/rlm_cache.c

13 years agoAdd cache to accounting and preacct
Arran Cudbard-Bell [Thu, 6 Sep 2012 16:50:15 +0000 (18:50 +0200)] 
Add cache to accounting and preacct

13 years agoCheck for more parse errors when reading dicts. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 09:32:16 +0000 (11:32 +0200)] 
Check for more parse errors when reading dicts.  Bug found by Coverity

13 years agoDouble-check that we don't over-run the buffer
Alan T. DeKok [Thu, 6 Sep 2012 09:25:45 +0000 (11:25 +0200)] 
Double-check that we don't over-run the buffer

13 years agoCheck for memset of zero
Alan T. DeKok [Thu, 6 Sep 2012 09:22:24 +0000 (11:22 +0200)] 
Check for memset of zero

13 years agoClose directory when done with it. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 09:21:09 +0000 (11:21 +0200)] 
Close directory when done with it.  Bug found by Coverity

13 years agoClose socket on error. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 09:18:15 +0000 (11:18 +0200)] 
Close socket on error.  Bug found by Coverity

13 years agoClose FD if there's nothing to log. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 09:11:02 +0000 (11:11 +0200)] 
Close FD if there's nothing to log.  Bug found by Coverity

13 years agoEnsure all fields are initialized
Alan T. DeKok [Thu, 6 Sep 2012 09:09:46 +0000 (11:09 +0200)] 
Ensure all fields are initialized

13 years agoFix possible bug
Alan T. DeKok [Thu, 6 Sep 2012 09:00:26 +0000 (11:00 +0200)] 
Fix possible bug

13 years agoFix use after free. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 08:57:53 +0000 (10:57 +0200)] 
Fix use after free.  Bug found by Coverity

13 years agoOnly log known Acct-Status-Types. Bug found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 08:54:27 +0000 (10:54 +0200)] 
Only log known Acct-Status-Types.  Bug found by Coverity

13 years agoCorrected bug with NS-MTA-MD5 passwords. Found by coverity.
Alan T. DeKok [Thu, 6 Sep 2012 08:52:06 +0000 (10:52 +0200)] 
Corrected bug with NS-MTA-MD5 passwords.  Found by coverity.

13 years agoRemove double free. Found by Coverity
Alan T. DeKok [Thu, 6 Sep 2012 08:42:18 +0000 (10:42 +0200)] 
Remove double free.  Found by Coverity

13 years agoAdd debug option
Arran Cudbard-Bell [Thu, 6 Sep 2012 08:58:19 +0000 (10:58 +0200)] 
Add debug option

13 years agoAdd hup to default logrotate script
Arran Cudbard-Bell [Wed, 5 Sep 2012 17:46:25 +0000 (18:46 +0100)] 
Add hup to default logrotate script

13 years agoAllow defaults to come from env
Arran Cudbard-Bell [Wed, 5 Sep 2012 17:23:13 +0000 (18:23 +0100)] 
Allow defaults to come from env

13 years agoCFLAGS now includes OPENSSL_INCLUDE
Alan T. DeKok [Wed, 5 Sep 2012 14:50:10 +0000 (16:50 +0200)] 
CFLAGS now includes OPENSSL_INCLUDE

So we can remove it from all sub-makefiles

13 years agoMake it build using old Make && new jlibtool
Alan T. DeKok [Wed, 5 Sep 2012 14:44:05 +0000 (16:44 +0200)] 
Make it build using old Make && new jlibtool

13 years agoDisable ticket cache in the default configuration
Arran Cudbard-Bell [Wed, 5 Sep 2012 13:29:27 +0000 (15:29 +0200)] 
Disable ticket cache in the default configuration

13 years agoFix build error
Alan T. DeKok [Tue, 4 Sep 2012 13:12:52 +0000 (15:12 +0200)] 
Fix build error

13 years agoFix typo in m4 macro
Alan T. DeKok [Tue, 4 Sep 2012 13:01:51 +0000 (15:01 +0200)] 
Fix typo in m4 macro

13 years agoUpdate wiki link
Arran Cudbard-Bell [Wed, 5 Sep 2012 10:19:26 +0000 (12:19 +0200)] 
Update wiki link

13 years agoAdd option to disable krb5 cache
Arran Cudbard-Bell [Tue, 28 Aug 2012 10:20:06 +0000 (11:20 +0100)] 
Add option to disable krb5 cache

13 years agoRemove very old libltdl
Alan T. DeKok [Tue, 4 Sep 2012 12:27:01 +0000 (14:27 +0200)] 
Remove very old libltdl

We now use dlopen() where possible.  If --with-system-libltdl
is passed to configure, we use the systems version of libltdl.

Shipping our own version of libltdl is no longer necessary.

13 years agoUpdate configure to not use our local libltdl
Alan T. DeKok [Tue, 4 Sep 2012 12:24:33 +0000 (14:24 +0200)] 
Update configure to not use our local libltdl

13 years agoSwitch to using dlopen() instead of libltdl.
Alan T. DeKok [Tue, 4 Sep 2012 12:19:11 +0000 (14:19 +0200)] 
Switch to using dlopen() instead of libltdl.

And there was much rejoicing.

This commit does little more than change WITHOUT_LIBLTDL for WITH_LIBLTDL.
Previously, you had to specifically request WITHOUT_LIBLTDL.
Now you have to specifically request LIBLTDL.

13 years agoDisable EAP-PWD by default.
Alan T. DeKok [Tue, 4 Sep 2012 12:13:51 +0000 (14:13 +0200)] 
Disable EAP-PWD by default.

It's not available in all versions of OpenSSL

13 years agoTweak file read/parse errors, they're confusing when that's all you see
Arran Cudbard-Bell [Mon, 3 Sep 2012 11:00:38 +0000 (12:00 +0100)] 
Tweak file read/parse errors, they're confusing when that's all you see

13 years agoAdd configuration check on restart/reload
Arran Cudbard-Bell [Fri, 31 Aug 2012 14:49:21 +0000 (15:49 +0100)] 
Add configuration check on restart/reload
Add configtest option
Switch to lsb functions for start/stop

13 years agoDrop packets means drop packets
Alan T. DeKok [Fri, 31 Aug 2012 06:04:33 +0000 (08:04 +0200)] 
Drop packets means drop packets

13 years agoAdd BT dictionary
Arran Cudbard-Bell [Thu, 30 Aug 2012 12:34:02 +0000 (13:34 +0100)] 
Add BT dictionary

13 years agoUnique indexes for everybody!
Arran Cudbard-Bell [Wed, 29 Aug 2012 17:57:23 +0000 (18:57 +0100)] 
Unique indexes for everybody!

13 years agoCheck for NULL secret on dynamic clients
Alan T. DeKok [Wed, 29 Aug 2012 16:40:03 +0000 (18:40 +0200)] 
Check for NULL secret on dynamic clients

13 years agoCorrect wiki link
Arran Cudbard-Bell [Wed, 29 Aug 2012 14:24:33 +0000 (15:24 +0100)] 
Correct wiki link

13 years agoAdd additional attributes to support features on the 7750 service router
Arran Cudbard-Bell [Wed, 29 Aug 2012 14:18:42 +0000 (15:18 +0100)] 
Add additional attributes to support features on the 7750 service router

13 years agoAdd entry hit stats
Arran Cudbard-Bell [Tue, 28 Aug 2012 15:26:10 +0000 (16:26 +0100)] 
Add entry hit stats

13 years agoFix typo
Arran Cudbard-Bell [Tue, 28 Aug 2012 10:52:13 +0000 (12:52 +0200)] 
Fix typo

13 years agoUse functions from version 3 API for processing list qualifiers
Arran Cudbard-Bell [Sun, 26 Aug 2012 22:15:39 +0000 (23:15 +0100)] 
Use functions from version 3 API for processing list qualifiers

13 years agoAdd xlat support for retrieving specific attributes from the cache
Arran Cudbard-Bell [Sun, 26 Aug 2012 22:14:42 +0000 (23:14 +0100)] 
Add xlat support for retrieving specific attributes from the cache

13 years agoUnblocked, not blocked
Alan T. DeKok [Fri, 24 Aug 2012 15:44:02 +0000 (17:44 +0200)] 
Unblocked, not blocked

13 years agoTrack blocked / non-blocked state
Alan T. DeKok [Fri, 24 Aug 2012 15:30:18 +0000 (17:30 +0200)] 
Track blocked / non-blocked state

If a REQUEST transitions from OK to STOP_PROCESSING during
a module call, say WHICH module did this.

13 years agoAdd rlm_caching. Order alphabetically
Alan T. DeKok [Fri, 24 Aug 2012 13:52:15 +0000 (15:52 +0200)] 
Add rlm_caching.  Order alphabetically

13 years agoUse correct subsection name
Alan T. DeKok [Fri, 24 Aug 2012 13:29:36 +0000 (15:29 +0200)] 
Use correct subsection name

13 years agoUpdate for 3.0 API
Alan T. DeKok [Fri, 24 Aug 2012 13:29:23 +0000 (15:29 +0200)] 
Update for 3.0 API

13 years agoMakefile for new build system
Alan T. DeKok [Fri, 24 Aug 2012 13:29:10 +0000 (15:29 +0200)] 
Makefile for new build system

13 years agoRemove main rlm_caching code
Arran Cudbard-Bell [Thu, 23 Aug 2012 20:18:00 +0000 (21:18 +0100)] 
Remove main rlm_caching code

13 years agoRemove old rlm_caching module
Arran Cudbard-Bell [Thu, 23 Aug 2012 20:14:24 +0000 (21:14 +0100)] 
Remove old rlm_caching module

13 years agoMove rlm_cache config file
Arran Cudbard-Bell [Thu, 23 Aug 2012 17:20:29 +0000 (18:20 +0100)] 
Move rlm_cache config file

13 years agoAdd rlm_cache
Alan T. DeKok [Thu, 23 Aug 2012 12:24:07 +0000 (14:24 +0200)] 
Add rlm_cache

13 years agoMerge pull request #15 from pobept/dictionary-redback
Alan DeKok [Thu, 23 Aug 2012 13:30:25 +0000 (06:30 -0700)] 
Merge pull request #15 from pobept/dictionary-redback

Dictionary redback

13 years agoFixup some log messages
Arran Cudbard-Bell [Wed, 22 Aug 2012 22:51:37 +0000 (23:51 +0100)] 
Fixup some log messages

13 years agoOutput the name of the file were reading
Arran Cudbard-Bell [Wed, 22 Aug 2012 22:51:12 +0000 (23:51 +0100)] 
Output the name of the file were reading

13 years agoQuiet the compiler
Arran Cudbard-Bell [Wed, 22 Aug 2012 17:40:36 +0000 (18:40 +0100)] 
Quiet the compiler

13 years agoShould be redebug
Arran Cudbard-Bell [Wed, 22 Aug 2012 17:31:48 +0000 (18:31 +0100)] 
Should be redebug

13 years agoUpdates as per recent documentation
Alan T. DeKok [Mon, 27 Feb 2012 13:17:11 +0000 (14:17 +0100)] 
Updates as per recent documentation

13 years agoSection configs structs arent pointers...
Arran Cudbard-Bell [Wed, 22 Aug 2012 16:35:41 +0000 (17:35 +0100)] 
Section configs structs arent pointers...

13 years agoFix typo
Arran Cudbard-Bell [Wed, 22 Aug 2012 16:27:33 +0000 (17:27 +0100)] 
Fix typo

13 years agoFix typo
Arran Cudbard-Bell [Wed, 22 Aug 2012 16:16:43 +0000 (18:16 +0200)] 
Fix typo

13 years agoMissing out ssection configs is ok, but we need a sanity check if were still being...
Arran Cudbard-Bell [Wed, 22 Aug 2012 16:12:39 +0000 (17:12 +0100)] 
Missing out ssection configs is ok, but we need a sanity check if were still being called for that section

13 years agoFix and document max_uses
Arran Cudbard-Bell [Wed, 22 Aug 2012 15:24:52 +0000 (16:24 +0100)] 
Fix and document max_uses

13 years agoUpdate src/modules/rlm_ldap/rlm_ldap.c
Arran Cudbard-Bell [Wed, 22 Aug 2012 13:50:53 +0000 (15:50 +0200)] 
Update src/modules/rlm_ldap/rlm_ldap.c

Add debug message noting the closure

13 years agoAdded "max_uses" parameter
Alan T. DeKok [Wed, 22 Aug 2012 13:32:22 +0000 (15:32 +0200)] 
Added "max_uses" parameter

13 years agoMore cleanups of xlat code
Alan T. DeKok [Wed, 22 Aug 2012 12:39:32 +0000 (14:39 +0200)] 
More cleanups of xlat code

Ouch.

13 years agoIf we're expanding a non-attribute, try the namne
Alan T. DeKok [Wed, 22 Aug 2012 08:15:48 +0000 (10:15 +0200)] 
If we're expanding a non-attribute, try the namne

13 years agoNuke the '[' on expansion
Alan T. DeKok [Wed, 22 Aug 2012 07:58:09 +0000 (09:58 +0200)] 
Nuke the '[' on expansion

13 years agoAccounting only needs select, insert, update
Alan T. DeKok [Tue, 21 Aug 2012 13:33:50 +0000 (15:33 +0200)] 
Accounting only needs select, insert, update

Not delete.  Not table mods

13 years agoe table name, not "radius.table"
Alan T. DeKok [Tue, 21 Aug 2012 13:32:47 +0000 (15:32 +0200)] 
e table name, not "radius.table"

13 years agoFix "update" logic
Alan T. DeKok [Tue, 21 Aug 2012 13:19:11 +0000 (15:19 +0200)] 
Fix "update" logic

update reply {
Foo = Bar
}

update outer.reply {
Reply-Message := "%{reply:Foo}"
}

The *expansion* should be done in the context of the current request.
The *insertion* should be done in the context of the "update X" name.

13 years agoAdd nas identifier to attribute list
Arran Cudbard-Bell [Mon, 20 Aug 2012 13:42:46 +0000 (14:42 +0100)] 
Add nas identifier to attribute list

13 years agoRemove rlm_acct_unique
Arran Cudbard-Bell [Mon, 20 Aug 2012 13:40:48 +0000 (14:40 +0100)] 
Remove rlm_acct_unique

13 years agoMerge pull request #79 from alanbuxey/master
Arran Cudbard-Bell [Mon, 20 Aug 2012 08:42:25 +0000 (01:42 -0700)] 
Merge pull request #79 from alanbuxey/master

update of Copyright to 2012 in several files and where date is printed by daemon

13 years agoMerge pull request #78 from alanbuxey/cui-updates
Arran Cudbard-Bell [Mon, 20 Aug 2012 08:39:51 +0000 (01:39 -0700)] 
Merge pull request #78 from alanbuxey/cui-updates

updated CUI to use new connection pools

13 years agoMerge pull request #77 from alanbuxey/fixes
Alan DeKok [Mon, 20 Aug 2012 07:41:23 +0000 (00:41 -0700)] 
Merge pull request #77 from alanbuxey/fixes

fixed error in dialup.conf for PSQL

13 years agoupdate of Copyright date in recently updated files 79/head
Alan Buxey [Sun, 19 Aug 2012 20:41:38 +0000 (21:41 +0100)] 
update of Copyright date in recently updated files

2012 printed by code and marked in headers

13 years agoupdated CUI to use new connection pools 78/head
Alan Buxey [Sun, 19 Aug 2012 20:33:02 +0000 (21:33 +0100)] 
updated CUI to use new connection pools

update of the CUI module config to use the new connection pools method
as per its 'parent' SQL heritage

13 years agofixed error in dialup.conf for PSQL 77/head
Alan Buxey [Sun, 19 Aug 2012 20:13:34 +0000 (21:13 +0100)] 
fixed error in dialup.conf for PSQL

fixed variable definition in new dialup.conf file - without this the
server blows up on startup with 'unknown variable' message as soon as
someone tries to use postgres

13 years agorlm_wimax is now stable
Alan T. DeKok [Fri, 17 Aug 2012 15:25:26 +0000 (17:25 +0200)] 
rlm_wimax is now stable

13 years agoIf there's no pool{} configuration, use the defaults
Alan T. DeKok [Tue, 14 Aug 2012 14:08:03 +0000 (16:08 +0200)] 
If there's no pool{} configuration, use the defaults

13 years agoSQL could be used just for xlat, or ip pool.
Alan T. DeKok [Tue, 14 Aug 2012 10:01:12 +0000 (12:01 +0200)] 
SQL could be used just for xlat, or ip pool.

The post-auth && accounting sections are NOT mandatory

13 years agoRemoved references to sqltrace
Alan T. DeKok [Tue, 14 Aug 2012 07:16:42 +0000 (09:16 +0200)] 
Removed references to sqltrace

Having it in each module is ridiculous

13 years agoRemove unused variable
Alan T. DeKok [Mon, 13 Aug 2012 15:01:17 +0000 (17:01 +0200)] 
Remove unused variable

13 years agoRemove unused code
Alan T. DeKok [Sat, 11 Aug 2012 07:24:07 +0000 (09:24 +0200)] 
Remove unused code

13 years agoRemove compiler warning
Alan T. DeKok [Sat, 11 Aug 2012 07:23:56 +0000 (09:23 +0200)] 
Remove compiler warning

13 years agoAdd accounting-on / off statements
Alan T. DeKok [Fri, 10 Aug 2012 09:19:51 +0000 (11:19 +0200)] 
Add accounting-on / off statements

13 years agoUpdated example
Alan T. DeKok [Thu, 9 Aug 2012 13:03:18 +0000 (15:03 +0200)] 
Updated example

13 years agoIgnore regex comparisons, too
Alan T. DeKok [Wed, 1 Aug 2012 22:56:50 +0000 (15:56 -0700)] 
Ignore regex comparisons, too

13 years agoV6-enable the log filename
Alan T. DeKok [Wed, 1 Aug 2012 22:55:26 +0000 (15:55 -0700)] 
V6-enable the log filename

13 years agoDocument changes to SQL
Alan T. DeKok [Fri, 10 Aug 2012 13:53:34 +0000 (15:53 +0200)] 
Document changes to SQL

13 years agoAllow rlm_sql_null, and minor fixes to the sql logging
Alan T. DeKok [Fri, 10 Aug 2012 13:47:12 +0000 (15:47 +0200)] 
Allow rlm_sql_null, and minor fixes to the sql logging

So that we can avoid the "sql_log" module