| 2022-06-12 |
Max Khon | DHCPv4: add back Lease-Query support (#4555) 4557/head |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Arran Cudbard... | Just use the standard fr_ipaddr_cmp function |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Arran Cudbard... | Initialise ipaddr types correctly in fr_value_box_init |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Arran Cudbard... | Fix garbage test that leads to bad pairs in the test... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Arran Cudbard... | Make fr_ipaddr_cmp more efficient by only comparing... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Arran Cudbard... | More magic WASM flags |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Alan T. DeKok | on dup, increment both |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Alan T. DeKok | more "order array" |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Alan T. DeKok | Always verify fr_sbuff_term_t order when using WITH_VER... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Alan T. DeKok | order terminals |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Alan T. DeKok | compare fields, and don't use memcmp() |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Alan T. DeKok | make it clearer what we're doing |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
James Jones | Make Coverity happy with encode_nas_filter_rule() ... |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Alan T. DeKok | fix clang scan issues |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Alan T. DeKok | add padding to make v4 the same size as v6. |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Arran Cudbard... | Add optional code to catch out of order terminal inputs |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Arran Cudbard... | Test and fix for correct merging of duplicated terminal... |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Alan T. DeKok | move "" to be first, as expected. |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Alan T. DeKok | disable develer debugging, and fix compiler warning |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Porter | remove UNUSED |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Porter | Network and worker contexts already freed by the threads |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Alan T. DeKok | let's use the enum |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Alan T. DeKok | add ipv6 prefix calculations |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | Remove rlm_expr, and replace with %{expr:...} as a... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | update fr_calc_unary_op(), add xlat ~, -, !, cleanups... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | add support for unary "-" and "~" |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | add "~" operator |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | omit optional arguments entirely, instead of passing... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | simply omit optional arguments, rather than making... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | add xlat_is_truthy(), to replace COND_TYPE_TRUE and... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | add fr_value_box_is_truthy() function |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Alan T. DeKok | debug_condition is no longer used |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Nick Porter | LDAP library changes in preparation for LDAP sync ... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Nick Porter | Amend building of test certs to avoid `openssl ca`... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
James Jones | Cast to void calla that never fail or where we care... |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Nick Porter | Ensure arrays are zero alloced |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Arran Cudbard... | Set the right output buffer |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Arran Cudbard... | Add macro for populating CONF_PARSER with functions |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Arran Cudbard... | Need atexit in sbuff code |
commit | commitdiff | tree | snapshot |
| 2022-06-06 |
Arran Cudbard... | Split out time and time delta printing functions |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Unused in debug builds |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Use accessors for parsed status |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Print file check errors in the context of the pair... |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Whitespace |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Refactor parsing code to shut up clang scan |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Check all the bits... |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | const |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Break out parse functions more |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Helps to use the correct type |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Use cf_pair_debug everywhere |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Add support for dynamically allocating default values |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Expand multi type support to all value types |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Use valuebox code to parse config items |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Actually define tacacs max attributes |
commit | commitdiff | tree | snapshot |
| 2022-06-05 |
Arran Cudbard... | Formatting |
commit | commitdiff | tree | snapshot |
| 2022-06-04 |
Arran Cudbard... | Update autoconf srcs in libraries |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Nick Porter | Move libldap init to global_lib framework (#4546) |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | last few compiler fixes |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | typos |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | forbid !* and =* in conditions. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | initialize variable. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | use bracket rules for terminals |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | resolve strings at parse time, where they're static... |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | special handlers for module return codes |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | don't expand structural types when used in "truthy... |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | update truthiness for value-box groups |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | make exec work, and add tests for it. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | don't treat exec as xlat |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | fixes and tests for run-time regular expressions |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add packet && src/dst IP to xlat tests |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add "const" |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add run-time evaluation of regular expressions. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | doc cleanups and fixes |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | remove unnecessary "const" |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | first pass at regex operators. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | rename to follow naming scheme |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | enable more tests |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | update for recent changes |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | more purify for logical operations |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | expose xlat_purify_list() for use in node->func.purify... |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | more "set flags properly" |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | print head flags, too |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add purify callback for || and && |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | set flags correctly on n-ary ops |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add set purify callback, and use it in xlat_purify() |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add function to convert XLAT_FUNC to other type |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | start of regex parsing and tests. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | generalize rules |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | add precendence definitions for =~ and !~ |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | respect t_rules->at_runtime for regex parsing |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | || and && now return their "truthy" values |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | structural and NULL types are logically false. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | NULL types on input yield NULL types on output. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | update comments |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | better errors for invalid casts |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | on error, add box of FR_TYPE_NULL, instead of returning... |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | print data types just to be helpful |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | attribute expansions aren't pure. |
commit | commitdiff | tree | snapshot |
| 2022-06-03 |
Alan T. DeKok | fix typo which shouldn't change much. |
commit | commitdiff | tree | snapshot |
| next |