From: Alan T. DeKok Date: Mon, 24 Jan 2022 23:42:02 +0000 (-0500) Subject: correct spelling mistake. Fixes #4374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0218b1f74a4a6abcff1b59f797a7a48f91e1636c;p=thirdparty%2Ffreeradius-server.git correct spelling mistake. Fixes #4374 --- diff --git a/src/lib/eap_aka_sim/state_machine.c b/src/lib/eap_aka_sim/state_machine.c index 2f79107f19..8a900a9dab 100644 --- a/src/lib/eap_aka_sim/state_machine.c +++ b/src/lib/eap_aka_sim/state_machine.c @@ -2087,13 +2087,13 @@ STATE_GUARD(common_reauthentication) * * - If 'recv Synchronization-Failure { ... }' returned a failure * rcode, enter the FAILURE-NOTIFICATION state. - * - ...or if no 'recv Syncronization-Failure { ... }' section was + * - ...or if no 'recv Synchronization-Failure { ... }' section was * defined, then enter the FAILURE-NOTIFICATION state. * - ...or if the user didn't provide a new SQN value in &control.SQN * then enter the FAILURE-NOTIFICATION state. * - ...or enter the AKA-CHALLENGE state. */ -RESUME(recv_aka_syncronization_failure) +RESUME(recv_aka_synchronization_failure) { eap_aka_sim_process_conf_t *inst = talloc_get_type_abort(mctx->inst->data, eap_aka_sim_process_conf_t); eap_aka_sim_session_t *eap_aka_sim_session = talloc_get_type_abort(mctx->rctx, eap_aka_sim_session_t); @@ -2109,7 +2109,7 @@ RESUME(recv_aka_syncronization_failure) * then it's highly likely whatever user configured action was * configured was unsuccessful, and we should just give up. */ - if (!inst->actions.recv_aka_syncronization_failure || eap_aka_sim_session->prev_recv_sync_failure) { + if (!inst->actions.recv_aka_synchronization_failure || eap_aka_sim_session->prev_recv_sync_failure) { failure: return STATE_TRANSITION(common_failure_notification); } @@ -2227,7 +2227,7 @@ RESUME(recv_aka_challenge_response) * - EAP-Response/AKA-Challenge - call 'recv Challenge-Response { ... }'. * - EAP-Response/AKA-Authentication-Reject - call 'recv Authentication-Reject { ... }' and after that * send a EAP-Request/SIM-Notification indicating a General Failure. - * - EAP-Response/AKA-Syncronization-Failure - call 'recv Syncronization-Failure { ... }'. + * - EAP-Response/AKA-Synchronization-Failure - call 'recv Syncronization-Failure { ... }'. * - EAP-Response/AKA-Client-Error - call 'recv Client-Error { ... }' and after that * send a EAP-Request/AKA-Notification indicating a General Failure. * - Anything else, enter the FAILURE-NOTIFICATION state. @@ -2296,7 +2296,7 @@ STATE(aka_challenge) goto failure; } - return CALL_SECTION(recv_aka_syncronization_failure); + return CALL_SECTION(recv_aka_synchronization_failure); } /* diff --git a/src/lib/eap_aka_sim/state_machine.h b/src/lib/eap_aka_sim/state_machine.h index 285dd3d394..4f4171b969 100644 --- a/src/lib/eap_aka_sim/state_machine.h +++ b/src/lib/eap_aka_sim/state_machine.h @@ -108,7 +108,7 @@ typedef struct { CONF_SECTION *recv_aka_authentication_reject;//!< Called if the supplicant rejects the ///< authentication attempt. - CONF_SECTION *recv_aka_syncronization_failure;//!< Called if the supplicant determines + CONF_SECTION *recv_aka_synchronization_failure;//!< Called if the supplicant determines ///< the AUTN value is invalid. ///< Usually used for resyncing with the HLR. diff --git a/src/modules/rlm_eap/types/rlm_eap_aka/eap_aka.h b/src/modules/rlm_eap/types/rlm_eap_aka/eap_aka.h index f405dad5ad..55a2d05e4d 100644 --- a/src/modules/rlm_eap/types/rlm_eap_aka/eap_aka.h +++ b/src/modules/rlm_eap/types/rlm_eap_aka/eap_aka.h @@ -77,7 +77,7 @@ typedef struct { ///< an error of some kind. CONF_SECTION *recv_authentication_reject; //!< Called if the supplicant rejects the ///< authentication attempt. - CONF_SECTION *recv_syncronization_failure; //!< Called if the supplicant determines + CONF_SECTION *recv_synchronization_failure; //!< Called if the supplicant determines ///< the AUTN value is invalid. ///< Usually used for resyncing with the HLR. diff --git a/src/modules/rlm_unbound/rlm_unbound.5 b/src/modules/rlm_unbound/rlm_unbound.5 index 196d070668..2d3ffc4afc 100644 --- a/src/modules/rlm_unbound/rlm_unbound.5 +++ b/src/modules/rlm_unbound/rlm_unbound.5 @@ -28,8 +28,8 @@ Each instance of rlm_unbound may take the following parameters: This file must exist and must point to a valid libunbound configuration file. The default is ${raddbdir}/mods-config/unbound/default.conf. .IP timeout -While libunbound provides an asyncronous API for internal use, using any xlat -is done syncronously from the perspective of unlang. This value limits the +While libunbound provides an asynchronous API for internal use, using any xlat +is done synchronously from the perspective of unlang. This value limits the amount of time a request will wait for DNS to respond, after which the xlat will fail. The default is 3000 milliseconds. This setting is independent of any libunbound configuration values. diff --git a/src/process/eap_aka/base.c b/src/process/eap_aka/base.c index 239b10ac5d..0b557eef74 100644 --- a/src/process/eap_aka/base.c +++ b/src/process/eap_aka/base.c @@ -132,9 +132,9 @@ static virtual_server_compile_t const compile_list[] = { }, { .name = "recv", - .name2 = "Syncronization-Failure", + .name2 = "Synchronization-Failure", .component = MOD_AUTHORIZE, - .offset = offsetof(eap_aka_sim_process_conf_t, actions.recv_aka_syncronization_failure) + .offset = offsetof(eap_aka_sim_process_conf_t, actions.recv_aka_synchronization_failure) }, /* diff --git a/src/process/eap_aka_prime/base.c b/src/process/eap_aka_prime/base.c index 0ee2d7c060..2ae6ced4c0 100644 --- a/src/process/eap_aka_prime/base.c +++ b/src/process/eap_aka_prime/base.c @@ -133,9 +133,9 @@ static virtual_server_compile_t const compile_list[] = { }, { .name = "recv", - .name2 = "Syncronization-Failure", + .name2 = "Synchronization-Failure", .component = MOD_AUTHORIZE, - .offset = offsetof(eap_aka_sim_process_conf_t, actions.recv_aka_syncronization_failure) + .offset = offsetof(eap_aka_sim_process_conf_t, actions.recv_aka_synchronization_failure) }, /*