]> git.ipfire.org Git - thirdparty/freeradius-server.git/log
thirdparty/freeradius-server.git
23 months agoand more build fixes
Alan T. DeKok [Tue, 23 Jan 2024 00:22:13 +0000 (19:22 -0500)] 
and more build fixes

23 months agoDon't apply body restrictions to xlat calls
Arran Cudbard-Bell [Tue, 23 Jan 2024 00:18:49 +0000 (18:18 -0600)] 
Don't apply body restrictions to xlat calls

23 months agomore build fixes
Alan T. DeKok [Tue, 23 Jan 2024 00:06:06 +0000 (19:06 -0500)] 
more build fixes

23 months agoclang on OSX does not produce nearly enough errors.
Alan T. DeKok [Mon, 22 Jan 2024 23:58:45 +0000 (18:58 -0500)] 
clang on OSX does not produce nearly enough errors.

CI produces many more errors and complaints.

23 months agoFirst pass at bio handlers.
Alan T. DeKok [Mon, 22 Jan 2024 23:44:41 +0000 (18:44 -0500)] 
First pass at bio handlers.

The FD bio works.  The others are "compile tested"

23 months agowe don't need these fields. The bio code has been updated
Alan T. DeKok [Mon, 22 Jan 2024 22:09:01 +0000 (17:09 -0500)] 
we don't need these fields.  The bio code has been updated

23 months agostart moving more code to centralized RADIUS library
Alan T. DeKok [Mon, 22 Jan 2024 21:35:38 +0000 (16:35 -0500)] 
start moving more code to centralized RADIUS library

23 months agodocument source of fast rng
Alan T. DeKok [Mon, 22 Jan 2024 19:31:07 +0000 (14:31 -0500)] 
document source of fast rng

23 months agoRename json xlat functions
Arran Cudbard-Bell [Mon, 22 Jan 2024 22:33:53 +0000 (16:33 -0600)] 
Rename json xlat functions

23 months agocall the correct function
Alan T. DeKok [Mon, 22 Jan 2024 19:02:09 +0000 (14:02 -0500)] 
call the correct function

23 months agot_rules may be NULL. CID 1558812
Alan T. DeKok [Mon, 22 Jan 2024 18:51:51 +0000 (13:51 -0500)] 
t_rules may be NULL. CID 1558812

23 months agojust trust /dev/random
Alan T. DeKok [Mon, 22 Jan 2024 14:25:49 +0000 (09:25 -0500)] 
just trust /dev/random

there's little utility in mixing in other data

23 months agominor cleanups
Alan T. DeKok [Mon, 22 Jan 2024 14:19:18 +0000 (09:19 -0500)] 
minor cleanups

23 months agorename functions for clarity
Alan T. DeKok [Mon, 22 Jan 2024 14:08:01 +0000 (09:08 -0500)] 
rename functions for clarity

in preparation for allowing forced seeds

23 months agono need to call encode / sign / write. just call fr_radius_send()
Alan T. DeKok [Mon, 22 Jan 2024 13:04:00 +0000 (08:04 -0500)] 
no need to call encode / sign / write.  just call fr_radius_send()

23 months agoRevert to main eapol_test repo
Nick Porter [Mon, 22 Jan 2024 18:04:53 +0000 (18:04 +0000)] 
Revert to main eapol_test repo

We only pull from the repo if we don't have a cached copy, so don't pull
very often.

2 years agoInvalid comment
Arran Cudbard-Bell [Sat, 20 Jan 2024 15:09:06 +0000 (09:09 -0600)] 
Invalid comment

2 years agoDon't reallocate the uri escape ctx on every request
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:48:47 +0000 (20:48 -0600)] 
Don't reallocate the uri escape ctx on every request

2 years agoMajor rework in rlm_rest
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:26:19 +0000 (20:26 -0600)] 
Major rework in rlm_rest

- Remove all synchronous expansions.  data, uri, username, password are now passed in as a call_envs
- Perform uri escaping within call_env evaluation for module section calls
- Split config items into request/response sections, and document which config items can't be used as xlats
- Remove legacy uri expansion and escaping
- Have test json-api endpoints echo back headers, args, and body data, and fix up xlat tests to check what we sent over
- Start of response header parsing and output
- Support taking body data, and headers, from ANY tmpl type not just xlats

