]> git.ipfire.org Git - thirdparty/freeradius-server.git/log
thirdparty/freeradius-server.git
9 years agoUpdate abfab-tr-idp 1374/head
Stefan Paetow [Fri, 6 Nov 2015 16:21:17 +0000 (16:21 +0000)] 
Update abfab-tr-idp

Add the 'new' tunneled attribute stuff to the ABFAB server too!

9 years agoUpdate dictionary.starent
Alan Buxey [Thu, 5 Nov 2015 21:01:45 +0000 (21:01 +0000)] 
Update dictionary.starent

fixed historical typo

9 years agoPrint out CFLAGS, etc. in version.c
Alan T. DeKok [Tue, 3 Nov 2015 17:42:28 +0000 (12:42 -0500)] 
Print out CFLAGS, etc. in version.c

Since version.c is built in 3 places, just add the SRC_CFLAGS
definitions in 3 places.  It's easier than trying to hack the
build system to set the flags for version.c only once.

9 years agoRemove unused flags.
Alan T. DeKok [Tue, 3 Nov 2015 17:06:42 +0000 (12:06 -0500)] 
Remove unused flags.

These are only used by version.c, which isn't part of radiusd,
but is instead part of libfreeradius-server

9 years agoAlways have at least '-x' for '-v'
Alan T. DeKok [Tue, 3 Nov 2015 16:58:58 +0000 (11:58 -0500)] 
Always have at least '-x' for '-v'

So we get pretty output.  And then more -x gets more information
from -v

9 years agoExtra info is debug2, not debug3
Alan T. DeKok [Tue, 3 Nov 2015 16:57:41 +0000 (11:57 -0500)] 
Extra info is debug2, not debug3

Because we don't want (or care) about time stamps

9 years agoMerge pull request #1369 from mcnewton/noeap2
Arran Cudbard-Bell [Tue, 3 Nov 2015 17:39:30 +0000 (12:39 -0500)] 
Merge pull request #1369 from mcnewton/noeap2

there is no eap2 module any more

9 years agoMerge pull request #1367 from mcnewton/rname1
Arran Cudbard-Bell [Tue, 3 Nov 2015 17:39:10 +0000 (12:39 -0500)] 
Merge pull request #1367 from mcnewton/rname1

remove redundant "name" config option

9 years agothere is no eap2 module any more 1369/head
Matthew Newton [Tue, 3 Nov 2015 17:37:10 +0000 (17:37 +0000)] 
there is no eap2 module any more

9 years agoremove redundant "name" config option 1367/head
Matthew Newton [Tue, 3 Nov 2015 17:19:04 +0000 (17:19 +0000)] 
remove redundant "name" config option

9 years agoRemove unused variable
Alan T. DeKok [Tue, 3 Nov 2015 15:15:25 +0000 (10:15 -0500)] 
Remove unused variable

9 years agoMerge pull request #1365 from jpereira/fix/debug-with-yes1
Alan DeKok [Tue, 3 Nov 2015 14:41:01 +0000 (09:41 -0500)] 
Merge pull request #1365 from jpereira/fix/debug-with-yes1

if the variable DEBUG could be 'no', so need to accept 'yes' also

9 years agoHard-code the default name to radiusd.
Alan T. DeKok [Tue, 3 Nov 2015 14:38:16 +0000 (09:38 -0500)] 
Hard-code the default name to radiusd.

Because debian renames the binaries and configuration directory,
but *not* the configuration file

9 years agoWe want unittest.c to pretend it's radiusd
Alan T. DeKok [Tue, 3 Nov 2015 03:24:42 +0000 (22:24 -0500)] 
We want unittest.c to pretend it's radiusd

9 years agoif the variable DEBUG could be 'no', so need to accept 'yes' also 1365/head
Jorge Pereira [Tue, 3 Nov 2015 14:10:56 +0000 (12:10 -0200)] 
if the variable DEBUG could be 'no', so need to accept 'yes' also

9 years agoPrevious commit not quite right - Better to check for undefined filter code
Arran Cudbard-Bell [Tue, 3 Nov 2015 03:22:07 +0000 (22:22 -0500)] 
Previous commit not quite right - Better to check for undefined filter code

