2022-01-18 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2022-01-18 |
Alan T. DeKok | move "parse scope" to fr_inet_pton6() |
commit | commitdiff | tree |
2022-01-17 |
Alan T. DeKok | fix xlat_unregister_module() so that it works. |
commit | commitdiff | tree |
2022-01-17 |
Alan T. DeKok | add type names / values as enums to Cast-Base |
commit | commitdiff | tree |
2022-01-17 |
Alan T. DeKok | we don't need cast_base |
commit | commitdiff | tree |
2022-01-15 |
Alan T. DeKok | prefer "allowed" to "terminals" |
commit | commitdiff | tree |
2022-01-15 |
Alan T. DeKok | add fr_dict_enum_by_name_substr() |
commit | commitdiff | tree |
2022-01-14 |
Alan T. DeKok | return >0 from fr_value_box_from_substr() |
commit | commitdiff | tree |
2022-01-14 |
Alan T. DeKok | add more whitespace for sanity |
commit | commitdiff | tree |
2022-01-14 |
Alan T. DeKok | use -f for "don't fork", not "-X" for "kill me with... |
commit | commitdiff | tree |
2022-01-14 |
Alan T. DeKok | let's use name_len |
commit | commitdiff | tree |
2022-01-14 |
Alan T. DeKok | remove useless code |
commit | commitdiff | tree |
2022-01-12 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2022-01-12 |
Daniel DE ALMEIDA... | Fix side channels in EAP-pwd leaking information on... |
commit | commitdiff | tree |
2022-01-11 |
Alan T. DeKok | allow sending packets directly to the worker |
commit | commitdiff | tree |
2022-01-08 |
Arran Cudbard... | Quiet clang scan |
commit | commitdiff | tree |
2022-01-08 |
Arran Cudbard... | Fix various issues with dcursor that would prevent... |
commit | commitdiff | tree |
2022-01-07 |
Terry Burton | CI FreeBSD: Enable radclient tests |
commit | commitdiff | tree |
2022-01-07 |
Terry Burton | udpfromto: Use plain sendto if our source address is... |
commit | commitdiff | tree |
2022-01-06 |
Terry Burton | eapol_test-build.sh: Set permissive CFLAGs for FreeBSD... |
commit | commitdiff | tree |
2022-01-06 |
Arran Cudbard... | Trim default prefix from generated dlist functions |
commit | commitdiff | tree |
2022-01-06 |
Arran Cudbard... | Make tmpl_attr and tmpl_request lists type safe |
commit | commitdiff | tree |
2022-01-06 |
Arran Cudbard... | Formatting |
commit | commitdiff | tree |
2022-01-06 |
James Jones | Make test_enqueue_and_io_speed() work (#4349) |
commit | commitdiff | tree |
2022-01-06 |
Alan T. DeKok | more FR_PROTO_TRACE |
commit | commitdiff | tree |
2022-01-06 |
Alan T. DeKok | use temporary "end" |
commit | commitdiff | tree |
2022-01-06 |
Alan T. DeKok | check min/max lengths only for leaf data types |
commit | commitdiff | tree |
2022-01-06 |
Alan T. DeKok | pass the correct 'end' pointer |
commit | commitdiff | tree |
2022-01-06 |
Alan T. DeKok | rename regex sub to subst |
commit | commitdiff | tree |
2022-01-05 |
Terry Burton | CI fixes for FreeBSD (#4351) |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Quiet compiler |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Don't evaluate _uctx multiple times in fr_atexit_thread... |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Fix libpcre memory leak on exit |
commit | commitdiff | tree |
2022-01-05 |
Terry Burton | pair_tests fr_pair_value_copy: Allocate dst pair before... |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Formatting |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Helps to use the right condition... |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Typo |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | More, minor, atexit cleanups |
commit | commitdiff | tree |
2022-01-05 |
Arran Cudbard... | Move OpenSSL version handling code to its own source... |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Quiet compiler warnings |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Flesh out the atexit debug functions more |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Search in the correct destructor list |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Use the correct comparison function in fr_event_report |
commit | commitdiff | tree |
2022-01-04 |
James Jones | Fix other instances of backlogs left hanging (#4311) |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Ensure all the thread-specific destructors run before... |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Just use WITH_TLS.... |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Use the EVP RC4 functions |
commit | commitdiff | tree |
2022-01-04 |
Arran Cudbard... | Ensure openssl user macros are always defined |
commit | commitdiff | tree |
2022-01-04 |
Alan T. DeKok | initialize packet_ctx.end |
commit | commitdiff | tree |
2022-01-04 |
Alan T. DeKok | remove assert |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | Fix version function calls in dependency.c |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | don't pass packet_len to fr_radius_decode_pair_value() |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | clean up the providers on exit |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | protocol-specific extensions are variable sized |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | rearrange and remove unused code |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | headers to help with protocol encoding / decoding |
commit | commitdiff | tree |
2022-01-03 |
Alan T. DeKok | update documentation |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | Swap ERR_get_error_line_data for ERR_get_error_all |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | Set OpenSSL API compat macros centrally |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | Apparently has no effect... |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | We use OPENSSL_VERSION_NUMBER everywhere else... |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | Fix calls to PEM_read_bio_DHparams for OpenSSL 3.0.0 |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | more ltb-project key references |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | New LTB GPG key url |
commit | commitdiff | tree |
2022-01-03 |
Arran Cudbard... | 2022 |
commit | commitdiff | tree |
2021-12-23 |
Arran Cudbard... | Don't need this in 1.1.1 |
commit | commitdiff | tree |
2021-12-23 |
Arran Cudbard... | Stupid hack still needed in 3.0.1 |
commit | commitdiff | tree |
2021-12-23 |
Arran Cudbard... | Yes, OpenSSL now wants the size of the buffer passed... |
commit | commitdiff | tree |
2021-12-23 |
Arran Cudbard... | maybe OpenSSL 3.0.1 started caring about the output... |
commit | commitdiff | tree |
2021-12-23 |
Arran Cudbard... | Revert "CI: Pass in -Wno-error=deprecated-declarations... |
commit | commitdiff | tree |
2021-12-22 |
Terry Burton | CI: Pass in -Wno-error=deprecated-declarations to LIB_A... |
commit | commitdiff | tree |
2021-12-22 |
Terry Burton | CI: Use OpenSSL 3.0.1 in LIBS_ALT build |
commit | commitdiff | tree |
2021-12-22 |
Alan T. DeKok | let's return the correct value |
commit | commitdiff | tree |
2021-12-22 |
Alan T. DeKok | fix decode_tlvs() |
commit | commitdiff | tree |
2021-12-22 |
Alan T. DeKok | if the option is invalid, return a raw option |
commit | commitdiff | tree |
2021-12-22 |
Alan T. DeKok | unify two functions, so there's less code |
commit | commitdiff | tree |
2021-12-22 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | da->parent may be NULL here, too. |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | da->parent is NULL at the root |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | rearrange to show how to assign octets to structural... |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | add := test |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | use new hack function, so that we support T_OP_EQ and... |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | let's use typed arguments |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | split out functions as per other protocols |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | remove "do_raw", which doesn't make sense |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | add temporary hack function |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | this function is only used by the xlat code |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | decode_pair test point should take fr_dict_attr_t const... |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | remove fr_dict_t from struct trampoline functions |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | clarify error message |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | minor rearrangements, and update arrays for new operators |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | encode / decode STRUCT too |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | no need to pass dict_dns to all of the dns functions |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | no need to pass dict_dhcpv6 to all of the dhcpv6 functions |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | no need to pass dict_dhcpv4 to all of the dhcpv4 functions |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | no need to pass dict_radius to all of the radius functions |
commit | commitdiff | tree |
2021-12-21 |
Alan T. DeKok | more operations for ip addresses and prefixes |
commit | commitdiff | tree |
2021-12-21 |
Terry Burton | CI FreeBSD: Run on push/pull; more VM memory; use rsync... |
commit | commitdiff | tree |
2021-12-17 |
Arran Cudbard... | Fix dlist definition macros to be safer |
commit | commitdiff | tree |
2021-12-17 |
Alan T. DeKok | -Wunused |
commit | commitdiff | tree |
next |