freeradius.git
13 years agoFix corner case when not threaded.
Alan T. DeKok [Fri, 15 Oct 2010 00:10:18 +0000 (02:10 +0200)]
Fix corner case when not threaded.

If the request is still running after 30s, it's probably because
it was proxied, and the home server didn't bother to respond.

13 years agoCheck data_len for internal TLVs
Alan T. DeKok [Wed, 13 Oct 2010 20:59:59 +0000 (22:59 +0200)]
Check data_len for internal TLVs

13 years agoFixes to build without PTHREADs
Alan T. DeKok [Wed, 13 Oct 2010 20:58:48 +0000 (22:58 +0200)]
Fixes to build without PTHREADs

13 years agouse RDEBUG
Phil Mayers [Tue, 12 Oct 2010 16:20:08 +0000 (17:20 +0100)]
use RDEBUG

13 years agoAdded REQUEST to soh_verify() parameters
Alan T. DeKok [Tue, 12 Oct 2010 11:12:13 +0000 (13:12 +0200)]
Added REQUEST to soh_verify() parameters

In preparation for DEBUG -> RDEBUG changes.

Also made rlm_soh return FAIL on bad SoH packets.

13 years agoProtect SoH server messages
Alan T. DeKok [Tue, 12 Oct 2010 11:07:12 +0000 (13:07 +0200)]
Protect SoH server messages

13 years agoMove the SoH code to the server directory
Alan T. DeKok [Tue, 12 Oct 2010 11:04:15 +0000 (13:04 +0200)]
Move the SoH code to the server directory

The code is suitable only for servers, not clients.  So it doesn't need
to be in the client library.

13 years agoUse handler mutex for checks, not session mutex
Alan T. DeKok [Tue, 12 Oct 2010 10:10:34 +0000 (12:10 +0200)]
Use handler mutex for checks, not session mutex

13 years agoFix parameters to soh_verify
Alan T. DeKok [Sat, 9 Oct 2010 15:52:56 +0000 (17:52 +0200)]
Fix parameters to soh_verify

13 years agoAdd "extern C {...} to header files for C++ builds.
Alan T. DeKok [Sat, 9 Oct 2010 11:53:44 +0000 (13:53 +0200)]
Add "extern C {...} to header files for C++ builds.

Also renamed "operator" to "op_token" for C++ builds.  This doesn't affect
the server core, but it should allow C++ modules to build.  It should
also allow C++ applications to use libfreeradius-radius

13 years agoCode in src/lib shouldn't reference the REQUEST structure
Alan T. DeKok [Fri, 8 Oct 2010 15:31:54 +0000 (17:31 +0200)]
Code in src/lib shouldn't reference the REQUEST structure

13 years agoShouldn't include <radiusd.h>
Alan T. DeKok [Fri, 8 Oct 2010 15:23:57 +0000 (17:23 +0200)]
Shouldn't include <radiusd.h>

13 years agoFixes for porting to "stable" branch
Alan T. DeKok [Fri, 8 Oct 2010 15:21:10 +0000 (17:21 +0200)]
Fixes for porting to "stable" branch

13 years agoMarked SoH module as "stable"
Alan T. DeKok [Fri, 8 Oct 2010 10:02:15 +0000 (12:02 +0200)]
Marked SoH module as "stable"

13 years agoAdded SoH functionality to the PEAP module
Phil Mayers [Fri, 8 Oct 2010 10:01:40 +0000 (12:01 +0200)]
Added SoH functionality to the PEAP module

13 years agoMoved "fake request" code into its own function
Phil Mayers [Fri, 8 Oct 2010 09:45:07 +0000 (11:45 +0200)]
Moved "fake request" code into its own function

13 years agoSoH docs & example
Phil Mayers [Fri, 8 Oct 2010 09:30:43 +0000 (11:30 +0200)]
SoH docs & example

13 years agoFix compiler warnings
Alan T. DeKok [Fri, 8 Oct 2010 09:29:15 +0000 (11:29 +0200)]
Fix compiler warnings

13 years agook, working SoH standalone module
Phil Mayers [Fri, 8 Oct 2010 09:26:15 +0000 (11:26 +0200)]
ok, working SoH standalone module

13 years agoBase SoH code for Microsoft NAP.
Phil Mayers [Fri, 8 Oct 2010 07:36:15 +0000 (09:36 +0200)]
Base SoH code for Microsoft NAP.

This code will be used by other protocols (PEAP, DHCP) to encode/decode
the SoH information.