So this still works:

echo "Message-Authenticator = 0x00, User-Name = foo" | ./build/bin/radclient 127.0.0.1 status testing123
Sent Status-Server Id 187 from 0.0.0.0:52237 to 127.0.0.1:1812 length 43
Received Access-Accept Id 187 from 127.0.0.1:1812 to 0.0.0.0:0 length 20
shinyhead:freeradius-server-fork arr2036$ echo "Response-Packet-Type == Access-Reject, Message-Authenticator = 0x00, User-Name = foo" | ./build/bin/radclient 127.0.0.1 status testing123
Sent Status-Server Id 126 from 0.0.0.0:52293 to 127.0.0.1:1812 length 43
Received Access-Accept Id 126 from 127.0.0.1:1812 to 0.0.0.0:0 length 20
(0) -: Expected Access-Reject got Access-Accept

9 years agoWhine and you shall be satisfied
Alan T. DeKok [Tue, 3 Nov 2015 02:39:58 +0000 (21:39 -0500)] 
Whine and you shall be satisfied

9 years agoDefault to Access-Accept response for Status-Server
Alan T. DeKok [Mon, 2 Nov 2015 23:48:33 +0000 (18:48 -0500)] 
Default to Access-Accept response for Status-Server

anything else means ignoring the RFC, and ignoring what the
end user really wants

9 years agoSet name after initializing main_config
Alan T. DeKok [Mon, 2 Nov 2015 20:52:24 +0000 (15:52 -0500)] 
Set name after initializing main_config

9 years agoFix broken compilation
Alan T. DeKok [Mon, 2 Nov 2015 20:19:28 +0000 (15:19 -0500)] 
Fix broken compilation

9 years agoMore "radiusd" to main_config.name
Alan T. DeKok [Mon, 2 Nov 2015 20:02:21 +0000 (15:02 -0500)] 
More "radiusd" to main_config.name

9 years agoUse main_config.name everywhere.
Alan T. DeKok [Mon, 2 Nov 2015 19:55:30 +0000 (14:55 -0500)] 
Use main_config.name everywhere.

So we see less hard-coded "radiusd".

9 years agoPrint the macro name in system errors
Arran Cudbard-Bell [Mon, 2 Nov 2015 17:46:28 +0000 (12:46 -0500)] 
Print the macro name in system errors

9 years agoFrom hillstone
Alan T. DeKok [Mon, 2 Nov 2015 14:19:50 +0000 (09:19 -0500)] 
From hillstone

9 years agoUse the correct macro for INFO debugging
Arran Cudbard-Bell [Sun, 1 Nov 2015 16:10:02 +0000 (11:10 -0500)] 
Use the correct macro for INFO debugging

This is all documented in great detail in log.h

9 years agoMore compact
Arran Cudbard-Bell [Sat, 31 Oct 2015 22:16:10 +0000 (18:16 -0400)] 
More compact

9 years agoSend acct pings to acct port. Fixes #1364
Alan T. DeKok [Fri, 30 Oct 2015 12:21:43 +0000 (08:21 -0400)] 
Send acct pings to acct port.  Fixes #1364

9 years agoRestore trailing curly brace
Adam Bishop [Thu, 29 Oct 2015 17:09:16 +0000 (17:09 +0000)] 
Restore trailing curly brace

Looks like it was accidentally removed in 73847d34f5a59a7deb60259c2b35ca5b02a9c62d

9 years agoFree the pointer, not the data it points to
Alan T. DeKok [Thu, 29 Oct 2015 16:33:21 +0000 (12:33 -0400)] 
Free the pointer, not the data it points to

9 years agoDisable trailing garbage checks
Arran Cudbard-Bell [Wed, 28 Oct 2015 17:00:09 +0000 (13:00 -0400)] 
Disable trailing garbage checks

Gets tripped by too many capture devices (F5/Netscout)

