12 days ago |
Alan T. DeKok | on TCP EOF, flush all writes, and shut down the BIOs |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | we don't need separate read / write BIOs |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | EOF is not always an error case |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | check corner cases |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | just pass errors through on read / write |
commit | commitdiff | tree |
12 days ago |
Nick Porter | virtual_server_cf_parse returns a virtual_server_t... |
commit | commitdiff | tree |
12 days ago |
Nick Porter | Use the thread source port range, rather than the instance |
commit | commitdiff | tree |
12 days ago |
Nick Porter | Split the restricted source port range per thread |
commit | commitdiff | tree |
12 days ago |
Nick Porter | We do use SO_REUSEPORT for some clients |
commit | commitdiff | tree |
12 days ago |
Nick Porter | Only unlink bio if it is in a chain |
commit | commitdiff | tree |
12 days ago |
Nick Porter | Correct bio chain re-link |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | ptrs may be NULL |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | at least one ptr has to be set |
commit | commitdiff | tree |
12 days ago |
Alan T. DeKok | set flags before allocating parent |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | revisit and clean up destructor vs shutdown |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | clean up shutdown and destructor |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | update sbuff macros to catch more corner cases |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | hoist common checks to macro |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | use the correct sbuff macro. |
commit | commitdiff | tree |
13 days ago |
Alan T. DeKok | use the correct sbuff macro. |
commit | commitdiff | tree |
13 days ago |
Nick Porter | Ensure fr_bio_fd_open returns an error when there is one |
commit | commitdiff | tree |
2025-08-05 |
Arran Cudbard... | WS |
commit | commitdiff | tree |
2025-08-05 |
Arran Cudbard... | Add another Calix VSA we observed in the wild |
commit | commitdiff | tree |
2025-08-05 |
Nick Porter | Use better method for un-marshalling Perl values to... |
commit | commitdiff | tree |
2025-08-05 |
Nick Porter | No need to talloc a temporary box |
commit | commitdiff | tree |
2025-08-05 |
Nick Porter | Cast ruby string length to a consistent type |
commit | commitdiff | tree |
2025-08-05 |
Nick Porter | Add test using float value in mRuby |
commit | commitdiff | tree |
2025-08-05 |
Nick Porter | Better method of un-marshalling values from mRuby to... |
commit | commitdiff | tree |
2025-08-05 |
Alan T. DeKok | first attempt at limiting the source port for %radius... |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | fix typo |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | add documentation for states |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | add function to create total order of attributes |
commit | commitdiff | tree |
2025-08-04 |
Nick Porter | UNUSED |
commit | commitdiff | tree |
2025-08-04 |
Nick Porter | FreeBSD has accept4() |
commit | commitdiff | tree |
2025-08-04 |
Nick Porter | Ensure we depend on non-broken libkqueue |
commit | commitdiff | tree |
2025-08-04 |
Nick Porter | Simplify .deb ssl dependency logic |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | add attribute type 'attr' and test VALUE |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | allow '@' references for value box parser |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | add da root to value-box parser for VALUE |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | add character set for allowed names of nested attrs |
commit | commitdiff | tree |
2025-08-04 |
Alan T. DeKok | fix error message |
commit | commitdiff | tree |
2025-08-03 |
Alan T. DeKok | export dict_protocol_reference, and make it take an... |
commit | commitdiff | tree |
2025-08-03 |
Alan T. DeKok | use FR_SBUFF_IN_STR() for common cases |
commit | commitdiff | tree |
2025-08-03 |
Alan T. DeKok | define FR_SBUFF_IN_STR() as a shorthand for IN(foo... |
commit | commitdiff | tree |
2025-08-03 |
Alan T. DeKok | disallow ::43 as enum names |
commit | commitdiff | tree |
2025-08-02 |
Alan T. DeKok | don't allow copying of cursors |
commit | commitdiff | tree |
2025-08-02 |
Alan T. DeKok | print the input expansion before running the function |
commit | commitdiff | tree |
2025-08-02 |
Alan T. DeKok | remove ACCEPTED state. |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | re-add "char const *end" as allowed |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | add notes about attribute comparisons |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | hoist initialize output to macro |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | remove more "default:", and add more "case FR_TYPE_ATTR:" |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | use dictionary function to compare two attributes |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | add more size, and assert that max is initialized |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | unify unsupported cast code |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | move generic to 1, so that returning -1 is better |
commit | commitdiff | tree |
2025-08-01 |
Alan T. DeKok | don't allow fr_bio_fd_open() to be passed accepted... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | remove errant debug call |
commit | commitdiff | tree |
2025-07-31 |
James Jones | Adopt a standard naming convention and signture for... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Revert "might as well save the result somewhere" |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Fix shallow copy for FR_TYPE_ATTR |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Fix includes |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Always check the return value from fr_value_box_copy |
commit | commitdiff | tree |
2025-07-31 |
Nick Porter | Add RADIUS Id and Authenticator to request pair list |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Add json.encode regression test for DHCPv4 in RADIUS |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | The enumv isn't an ancestor of the attribute being... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | When storing an enum for later parsing, we need to... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Fix copying FR_TYPE_ATTR |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Encoded attributes can be infinitely long, and definite... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | No reason to add 'da' as part of the cursor struct |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Check for vp_attr in PAIR_VERIFY |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | Can't use verify here, as we're appending half construc... |
commit | commitdiff | tree |
2025-07-31 |
Arran Cudbard... | attr: These conversions are all fine |
commit | commitdiff | tree |
2025-07-30 |
Arran Cudbard... | Add simplified redundant test |
commit | commitdiff | tree |
2025-07-30 |
Arran Cudbard... | Don't spit out errors for blastradius |
commit | commitdiff | tree |
2025-07-30 |
Nick Porter | Add test of %rest() receiving a failure HTTP status... |
commit | commitdiff | tree |
2025-07-30 |
Nick Porter | When %rest() get a failure HTTP status code capture... |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | move DHCPv6 to use FR_TYPE_ATTR |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | parse OIDs numerically if we don't know the name |
commit | commitdiff | tree |
2025-07-29 |
nolade | docs-v4: update top-level and sub-section landing pages... |
commit | commitdiff | tree |
2025-07-29 |
nolade | docs-v4: Update Introduction landing page and nav panel... |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | added some more guidance |
commit | commitdiff | tree |
2025-07-29 |
nolade | docs-v4: Fix make docsite errors |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | switch dhcpv4 to use FR_TYPE_ATTR for Parameter-Request... |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | allow FR_TYPE_ATTR to be passed in as enumv for decoding |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | decode FR_TYPE_ATTR |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | print full received data on -xx |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | verify FR_TYPE_ATTR |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | don't assert if we fail to instantiate the dictionaries |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | cleanups and tests |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | be safe when passed a dict root |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | Add map tests with nested LHS |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | map_to_request expects the value callback to only creat... |
commit | commitdiff | tree |
2025-07-29 |
Alan T. DeKok | don't call shutdown recursively |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | Pacify coverity (CID #1660567) |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | Remove libpcre references from docs |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | Remove feature.regex-pcre from tests |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | All supported platforms have libpcre2 available |
commit | commitdiff | tree |
2025-07-29 |
Nick Porter | All supported .deb platforms have libpcre2 |
commit | commitdiff | tree |
2025-07-28 |
Arran Cudbard... | Don't call fr_bio_shutdown recursively |
commit | commitdiff | tree |
next |