2 years agoRemove orphaned params
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:20:42 +0000 (20:20 -0600)] 
Remove orphaned params

2 years agoMake fr_uri_escape work as a value box escape function
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:19:09 +0000 (20:19 -0600)] 
Make fr_uri_escape work as a value box escape function

No major changes here, we just record the current uri_part in a new fr_uri_escape_ctx_t struct.  The original function is retained as fr_uri_escape_list which processes a list of value boxes.

2 years agoDon't crash when decoding empty base64 strings
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:18:02 +0000 (20:18 -0600)] 
Don't crash when decoding empty base64 strings

2 years agoAdd "secret" call_env flag. Not currently respected because we don't print anything...
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:17:46 +0000 (20:17 -0600)] 
Add "secret" call_env flag.  Not currently respected because we don't print anything, but we don't want to lose the secret flag during conversions

2 years agoWordsmithing
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:17:15 +0000 (20:17 -0600)] 
Wordsmithing

2 years agoBetter assert message for bad quoting type
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:17:03 +0000 (20:17 -0600)] 
Better assert message for bad quoting type

2 years agoAdd support for ephemeral uctx initialisation
Arran Cudbard-Bell [Sat, 20 Jan 2024 02:14:22 +0000 (20:14 -0600)] 
Add support for ephemeral uctx initialisation

Allow escape functions to return error codes

2 years agoDon't print out certificate messages if there are no certificates
Arran Cudbard-Bell [Sat, 20 Jan 2024 01:17:36 +0000 (19:17 -0600)] 
Don't print out certificate messages if there are no certificates

2 years agoMake the openresty setup script work on macOS with homebrew
Arran Cudbard-Bell [Fri, 19 Jan 2024 00:11:25 +0000 (18:11 -0600)] 
Make the openresty setup script work on macOS with homebrew

