]> git.ipfire.org Git - thirdparty/freeradius-server.git/log
thirdparty/freeradius-server.git
13 years agoAdd require_client_cert options to EAP-PEAP/TTLS 54/head
Matthew Newton [Tue, 3 Apr 2012 10:49:44 +0000 (11:49 +0100)] 
Add require_client_cert options to EAP-PEAP/TTLS

This is a replacement for having to set
EAP-TLS-Require-Client-Cert, although that can still be used.

13 years agoThere might not be a reply
Alan T. DeKok [Wed, 28 Mar 2012 15:14:56 +0000 (17:14 +0200)] 
There might not be a reply

13 years agoAdded '-name" to conditionally load a module
Alan T. DeKok [Wed, 28 Mar 2012 14:49:13 +0000 (16:49 +0200)] 
Added '-name" to conditionally load a module

Now that we have mods-enabled, we can more easily conditionally
load a module.

13 years agoDecode encrypted VSAs in requests
Bjørn Mork [Tue, 27 Mar 2012 08:57:36 +0000 (10:57 +0200)] 
Decode encrypted VSAs in requests

Incoming CoA requests can contain encrypted VSAs.  At least one
vendor is known to use this. These VSAs must be decrypted before
being proxied to enable the server to re-encrypt them using
the correct home server secret.

Fix by attempting to decode any encrypted request attribute using
a static vector of \0 bytes.

This also fixes debug logging of encrypted request attributes.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
13 years agoDepend on curl/curl.h
Alan T. DeKok [Tue, 27 Mar 2012 07:20:52 +0000 (09:20 +0200)] 
Depend on curl/curl.h

13 years agoMove to using configure
Alan T. DeKok [Tue, 27 Mar 2012 07:17:57 +0000 (09:17 +0200)] 
Move to using configure

13 years agoThis isn't needed
Alan T. DeKok [Tue, 27 Mar 2012 07:14:28 +0000 (09:14 +0200)] 
This isn't needed

13 years agoThis isn't needed
Alan T. DeKok [Tue, 27 Mar 2012 07:12:06 +0000 (09:12 +0200)] 
This isn't needed

13 years agoAdd newline.
Alan T. DeKok [Tue, 27 Mar 2012 07:10:40 +0000 (09:10 +0200)] 
Add newline.

C compiles hate files which don't end in a newline

13 years agoAdded "Interim-Update" as a copy of "Alive"
Alan T. DeKok [Thu, 15 Mar 2012 21:37:22 +0000 (17:37 -0400)] 
Added "Interim-Update" as a copy of "Alive"

13 years agoSet "close on exec" flag
Alan T. DeKok [Thu, 15 Mar 2012 13:03:22 +0000 (09:03 -0400)] 
Set "close on exec" flag

Just to be safe.

13 years agorequest_proxy_anew MAY get packets which aren't in the proxy hash
Alan T. DeKok [Fri, 16 Mar 2012 15:47:54 +0000 (11:47 -0400)] 
request_proxy_anew MAY get packets which aren't in the proxy hash

Because the socket got closed due to inactivity, errors, etc.
So check for that, and handle that case

Also handle the case of request_proxy() getting a request which
is already in the proxy hash.

13 years agoDUP proxied packets don't re-set the timer
Alan T. DeKok [Fri, 16 Mar 2012 15:46:41 +0000 (11:46 -0400)] 
DUP proxied packets don't re-set the timer

So that the child threads don't mangle the main thread event loop

13 years agoAdded checks for openssl/ec.h
Alan T. DeKok [Tue, 13 Mar 2012 12:26:52 +0000 (08:26 -0400)] 
Added checks for openssl/ec.h

13 years agoEnsure that configurtion items have sane values
Alan T. DeKok [Sat, 10 Mar 2012 14:12:50 +0000 (15:12 +0100)] 
Ensure that configurtion items have sane values

13 years agoAdded support for {BASE64_MD5}
Alan T. DeKok [Fri, 9 Mar 2012 08:23:57 +0000 (09:23 +0100)] 
Added support for {BASE64_MD5}

