19 hours ago |
Alan T. DeKok | change "fips=no" to "-fips" developer/alandekok |
commit | commitdiff | tree |
22 hours ago |
Alan T. DeKok | use native OSX data types |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv... |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu... |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac... |
commit | commitdiff | tree |
2 days ago |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv... |
commit | commitdiff | tree |
3 days ago |
Alan T. DeKok | add more tests to check triggers |
commit | commitdiff | tree |
3 days ago |
Nick Porter | Use enum to determine where limited port connections... |
commit | commitdiff | tree |
3 days ago |
Nick Porter | Allocate array of connection pointers for static home... |
commit | commitdiff | tree |
3 days ago |
Nick Porter | Populate and use num_ports in bio_thread_t |
commit | commitdiff | tree |
3 days ago |
Nick Porter | Add num_ports and connections to bio_thread_t |
commit | commitdiff | tree |
3 days ago |
Nick Porter | Split source port range and set reuse_port for all... |
commit | commitdiff | tree |
3 days ago |
Nick Porter | If the request has timed out request->timeout is cleared |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Ensure limits are checked regardless of restricted... |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Remove duplicate check |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Increase retry timer limits for rlm_radius auth requests |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Enable new source port limiting for %radius.sendto... |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Remove reference to files not in the packages |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | catch pop on running trigger, with empty stack |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | on TCP EOF, flush all writes, and shut down the BIOs |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | we don't need separate read / write BIOs |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | EOF is not always an error case |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | check corner cases |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | just pass errors through on read / write |
commit | commitdiff | tree |
4 days ago |
Nick Porter | virtual_server_cf_parse returns a virtual_server_t... |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Use the thread source port range, rather than the instance |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Split the restricted source port range per thread |
commit | commitdiff | tree |
4 days ago |
Nick Porter | We do use SO_REUSEPORT for some clients |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Only unlink bio if it is in a chain |
commit | commitdiff | tree |
4 days ago |
Nick Porter | Correct bio chain re-link |
commit | commitdiff | tree |
4 days ago |
Alan T. DeKok | ptrs may be NULL |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | at least one ptr has to be set |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | set flags before allocating parent |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | revisit and clean up destructor vs shutdown |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | clean up shutdown and destructor |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | update sbuff macros to catch more corner cases |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | hoist common checks to macro |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | use the correct sbuff macro. |
commit | commitdiff | tree |
5 days ago |
Alan T. DeKok | use the correct sbuff macro. |
commit | commitdiff | tree |
6 days ago |
Nick Porter | Ensure fr_bio_fd_open returns an error when there is one |
commit | commitdiff | tree |
6 days ago |
Arran Cudbard... | WS |
commit | commitdiff | tree |
6 days ago |
Arran Cudbard... | Add another Calix VSA we observed in the wild |
commit | commitdiff | tree |
6 days ago |
Nick Porter | Use better method for un-marshalling Perl values to... |
commit | commitdiff | tree |
6 days ago |
Nick Porter | No need to talloc a temporary box |
commit | commitdiff | tree |
6 days ago |
Nick Porter | Cast ruby string length to a consistent type |
commit | commitdiff | tree |
6 days ago |
Nick Porter | Add test using float value in mRuby |
commit | commitdiff | tree |
6 days ago |
Nick Porter | Better method of un-marshalling values from mRuby to... |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | first attempt at limiting the source port for %radius... |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | fix typo |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | add documentation for states |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | add function to create total order of attributes |
commit | commitdiff | tree |
7 days ago |
Nick Porter | UNUSED |
commit | commitdiff | tree |
7 days ago |
Nick Porter | FreeBSD has accept4() |
commit | commitdiff | tree |
7 days ago |
Nick Porter | Ensure we depend on non-broken libkqueue |
commit | commitdiff | tree |
7 days ago |
Nick Porter | Simplify .deb ssl dependency logic |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | add attribute type 'attr' and test VALUE |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | allow '@' references for value box parser |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | add da root to value-box parser for VALUE |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | add character set for allowed names of nested attrs |
commit | commitdiff | tree |
7 days ago |
Alan T. DeKok | fix error message |
commit | commitdiff | tree |
8 days ago |
Alan T. DeKok | export dict_protocol_reference, and make it take an... |
commit | commitdiff | tree |
8 days ago |
Alan T. DeKok | use FR_SBUFF_IN_STR() for common cases |
commit | commitdiff | tree |
8 days ago |
Alan T. DeKok | define FR_SBUFF_IN_STR() as a shorthand for IN(foo... |
commit | commitdiff | tree |
8 days ago |
Alan T. DeKok | disallow ::43 as enum names |
commit | commitdiff | tree |
9 days ago |
Alan T. DeKok | don't allow copying of cursors |
commit | commitdiff | tree |
9 days ago |
Alan T. DeKok | print the input expansion before running the function |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | remove ACCEPTED state. |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | re-add "char const *end" as allowed |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | add notes about attribute comparisons |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | hoist initialize output to macro |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | remove more "default:", and add more "case FR_TYPE_ATTR:" |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | use dictionary function to compare two attributes |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | add more size, and assert that max is initialized |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | unify unsupported cast code |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | move generic to 1, so that returning -1 is better |
commit | commitdiff | tree |
10 days ago |
Alan T. DeKok | don't allow fr_bio_fd_open() to be passed accepted... |
commit | commitdiff | tree |
11 days ago |
Arran Cudbard... | remove errant debug call developer/arr2036 |
commit | commitdiff | tree |
11 days ago |
James Jones | Adopt a standard naming convention and signture for... |
commit | commitdiff | tree |
11 days ago |
Arran Cudbard... | Revert "might as well save the result somewhere" |
commit | commitdiff | tree |
11 days ago |
Arran Cudbard... | Fix shallow copy for FR_TYPE_ATTR |
commit | commitdiff | tree |
11 days ago |
Arran Cudbard... | Fix includes |
commit | commitdiff | tree |
11 days ago |
Arran Cudbard... | Always check the return value from fr_value_box_copy |
commit | commitdiff | tree |
11 days ago |
Nick Porter | Add RADIUS Id and Authenticator to request pair list |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Add json.encode regression test for DHCPv4 in RADIUS |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | The enumv isn't an ancestor of the attribute being... |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | When storing an enum for later parsing, we need to... |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Fix copying FR_TYPE_ATTR |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Encoded attributes can be infinitely long, and definite... |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | No reason to add 'da' as part of the cursor struct |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Check for vp_attr in PAIR_VERIFY |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Can't use verify here, as we're appending half construc... |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | attr: These conversions are all fine |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Add simplified redundant test |
commit | commitdiff | tree |
12 days ago |
Arran Cudbard... | Don't spit out errors for blastradius |
commit | commitdiff | tree |
12 days ago |
Nick Porter | Add test of %rest() receiving a failure HTTP status... |
commit | commitdiff | tree |
next |