]> git.ipfire.org Git - thirdparty/freeradius-server.git/log
thirdparty/freeradius-server.git
2 years agonote "please don't use %{expr:..}"
Alan T. DeKok [Fri, 15 Sep 2023 12:44:25 +0000 (08:44 -0400)] 
note "please don't use %{expr:..}"

2 years agoadd in-line expressions with add
Alan T. DeKok [Fri, 15 Sep 2023 12:38:12 +0000 (08:38 -0400)] 
add in-line expressions with add

2 years agoclean up handling of Acct-Delay-Time
Alan T. DeKok [Fri, 15 Sep 2023 12:33:51 +0000 (08:33 -0400)] 
clean up handling of Acct-Delay-Time

use new edit expressions, and check for sane Event-Timestamp

2 years agodecode unknown extended VSAs as nested
Alan T. DeKok [Fri, 15 Sep 2023 11:01:00 +0000 (07:01 -0400)] 
decode unknown extended VSAs as nested

2 years agodecode WiMAX as nested
Alan T. DeKok [Thu, 14 Sep 2023 19:25:34 +0000 (15:25 -0400)] 
decode WiMAX as nested

2 years agodecode RADIUS structs as nested
Alan T. DeKok [Thu, 14 Sep 2023 19:11:39 +0000 (15:11 -0400)] 
decode RADIUS structs as nested

2 years agodecode extended VSAs as nested
Alan T. DeKok [Thu, 14 Sep 2023 19:06:08 +0000 (15:06 -0400)] 
decode extended VSAs as nested

2 years agoremove migrate command
Alan T. DeKok [Thu, 14 Sep 2023 18:47:04 +0000 (14:47 -0400)] 
remove migrate command

we no longer use it for anything.

2 years agoalways decode RADIUS VSAs as nested
Alan T. DeKok [Thu, 14 Sep 2023 13:58:54 +0000 (09:58 -0400)] 
always decode RADIUS VSAs as nested

not sure why this wasn't done before.  But now we're happy.

2 years agomore comments on antora and asciidoc
Alan T. DeKok [Thu, 14 Sep 2023 13:49:40 +0000 (09:49 -0400)] 
more comments on antora and asciidoc

2 years agono need for macro, just rename the struct fields
Alan T. DeKok [Thu, 14 Sep 2023 13:27:21 +0000 (09:27 -0400)] 
no need for macro, just rename the struct fields

2 years agoallow raw.Vendor-Specific = 0xabcdef
Alan T. DeKok [Thu, 14 Sep 2023 12:08:52 +0000 (08:08 -0400)] 
allow raw.Vendor-Specific = 0xabcdef

which parses it as a Vendor-Specific, then sees the 0x..., and
converts it to type 'octets'.

Note that the attribute MUST already be marked up as "raw"

2 years agoset a default type size and length for unknown attributes
Alan T. DeKok [Thu, 14 Sep 2023 00:44:54 +0000 (20:44 -0400)] 
set a default type size and length for unknown attributes

Which lets us create unknown vendors

2 years agodon't print nested if parent is key field
Alan T. DeKok [Thu, 14 Sep 2023 00:44:25 +0000 (20:44 -0400)] 
don't print nested if parent is key field

2 years agomake arp always decode as nested
Alan T. DeKok [Wed, 13 Sep 2023 22:52:15 +0000 (18:52 -0400)] 
make arp always decode as nested

2 years agoremove pair_legacy_nested
Alan T. DeKok [Wed, 13 Sep 2023 22:49:12 +0000 (18:49 -0400)] 
remove pair_legacy_nested