13 years agoSet self request to NULL
Alan T. DeKok [Thu, 8 Mar 2012 07:52:36 +0000 (08:52 +0100)] 
Set self request to NULL

Which allows spare threads to be cleaned up

13 years agoRemove leading whitespace
Alan T. DeKok [Wed, 7 Mar 2012 12:35:14 +0000 (13:35 +0100)] 
Remove leading whitespace

13 years agoiRFC which references new attribute(s)
Alan T. DeKok [Wed, 7 Mar 2012 09:34:45 +0000 (10:34 +0100)] 
iRFC which references new attribute(s)

13 years agoClarify changes
Alan T. DeKok [Wed, 7 Mar 2012 09:34:29 +0000 (10:34 +0100)] 
Clarify changes

13 years agoDon't try to lock the proxy mutex twice
Alan T. DeKok [Wed, 7 Mar 2012 09:32:55 +0000 (10:32 +0100)] 
Don't try to lock the proxy mutex twice

Change "remove_all_proxied_requests" to call a "no lock" version
of "remove_from_proxy_hash".  Then, DON'T mark the request as
"done".  Instead, allow the client to retransmit, and thus re-send
the proxied request

13 years agoCheck expansion in cf_expand_variables
Alan T. DeKok [Tue, 6 Mar 2012 11:38:37 +0000 (12:38 +0100)] 
Check expansion in cf_expand_variables

Closes Debian bug #662194

13 years agoFix for OSX Lion
Alan T. DeKok [Mon, 5 Mar 2012 10:24:53 +0000 (11:24 +0100)] 
Fix for OSX Lion

13 years ago32/64 bit portability fixes
Dan Harkins [Mon, 5 Mar 2012 09:52:42 +0000 (10:52 +0100)] 
32/64 bit portability fixes

13 years agoUpdate raddb eap config - add tls option to the TTLS config section
Matthew Newton [Sat, 3 Mar 2012 13:31:45 +0000 (13:31 +0000)] 
Update raddb eap config - add tls option to the TTLS config section

13 years agoAdd initiate code to rlm_eap_ttls, remove dependency on rlm_eap_tls
Matthew Newton [Sat, 3 Mar 2012 13:29:27 +0000 (13:29 +0000)] 
Add initiate code to rlm_eap_ttls, remove dependency on rlm_eap_tls

13 years agoUpdate raddb eap config - add tls option to the PEAP config section
Matthew Newton [Sat, 3 Mar 2012 13:24:48 +0000 (13:24 +0000)] 
Update raddb eap config - add tls option to the PEAP config section

13 years agoMove common TLS configuration into tls-config
Alan T. DeKok [Sun, 4 Mar 2012 09:41:41 +0000 (10:41 +0100)] 
Move common TLS configuration into tls-config

13 years agoGive rlm_eap_peap an initiate function and remove dependency on rlm_eap_tls
Matthew Newton [Sat, 3 Mar 2012 13:20:17 +0000 (13:20 +0000)] 
Give rlm_eap_peap an initiate function and remove dependency on rlm_eap_tls

13 years agoemoved unnecessary variable
Alan T. DeKok [Sun, 4 Mar 2012 09:39:55 +0000 (10:39 +0100)] 
emoved unnecessary variable

13 years agoSplit eap_tls initiate function, move session handling code into libeap/eaptls.c
Matthew Newton [Fri, 2 Mar 2012 21:30:07 +0000 (21:30 +0000)] 
Split eap_tls initiate function, move session handling code into libeap/eaptls.c