13 years agoFix call to otp_write
Alan T. DeKok [Fri, 8 Oct 2010 07:28:08 +0000 (09:28 +0200)]
Fix call to otp_write

13 years agoFixes from clang / scan-build
Alan T. DeKok [Thu, 7 Oct 2010 08:30:12 +0000 (10:30 +0200)]
Fixes from clang / scan-build

Nothing to see here, folks.  Move along.

13 years agoSigned / unsigned fixes and function prototypes
Alan T. DeKok [Sun, 3 Oct 2010 09:53:10 +0000 (11:53 +0200)]
Signed / unsigned fixes and function prototypes

This reduces the number of warnings on compile.

13 years agoProtect pcap_fopen calls
Alan T. DeKok [Fri, 1 Oct 2010 13:35:28 +0000 (15:35 +0200)]
Protect pcap_fopen calls

Apparently not all versions of pcap have this <sigh>

13 years agoMore patches to build without certain features
Alan T. DeKok [Thu, 30 Sep 2010 10:28:32 +0000 (12:28 +0200)]
More patches to build without certain features

13 years agoAllow building WITHOUT_STATS
Alan T. DeKok [Thu, 30 Sep 2010 07:42:16 +0000 (09:42 +0200)]
Allow building WITHOUT_STATS

13 years agoEnable building WITHOUT_ACCOUNTING
Alan T. DeKok [Wed, 29 Sep 2010 14:36:24 +0000 (16:36 +0200)]
Enable building WITHOUT_ACCOUNTING

13 years agoEnable building #WITHOUT_PROXY
Alan T. DeKok [Wed, 29 Sep 2010 14:05:24 +0000 (16:05 +0200)]
Enable building #WITHOUT_PROXY

13 years agoIgnore post-proxy type if proxy is disabled
Alan T. DeKok [Wed, 29 Sep 2010 13:47:28 +0000 (15:47 +0200)]
Ignore post-proxy type if proxy is disabled

13 years agoBetter way of updating cf_data_add
Alan T. DeKok [Tue, 28 Sep 2010 11:03:56 +0000 (13:03 +0200)]
Better way of updating cf_data_add

13 years agoDisable example config in default build
Alan T. DeKok [Tue, 28 Sep 2010 10:07:30 +0000 (12:07 +0200)]
Disable example config in default build

13 years agoNote TLS-Client-Cert-* attributes
Alan T. DeKok [Mon, 27 Sep 2010 12:02:05 +0000 (14:02 +0200)]
Note TLS-Client-Cert-* attributes

13 years agoAdded '-F' to filter RADIUS from input to output
Alan T. DeKok [Sun, 26 Sep 2010 08:24:54 +0000 (10:24 +0200)]
Added '-F' to filter RADIUS from input to output

This can be used to "clean up" horrible pcap files that people create.
i.e. when asked for a RADIUS pcap file, they just capture *everything*
on the interface for a period of time.  This makes it harder to track
down the real RADIUS issues.

Adding -F makes it easy to filter the packets.

13 years agoFix long-standing bug where unix Groupcmp didn't work
Alan T. DeKok [Sat, 25 Sep 2010 15:57:09 +0000 (17:57 +0200)]
Fix long-standing bug where unix Groupcmp didn't work

It was looking in the wrong list for the user name.

13 years agoUpdates from redhat
Alan T. DeKok [Sat, 25 Sep 2010 20:13:12 +0000 (22:13 +0200)]
Updates from redhat

13 years agoUse server version for version string
Alan T. DeKok [Thu, 23 Sep 2010 12:06:29 +0000 (14:06 +0200)]
Use server version for version string

13 years agoFix condition for attribute not found
Alan T. DeKok [Wed, 22 Sep 2010 09:44:34 +0000 (11:44 +0200)]
Fix condition for attribute not found

This is a "false" comparison, but not a syntax error in the evaluation logic

13 years agoBootstrap CoA home servers, as they can stand alone.
Alan T. DeKok [Wed, 22 Sep 2010 06:04:22 +0000 (08:04 +0200)]
Bootstrap CoA home servers, as they can stand alone.

For the next rev, loop over all home servers *first*, before creating
the pools.

13 years agoMove variable declaration to the start of the block
Alan T. DeKok [Tue, 21 Sep 2010 09:09:44 +0000 (11:09 +0200)]
Move variable declaration to the start of the block

