| 2021-11-24 |
Arran Cudbard... | Revert "reorder types" |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | try a different way to shut up gcc |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | if we allow %() and %{}, then parse both |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | remove check for now |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | mark up a bunch of functions as PURE. |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | pass xlat_flags_t to xlat_register() |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | pure functions cannot require async resolution |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | rename XLAT_LITERAL to XLAT_BOX |
commit | commitdiff | tree | snapshot |
| 2021-11-23 |
Alan T. DeKok | add value_box to xlat node, and make XLAT_LITERAL use it |
commit | commitdiff | tree | snapshot |
| 2021-11-22 |
Alan T. DeKok | now that we don't mangle things, put these into a union |
commit | commitdiff | tree | snapshot |
| 2021-11-22 |
Alan T. DeKok | we don't need to store node->attr for virtual attributes |
commit | commitdiff | tree | snapshot |
| 2021-11-22 |
Alan T. DeKok | minor reformatting, and use common function |
commit | commitdiff | tree | snapshot |
| 2021-11-21 |
Alan T. DeKok | minor cleanups, and add calculations for booleans |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add preliminary support for and/or |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | typo: don't NUL terminate octet strings |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add cast to shut up warnings |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | this is only for clang |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | try to shut up clang |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | we only need to clear values, not the whole thing |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | subtraction is the inverse of addition |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | clear the right thing |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add unary operation function |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add tests for assignment operations |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add binary op array |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add function to manage assignment operations |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Alan T. DeKok | add MUL and DIV |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | add and use fr_value_box_cast_to_float() |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | set output on success, not on error |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | rename function |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | create and use T_ADD, T_SUB, T_MUL, and T_DIV |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | move T_OP_PREPEND |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | update use of T_TOKEN_LAST |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | use token-dependent initializers. |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | T_OP_ADD / T_OP_SUB -> T_OP_ADD_EQ / T_OP_SUB_EQ |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | Revert "add debugging to see if we can find out where... |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | doesn't hurt to free this |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | return the VP only if the allocate_update was successful |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | more used / unused |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Jorge Pereira | GNU Makefile can't handle directories (#4314) |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | rearrange to have integer tests first |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | remove duplicate flags merge. |
commit | commitdiff | tree | snapshot |
| 2021-11-19 |
Alan T. DeKok | prepare for pure xlats |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | might as well make this larger |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | add debugging to see if we can find out where it's... |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | shut up clang scan |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | catch more corner cases |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | more checks and add calc_integer_size |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | more tests and cleanups |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | add integer to integer math |
commit | commitdiff | tree | snapshot |
| 2021-11-18 |
Alan T. DeKok | now that the base errors are better, rely on them |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | Revert "shut up clang on OSX" |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | shut up clang on OSX |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | return correct error |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | give humanly readable error message |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | use sbuffs and check sbuff usage |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | advance the input buffer, so we know what was parsed |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | remove unused assignment |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | reorder types |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | parse only as much as necessary for IP addresses and... |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | add rules for ip addresses, hostnames, and prefixes |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | we don't need host name lookups |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | inet_pton() on OSX doesn't accept "127.0" as 127.0.0.0 |
commit | commitdiff | tree | snapshot |
| 2021-11-17 |
Alan T. DeKok | start of calculation and comparison API |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | fix typo: left not right |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | use correct name |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | move "parse type + value" into common function |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | ensure tokens table are the correct size |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | add more data types to "cast to bool" |
commit | commitdiff | tree | snapshot |
| 2021-11-16 |
Alan T. DeKok | T_HASH is the end of equality operators |
commit | commitdiff | tree | snapshot |
| 2021-11-14 |
Alan T. DeKok | add function to insert list after another one |
commit | commitdiff | tree | snapshot |
| 2021-11-14 |
Alan T. DeKok | better error messages for inline attribute editing |
commit | commitdiff | tree | snapshot |
| 2021-11-14 |
Alan T. DeKok | add fr_edit_list_free_children() |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | "edit value then delete" gets moved to the tail of... |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | add insert/delete tests |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | add "edit value then delete" tests |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | re-init the deleted pairs list on abort |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | don't re-insert edit structure on "value then delete" |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | add replace_value() and tweak API |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | add hint for edit list size |
commit | commitdiff | tree | snapshot |
| 2021-11-13 |
Alan T. DeKok | if we free on abort, we might as well make commit into... |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | no need to call talloc_free() after aborting the edits |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Terry Burton | Scheduled fuzzing: Merge and push pack the corpus ... |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | remove dead store |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | we can't edit values of structural pairs |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | insert_after tests |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | minor notes |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | don't free VP, pair_delete() does that |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | rearrange / rename API, and add fr_edit_list_replace() |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | remove INSERT_BEFORE, and update API |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | we only need INSERT as insert after |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | try to shut up clang scan |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | add edit lists and tests |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | functions return fr_pair_t*, not void* |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Alan T. DeKok | check correct variable, and allow "pos" to be NULL |
commit | commitdiff | tree | snapshot |
| 2021-11-12 |
Arran Cudbard... | Tidy up ephemeral module_ctx_t struct creation |
commit | commitdiff | tree | snapshot |
| 2021-11-11 |
Arran Cudbard... | Correct fix for rlm_sql_cassandra |
commit | commitdiff | tree | snapshot |
| 2021-11-11 |
Arran Cudbard... | Unbound needs the inst name for xlats |
commit | commitdiff | tree | snapshot |
| 2021-11-11 |
Arran Cudbard... | Sync up module and instance data name |
commit | commitdiff | tree | snapshot |
| 2021-11-11 |
Arran Cudbard... | Fix arguments to cassandra |
commit | commitdiff | tree | snapshot |
| 2021-11-11 |
Arran Cudbard... | Use correct mctx fields in rlm_rest |
commit | commitdiff | tree | snapshot |
| next |