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 |
2021-12-16 |
Alan T. DeKok | add right/left-shift operations |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | add more tokens |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | clarify and extend error messages |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | clean up error messages and compress the code |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | convert asserts to run-time checks |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | make fr_edit_list_insert_list_after() work for !el... |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | add support for intersection |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | parse "&=" as an operator for sections |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | add merge with RHS priority |
commit | commitdiff | tree |
2021-12-16 |
Alan T. DeKok | notes on new editting |
commit | commitdiff | tree |
2021-12-16 |
Arran Cudbard... | Stupid const issue |
commit | commitdiff | tree |
2021-12-16 |
Arran Cudbard... | Allow for persistent TLS session keys |
commit | commitdiff | tree |
2021-12-15 |
Arran Cudbard... | Verify the _whole_ list not just half of it |
commit | commitdiff | tree |
2021-12-13 |
Terry Burton | DEB packaging: python-dev has been dropped in Sid ... |
commit | commitdiff | tree |
2021-12-13 |
Terry Burton | Detect and link libm (#4335) |
commit | commitdiff | tree |
2021-12-13 |
James Jones | Make closefrom return void as per /usr/include/unistd... |
commit | commitdiff | tree |
2021-12-12 |
Terry Burton | Add missing header (#4332) |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | fix format |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | add ndebug unused |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | allow list -= attr |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | RHS can't be an attribute reference |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | add 16-bit "safe" field |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | allow &list := {} to clear the list |
commit | commitdiff | tree |
2021-12-12 |
Alan T. DeKok | tests for new functionality |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | and one more "shut up clang" |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | I said SHUT THE HECK UP |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | clang: shut up and stop being so stupid |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | shut up clang analyzer |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | more "shut up clang analyzer" |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | allow assignment of strings to structural VPs |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | update parser to cast RHS as string for structural... |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | clarify error message |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | shut up clang analyzer |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | fr_pair_list_afrom_str() now takes a dict_attr root... |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | "box" can't be NULL, either |
commit | commitdiff | tree |
2021-12-11 |
Alan T. DeKok | don't manually set VT_DATA everywhere |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | compile regex string, not xlat input |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | nothing uses VT_XLAT any more |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | remove xlat_eval_pair() now that nothing sets VT_XLAT |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | relax checks |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | remove fr_pair_mark_xlat(), as nothing uses it |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | remove call to fr_pair_mark_xlat() |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | remove "op" from fr_pair_make() |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | these don't use (and shouldn't use) VT_XLAT |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | one more fix for fr_map_list_t |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | this has been unused for a long time |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | disallow "list := xlat / exec" |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | more fr_map_list fixes |
commit | commitdiff | tree |
2021-12-10 |
Alan T. DeKok | fix this, too |
commit | commitdiff | tree |
next |