9 years agoCloses #1320 create User-name from peer ID correctly
Arran Cudbard-Bell [Wed, 28 Oct 2015 02:54:31 +0000 (22:54 -0400)] 
Closes #1320 create User-name from peer ID correctly

9 years agoMore checks for else. Fixes #1355
Alan T. DeKok [Tue, 27 Oct 2015 16:57:02 +0000 (12:57 -0400)] 
More checks for else.  Fixes #1355

9 years agoAllow multiple command-line arguments to be logical &&
Alan T. DeKok [Mon, 26 Oct 2015 13:11:43 +0000 (09:11 -0400)] 
Allow multiple command-line arguments to be logical &&

9 years agoAdd -D to raddebug, too
Alan T. DeKok [Mon, 26 Oct 2015 00:04:37 +0000 (20:04 -0400)] 
Add -D to raddebug, too

9 years agoRevert "set this to NULL, too"
Alan T. DeKok [Sun, 25 Oct 2015 23:02:55 +0000 (19:02 -0400)] 
Revert "set this to NULL, too"

This reverts commit 96f0d17c96dacd0f9bfde66134c97450fa42ff6a.

9 years agoset this to NULL, too
Alan T. DeKok [Sun, 25 Oct 2015 15:20:22 +0000 (11:20 -0400)] 
set this to NULL, too

9 years agoMerge pull request #1349 from jpereira/devel/less-magic2
Alan DeKok [Sun, 25 Oct 2015 15:19:57 +0000 (11:19 -0400)] 
Merge pull request #1349 from jpereira/devel/less-magic2

magic values aren't fun

9 years agoOMG! magic values aren't fun 1349/head
Jorge Pereira [Sun, 25 Oct 2015 03:30:08 +0000 (01:30 -0200)] 
OMG! magic values aren't fun

9 years agoRemove more auto-generated headers 1351/head
Alan T. DeKok [Sat, 24 Oct 2015 19:54:13 +0000 (15:54 -0400)] 
Remove more auto-generated headers

9 years agoMerge pull request #1348 from jpereira/fix/ignore1
Alan DeKok [Sat, 24 Oct 2015 13:16:01 +0000 (09:16 -0400)] 
Merge pull request #1348 from jpereira/fix/ignore1

Add src/include/freeradius.h to .gitignore

9 years agoMerge pull request #1347 from jpereira/devel/less-magic1
Alan DeKok [Sat, 24 Oct 2015 13:15:48 +0000 (09:15 -0400)] 
Merge pull request #1347 from jpereira/devel/less-magic1

trust, magic values aren't fun

9 years agoAdd src/include/freeradius.h to .gitignore 1348/head
Jorge Pereira [Sat, 24 Oct 2015 00:20:25 +0000 (22:20 -0200)] 
Add src/include/freeradius.h to .gitignore

9 years agotrust, magic values aren't fun 1347/head
Jorge Pereira [Fri, 23 Oct 2015 23:39:07 +0000 (21:39 -0200)] 
trust, magic values aren't fun

9 years agoDon't use CURLOPT_PUT, it does extra things we don't want
Arran Cudbard-Bell [Fri, 23 Oct 2015 21:15:14 +0000 (17:15 -0400)] 
Don't use CURLOPT_PUT, it does extra things we don't want

9 years agoRemove redundant definition
Alan T. DeKok [Fri, 23 Oct 2015 20:57:48 +0000 (16:57 -0400)] 
Remove redundant definition

9 years agoPut warnings at the top of the file
Alan T. DeKok [Fri, 23 Oct 2015 20:56:23 +0000 (16:56 -0400)] 
Put warnings at the top of the file

And not beside every attribute

9 years agoInclude dictionary.freeradius, too
Alan T. DeKok [Fri, 23 Oct 2015 20:56:12 +0000 (16:56 -0400)] 
Include dictionary.freeradius, too

9 years agoMerge pull request #1346 from jpereira/bug/stats1
Alan DeKok [Fri, 23 Oct 2015 19:26:37 +0000 (15:26 -0400)] 
Merge pull request #1346 from jpereira/bug/stats1

Bugfix - increase a wrong list in stats #1339