2 years agoRemove dead code (CID #1504016)
James Jones [Fri, 19 Jan 2024 18:57:03 +0000 (12:57 -0600)] 
Remove dead code (CID #1504016)

In fr_value_box_from_substr(), the first switch on dst_type handles
the FR_TYPE_COMBO_IP_{ADDR, PREFIX} cases, so that dst_type can't
have those values when the second switch on dst_type is executed.

2 years agoRemove un-used module option
Nick Porter [Fri, 19 Jan 2024 10:41:23 +0000 (10:41 +0000)] 
Remove un-used module option

2 years agoDebian sid has removed fakeroot from build-essential
Nick Porter [Fri, 19 Jan 2024 09:48:55 +0000 (09:48 +0000)] 
Debian sid has removed fakeroot from build-essential

2 years agoCorrect documentation
Nick Porter [Thu, 18 Jan 2024 18:09:04 +0000 (18:09 +0000)] 
Correct documentation

2 years agoBetter English
Nick Porter [Thu, 18 Jan 2024 17:57:58 +0000 (17:57 +0000)] 
Better English

2 years agoReduce boilerplate
Nick Porter [Thu, 18 Jan 2024 17:57:36 +0000 (17:57 +0000)] 
Reduce boilerplate

2 years agoRemove legacy sqlippool single letter expansions
Nick Porter [Thu, 18 Jan 2024 17:56:15 +0000 (17:56 +0000)] 
Remove legacy sqlippool single letter expansions

2 years agoEnsure IP updated is from the correct pool
Nick Porter [Thu, 18 Jan 2024 17:43:36 +0000 (17:43 +0000)] 
Ensure IP updated is from the correct pool

In case IPs exist in more than one pool.

2 years agoRemove use of %I expansion from sqlippool queries
Nick Porter [Thu, 18 Jan 2024 17:38:51 +0000 (17:38 +0000)] 
Remove use of %I expansion from sqlippool queries

2 years agosqlite3_prepare functions prepare only the next query in the string
Nick Porter [Thu, 18 Jan 2024 17:03:06 +0000 (17:03 +0000)] 
sqlite3_prepare functions prepare only the next query in the string

and return a pointer to the character after what was parsed - so this
provides a more robust method of parsing the SQL to execute than simply
looking for ';' followed by '\n' or '\0'.

E.g. if there are comments which end the line with a ';' that fails with
the old parsing.
In addition, if there were ';' in data inside a string, the previous
parsing would have thrown away the portion of the string before that.

2 years agoUse method names consistent with rlm_redis_ippool
Nick Porter [Thu, 18 Jan 2024 10:07:48 +0000 (10:07 +0000)] 
Use method names consistent with rlm_redis_ippool

2 years agoEnsure values are strings before attempting SQL escaping
Nick Porter [Thu, 18 Jan 2024 10:06:16 +0000 (10:06 +0000)] 
Ensure values are strings before attempting SQL escaping

2 years agoalways set event list. Should help with #5270
Alan T. DeKok [Thu, 18 Jan 2024 17:51:50 +0000 (12:51 -0500)] 
always set event list.  Should help with #5270

2 years agoadd FreeRADIUS VSA for Acct-Unique-Session-Id
Alan T. DeKok [Thu, 18 Jan 2024 16:29:51 +0000 (11:29 -0500)] 
add FreeRADIUS VSA for Acct-Unique-Session-Id

2 years agoHoist some fr_radius_ok() calls above decode() (CID #1544988, #1503910)
James Jones [Tue, 31 Oct 2023 17:22:01 +0000 (12:22 -0500)] 
Hoist some fr_radius_ok() calls above decode() (CID #1544988, #1503910)

This should make show coverity that the packet and length are
validated before being passed to decode().

2 years agoTweak mod_read() range check on packet code (CID #1419883?)
James Jones [Tue, 7 Nov 2023 18:54:54 +0000 (12:54 -0600)] 
Tweak mod_read() range check on packet code (CID #1419883?)

buffer[0] is used as index into fr_radius_packet_names[], so
allowing FR_PACKET_CODE_MAX will fall off the end. This may
placate coverity, but I believe it is needed in any case.

2 years agoMake IN_RANGE_INTEGER_*() nontrivial iff it can actually fail (CID #1445201)
James Jones [Wed, 8 Nov 2023 22:29:49 +0000 (16:29 -0600)] 
Make IN_RANGE_INTEGER_*() nontrivial iff it can actually fail (CID #1445201)

The range check can only fail if PTRDIFF_MAX < INT64_MAX. Since
that's not the case for the Coverity run, you get a defect of the
result_independent_of_operands flavor, just like the range checks
for fr_sbuff_out_[u]int64() used to.

The floating point version, I believe, will notice +/-infinity
and denormalized numbers, so Coverity wouldn't complain about it.

2 years agoStart converting remaining unlang function calls to new syntax
James Jones [Mon, 4 Dec 2023 19:02:21 +0000 (13:02 -0600)] 
Start converting remaining unlang function calls to new syntax

2 years agoTry to make coverity recognize range check on len (CID #1448182)
James Jones [Tue, 17 Oct 2023 20:33:00 +0000 (15:33 -0500)] 
Try to make coverity recognize range check on len (CID #1448182)

2 years agoDeal with remaining toctou defect (CID #1503910)
James Jones [Thu, 5 Oct 2023 18:45:42 +0000 (13:45 -0500)] 
Deal with remaining toctou defect (CID #1503910)

2 years agosrc/modules/rlm_python: fix build with -Ofast
Fabrice Fontaine [Thu, 11 Jan 2024 16:38:41 +0000 (17:38 +0100)] 
src/modules/rlm_python: fix build with -Ofast

Stripping logic wrongly translates -Ofast into ast resulting in the
following build failure:

configure: /home/fabrice/buildroot/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/python3-config's cflags were "-I/home/fabrice/buildroot/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/python3.11 -I/home/fabrice/buildroot/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/python3.11  -Wsign-compare -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Ofast -g0 -D_FORTIFY_SOURCE=2 -DNDEBUG -g -fwrapv -O3 -Wall"
configure: Sanitized cflags were " -isystem/home/fabrice/buildroot/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/python3.11 -isystem/home/fabrice/buildroot/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/python3.11   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  ast  -D_FORTIFY_SOURCE=2 -fwrapv  "

[...]

powerpc64-buildroot-linux-gnu-gcc.br_real: error: ast: linker input file not found: No such file or directory

Fixes:
 - http://autobuild.buildroot.org/results/904c43241b99a8d848c1891cb5af132a291311b4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2 years agoSetting local variables from mapping sections does seem to work...
Arran Cudbard-Bell [Wed, 17 Jan 2024 17:41:40 +0000 (11:41 -0600)] 
Setting local variables from mapping sections does seem to work...

2 years agolowercase. Manual port of 8f4fcd3dc4
Alan T. DeKok [Wed, 17 Jan 2024 02:20:14 +0000 (21:20 -0500)] 
lowercase.  Manual port of 8f4fcd3dc4

2 years agoQuote parameter of ldap.memberof
James Jones [Thu, 11 Jan 2024 20:25:20 +0000 (14:25 -0600)] 
Quote parameter of ldap.memberof

2 years agoAttempt to fix test_condition_levels_max() issue
James Jones [Fri, 12 Jan 2024 21:30:08 +0000 (15:30 -0600)] 
Attempt to fix test_condition_levels_max() issue

test_condition_levels_max() seemingly randomly fails the check for
preq_a->{completed, freed} being true. It happens to work locally,
so submitting to try to provoke it again.

Previous trunk tests needed virtual time to pass to work, so we're
trying that here.

2 years agoAnnotate return when exfile_open() fails (CID #1206498, #1206499)
James Jones [Mon, 27 Nov 2023 20:19:23 +0000 (14:19 -0600)] 
Annotate return when exfile_open() fails (CID #1206498, #1206499)

Unfortunately, this is in the callers of exfile_open(), not
exfile_open() itself. Coverity doesn't notice that the mutex
is unlocked in exfile_open() if it fails, and we haven't been
able to model it, hence the annotations.

2 years agoAnnotate missing unlock in connection_spawn() (CID #1414434)
James Jones [Mon, 27 Nov 2023 19:52:00 +0000 (13:52 -0600)] 
Annotate missing unlock in connection_spawn() (CID #1414434)

Coverity insists on unlocking mutexes in the same function
invocation the lock occurs in, but there are times when you
want exclusive use of a resource and thus lock it on allocation
and free on release, hence the annotation.

2 years agoRevise a couple of uses of FR_TYPE_STRUCTURAL
James Jones [Thu, 16 Nov 2023 20:42:44 +0000 (14:42 -0600)] 
Revise a couple of uses of FR_TYPE_STRUCTURAL

FR_TYPE_STRUCTURAL has a name of the same form as the values of
fr_type_t, but is carefully #defined so it can appear in a switch
statement looking like a single value but underneath expanding to
multiple cases, making some of its uses counterintuitive.

2 years agoadd missing '}'. Fixes #5264
Alan T. DeKok [Mon, 15 Jan 2024 18:53:15 +0000 (13:53 -0500)] 
add missing '}'.  Fixes #5264

2 years agoMore Tmp- attribute removal from tests
Nick Porter [Fri, 12 Jan 2024 14:53:56 +0000 (14:53 +0000)] 
More Tmp- attribute removal from tests

2 years agoRemove Tmp- attributes from unit tests
Nick Porter [Fri, 12 Jan 2024 12:23:34 +0000 (12:23 +0000)] 
Remove Tmp- attributes from unit tests

2 years agoUse triggers to detect readiness for LDAP sync tests
Nick Porter [Thu, 11 Jan 2024 18:27:47 +0000 (18:27 +0000)] 
Use triggers to detect readiness for LDAP sync tests

Already working for rfc4533 - no reason they should have issues for
other directories.

2 years agoBetter failure messages
Nick Porter [Thu, 11 Jan 2024 17:48:10 +0000 (17:48 +0000)] 
Better failure messages

2 years agoRemove Tmp- attributes from LDAP sync tests
Nick Porter [Thu, 11 Jan 2024 17:46:04 +0000 (17:46 +0000)] 
Remove Tmp- attributes from LDAP sync tests

2 years agoMinimise number of LDAP connections starting
Nick Porter [Thu, 11 Jan 2024 17:42:56 +0000 (17:42 +0000)] 
Minimise number of LDAP connections starting

2 years agoAdd cookie to LDAP sync start debug
Nick Porter [Thu, 11 Jan 2024 17:42:11 +0000 (17:42 +0000)] 
Add cookie to LDAP sync start debug

2 years agoadd "-t timeout" to radsniff
Alan T. DeKok [Thu, 11 Jan 2024 16:27:06 +0000 (11:27 -0500)] 
add "-t timeout" to radsniff

So that it will exit cleanly after a given timeout

2 years agounix sockets need permissions, uid, and gid
Alan T. DeKok [Thu, 11 Jan 2024 14:06:27 +0000 (09:06 -0500)] 
unix sockets need permissions, uid, and gid

2 years ago'by' is not a name component
Arran Cudbard-Bell [Thu, 11 Jan 2024 15:10:40 +0000 (10:10 -0500)] 
'by' is not a name component

2 years agoAssign tmpl on heap for async expansion
Nick Porter [Thu, 11 Jan 2024 11:21:10 +0000 (11:21 +0000)] 
Assign tmpl on heap for async expansion

2 years agoFix ldap-setup CI script
Nick Porter [Thu, 11 Jan 2024 10:44:28 +0000 (10:44 +0000)] 
Fix ldap-setup CI script

2 years agoDecrease trunk management verbosity
Arran Cudbard-Bell [Wed, 10 Jan 2024 22:27:01 +0000 (17:27 -0500)] 
Decrease trunk management verbosity

2 years agoadd more debugging
Alan T. DeKok [Wed, 10 Jan 2024 22:24:41 +0000 (17:24 -0500)] 
add more debugging

2 years agouse type (SOCK_STREAM or SOCK_DGRAM) instead of IPPROTO
Alan T. DeKok [Wed, 10 Jan 2024 14:48:52 +0000 (09:48 -0500)] 
use type (SOCK_STREAM or SOCK_DGRAM) instead of IPPROTO

fr_socket_t can allegedly describe unix sockets.  So let's get
started down that path.

2 years agowe can transition init -> connected
Alan T. DeKok [Wed, 10 Jan 2024 13:05:05 +0000 (08:05 -0500)] 
we can transition init -> connected

for connected datagram sockets, connect() generally returns "OK"
immediately.

2 years agoMissing cast
Arran Cudbard-Bell [Wed, 10 Jan 2024 20:58:35 +0000 (15:58 -0500)] 
Missing cast

2 years agoRPM Builder gets the deps wrong for openldap-ltb
Arran Cudbard-Bell [Wed, 10 Jan 2024 20:55:42 +0000 (15:55 -0500)] 
RPM Builder gets the deps wrong for openldap-ltb

2 years agoAdd support for escaping call_env results
Arran Cudbard-Bell [Wed, 10 Jan 2024 20:50:01 +0000 (15:50 -0500)] 
Add support for escaping call_env results

Add async support to rlm_linelog

Allow call_env code to expand the header instead of doing it the legacy way

Ass escaping back

2 years agoStop processing isn't really correct here, and leads to spurious errors
Arran Cudbard-Bell [Thu, 14 Dec 2023 04:00:57 +0000 (22:00 -0600)] 
Stop processing isn't really correct here, and leads to spurious errors

2 years agodon't use extra comma
Alan T. DeKok [Wed, 10 Jan 2024 00:01:26 +0000 (19:01 -0500)] 
don't use extra comma

2 years agoadd MS-CHAP-Use-NTLM-Auth := Auto
Alan T. DeKok [Tue, 9 Jan 2024 23:48:09 +0000 (18:48 -0500)] 
add MS-CHAP-Use-NTLM-Auth := Auto

2 years agoSet copy_on_update for redis_ippool tests
Nick Porter [Tue, 9 Jan 2024 17:11:22 +0000 (17:11 +0000)] 
Set copy_on_update for redis_ippool tests

Works fine with tests now - and should be tested as it's the module
default.

2 years agoAdd tests of linelog failure paths
Nick Porter [Tue, 9 Jan 2024 16:47:26 +0000 (16:47 +0000)] 
Add tests of linelog failure paths

2 years agoUse call_env for linelog format / reference tmpls
Nick Porter [Tue, 9 Jan 2024 16:34:13 +0000 (16:34 +0000)] 
Use call_env for linelog format / reference tmpls

2 years agouse $< and $@ for simplicity
Alan T. DeKok [Tue, 9 Jan 2024 13:48:10 +0000 (08:48 -0500)] 
use $< and $@ for simplicity

2 years agoAdd group read permissions for certificates.
Alan T. DeKok [Tue, 9 Jan 2024 13:25:02 +0000 (08:25 -0500)] 
Add group read permissions for certificates.

Manual port of 29add13

Recent versions of OpenSSL appear to create keys with owner-only
permissions. Allow owning group to read the created default files
in raddb/certs, so that they stay the same as with older OpenSSL, and
that the server can read its key, and the p12 / pem files.

2 years agoRearrange exec_timeout() to keep consistent error message
Nick Porter [Tue, 9 Jan 2024 13:57:53 +0000 (13:57 +0000)] 
Rearrange exec_timeout() to keep consistent error message

2 years agoInstall libyubikey for MacOS and FreeBSD tests
Nick Porter [Tue, 9 Jan 2024 11:49:49 +0000 (11:49 +0000)] 
Install libyubikey for MacOS and FreeBSD tests

2 years agoCorrect debug macro
Nick Porter [Tue, 9 Jan 2024 11:02:27 +0000 (11:02 +0000)] 
Correct debug macro

2 years agoAdd test of Yubikey decrypt
Nick Porter [Tue, 9 Jan 2024 11:01:53 +0000 (11:01 +0000)] 
Add test of Yubikey decrypt

2 years agoAttributes marked as secret are automatically hidden
Nick Porter [Tue, 9 Jan 2024 11:01:01 +0000 (11:01 +0000)] 
Attributes marked as secret are automatically hidden

2 years agoYubikey attributes are nested
Nick Porter [Tue, 9 Jan 2024 10:59:33 +0000 (10:59 +0000)] 
Yubikey attributes are nested

2 years agoMark selected Yukikey attributes as secret
Nick Porter [Tue, 9 Jan 2024 10:59:02 +0000 (10:59 +0000)] 
Mark selected Yukikey attributes as secret

2 years agoUpdate yukikey sample module to refelect nested attribute names
Nick Porter [Tue, 9 Jan 2024 10:58:15 +0000 (10:58 +0000)] 
Update yukikey sample module to refelect nested attribute names

2 years agoRemove Tmp- attributes from remaining module tests
Nick Porter [Mon, 8 Jan 2024 12:35:35 +0000 (12:35 +0000)] 
Remove Tmp- attributes from remaining module tests

2 years agoRemove Tmp- attributes from perl module tests
Nick Porter [Mon, 8 Jan 2024 12:35:16 +0000 (12:35 +0000)] 
Remove Tmp- attributes from perl module tests

And re-enable with nested attribute check temporarily disabled.

2 years agoRemove Tmp- attributes from rest module tests
Nick Porter [Mon, 8 Jan 2024 12:34:11 +0000 (12:34 +0000)] 
Remove Tmp- attributes from rest module tests

2 years agoRemove Tmp- attributes from ldap module tests
Nick Porter [Mon, 8 Jan 2024 11:48:34 +0000 (11:48 +0000)] 
Remove Tmp- attributes from ldap module tests

2 years agoRemove Tmp- attributes from json module tests
Nick Porter [Mon, 8 Jan 2024 11:48:09 +0000 (11:48 +0000)] 
Remove Tmp- attributes from json module tests

2 years agoRemove Tmp- attributes from exec module tests
Nick Porter [Mon, 8 Jan 2024 11:46:24 +0000 (11:46 +0000)] 
Remove Tmp- attributes from exec module tests

2 years agoRemove Tmp- attributes from eap_sim module tests
Nick Porter [Mon, 8 Jan 2024 11:45:19 +0000 (11:45 +0000)] 
Remove Tmp- attributes from eap_sim module tests

2 years agoRemove Tmp- attributes from client module tests
Nick Porter [Mon, 8 Jan 2024 11:44:58 +0000 (11:44 +0000)] 
Remove Tmp- attributes from client module tests