13 years agoMade listener_print be CONST
Alan T. DeKok [Tue, 21 Sep 2010 09:08:16 +0000 (11:08 +0200)]
Made listener_print be CONST

Manual merge of 3ab506f60fb46010a

13 years agoAdded toupper function
Alan T. DeKok [Tue, 21 Sep 2010 08:16:00 +0000 (10:16 +0200)]
Added toupper function

13 years agoAs posted to the list by Alexander Kubatkin
Alan T. DeKok [Tue, 21 Sep 2010 08:10:41 +0000 (10:10 +0200)]
As posted to the list by Alexander Kubatkin

13 years agoMore attributes as sent in by a nice person at HP
Alan T. DeKok [Tue, 21 Sep 2010 08:08:17 +0000 (10:08 +0200)]
More attributes as sent in by a nice person at HP

13 years agoAdded tolower function
Alan T. DeKok [Mon, 20 Sep 2010 14:49:13 +0000 (16:49 +0200)]
Added tolower function

13 years agoMultiple calls to ber_printf seem to work better. Closes #106
Alan T. DeKok [Sun, 19 Sep 2010 06:49:51 +0000 (08:49 +0200)]
Multiple calls to ber_printf seem to work better.  Closes #106

13 years agoRetry on write failure. Closes bug #58
Alan T. DeKok [Sun, 19 Sep 2010 06:46:06 +0000 (08:46 +0200)]
Retry on write failure.  Closes bug #58

13 years agoVarious fixes
Alan T. DeKok [Sun, 19 Sep 2010 06:41:44 +0000 (08:41 +0200)]
Various fixes

If timeout is zero, set it to 1^6.  That should be good enough.

Don't filter output through sed, this makes it impossible to kill the
"tail" process.

Catch the tail PID, and kill it on exit.

Trap on signals, not on normal exit.

Duplicate code in trap for normal exit.  This ensures that the code is
only executed once.

13 years agoFixed typo
Alan T. DeKok [Sat, 18 Sep 2010 15:21:56 +0000 (17:21 +0200)]
Fixed typo

13 years agoClean up loopback / inaddr_any checks
Alan T. DeKok [Sat, 18 Sep 2010 14:06:46 +0000 (16:06 +0200)]
Clean up loopback / inaddr_any checks

13 years agoAdded "del client <ipaddr>" command for dynamic clients
Alan T. DeKok [Fri, 17 Sep 2010 12:59:33 +0000 (14:59 +0200)]
Added "del client <ipaddr>" command for dynamic clients

13 years agoFix typo
Alan T. DeKok [Fri, 17 Sep 2010 10:13:23 +0000 (12:13 +0200)]
Fix typo

13 years agoAdded dynamic port-access attributes
Alan T. DeKok [Fri, 17 Sep 2010 09:07:12 +0000 (11:07 +0200)]
Added dynamic port-access attributes

As noted by HP

13 years agoRemoved unused attribute
Alan T. DeKok [Fri, 17 Sep 2010 09:06:31 +0000 (11:06 +0200)]
Removed unused attribute

HP says #47 isn't used by anyone.

13 years agoFix logic for using udpfromto
Alan T. DeKok [Thu, 16 Sep 2010 19:17:10 +0000 (21:17 +0200)]
Fix logic for using udpfromto

Notes from bug #110

13 years agoUse local EAP, even if the realm doesn't exist
Alan T. DeKok [Wed, 15 Sep 2010 14:59:08 +0000 (16:59 +0200)]
Use local EAP, even if the realm doesn't exist

13 years agoFix typo
Alan T. DeKok [Wed, 15 Sep 2010 11:38:06 +0000 (13:38 +0200)]
Fix typo

13 years agoAdded functions for sql_affected_rows and sql_error
Alan T. DeKok [Tue, 14 Sep 2010 00:52:55 +0000 (02:52 +0200)]
Added functions for sql_affected_rows and sql_error

These look like they're not used right now, but they're worth having

13 years agoAllow sqlite filename to be specified in the configuration file.
Alan T. DeKok [Tue, 14 Sep 2010 00:40:24 +0000 (02:40 +0200)]
Allow sqlite filename to be specified in the configuration file.

Undocumented for now.  Based on a patch from Sven Anders

13 years agoModule-Failure-Message goes in request, not in reply
Alan T. DeKok [Mon, 13 Sep 2010 14:55:34 +0000 (16:55 +0200)]
Module-Failure-Message goes in request, not in reply