9 years agoBugfix - increase a wrong stats-list 1346/head
Jorge Pereira [Fri, 23 Oct 2015 18:35:46 +0000 (16:35 -0200)] 
Bugfix - increase a wrong stats-list

9 years agoMerge pull request #1328 from clementhk/wbclient_debian
Arran Cudbard-Bell [Fri, 23 Oct 2015 18:31:07 +0000 (14:31 -0400)] 
Merge pull request #1328 from clementhk/wbclient_debian

add debian libwbclient-dev path

9 years agoUpdate dictionary
Alan Buxey [Fri, 23 Oct 2015 15:54:16 +0000 (16:54 +0100)] 
Update dictionary

9 years agoCreate dictionary.meraki
Alan Buxey [Fri, 23 Oct 2015 15:53:57 +0000 (16:53 +0100)] 
Create dictionary.meraki

9 years agoMerge pull request #1344 from jpereira/fix/proxy-stats3
Arran Cudbard-Bell [Fri, 23 Oct 2015 18:30:34 +0000 (14:30 -0400)] 
Merge pull request #1344 from jpereira/fix/proxy-stats3

Update ChangeLog

9 years agoUpdate ChangeLog 1344/head
Jorge Pereira [Fri, 23 Oct 2015 18:03:06 +0000 (16:03 -0200)] 
Update ChangeLog

9 years agoMerge pull request #1343 from jpereira/fix/proxy-stats
Alan DeKok [Fri, 23 Oct 2015 17:40:08 +0000 (13:40 -0400)] 
Merge pull request #1343 from jpereira/fix/proxy-stats

Fixed bug with coa/acct stats value #1339

9 years agoadd vqp.h in, too
Alan T. DeKok [Fri, 23 Oct 2015 17:38:47 +0000 (13:38 -0400)] 
add vqp.h in, too

9 years agoFixed bug with coa/acct stats value 1343/head
Jorge Pereira [Fri, 23 Oct 2015 17:36:41 +0000 (15:36 -0200)] 
Fixed bug with coa/acct stats value

9 years agore-add autoconf.h
Alan T. DeKok [Fri, 23 Oct 2015 17:29:15 +0000 (13:29 -0400)] 
re-add autoconf.h

9 years agoIgnore version checks if cross compiling. Fixes #1340.
Alan T. DeKok [Fri, 23 Oct 2015 17:15:47 +0000 (13:15 -0400)] 
Ignore version checks if cross compiling.  Fixes #1340.

Avoiding checks is a bad idea, but we don't really have any
option when cross compiling

9 years agoBuild RFC headers, too
Alan T. DeKok [Fri, 23 Oct 2015 17:13:40 +0000 (13:13 -0400)] 
Build RFC headers, too

9 years agoPrint coa / disconnect stats. Addresses #1339
Alan T. DeKok [Fri, 23 Oct 2015 17:04:42 +0000 (13:04 -0400)] 
Print coa / disconnect stats.  Addresses #1339

9 years agoAdd missing
Alan T. DeKok [Fri, 23 Oct 2015 16:46:36 +0000 (12:46 -0400)] 
Add missing

9 years agoIncrement timeouts for CoA packets, too
Alan T. DeKok [Fri, 23 Oct 2015 16:43:14 +0000 (12:43 -0400)] 
Increment timeouts for CoA packets, too

9 years agoFix dependencies
Alan T. DeKok [Fri, 23 Oct 2015 14:51:38 +0000 (10:51 -0400)] 
Fix dependencies

Simplify the dependencies and the build.

9 years agoMerge pull request #1341 from qnet-herwin/post_auth_reject
Arran Cudbard-Bell [Fri, 23 Oct 2015 13:17:27 +0000 (09:17 -0400)] 
Merge pull request #1341 from qnet-herwin/post_auth_reject

Fixed usage os Post-Auth-Type REJECT

9 years agoAdd comments about Wichorus-Host-IP
Alan T. DeKok [Fri, 23 Oct 2015 13:16:20 +0000 (09:16 -0400)] 
Add comments about Wichorus-Host-IP