2 years agoFix small leak in rlm_pap load (#5176)
Jorge Pereira [Thu, 14 Sep 2023 02:18:53 +0000 (23:18 -0300)] 
Fix small leak in rlm_pap load (#5176)

2 years agoremove flatten / unflatten APIs
Alan T. DeKok [Wed, 13 Sep 2023 22:43:36 +0000 (18:43 -0400)] 
remove flatten / unflatten APIs

2 years agoremove "flatten" migration flags
Alan T. DeKok [Wed, 13 Sep 2023 22:40:11 +0000 (18:40 -0400)] 
remove "flatten" migration flags

2 years agoalways create Net attributes as nested
Alan T. DeKok [Wed, 13 Sep 2023 22:33:15 +0000 (18:33 -0400)] 
always create Net attributes as nested

2 years agoforce all nested
Alan T. DeKok [Wed, 13 Sep 2023 19:53:08 +0000 (15:53 -0400)] 
force all nested

2 years agoignore structural types
Alan T. DeKok [Wed, 13 Sep 2023 19:30:34 +0000 (15:30 -0400)] 
ignore structural types

2 years agodon't print nested types to environment variables
Alan T. DeKok [Wed, 13 Sep 2023 19:15:17 +0000 (15:15 -0400)] 
don't print nested types to environment variables

2 years agoswap migration flag to always true
Alan T. DeKok [Wed, 13 Sep 2023 18:08:00 +0000 (14:08 -0400)] 
swap migration flag to always true

2 years agoadd fr_pair_delete_by_da_nested()
Alan T. DeKok [Wed, 13 Sep 2023 16:49:16 +0000 (12:49 -0400)] 
add fr_pair_delete_by_da_nested()

and use it in server macros.  This change allows the uses of
pair_delete_request() etc. to work properly with nested attributes

2 years agominor cleanups for EAP attributes and rearrangements
Alan T. DeKok [Wed, 13 Sep 2023 16:47:21 +0000 (12:47 -0400)] 
minor cleanups for EAP attributes and rearrangements

2 years agomake EAP decode nested pairs
Alan T. DeKok [Wed, 13 Sep 2023 14:03:02 +0000 (10:03 -0400)] 
make EAP decode nested pairs

2 years agoHandle empty lists.
Alan T. DeKok [Wed, 13 Sep 2023 14:02:06 +0000 (10:02 -0400)] 
Handle empty lists.

Don't recurse, as that drops a literal \0 in the middle of the
output.  And also adds two spaces between the brackets.

2 years agothe EAP tests depend on libfreeradius-eap-aka-sim
Alan T. DeKok [Wed, 13 Sep 2023 12:09:46 +0000 (08:09 -0400)] 
the EAP tests depend on libfreeradius-eap-aka-sim

not libfreeradius-eap

2 years agoexplicitly encode all of the suboptions
Alan T. DeKok [Tue, 12 Sep 2023 21:11:40 +0000 (17:11 -0400)] 
explicitly encode all of the suboptions

We may want to revisit the behavior of &foo.[*].  Does it mean
only that level, or all children?

2 years agoallow EAP-AKA-SIM to encode nested pairs.
Alan T. DeKok [Tue, 12 Sep 2023 20:57:48 +0000 (16:57 -0400)] 
allow EAP-AKA-SIM to encode nested pairs.

The decoder is still not done.  That's next.

2 years agofix error.
Alan T. DeKok [Tue, 12 Sep 2023 20:38:04 +0000 (16:38 -0400)] 
fix error.

It would be nice if OSX decided to rebuild things when code changed.

2 years agoremove unused assignment
Alan T. DeKok [Tue, 12 Sep 2023 20:28:36 +0000 (16:28 -0400)] 
remove unused assignment

2 years agojust look at the dict, instead of calling common ancestor
Alan T. DeKok [Tue, 12 Sep 2023 18:21:06 +0000 (14:21 -0400)] 
just look at the dict, instead of calling common ancestor

because if we check for a common ancestor between a da and the
dict root, we're just checking if the da is in the dict.

2 years agominor tweaks, and link into the main nav bar
Alan T. DeKok [Tue, 12 Sep 2023 18:14:21 +0000 (14:14 -0400)] 
minor tweaks, and link into the main nav bar

2 years agoAdd coverity overview to developer documentation
James Jones [Fri, 8 Sep 2023 19:25:55 +0000 (14:25 -0500)] 
Add coverity overview to developer documentation

2 years agoSet pair list verified on initialization (true) and append (false)
James Jones [Tue, 12 Sep 2023 15:23:10 +0000 (10:23 -0500)] 
Set pair list verified on initialization (true) and append (false)

CIDs: #1544620 through #1544624

2 years agoadd and use fr_pair_dcursor_child_iter_init()
Alan T. DeKok [Tue, 12 Sep 2023 18:02:26 +0000 (14:02 -0400)] 
add and use fr_pair_dcursor_child_iter_init()

all of the encoders previously just called fr_pair_dcursor_init()
for child cursors.  Which meant that the iterator could return
internal attributes.

The child cursor now uses the same iterator as the parent cursor.
This ensures that it only returns the correct encodable attributes
for this protocol.

2 years agoNDEBUG...
Alan T. DeKok [Tue, 12 Sep 2023 15:00:46 +0000 (11:00 -0400)] 
NDEBUG...

2 years agoadd UNUSED
Alan T. DeKok [Tue, 12 Sep 2023 14:57:32 +0000 (10:57 -0400)] 
add UNUSED

2 years agofix RADIUS for nested attribute encoding
Alan T. DeKok [Tue, 12 Sep 2023 12:53:03 +0000 (08:53 -0400)] 
fix RADIUS for nested attribute encoding

the main difference is that we fix encode_extended() to correctly
handle nesting, and update the tests.  As a side effect, the
encode_extended() function now always requires nesting, and if
passed flat extended attributes, will return an encoding error.

We also fix up the fr_pair_cursor_to_network() function to remove
the flat vs nested hacks.  It now always expects nesting.

We also fix up fr_struct_to_network() to always expect nesting
for the trailing TLV in a struct.

2 years agohoist encode_cursor() function to common API
Alan T. DeKok [Mon, 11 Sep 2023 18:59:14 +0000 (14:59 -0400)] 
hoist encode_cursor() function to common API

2 years agounify function prototypes
Alan T. DeKok [Mon, 11 Sep 2023 18:38:48 +0000 (14:38 -0400)] 
unify function prototypes

2 years agoadd RFC 7710
Alan T. DeKok [Mon, 11 Sep 2023 10:31:56 +0000 (06:31 -0400)] 
add RFC 7710

2 years agotrust the dcursor, and don't check for flags.internal
Alan T. DeKok [Mon, 11 Sep 2023 10:23:21 +0000 (06:23 -0400)] 
trust the dcursor, and don't check for flags.internal

2 years agoallow for raw members of a struct
Alan T. DeKok [Mon, 11 Sep 2023 10:11:45 +0000 (06:11 -0400)] 
allow for raw members of a struct

which can only occur when the raw VP is a direct child of the
parent struct.

2 years agoreformat
Alan T. DeKok [Mon, 11 Sep 2023 09:37:09 +0000 (05:37 -0400)] 
reformat

2 years agojust use tabs function instead of hand-rolling things
Alan T. DeKok [Mon, 11 Sep 2023 09:36:47 +0000 (05:36 -0400)] 
just use tabs function instead of hand-rolling things

2 years agocomment out assertion check
Alan T. DeKok [Mon, 11 Sep 2023 00:20:57 +0000 (20:20 -0400)] 
comment out assertion check

because it fails for update sections, where the vp being deleted
isn't parented from the list!

If we add the migration flags

-S rewrite_update=yes -S tmpl_tokenize_all_nested=yes

then the test passes.  We'll leave these checks disabled until
we either find and fix the issue (if we care) or until we enable
everything nested.

2 years agoadd / clear verified flag to pair lists
Alan T. DeKok [Sun, 10 Sep 2023 23:59:35 +0000 (19:59 -0400)] 
add / clear verified flag to pair lists

so that we avoid slowdowns with repeated recursion

2 years agoreturn OOM on oom
Alan T. DeKok [Sun, 10 Sep 2023 14:07:05 +0000 (10:07 -0400)] 
return OOM on oom

2 years agowe have talloc_const_free(), so just use that
Alan T. DeKok [Sun, 10 Sep 2023 13:02:01 +0000 (09:02 -0400)] 
we have talloc_const_free(), so just use that

2 years agoclarify code so that we can find uses of a variable
Alan T. DeKok [Sun, 10 Sep 2023 12:48:37 +0000 (08:48 -0400)] 
clarify code so that we can find uses of a variable

2 years agoremove unused function
Alan T. DeKok [Sun, 10 Sep 2023 12:43:21 +0000 (08:43 -0400)] 
remove unused function

2 years agopair_afrom_da() already copies the unknown da
Alan T. DeKok [Sun, 10 Sep 2023 12:40:54 +0000 (08:40 -0400)] 
pair_afrom_da() already copies the unknown da

2 years agotry to quiet static analyzers
Alan T. DeKok [Sat, 9 Sep 2023 20:58:16 +0000 (16:58 -0400)] 
try to quiet static analyzers

2 years agoclean up in preparation for further raw cleanups
Alan T. DeKok [Sat, 9 Sep 2023 15:43:56 +0000 (11:43 -0400)] 
clean up in preparation for further raw cleanups

fr_dict_unknown_afrom_oid_substr() now continues from where the
previous parser left off.  The raw handling is now essentially
all out of the dictionaries

2 years agoallow unknown attributes to be relative, too.
Alan T. DeKok [Sat, 9 Sep 2023 11:50:02 +0000 (07:50 -0400)] 
allow unknown attributes to be relative, too.

As part of a general cleanup and rearrangement, fix the code,
have less code, and make it more functional

2 years agoswitch encoders to use vp->vp_type
Alan T. DeKok [Sat, 9 Sep 2023 11:29:19 +0000 (07:29 -0400)] 
switch encoders to use vp->vp_type

because vp_type could be different from da->type in some cases

2 years agofr_pair_to_unknown() -> fr_pair_raw_from_pair()
Alan T. DeKok [Fri, 8 Sep 2023 20:15:54 +0000 (16:15 -0400)] 
fr_pair_to_unknown() -> fr_pair_raw_from_pair()

because all of the callers are creating a raw pair from malformed
data, and aren't creating an unknown pair.

2 years agomore debugging, and return OOM on OOM
Alan T. DeKok [Fri, 8 Sep 2023 20:15:25 +0000 (16:15 -0400)] 
more debugging, and return OOM on OOM

2 years agoonly free the the vp on the error path
Alan T. DeKok [Fri, 8 Sep 2023 20:12:55 +0000 (16:12 -0400)] 
only free the the vp on the error path

if the first byte is non-zero, then the result is non-zero,
and we don't need to check it on all paths

2 years agodon't bother checking chaddr size during decode
Alan T. DeKok [Fri, 8 Sep 2023 17:25:46 +0000 (13:25 -0400)] 
don't bother checking chaddr size during decode

fr_dhcpv4_ok() checks if htype==1 && hlen==6, and fails if that
isn't true.

So either that test passed, or the caller didn't call fr_dhcpv4_ok()
to verify the packet.  In either case, there's no reason to do
additional validation here.

2 years agoclear the value, to be consistent with other uses of free_value
Alan T. DeKok [Fri, 8 Sep 2023 19:42:17 +0000 (15:42 -0400)] 
clear the value, to be consistent with other uses of free_value

2 years agodon't clear the box, clear only the value.
Alan T. DeKok [Fri, 8 Sep 2023 19:42:02 +0000 (15:42 -0400)] 
don't clear the box, clear only the value.

2 years agohoist TLV checks to before creating the VP
Alan T. DeKok [Fri, 8 Sep 2023 19:01:47 +0000 (15:01 -0400)] 
hoist TLV checks to before creating the VP

because there's no point in creating the VP and then freeing it.

2 years agouse fr_pair_raw_from_network() instead of hand-rolling it
Alan T. DeKok [Fri, 8 Sep 2023 14:59:48 +0000 (10:59 -0400)] 
use fr_pair_raw_from_network() instead of hand-rolling it

2 years agodefine and use fr_dict_unknown_copy()
Alan T. DeKok [Fri, 8 Sep 2023 14:24:54 +0000 (10:24 -0400)] 
define and use fr_dict_unknown_copy()

because we want to get rid of fr_pair_to_unknown().  The caller
should instead have created a raw attribute

2 years agodon't need to check is_raw flag
Alan T. DeKok [Fri, 8 Sep 2023 14:09:41 +0000 (10:09 -0400)] 
don't need to check is_raw flag

because we now always set is_raw for unknowns, so it's enough to
check the is_unknown flag

2 years agohoist setting of "is raw" out of protocol decoders
Alan T. DeKok [Fri, 8 Sep 2023 14:06:43 +0000 (10:06 -0400)] 
hoist setting of "is raw" out of protocol decoders

and into the dictionary code so it's more centralized.

Another side effect is that unknown attributes are now always
"raw".  Which is likely what we should always have done anyways

2 years agohoist "is_raw" to be more public
Alan T. DeKok [Fri, 8 Sep 2023 13:01:19 +0000 (09:01 -0400)] 
hoist "is_raw" to be more public

There was already an "is_raw" field in the unresolved sub-structure
so just hoist it out, and use it instead of da->flags.is_raw

2 years agofix unused
Alan T. DeKok [Fri, 8 Sep 2023 12:59:32 +0000 (08:59 -0400)] 
fix unused

2 years agouse macros / functions instead of accessing fields directly
Alan T. DeKok [Fri, 8 Sep 2023 12:53:24 +0000 (08:53 -0400)] 
use macros / functions instead of accessing fields directly

2 years agodefine and use vp_raw
Alan T. DeKok [Fri, 8 Sep 2023 11:47:52 +0000 (07:47 -0400)] 
define and use vp_raw

In preparation for moving the "raw" flag out of the dictionaries

2 years agofix corner case CID 1544258
Alan T. DeKok [Thu, 7 Sep 2023 21:41:40 +0000 (17:41 -0400)] 
fix corner case  CID 1544258

2 years agouse the correct name for the parnt type
Alan T. DeKok [Thu, 7 Sep 2023 20:19:27 +0000 (16:19 -0400)] 
use the correct name for the parnt type

2 years agoSimplify fr_ldap_edir_get_password
Nick Porter [Fri, 8 Sep 2023 12:24:49 +0000 (13:24 +0100)] 
Simplify fr_ldap_edir_get_password

2 years agoReturn an unlang_action_t from ldap bind auth functions
Nick Porter [Fri, 8 Sep 2023 11:25:45 +0000 (12:25 +0100)] 
Return an unlang_action_t from ldap bind auth functions

2 years agoEnsure we free memory on errors
Nick Porter [Thu, 7 Sep 2023 18:13:59 +0000 (19:13 +0100)] 
Ensure we free memory on errors

2 years agoHandle rcode from previous async call
Nick Porter [Fri, 8 Sep 2023 10:01:08 +0000 (11:01 +0100)] 
Handle rcode from previous async call

2 years agoNo need for p_result in async LDAP functions
Nick Porter [Fri, 8 Sep 2023 09:37:14 +0000 (10:37 +0100)] 
No need for p_result in async LDAP functions

It was only set on failure, and that is handled by the
UNLANG_ACTION_FAIL return code

2 years agoAdd max_request_time timer to unit_test_module
Nick Porter [Thu, 7 Sep 2023 17:09:55 +0000 (18:09 +0100)] 
Add max_request_time timer to unit_test_module

2 years agoTypos
Nick Porter [Thu, 7 Sep 2023 14:42:20 +0000 (15:42 +0100)] 
Typos

2 years agoEnsure auth bind resume functions clear up after failed requests
Nick Porter [Thu, 7 Sep 2023 13:25:22 +0000 (14:25 +0100)] 
Ensure auth bind resume functions clear up after failed requests

2 years agoAdd callback for failed ldap auth binds
Nick Porter [Thu, 7 Sep 2023 13:20:10 +0000 (14:20 +0100)] 
Add callback for failed ldap auth binds

2 years agoNo need for request_free callback
Nick Porter [Thu, 7 Sep 2023 12:59:27 +0000 (13:59 +0100)] 
No need for request_free callback

bind_auth_ctx is parented of the trunk request so is freed automatically

2 years agoTypo
Nick Porter [Fri, 8 Sep 2023 06:59:44 +0000 (07:59 +0100)] 
Typo

2 years agoalways decode tacacs as nested
Alan T. DeKok [Thu, 7 Sep 2023 19:24:29 +0000 (15:24 -0400)] 
always decode tacacs as nested

2 years agoallow tacacs to encode nested attributes
Alan T. DeKok [Thu, 7 Sep 2023 19:19:58 +0000 (15:19 -0400)] 
allow tacacs to encode nested attributes

2 years agotypos
Alan T. DeKok [Thu, 7 Sep 2023 19:09:08 +0000 (15:09 -0400)] 
typos

2 years agoit's smarter to have clear-text unit tests
Alan T. DeKok [Thu, 7 Sep 2023 19:04:33 +0000 (15:04 -0400)] 
it's smarter to have clear-text unit tests

instead of encrypted ones.  We should also add unit tests for
encrypted packets, too

2 years agomake pair_legacy_nested=true the default
Alan T. DeKok [Thu, 7 Sep 2023 18:52:05 +0000 (14:52 -0400)] 
make pair_legacy_nested=true the default

EAP-SIM and TACACS+ do not yet handle nested attributes, so they
manually set the flag to false.

2 years agoremove flatten / unflatten tests and keywords
Alan T. DeKok [Thu, 7 Sep 2023 18:44:42 +0000 (14:44 -0400)] 
remove flatten / unflatten tests and keywords

they are no longer necessary, as we are moving to nested attributes

2 years agodon't run unbound tests on OSX
Alan T. DeKok [Thu, 7 Sep 2023 18:02:36 +0000 (14:02 -0400)] 
don't run unbound tests on OSX

it fails in CI, and we don't care enough to fix it

2 years agojson: Add json escape
Arran Cudbard-Bell [Thu, 7 Sep 2023 17:58:18 +0000 (11:58 -0600)] 
json: Add json escape

2 years agominor tweaks
Alan T. DeKok [Thu, 7 Sep 2023 17:39:28 +0000 (13:39 -0400)] 
minor tweaks

2 years agotests for nested types
Alan T. DeKok [Thu, 7 Sep 2023 17:20:17 +0000 (13:20 -0400)] 
tests for nested types

2 years agoloop over nested extended types
Alan T. DeKok [Thu, 7 Sep 2023 17:19:55 +0000 (13:19 -0400)] 
loop over nested extended types

2 years agoVSAs can only contain internal attributes and VENDORs
Alan T. DeKok [Thu, 7 Sep 2023 17:19:29 +0000 (13:19 -0400)] 
VSAs can only contain internal attributes and VENDORs

2 years agothe RADIUS protocol cannot encode attributes of type 'group'
Alan T. DeKok [Thu, 7 Sep 2023 17:17:06 +0000 (13:17 -0400)] 
the RADIUS protocol cannot encode attributes of type 'group'