]>
git.ipfire.org Git - thirdparty/freeradius-server.git/log
Alan T. DeKok [Mon, 12 Aug 2024 01:29:38 +0000 (21:29 -0400)]
remove AcctStopDelay from Oracle and MS-SQL.
It hasn't been used. Ever.
Alan T. DeKok [Mon, 12 Aug 2024 01:13:18 +0000 (21:13 -0400)]
remove unneeded code
Alan T. DeKok [Sun, 11 Aug 2024 22:27:07 +0000 (18:27 -0400)]
quiet compiler
Alan T. DeKok [Sun, 11 Aug 2024 22:09:29 +0000 (18:09 -0400)]
don't set "require_message_authenticator" from AUTO for EAP
if the request contains EAP, then the reply has to contain EAP,
and both packets have to contain Message-Authenticator
Alan T. DeKok [Sun, 11 Aug 2024 22:06:19 +0000 (18:06 -0400)]
hoist Proxy-State checks to main encoder
in preparation for moving rlm_radius to the new BIO code
Alan T. DeKok [Sun, 11 Aug 2024 21:46:37 +0000 (17:46 -0400)]
move "secure_transport" to common data structure
Alan T. DeKok [Sun, 11 Aug 2024 21:29:41 +0000 (17:29 -0400)]
typo
Alan T. DeKok [Sun, 11 Aug 2024 21:08:46 +0000 (17:08 -0400)]
ignore Message-Authenticator in replies
Alan T. DeKok [Sun, 11 Aug 2024 20:37:34 +0000 (16:37 -0400)]
don't automatically add Message-Authenticator for tests
Alan T. DeKok [Sun, 11 Aug 2024 20:32:16 +0000 (16:32 -0400)]
Revert "don't use packet->vector for CHAP-Challenge"
This reverts commit
1df03034d952d9fa473fd9da6fae22308945d194 .
Alan T. DeKok [Sun, 11 Aug 2024 20:30:33 +0000 (16:30 -0400)]
move "add Message-Authenticator" functionality to core encoder
Alan T. DeKok [Sun, 11 Aug 2024 20:19:30 +0000 (16:19 -0400)]
typo
Alan T. DeKok [Sun, 11 Aug 2024 20:19:18 +0000 (16:19 -0400)]
go to next VP on skip
Alan T. DeKok [Sun, 11 Aug 2024 19:48:02 +0000 (15:48 -0400)]
don't use packet->vector for CHAP-Challenge
use packet->data + 4
arguably the RADIUS protocol decoder should synthesize the
CHAP-Challenge if it's not in the packet, as that would make
the rest of the code simpler.
Alan T. DeKok [Sun, 11 Aug 2024 19:47:37 +0000 (15:47 -0400)]
use correct type
Alan T. DeKok [Sun, 11 Aug 2024 19:36:33 +0000 (15:36 -0400)]
don't set packet->vector for non-RADIUS protocols
and most of those were wrong, too :(
Alan T. DeKok [Sun, 11 Aug 2024 19:34:47 +0000 (15:34 -0400)]
we no longer use packet->vector for anything DHCPv4
Alan T. DeKok [Sun, 11 Aug 2024 19:33:13 +0000 (15:33 -0400)]
don't smash the authentication vector
Alan T. DeKok [Sun, 11 Aug 2024 18:18:25 +0000 (14:18 -0400)]
pass dbuff && packet_ctx to encode function
which makes it easier to add more functionality
Alan T. DeKok [Sun, 11 Aug 2024 16:30:14 +0000 (12:30 -0400)]
point to common context, instead of local struct
Alan T. DeKok [Sun, 11 Aug 2024 16:17:15 +0000 (12:17 -0400)]
make common context "const"
Alan T. DeKok [Sun, 11 Aug 2024 16:11:38 +0000 (12:11 -0400)]
remove vector[] from common encode/decode context
Alan T. DeKok [Sun, 11 Aug 2024 13:59:35 +0000 (09:59 -0400)]
remove duplicate API as part of cleanup
there isn't much point in switching to a new API if we don't
switch to a new API
Alan T. DeKok [Sun, 11 Aug 2024 13:44:40 +0000 (09:44 -0400)]
clean up API and simplify
no need to pass buffer / size twice to the receive function,
it's already in the dedup_ctx
Alan T. DeKok [Sun, 11 Aug 2024 13:44:22 +0000 (09:44 -0400)]
for simplicity, put rb node into dedup context
Alan T. DeKok [Sun, 11 Aug 2024 13:29:58 +0000 (09:29 -0400)]
don't encode Message-Authenticator multiple times
Alan T. DeKok [Fri, 9 Aug 2024 23:22:38 +0000 (19:22 -0400)]
use pctx for packet ctx
Alan T. DeKok [Fri, 9 Aug 2024 19:48:05 +0000 (15:48 -0400)]
allow setting CoA filter attribute name
Alan T. DeKok [Fri, 9 Aug 2024 15:09:41 +0000 (11:09 -0400)]
Revert "Add Coverity-only check to pacify it (CID #
1604609 )"
This reverts commit
aa37659f220f4d0a338ab98ad4fd3110a6082fdf .
Alan T. DeKok [Fri, 9 Aug 2024 12:19:12 +0000 (08:19 -0400)]
link in radiusd -X
Alan T. DeKok [Fri, 9 Aug 2024 12:07:13 +0000 (08:07 -0400)]
point to new files
Alan T. DeKok [Fri, 9 Aug 2024 12:06:13 +0000 (08:06 -0400)]
print out only at end, to avoid dups
Alan T. DeKok [Fri, 9 Aug 2024 12:03:10 +0000 (08:03 -0400)]
point to correct link
Alan T. DeKok [Thu, 8 Aug 2024 21:33:18 +0000 (17:33 -0400)]
script to cross-check antora files
Alan T. DeKok [Thu, 8 Aug 2024 21:32:34 +0000 (17:32 -0400)]
this is a new module
Alan T. DeKok [Thu, 8 Aug 2024 21:15:10 +0000 (17:15 -0400)]
moved to better location
aBainbridge11 [Tue, 30 Jul 2024 19:54:34 +0000 (15:54 -0400)]
Update index.adoc
aBainbridge11 [Tue, 30 Jul 2024 19:45:30 +0000 (15:45 -0400)]
Create Alcatel-Lucent
aBainbridge11 [Tue, 30 Jul 2024 19:24:13 +0000 (15:24 -0400)]
Create Huawei
aBainbridge11 [Tue, 30 Jul 2024 19:23:27 +0000 (15:23 -0400)]
Create HP
aBainbridge11 [Tue, 30 Jul 2024 18:52:30 +0000 (14:52 -0400)]
Update cisco.adoc
aBainbridge11 [Tue, 30 Jul 2024 18:40:02 +0000 (14:40 -0400)]
Create Alvarion
aBainbridge11 [Tue, 30 Jul 2024 18:29:53 +0000 (14:29 -0400)]
Update index.adoc
aBainbridge11 [Tue, 30 Jul 2024 18:17:52 +0000 (14:17 -0400)]
Create EAP PEAP
aBainbridge11 [Tue, 30 Jul 2024 16:57:20 +0000 (12:57 -0400)]
Create Disconnect Messages
aBainbridge11 [Mon, 29 Jul 2024 19:28:46 +0000 (15:28 -0400)]
Create Twitter
aBainbridge11 [Mon, 29 Jul 2024 19:18:27 +0000 (15:18 -0400)]
Create Stats with radsniff
aBainbridge11 [Mon, 29 Jul 2024 19:12:49 +0000 (15:12 -0400)]
Create Raduat
aBainbridge11 [Mon, 29 Jul 2024 19:08:08 +0000 (15:08 -0400)]
Create radiusd -X
aBainbridge11 [Mon, 29 Jul 2024 18:42:22 +0000 (14:42 -0400)]
Create Eduroam Configuration
aBainbridge11 [Mon, 29 Jul 2024 18:33:57 +0000 (14:33 -0400)]
Create Logging in an eduroam environment
aBainbridge11 [Mon, 29 Jul 2024 18:31:14 +0000 (14:31 -0400)]
Create EAP-SIM and EAP-AKA:
aBainbridge11 [Mon, 29 Jul 2024 16:27:22 +0000 (12:27 -0400)]
Create Troubleshooting
aBainbridge11 [Mon, 29 Jul 2024 16:05:39 +0000 (12:05 -0400)]
Create Red Hat FAQ
aBainbridge11 [Mon, 29 Jul 2024 15:09:42 +0000 (11:09 -0400)]
Create Git config management
aBainbridge11 [Fri, 26 Jul 2024 19:58:30 +0000 (15:58 -0400)]
Create FAQ
aBainbridge11 [Fri, 26 Jul 2024 18:59:19 +0000 (14:59 -0400)]
Create RADIUS Concepts
aBainbridge11 [Fri, 26 Jul 2024 16:59:27 +0000 (12:59 -0400)]
Create Wired Equivalent Privacy
aBainbridge11 [Fri, 26 Jul 2024 16:49:12 +0000 (12:49 -0400)]
Create WPA
aBainbridge11 [Fri, 26 Jul 2024 16:26:22 +0000 (12:26 -0400)]
Create RFC Compliance
aBainbridge11 [Fri, 26 Jul 2024 16:11:03 +0000 (12:11 -0400)]
Create RADIUS
aBainbridge11 [Fri, 26 Jul 2024 15:47:38 +0000 (11:47 -0400)]
Create NAC
aBainbridge11 [Fri, 26 Jul 2024 15:42:40 +0000 (11:42 -0400)]
Create NAS
aBainbridge11 [Tue, 23 Jul 2024 18:38:22 +0000 (14:38 -0400)]
Create Virtual Servers
aBainbridge11 [Tue, 23 Jul 2024 18:16:04 +0000 (14:16 -0400)]
Create Performance
aBainbridge11 [Tue, 23 Jul 2024 17:51:33 +0000 (13:51 -0400)]
Create UDP
aBainbridge11 [Tue, 23 Jul 2024 15:57:35 +0000 (11:57 -0400)]
Create Scheduler
aBainbridge11 [Tue, 23 Jul 2024 15:04:29 +0000 (11:04 -0400)]
Create Message API
aBainbridge11 [Mon, 22 Jul 2024 20:36:59 +0000 (16:36 -0400)]
Create Coding standards
aBainbridge11 [Mon, 22 Jul 2024 19:59:10 +0000 (15:59 -0400)]
Create Submitting patches via GitHub
aBainbridge11 [Mon, 22 Jul 2024 19:45:29 +0000 (15:45 -0400)]
update developer instructions
aBainbridge11 [Fri, 19 Jul 2024 18:29:51 +0000 (14:29 -0400)]
Create Configurable Module Fail Over
aBainbridge11 [Fri, 19 Jul 2024 17:31:49 +0000 (13:31 -0400)]
Create Building on macOS
aBainbridge11 [Fri, 19 Jul 2024 17:29:02 +0000 (13:29 -0400)]
Create Suse and OpenSuse
aBainbridge11 [Tue, 16 Jul 2024 19:26:11 +0000 (15:26 -0400)]
Create Solaris
aBainbridge11 [Tue, 16 Jul 2024 19:22:37 +0000 (15:22 -0400)]
Create RPMs with Oracle support
aBainbridge11 [Tue, 16 Jul 2024 19:15:40 +0000 (15:15 -0400)]
Create RedHat and CentOS
aBainbridge11 [Tue, 16 Jul 2024 19:08:56 +0000 (15:08 -0400)]
Document which OS's are supported
aBainbridge11 [Tue, 16 Jul 2024 18:43:37 +0000 (14:43 -0400)]
add documentation for building on Debian and Ubuntu
aBainbridge11 [Tue, 16 Jul 2024 18:19:00 +0000 (14:19 -0400)]
Create Overview and Features
Alan T. DeKok [Wed, 7 Aug 2024 21:55:35 +0000 (17:55 -0400)]
use constant-time comparisons for secret values
Alan T. DeKok [Wed, 7 Aug 2024 21:54:58 +0000 (17:54 -0400)]
use correct return code
Nick Porter [Wed, 7 Aug 2024 15:48:52 +0000 (16:48 +0100)]
Remove redundant CI action option
Nick Porter [Wed, 7 Aug 2024 14:56:20 +0000 (15:56 +0100)]
Read what libcurl has set as the default CA path
James Jones [Tue, 16 Jul 2024 14:18:01 +0000 (09:18 -0500)]
Annotate overflow_const in fr_isaac_init() (CID #
1604614 )
overflow_const strikes again in a RNG. The shift is intentional, and
it's an unsigned type so the behavior is defined.
James Jones [Thu, 25 Jul 2024 18:05:55 +0000 (13:05 -0500)]
Use size_t where needed (CID #
1604623 )
Coverity correctly noted that the calculation of the number of
bytes in an error message can overflow unsigned int, so we use
size_t instead (with matching format change)
James Jones [Fri, 2 Aug 2024 13:54:28 +0000 (08:54 -0500)]
Add Coverity-only check to pacify it (CID #
1604609 )
Coverity does not realize in the FR_EVENT_FUNC_IDX_FFLAGS case of
event_fd_func_index_build(), the loop condition will keep pos from
ever underflowing. The check, which only shows up for Coverity,
should reassure it that this can never happen.
Nick Porter [Wed, 7 Aug 2024 11:17:15 +0000 (12:17 +0100)]
Documentation updates
Nick Porter [Wed, 7 Aug 2024 11:14:57 +0000 (12:14 +0100)]
rlm_rest no longer opens connectios at server start
Since the move to async
github-actions[bot] [Wed, 7 Aug 2024 09:35:13 +0000 (09:35 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv6.tar
github-actions[bot] [Wed, 7 Aug 2024 09:35:07 +0000 (09:35 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/radius.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:58 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:55 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:52 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacacs.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:50 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:43 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv4.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:37 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
github-actions[bot] [Wed, 7 Aug 2024 09:34:34 +0000 (09:34 +0000)]
Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
Nick Porter [Wed, 7 Aug 2024 08:22:40 +0000 (09:22 +0100)]
Add notes on when actions are used
Nick Porter [Wed, 7 Aug 2024 08:21:03 +0000 (09:21 +0100)]
Correct references