13 years agoFix parameter passing issue. closes bug #105
Alan T. DeKok [Mon, 13 Sep 2010 09:55:36 +0000 (11:55 +0200)]
Fix parameter passing issue.  closes bug #105

13 years agoMoved to RST format.
Alan T. DeKok [Sun, 12 Sep 2010 08:57:05 +0000 (10:57 +0200)]
Moved to RST format.

13 years agoRenamed in preparation for moving to RST format.
Alan T. DeKok [Sun, 12 Sep 2010 08:51:59 +0000 (10:51 +0200)]
Renamed in preparation for moving to RST format.

13 years agoBe more forgiving when starting proxy sockets.
Alan T. DeKok [Tue, 14 Sep 2010 00:37:36 +0000 (02:37 +0200)]
Be more forgiving when starting proxy sockets.

Manual merge of 92beaf4f00ef

13 years agoAdd message from ntlm_auth to Module-Failure-Message
Alan T. DeKok [Fri, 10 Sep 2010 14:40:18 +0000 (16:40 +0200)]
Add message from ntlm_auth to Module-Failure-Message

13 years agoMore docs on the inner tunnel stuff
Alan T. DeKok [Fri, 10 Sep 2010 13:31:35 +0000 (15:31 +0200)]
More docs on the inner tunnel stuff

13 years agoFix typo in error message
Alan T. DeKok [Fri, 10 Sep 2010 12:22:16 +0000 (14:22 +0200)]
Fix typo in error message

13 years agoFix typo in command-line option
Alan T. DeKok [Fri, 10 Sep 2010 11:55:47 +0000 (13:55 +0200)]
Fix typo in command-line option

And set "libltdl-installable" if we're using our local libltdl.
Otherwise, it will *still* use the system one.  <sigh>

13 years agoAdd support for extended attributes: draft-dekok-radext-radius-extensions
Alan T. DeKok [Thu, 9 Sep 2010 13:29:29 +0000 (15:29 +0200)]
Add support for extended attributes: draft-dekok-radext-radius-extensions

We can encode / decode all non-TLV types without a problem.
TLVs are currently limited to one level (241.1.2), and to the
length of the encapsulating RADIUS attribute.

The "M" flag for extended attributes with flags is not supported.

13 years agoClose file on error condition
Alan T. DeKok [Thu, 9 Sep 2010 12:49:01 +0000 (14:49 +0200)]
Close file on error condition

13 years agoFree memory if out of memory
Alan T. DeKok [Thu, 9 Sep 2010 12:40:48 +0000 (14:40 +0200)]
Free memory if out of memory

13 years agoEnsure we leave room for the trailing NUL
Alan T. DeKok [Thu, 9 Sep 2010 12:33:03 +0000 (14:33 +0200)]
Ensure we leave room for the trailing NUL

13 years agoUpdating dictionary.erx based on Juniper documentation
Bjørn Mork [Wed, 8 Sep 2010 13:17:15 +0000 (15:17 +0200)]
Updating dictionary.erx based on Juniper documentation

Also adding a note about JUNOS (M/MX) usage of this dictionary.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
13 years agoPrint error message if we're not configured to listen on any ports
Alan T. DeKok [Thu, 9 Sep 2010 11:15:04 +0000 (13:15 +0200)]
Print error message if we're not configured to listen on any ports

Manual merge of a50005713e5238

13 years agoAdded missing check for lookup
Alan T. DeKok [Wed, 8 Sep 2010 06:05:50 +0000 (08:05 +0200)]
Added missing check for lookup

13 years agoMade warning messages more consistent
Alan T. DeKok [Tue, 7 Sep 2010 20:37:41 +0000 (22:37 +0200)]
Made warning messages more consistent

13 years agoRegularized error messages
Alan T. DeKok [Tue, 7 Sep 2010 20:36:35 +0000 (22:36 +0200)]
Regularized error messages

13 years agoRemove port 1814 from the default pcap filter. It isn't necessary
Alan T. DeKok [Tue, 7 Sep 2010 20:36:04 +0000 (22:36 +0200)]
Remove port 1814 from the default pcap filter.  It isn't necessary

13 years agoFix escaping rules. Closes bug #46
Alan T. DeKok [Tue, 7 Sep 2010 20:20:55 +0000 (22:20 +0200)]
Fix escaping rules.  Closes bug #46

13 years agoLog issuer, not root cert.
Alan T. DeKok [Tue, 7 Sep 2010 15:17:43 +0000 (17:17 +0200)]
Log issuer, not root cert.