9 years agonote recent changes
Alan T. DeKok [Fri, 23 Oct 2015 13:16:13 +0000 (09:16 -0400)] 
note recent changes

9 years agoFixed usage os Post-Auth-Type REJECT 1341/head
Herwin Weststrate [Fri, 23 Oct 2015 13:12:37 +0000 (15:12 +0200)] 
Fixed usage os Post-Auth-Type REJECT

The values had been shifted in the dictionaries in commit d9a9d594e666d70b9762c879c2c69d9a9bb38a64, but this piece of code used a hardcoded magic value instead of the autogenerated constant from include/attributes.h. Fix this by using the constant.

9 years agoUse correct context. Fixes #1338
Alan T. DeKok [Thu, 22 Oct 2015 13:56:31 +0000 (09:56 -0400)] 
Use correct context.  Fixes #1338

9 years agoRemove unused options
Alan T. DeKok [Wed, 21 Oct 2015 20:17:30 +0000 (16:17 -0400)] 
Remove unused options

9 years agoAllow selective disabling of single dh use
Alan T. DeKok [Wed, 21 Oct 2015 19:36:55 +0000 (15:36 -0400)] 
Allow selective disabling of single dh use

Which should be on by default, but can be disabled for high-load
situations where the DH parameters are sufficiently secure

9 years agoMerge pull request #1336 from jpereira/better/less-magic-number1
Arran Cudbard-Bell [Wed, 21 Oct 2015 03:53:58 +0000 (23:53 -0400)] 
Merge pull request #1336 from jpereira/better/less-magic-number1

trust, magic values aren't fun

9 years agoMerge pull request #1335 from jpereira/leak/dhcp1
Arran Cudbard-Bell [Wed, 21 Oct 2015 03:52:29 +0000 (23:52 -0400)] 
Merge pull request #1335 from jpereira/leak/dhcp1

Fix memory leak on invalid dhcp packet

9 years agoTrust, magic values aren't fun 1336/head
Jorge Pereira [Wed, 21 Oct 2015 02:46:41 +0000 (00:46 -0200)] 
Trust, magic values aren't fun

9 years agoFix memory leak on invalid dhcp packet 1335/head
Jorge Pereira [Wed, 21 Oct 2015 02:13:04 +0000 (00:13 -0200)] 
Fix memory leak on invalid dhcp packet

9 years agoCheck Option length more carefully. Closes #1334
Arran Cudbard-Bell [Tue, 20 Oct 2015 23:52:13 +0000 (19:52 -0400)] 
Check Option length more carefully.  Closes #1334

9 years agoPrint attribute name, too
Alan T. DeKok [Tue, 20 Oct 2015 16:23:19 +0000 (12:23 -0400)] 
Print attribute name, too

9 years agonote recent changes
Alan T. DeKok [Tue, 20 Oct 2015 15:13:13 +0000 (11:13 -0400)] 
note recent changes

9 years agoFix DH size in example
Alan T. DeKok [Tue, 20 Oct 2015 13:47:13 +0000 (09:47 -0400)] 
Fix DH size in example

9 years agoEnable auto_chain. Fixes #1330
Alan T. DeKok [Tue, 20 Oct 2015 13:46:34 +0000 (09:46 -0400)] 
Enable auto_chain.  Fixes #1330

9 years agoAdd request->state_ctx for session state.
Alan T. DeKok [Mon, 19 Oct 2015 17:22:35 +0000 (13:22 -0400)] 
Add request->state_ctx for session state.

So that we can just move the pointers instead of copying data.
This means less mutex contention in state.c

9 years agoUpdate dictionary.ruckus
Maka0 [Mon, 19 Oct 2015 13:37:55 +0000 (15:37 +0200)] 
Update dictionary.ruckus

Updated Ruckus Dictionary with additional fields

9 years agoBe more forgiving about URLs with empty base DNs Closes #1329
Arran Cudbard-Bell [Mon, 19 Oct 2015 12:03:35 +0000 (08:03 -0400)] 
Be more forgiving about URLs with empty base DNs Closes #1329