13 years agoMove rlm_eap_tls TLS-specific config into user-specified section (given by new tls...
Matthew Newton [Sat, 3 Mar 2012 15:00:11 +0000 (15:00 +0000)] 
Move rlm_eap_tls TLS-specific config into user-specified section (given by new tls= option)

13 years agoCache result of parsing server/client tls configs, so we don't have to do it
Matthew Newton [Wed, 29 Feb 2012 08:23:35 +0000 (08:23 +0000)] 
Cache result of parsing server/client tls configs, so we don't have to do it
repeatedly. This means tls_server_conf_free no longer needs to be called, as
it will be freed up automatically.

13 years agoForgot to commit the new attribute for queue %
Alan T. DeKok [Sun, 4 Mar 2012 08:54:22 +0000 (09:54 +0100)] 
Forgot to commit the new attribute for queue %

13 years agoPWD sample file
Alan T. DeKok [Sat, 3 Mar 2012 18:53:56 +0000 (19:53 +0100)] 
PWD sample file

13 years agoRely on pointer for malloc/free
Alan T. DeKok [Sat, 3 Mar 2012 18:26:57 +0000 (19:26 +0100)] 
Rely on pointer for malloc/free

which seems to remove "double free" error

13 years agoSet src_ipaddr for STATUS_SERVER packets
Alan T. DeKok [Sat, 3 Mar 2012 08:20:49 +0000 (09:20 +0100)] 
Set src_ipaddr for STATUS_SERVER packets

13 years agoFix typo
Alan T. DeKok [Tue, 28 Feb 2012 12:56:59 +0000 (13:56 +0100)] 
Fix typo

13 years agoConfigure scripts for EAP-PWD
Alan T. DeKok [Mon, 27 Feb 2012 09:35:58 +0000 (10:35 +0100)] 
Configure scripts for EAP-PWD

13 years agoDocument auto_limit_acct and max_pps
Alan T. DeKok [Fri, 24 Feb 2012 12:57:15 +0000 (13:57 +0100)] 
Document auto_limit_acct and max_pps

13 years agoUse correct structure for TLS fragment size
Alan T. DeKok [Thu, 23 Feb 2012 15:29:28 +0000 (16:29 +0100)] 
Use correct structure for TLS fragment size

set ssn->offset, and use that in proxy_tls_recv

13 years agoAdd queue parameters to accounting config items
Alan T. DeKok [Thu, 23 Feb 2012 14:16:18 +0000 (15:16 +0100)] 
Add queue parameters to accounting config items

If auto_limit_acct is set, then

FreeRADIUS-Queue-PPS-In
FreeRADIUS-Queue-PPS-Out
FreeRADIUS-Queue-Use-Percentage

are added to the control items for accounting packets.
This allows the administrator to create policies which kick in
only when the server is loaded.

13 years agoStart at 181, not 180
Alan T. DeKok [Thu, 23 Feb 2012 14:10:06 +0000 (15:10 +0100)] 
Start at 181, not 180

13 years agoExport Queue PPS in/out via the "status" interface
Alan T. DeKok [Thu, 23 Feb 2012 13:02:12 +0000 (14:02 +0100)] 
Export Queue PPS in/out via the "status" interface

13 years agoClient certs are signed by the CA, not by the server
Alan T. DeKok [Thu, 23 Feb 2012 12:04:31 +0000 (13:04 +0100)] 
Client certs are signed by the CA, not by the server

13 years agoUse names for logging parameters, and correct values
Alan T. DeKok [Wed, 22 Feb 2012 08:25:18 +0000 (09:25 +0100)] 
Use names for logging parameters, and correct values

13 years agoDocument fragment_size for RadSec
Alan T. DeKok [Thu, 23 Feb 2012 09:11:46 +0000 (10:11 +0100)] 
Document fragment_size for RadSec

The comments about EAP and ethernet frames are no longer
relevant

13 years agoSet TLS receive buffer from fragment size
Alan T. DeKok [Thu, 23 Feb 2012 09:04:23 +0000 (10:04 +0100)] 
Set TLS receive buffer from fragment size

TLS over TCP can send 64K TLS packets.  We need to be able to
handle that.

13 years agoLower the impact of auto_limit_acct when it's disabled
Alan T. DeKok [Thu, 23 Feb 2012 08:25:15 +0000 (09:25 +0100)] 
Lower the impact of auto_limit_acct when it's disabled

13 years agodded auto limiting for accounting packets.
Alan T. DeKok [Wed, 22 Feb 2012 16:19:48 +0000 (17:19 +0100)] 
dded auto limiting for accounting packets.

If the thread queue is emptying more slowly than it's filling,
then start throwing away accounting packets.

13 years agoMoved PPS calculations to a utility function
Alan T. DeKok [Wed, 22 Feb 2012 15:43:30 +0000 (16:43 +0100)] 
Moved PPS calculations to a utility function

13 years agoConditional compilation. Curl might not have TLS
Alan T. DeKok [Wed, 22 Feb 2012 15:37:26 +0000 (16:37 +0100)] 
Conditional compilation.  Curl might not have TLS

13 years agoBuild EAP-PWD only if we're using OpenSSL
Alan T. DeKok [Wed, 22 Feb 2012 10:31:38 +0000 (11:31 +0100)] 
Build EAP-PWD only if we're using OpenSSL

13 years agoFix content of demo http server
Arran Cudbard-Bell [Wed, 22 Feb 2012 09:37:17 +0000 (10:37 +0100)] 
Fix content of demo http server

13 years agoMerge branch 'master' of github.com:alandekok/freeradius-server
Arran Cudbard-Bell [Wed, 22 Feb 2012 08:53:32 +0000 (09:53 +0100)] 
Merge branch 'master' of github.com:alandekok/freeradius-server

13 years agoMove rest config to new mods-available directory
Arran Cudbard-Bell [Wed, 22 Feb 2012 08:53:19 +0000 (09:53 +0100)] 
Move rest config to new mods-available directory

13 years agoMove to correct place
Alan T. DeKok [Wed, 22 Feb 2012 08:51:59 +0000 (09:51 +0100)] 
Move to correct place

13 years agoFix typo
Alan T. DeKok [Wed, 22 Feb 2012 08:50:55 +0000 (09:50 +0100)] 
Fix typo

13 years agoNote recent changes
Alan T. DeKok [Wed, 22 Feb 2012 08:38:46 +0000 (09:38 +0100)] 
Note recent changes

13 years agoMerge pull request #50 from arr2036/rlm_rest
Alan DeKok [Wed, 22 Feb 2012 08:37:49 +0000 (00:37 -0800)] 
Merge pull request #50 from arr2036/rlm_rest

Add rlm_rest which does REST calls to an external HTTP server.

13 years agoUse names for logging parameters, and correct values
Alan T. DeKok [Wed, 22 Feb 2012 08:25:18 +0000 (09:25 +0100)] 
Use names for logging parameters, and correct values

13 years agoBetter fix for fixed point computations
Alan T. DeKok [Tue, 21 Feb 2012 17:07:23 +0000 (18:07 +0100)] 
Better fix for fixed point computations

So if rate_pps < 1000, we can still count it.

13 years agoAdd rate limiting for network sockets
Alan T. DeKok [Tue, 21 Feb 2012 16:51:08 +0000 (17:51 +0100)] 
Add rate limiting for network sockets

via "max_pps" in the "listen" section.  It takes a count of the
packets received in the last second.  If it's over max_pps, the
new packet is ignored.  Otherwise, it's allowed.

We probably should instead have adaptive rate limiting based on
how many packets/s *finish* processing.  But that's harder to do
for now.

13 years agoAdded virtual server support
Alan T. DeKok [Tue, 21 Feb 2012 13:54:08 +0000 (14:54 +0100)] 
Added virtual server support

To make it simpler, and like the rest of the system

13 years agoWarn if we can't shut down modules cleanly
Alan T. DeKok [Tue, 21 Feb 2012 08:08:44 +0000 (09:08 +0100)] 
Warn if we can't shut down modules cleanly

13 years agoDon't close connections that are in use.
Alan T. DeKok [Tue, 21 Feb 2012 08:08:27 +0000 (09:08 +0100)] 
Don't close connections that are in use.

13 years agoTry to use identity from SIM protocol, not EAP-Identity
Alan T. DeKok [Tue, 21 Feb 2012 07:57:49 +0000 (08:57 +0100)] 
Try to use identity from SIM protocol, not EAP-Identity

13 years agoSample configuration for EAP-PWD
Dan Harkins [Tue, 21 Feb 2012 08:15:53 +0000 (09:15 +0100)] 
Sample configuration for EAP-PWD

13 years agoMake files so that EAP-PWD builds
Alan T. DeKok [Tue, 21 Feb 2012 08:13:53 +0000 (09:13 +0100)] 
Make files so that EAP-PWD builds

13 years agoEAP-PWD Implementation
Dan Harkins [Tue, 21 Feb 2012 08:12:24 +0000 (09:12 +0100)] 
EAP-PWD Implementation

http://ietf.org/rfc/rfc5931.txt

13 years agoDefine name and value for EAP-PWD
Alan T. DeKok [Tue, 21 Feb 2012 08:10:42 +0000 (09:10 +0100)] 
Define name and value for EAP-PWD

13 years agoInitial commit of rlm_rest module 50/head
Arran Cudbard-Bell [Mon, 10 Oct 2011 18:20:44 +0000 (20:20 +0200)] 
Initial commit of rlm_rest module

Add library independent streaming JSON generator

Add library independent streaming POST generator

Add support for parsing JSON and POST responses

Add support for parsing do_xlat and is_json flags in JSON responses

Add function to emulate CURLs multiple calls to the JSON generator when in stream mode, to allow transfer of data as a single contiguous block

Deduplicate truncation detection code.

Improvde consistancy of documentation.

Replace 1, 0 return codes with TRUE/FALSE macros.

Slightly better version of rest_uri_build

Add tables for auth types

Add a bunch of formatting fixes and extra options for SSL certs in curl

13 years agoDocument MySQL character set issues
Alan T. DeKok [Fri, 17 Feb 2012 14:19:29 +0000 (15:19 +0100)] 
Document MySQL character set issues

Patch from Stefan Winter

13 years agoNew dictionary
Alan T. DeKok [Fri, 17 Feb 2012 10:19:50 +0000 (11:19 +0100)] 
New dictionary

13 years agoAdded User-Role attribute
Alan T. DeKok [Mon, 13 Feb 2012 19:59:29 +0000 (20:59 +0100)] 
Added User-Role attribute

13 years agoNew purewave dictionary
Alan T. DeKok [Fri, 17 Feb 2012 08:58:07 +0000 (09:58 +0100)] 
New purewave dictionary

13 years agoAdded provisions for "site local" dictionaries
Alan T. DeKok [Mon, 13 Feb 2012 20:10:16 +0000 (21:10 +0100)] 
Added provisions for "site local" dictionaries

13 years agoChange ports to not conflict with inner-tunnel
Alan T. DeKok [Mon, 13 Feb 2012 16:02:14 +0000 (17:02 +0100)] 
Change ports to not conflict with inner-tunnel

13 years agoFix EAP-Type values
Alan T. DeKok [Mon, 13 Feb 2012 10:19:08 +0000 (11:19 +0100)] 
Fix EAP-Type values

Noticed by Stefan Winter

13 years agoDirectories need to be +x
Alan T. DeKok [Sat, 11 Feb 2012 09:07:11 +0000 (10:07 +0100)] 
Directories need to be +x

13 years agoAdd examples to EAP-TLS virtual server
Matthew Newton [Fri, 10 Feb 2012 00:51:07 +0000 (00:51 +0000)] 
Add examples to EAP-TLS virtual server

13 years agoSave TLS-* attributes on session resumption
Alan T. DeKok [Fri, 10 Feb 2012 10:37:22 +0000 (11:37 +0100)] 
Save TLS-* attributes on session resumption

Manual pull from d73fc3b75d

We could probably just save the certs in the ssl->session data,
just like the cached VPs.  But that's more work...

13 years agoAutomatically make directories
Alan T. DeKok [Thu, 9 Feb 2012 12:28:31 +0000 (13:28 +0100)] 
Automatically make directories

13 years agoManual port of ed8edcac2da6f1db
Alan T. DeKok [Thu, 9 Feb 2012 12:29:09 +0000 (13:29 +0100)] 
Manual port of ed8edcac2da6f1db

Create common name only if there's a subject

13 years agostrncpy is evil. Don't use it.
Alan T. DeKok [Wed, 8 Feb 2012 15:01:43 +0000 (16:01 +0100)] 
strncpy is evil.  Don't use it.

13 years agosrc_ipaddr is needed for non-STATS builds
Alan T. DeKok [Thu, 9 Feb 2012 10:00:56 +0000 (11:00 +0100)] 
src_ipaddr is needed for non-STATS builds

13 years agoStart of allowing multiple packets outstanding for detail file
Alan T. DeKok [Wed, 8 Feb 2012 15:19:31 +0000 (16:19 +0100)] 
Start of allowing multiple packets outstanding for detail file

configuration option "max_outstanding"
Each packet read has a unique counter

13 years agoFaster detail file reader.
Alan T. DeKok [Wed, 8 Feb 2012 14:28:17 +0000 (15:28 +0100)] 
Faster detail file reader.

If "delay = 0", go read another packet immediately.

13 years agoAdd virtual-server option for EAP-TLS to allow certificate field checks
Matthew Newton [Wed, 8 Feb 2012 10:51:44 +0000 (11:51 +0100)] 
Add virtual-server option for EAP-TLS to allow certificate field checks

Normally attributes such as TLS-Client-Cert-Common-Name can be seen in
Post-Auth only, which is too late to act if the return to the client should
be changed. This code adds a virtual-server option to EAP-TLS to allow
these values to be examined, and the return status updated accordingly.

13 years agoNote recent changes
Alan T. DeKok [Wed, 8 Feb 2012 08:33:19 +0000 (09:33 +0100)] 
Note recent changes

13 years agoRemove these modules from the new build system
Alan T. DeKok [Wed, 8 Feb 2012 08:32:55 +0000 (09:32 +0100)] 
Remove these modules from the new build system

13 years agoMerge pull request #48 from cmikk/abinary-fix
Alan DeKok [Wed, 8 Feb 2012 08:30:47 +0000 (00:30 -0800)] 
Merge pull request #48 from cmikk/abinary-fix

Print abinary values without delimiters, unless requested by caller.

13 years agoPrint abinary values without delimiters, unless requested by caller. 48/head
Chris Mikkelson [Tue, 7 Feb 2012 21:40:13 +0000 (15:40 -0600)] 
Print abinary values without delimiters, unless requested by caller.

13 years agoheck for account and password expiration
Alan T. DeKok [Tue, 7 Feb 2012 19:58:52 +0000 (20:58 +0100)] 
heck for account and password expiration

13 years agoFix typos
Alan T. DeKok [Tue, 7 Feb 2012 19:54:11 +0000 (20:54 +0100)] 
Fix typos

13 years agoMove README to README.rst and fixes RST formatting
Alan T. DeKok [Tue, 7 Feb 2012 09:30:48 +0000 (10:30 +0100)] 
Move README to README.rst and fixes RST formatting

13 years agoAdd "syslog_facility" to rlm_linelog
Matthew Newton [Mon, 6 Feb 2012 15:07:32 +0000 (16:07 +0100)] 
Add "syslog_facility" to rlm_linelog

Document it.  Export the facility name to integer table
from mainconfig.c

13 years agoSync with upstream
Alan T. DeKok [Mon, 6 Feb 2012 14:30:49 +0000 (15:30 +0100)] 
Sync with upstream

13 years agoAdd FreeRADIUS-specific output file
Alan T. DeKok [Mon, 6 Feb 2012 14:08:38 +0000 (15:08 +0100)] 
Add FreeRADIUS-specific output file

13 years agoSync with original github project
Alan T. DeKok [Mon, 6 Feb 2012 13:37:49 +0000 (14:37 +0100)] 
Sync with original github project