2024-12-07 |
Alan T. DeKok | use BIO fd name instead of our name |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | correct order of mkdir / open |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | cleanups and fixes |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | set the name of the BIO |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | rename udp_* to bio_* |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | move and rename files |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | and rely on new fd_config.c behavior |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | move to using intermediate section |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | Check configuration in instantiate, before using it |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | call cf_section_parse_init() for referenced rules, too |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | hacks to remove "udp" as a submodule. |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | move around things as a temporary change for cleanups |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | might as well read from stdin |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | double-check IP addresses before using them |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | clamp values |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | if read-only, set recv_buff to zero too |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | some attempt to allow refs to non-root attributes |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | reset parent if ref'd TLV is inside of a group |
commit | commitdiff | tree |
2024-12-07 |
Alan T. DeKok | Better handle group refs to somewhere in the middle... |
commit | commitdiff | tree |
2024-12-06 |
Nick Porter | Simplify indentation |
commit | commitdiff | tree |
2024-12-06 |
Nick Porter | Use standard pair printing |
commit | commitdiff | tree |
2024-12-06 |
Nick Porter | TLS virtual-server option is part of tls config, not... |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | open file descriptor via the BIO API |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | some more cleanups |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | separate client and server BIO config |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | swap to using fr_bio_fd_config for IP / port parsing |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | add note on perhaps suprising behavior |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | sort names properly |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2024-12-05 |
Alan T. DeKok | start of radius2 module |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Update sample winbind config to reflect slab parameters |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Switch rlm_winbind from fr_pool_t to slab allocation... |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Try alternate condition syntax |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | mschap pwdchange tests return invalid on builds without... |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Enable rlm_mschap tests |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Update sample mschap config to reflect slab parameters |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Switch mschap from fr_pool_t to slab allocation for... |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Pass auth_ctx to do_auth_wbclient() |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Simplify arguments to do_mschap() |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Simplify arguments to mschap_process_v2_response() |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | WS |
commit | commitdiff | tree |
2024-12-05 |
Nick Porter | Simplify arguments to mschap_process_response() |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu... |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac... |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv... |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv... |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar |
commit | commitdiff | tree |
2024-12-05 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar |
commit | commitdiff | tree |
2024-12-04 |
Nick Porter | If rlm_python instantiation fails, free the interpreter |
commit | commitdiff | tree |
2024-12-04 |
Nick Porter | Report progress of loading Python funcitons |
commit | commitdiff | tree |
2024-12-04 |
Nick Porter | Switch linking test function for rlm_python |
commit | commitdiff | tree |
2024-12-04 |
Alan T. DeKok | add FR_CONF_OFFSET_REF() |
commit | commitdiff | tree |
2024-12-04 |
Alan T. DeKok | move rule parsing to its own function |
commit | commitdiff | tree |
2024-12-04 |
Alan T. DeKok | rearrange configuration into subsections |
commit | commitdiff | tree |
2024-12-03 |
Nick Porter | Remove unused variables |
commit | commitdiff | tree |
2024-12-03 |
Nick Porter | No need for OpenSSL version formatting for versions < 3 |
commit | commitdiff | tree |
2024-12-03 |
Nick Porter | OpenSSL >= 3.0 has API/ABI compatibility within major... |
commit | commitdiff | tree |
2024-12-02 |
Alan T. DeKok | add cbor to the fuzzer, and fix a few issues it found |
commit | commitdiff | tree |
2024-12-02 |
Alan T. DeKok | add fr_dict_t* to test_ctx parameters |
commit | commitdiff | tree |
2024-12-02 |
Alan T. DeKok | ATOMIC_VAR_INIT has been removed from C23 |
commit | commitdiff | tree |
2024-12-02 |
Nick Porter | Add libfreeradius-bio-config.so to RHEL packaging |
commit | commitdiff | tree |
2024-12-02 |
Nick Porter | Typo |
commit | commitdiff | tree |
2024-12-01 |
Alan T. DeKok | format string cleanups |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | remove extraneous ; |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | true and false are in stdbool, we don't need to redefin... |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | C23 defines static_assert |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | minor tweaks |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | move to common functions for parsing permissions |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | parse named permissions, too |
commit | commitdiff | tree |
2024-11-30 |
Alan T. DeKok | add conf_parser_t for FD BIO |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | Add fr_perm_mode_from_str() |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | permissions are octal, not binary |
commit | commitdiff | tree |
2024-11-29 |
Nick Porter | Add notes about behaviour of control.EAP-Type |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | always allocate track, even when replicating |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | ensure cbor_guess_type() always returns a type |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | remove replication-specific functions |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | remove unused code |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | move rlm_radius to using the unlang retry functionality |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | events are parented from the "state" in the stack frame |
commit | commitdiff | tree |
2024-11-29 |
Alan T. DeKok | push more things to rlm_radius_udp |
commit | commitdiff | tree |
2024-11-29 |
Nick Porter | Pacify Coverity (CID #1634587) |
commit | commitdiff | tree |
2024-11-29 |
Nick Porter | Correct comment on free ID range |
commit | commitdiff | tree |
2024-11-29 |
Nick Porter | Catch failure returned by cbor_guess_type() (CID #1634805) |
commit | commitdiff | tree |
2024-11-29 |
Arran Cudbard... | Add support for inline BEGIN keyword for protocols |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Rename BEGIN-TLV and END-TLV to BEGIN and END, and... |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Rework nest values so its a bit field |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Fix clang analyzer builds |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Integrate the nesting type when we push frames onto... |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Various dict_tokenize renames |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Run finalise when we're done processing the file also |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Move member processing to the keyword dispatch |
commit | commitdiff | tree |
2024-11-28 |
Nick Porter | Alternative method to set fake DB conneciton handle |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Break out more parsing functions |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Start breaking out keyword parsers in dict_tokenize |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | rest: Add xlat argument for headers |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Have fr_sbuff_extend_lowat check the eof state of the... |
commit | commitdiff | tree |
2024-11-28 |
Arran Cudbard... | Realign fields |
commit | commitdiff | tree |
next |