freeradius.git
12 years agodon't chgrp syslog
Matthew Newton [Sun, 8 Apr 2012 21:02:55 +0000 (22:02 +0100)]
don't chgrp syslog

12 years agodon't segfault when invalid eap types in config
Matthew Newton [Sun, 8 Apr 2012 20:26:28 +0000 (21:26 +0100)]
don't segfault when invalid eap types in config

12 years agoeap-tls is no longer required for ttls or peap
Matthew Newton [Sun, 8 Apr 2012 20:07:33 +0000 (21:07 +0100)]
eap-tls is no longer required for ttls or peap

12 years agoRe-order LIBS <-> -lpthread
Alan T. DeKok [Fri, 6 Apr 2012 13:19:46 +0000 (15:19 +0200)]
Re-order LIBS <-> -lpthread

-lpthread MAY need other libraries.  So adding it first is a good idea.

Manual merge of fd10e3b40

12 years agoAdded dictionary.terena
Alan T. DeKok [Thu, 5 Apr 2012 15:49:20 +0000 (17:49 +0200)]
Added dictionary.terena

12 years agoBuild a library, not an executable
Alan T. DeKok [Wed, 4 Apr 2012 08:43:32 +0000 (09:43 +0100)]
Build a library, not an executable

12 years agoAllow for new state transition on failure
Alan T. DeKok [Tue, 3 Apr 2012 10:31:33 +0000 (11:31 +0100)]
Allow for new state transition on failure

if our RESPONSE gets a FAILURE message, it means that the
supplicant doesn't like our password.  Rather than complaining
about unexpected response, just send failure.

Manual pull of f26dcc5f45

12 years agoEAP-PWD RFC
Alan T. DeKok [Tue, 3 Apr 2012 10:28:26 +0000 (11:28 +0100)]
EAP-PWD RFC

12 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

12 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.

12 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>
12 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

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

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

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

12 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

12 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"

12 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.

12 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.

12 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

12 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

12 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

12 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}

12 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

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

12 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)

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

12 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

12 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

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

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

12 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

12 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

12 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

12 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

12 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

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

12 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

12 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)

12 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.

12 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 %

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

12 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

12 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

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

12 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

12 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

12 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

12 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.

12 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

12 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

12 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

12 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

12 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

12 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.

12 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

12 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.

12 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

12 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

12 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

12 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

12 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

12 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

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

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

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

12 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.

12 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

12 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.

12 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.

12 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

12 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

12 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.

12 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

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

12 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

12 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

12 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

12 years agoInitial commit of rlm_rest module
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

12 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

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

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

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

12 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

12 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

12 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

12 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

12 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

12 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...

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

12 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

12 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.

12 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

12 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

12 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.

12 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.

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

12 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

12 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.

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