Also only create attributes for the client && issuing certificate.

13 years agoMinor fixes as suggested by Michael Ross
Alan T. DeKok [Tue, 7 Sep 2010 15:07:13 +0000 (17:07 +0200)]
Minor fixes as suggested by Michael Ross

- fix typo in Expiraton
- sprintf of serial was using the start of the buffer, and not the pointer
- use names for array references, rather than hard-coded numbers
- correct reference to issuer/subject

13 years agoAdded support for {nthash} for compatibility with radiator
Alan T. DeKok [Mon, 6 Sep 2010 07:45:13 +0000 (09:45 +0200)]
Added support for {nthash} for compatibility with radiator

13 years agoAdded ability to verify client certificates
Alan T. DeKok [Fri, 3 Sep 2010 10:44:11 +0000 (12:44 +0200)]
Added ability to verify client certificates

Disabled in the default build.

13 years agoRemove \n from log messages
Alan T. DeKok [Thu, 2 Sep 2010 15:48:40 +0000 (17:48 +0200)]
Remove \n from log messages

13 years agoCreate Module-Failure-Message for *all* callback errors
Alan T. DeKok [Thu, 2 Sep 2010 12:57:52 +0000 (14:57 +0200)]
Create Module-Failure-Message for *all* callback errors

13 years agoFixed typo
Alan T. DeKok [Thu, 2 Sep 2010 12:53:44 +0000 (14:53 +0200)]
Fixed typo

13 years agoRemoved test user
Alan T. DeKok [Fri, 3 Sep 2010 08:17:55 +0000 (10:17 +0200)]
Removed test user

13 years agoAdd /usr/lib to search path, to avoid warning messages on build
Alan T. DeKok [Wed, 1 Sep 2010 15:10:22 +0000 (17:10 +0200)]
Add /usr/lib to search path, to avoid warning messages on build

13 years agoChange default raddebug timeout to 60s
Alan T. DeKok [Wed, 1 Sep 2010 09:13:46 +0000 (11:13 +0200)]
Change default raddebug timeout to 60s

13 years agoJust published
Alan T. DeKok [Tue, 31 Aug 2010 11:21:03 +0000 (13:21 +0200)]
Just published

13 years agoFixed typo
Alan T. DeKok [Mon, 30 Aug 2010 14:55:00 +0000 (16:55 +0200)]
Fixed typo

13 years agoCatch LDAP constraint violation
Alan T. DeKok [Mon, 30 Aug 2010 13:18:48 +0000 (15:18 +0200)]
Catch LDAP constraint violation

closed bug #18

13 years agoUpdated from bug #102
Alan T. DeKok [Mon, 30 Aug 2010 10:59:59 +0000 (12:59 +0200)]
Updated from bug #102

13 years agoInclude DHCP test client.
Alan T. DeKok [Fri, 27 Aug 2010 14:42:50 +0000 (16:42 +0200)]
Include DHCP test client.

It's not built by default, and it's not installed.  But some may
find it useful for testing.

13 years agoMade module error / warning messages consistent
Alan T. DeKok [Fri, 27 Aug 2010 13:20:19 +0000 (15:20 +0200)]
Made module error / warning messages consistent

13 years agoAdded new attribute. Closes bug #101
Alan T. DeKok [Fri, 27 Aug 2010 13:07:33 +0000 (15:07 +0200)]
Added new attribute.  Closes bug #101

13 years agoAdded empty opendirectory module
Alan T. DeKok [Fri, 27 Aug 2010 13:04:16 +0000 (15:04 +0200)]
Added empty opendirectory module

13 years agoCreate new mutex for Access-Challenge debug code.
Alan T. DeKok [Fri, 27 Aug 2010 10:48:14 +0000 (12:48 +0200)]
Create new mutex for Access-Challenge debug code.

This prevents the recursive mutex problem on some platforms.

13 years agoAdded more documentation for dynamic clients
Alan T. DeKok [Thu, 26 Aug 2010 14:52:59 +0000 (16:52 +0200)]
Added more documentation for dynamic clients

13 years agoFix typos
Alan T. DeKok [Thu, 26 Aug 2010 14:47:13 +0000 (16:47 +0200)]
Fix typos

13 years agoEnsure WITHOUT flags are set if they're not being used
Alan T. DeKok [Thu, 26 Aug 2010 14:31:16 +0000 (16:31 +0200)]
Ensure WITHOUT flags are set if they're not being used