2021-04-10 |
Alan T. DeKok | Allow relative attributes in SQL. nested_coding |
commit | commitdiff | tree |
2021-04-10 |
Alan T. DeKok | make sql_foo tests depend on rlm_sql.la, too |
commit | commitdiff | tree |
2021-04-10 |
Alan T. DeKok | remove unused prototypes |
commit | commitdiff | tree |
2021-04-10 |
Alan T. DeKok | make sql_pair_list_afrom_str() private |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | allow for relative attribute names in files on disk |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | install process_*.so, too |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | call internal function instead of public one |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | if we're recursing into a group, parent is the group... |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | allow empty groups |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | temporarily mangle it all onto one line |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | update count |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | respect the "concat" flag when decoding TLVs |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | no need for "tmp" in the name. It's just "append" |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | unique errors for unique circumstances |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | add fr_pair_list_from_dcursor() macro |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | fix up "debug hex" printing |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | allow "concat" for TLV types in RADIUS. |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | flags are exclusive |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | reset request->module to NULL |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | move debug printing for "receive" to process function |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | print out partial names if we have a parent |
commit | commitdiff | tree |
2021-04-09 |
Arran Cudbard... | Set the destructor on the gctx we just allocated |
commit | commitdiff | tree |
2021-04-09 |
Alan T. DeKok | clean up in an attempt to shut up the compiler |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | add tests for encode / decode of digest attributes |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | move code to shut up clang |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | allow for PAIR_ENCODE_SKIPPED |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | allow encoding of nested Vendor-Specific / Vendor types |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | go to next here, too |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | skip the thing we just encoded |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | whoops |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | re-run the digest tests if we rebuild radiusd or rlm_digest |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | make it work with nested VPs |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | allow non-leaf types to have groups of sub-things |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | rework to allow for Vendor = { ... } |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | encode leaf types with the fast path |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | move "encode one vsa" to its own routine |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | use current VP after encoding TLVs, not next one |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | attributes with 'encrypt=2' can only appear in certain... |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | EEXIST is fine in a system with multiple processes. |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | don't split text too much |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | decode RADIUS TLVs as nested pairs. |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | remove unused parameter from fr_pair_fprint() |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | remove unnecessary comment |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | allow the RADIUS encoder to encode nested TLVs |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | scale unix time from a number, based on a hint |
commit | commitdiff | tree |
2021-04-08 |
Alan T. DeKok | don't use hard-coded numbers |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | Need to free the internal dictionary on reset |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | See if explicitly freeing the gctx helps |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | Guard fr_openssl_free |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | We now need at least json-c 0.13 or higher |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | Rework dictionary reference counting system |
commit | commitdiff | tree |
2021-04-07 |
Arran Cudbard... | Reduce noise in JSON code by marking up constant keys... |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | initialize "box" |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | don't use OS-specific error messages in the tests |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | just call fr_value_box_cmp(), and not cond_eval() |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | disallow constant data for "switch" |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | There is no "%v" expansion |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Should be const... |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Explicitly freeing the dictionary really isn't required... |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Don't pass PRESENTATION format string data into json-c |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Verify json_object_put always frees the object |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | More dictionary fixes |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | arguments to "case" MUST be static data |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Ensure the TLS dictionary is freed on exit |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Add individual toggles for asan/lsan/tsan/ubsan in... |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Always need to stop time tracking |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | ...and the ctx structure too |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Rename tmpl_cursor_init and tmpl_cursor_clear to tmpl_p... |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Deal with channels being closed on server exit |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | combo-ip and combo-ip-prefix have a special format... |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | mark up MSK as being 32 octets in length |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | combo IPv6 is 16 octets, not 17 |
commit | commitdiff | tree |
2021-04-06 |
Alan T. DeKok | add rule for: make test.unit.condition |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Shouldn't have been comitted |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | More efficient way of cleaning up frames |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Ensure stack frame state is freed in a deterministic way |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Fix asserts |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Reset indent to 0 on stopped requests |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Interpret signal marks the request as done |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Exited child should still definitely be in the parent... |
commit | commitdiff | tree |
2021-04-06 |
Arran Cudbard... | Better assert |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Correctly categorise messages |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Much too chatty |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Use the correct return code |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Not all requests have clients |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Really can't free detached requests here... |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Ensure we don't trash request->packet->code |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Actually need a worker pointer... |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Remove detached requests from the time_order_heap |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Unpick some cross dependencies with detach functions |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Remove assert... these requests really do need to be... |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Typo |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Add explicit request types (external, internal, detached) |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Nothing uses request_state anymore |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Does DHCPv6 now too |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Quiet clang scan |
commit | commitdiff | tree |
2021-04-05 |
Arran Cudbard... | Treat combo IP address attributes as normal types |
commit | commitdiff | tree |
2021-04-04 |
Arran Cudbard... | Add type check macros |
commit | commitdiff | tree |
2021-04-04 |
Arran Cudbard... | Rework xlat code to produce FR_TYPE_NULL boxes |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | clean up public APIs |
commit | commitdiff | tree |
next |