9 years agoIt's a bug.
Alan T. DeKok [Sun, 18 Oct 2015 16:18:23 +0000 (12:18 -0400)] 
It's a bug.

PMIP6-Home-IPv4-HoA = 127.0.0.0/8 was parsed to 0.0.0.0/8

9 years agoAllow IP addrs to compare to prefixes for xlat, too
Alan T. DeKok [Sun, 18 Oct 2015 16:17:01 +0000 (12:17 -0400)] 
Allow IP addrs to compare to prefixes for xlat, too

We don't know what the RHS is... so we cast the LHS to a prefix
for v4/v6 addresses

9 years agoIt's a feature not a bug
Arran Cudbard-Bell [Sat, 17 Oct 2015 23:23:01 +0000 (19:23 -0400)] 
It's a feature not a bug

9 years agonote recent changes
Alan T. DeKok [Sat, 17 Oct 2015 20:46:53 +0000 (16:46 -0400)] 
note recent changes

9 years agoFixes for last commit, ported from v3.1.x
Alan T. DeKok [Sat, 17 Oct 2015 20:45:48 +0000 (16:45 -0400)] 
Fixes for last commit, ported from v3.1.x

9 years agoAutomatically cast IP to IP_PREFIX comparisons
Alan T. DeKok [Sat, 17 Oct 2015 20:37:31 +0000 (16:37 -0400)] 
Automatically cast IP to IP_PREFIX comparisons

9 years agoParse ipv4prefix correctly
Alan T. DeKok [Sat, 17 Oct 2015 14:46:06 +0000 (10:46 -0400)] 
Parse ipv4prefix correctly

9 years agos/RELINK/LOCAL/
Alan T. DeKok [Fri, 16 Oct 2015 16:28:41 +0000 (12:28 -0400)] 
s/RELINK/LOCAL/

9 years agoFix double free Closes #1325
Arran Cudbard-Bell [Thu, 15 Oct 2015 12:19:06 +0000 (08:19 -0400)] 
Fix double free Closes #1325

9 years agoSet to current time. Fixes #1319
Alan T. DeKok [Wed, 14 Oct 2015 17:50:53 +0000 (13:50 -0400)] 
Set to current time.  Fixes #1319

9 years agoMake fr_pair_list_copy_by_num() work like ...move...()
Alan T. DeKok [Wed, 14 Oct 2015 14:27:16 +0000 (10:27 -0400)] 
Make fr_pair_list_copy_by_num() work like ...move...()

9 years agoBetter fix for EAP loops. Fixes #1311
Alan T. DeKok [Wed, 14 Oct 2015 14:17:41 +0000 (10:17 -0400)] 
Better fix for EAP loops.  Fixes #1311

9 years agoPort fix from v3.1.x
Alan T. DeKok [Tue, 13 Oct 2015 16:51:15 +0000 (12:51 -0400)] 
Port fix from v3.1.x

9 years agoMerge pull request #1323 from jpereira/fix/home-server-name
Alan DeKok [Wed, 14 Oct 2015 13:24:50 +0000 (09:24 -0400)] 
Merge pull request #1323 from jpereira/fix/home-server-name

Bug fix - When coa_server aren't specified, create the home_server with same name of client section.

9 years agoMerge pull request #1322 from jpereira/fix/prevent1
Alan DeKok [Wed, 14 Oct 2015 13:24:09 +0000 (09:24 -0400)] 
Merge pull request #1322 from jpereira/fix/prevent1

be 'NOT NULL' to prevent SEGV

9 years agoBugfix - avoid empty home_server sections 1323/head
Jorge Pereira [Wed, 14 Oct 2015 05:28:36 +0000 (02:28 -0300)] 
Bugfix - avoid empty home_server sections

When coa_server aren't specified, we should create the
home_server with same name of client section.

9 years agocf_pair_dup(): be 'NOT NULL' to prevent SEGV 1322/head
Jorge Pereira [Wed, 14 Oct 2015 04:51:26 +0000 (01:51 -0300)] 
cf_pair_dup(): be 'NOT NULL' to prevent SEGV