]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-12-07  Alan T. DeKokuse BIO fd name instead of our name
2024-12-07  Alan T. DeKokcorrect order of mkdir / open
2024-12-07  Alan T. DeKokcleanups and fixes
2024-12-07  Alan T. DeKokset the name of the BIO
2024-12-07  Alan T. DeKokrename udp_* to bio_*
2024-12-07  Alan T. DeKokmove and rename files
2024-12-07  Alan T. DeKokand rely on new fd_config.c behavior
2024-12-07  Alan T. DeKokmove to using intermediate section
2024-12-07  Alan T. DeKokCheck configuration in instantiate, before using it
2024-12-07  Alan T. DeKokcall cf_section_parse_init() for referenced rules, too
2024-12-07  Alan T. DeKokhacks to remove "udp" as a submodule.
2024-12-07  Alan T. DeKokmove around things as a temporary change for cleanups
2024-12-07  Alan T. DeKokmight as well read from stdin
2024-12-07  Alan T. DeKokdouble-check IP addresses before using them
2024-12-07  Alan T. DeKokclamp values
2024-12-07  Alan T. DeKokif read-only, set recv_buff to zero too
2024-12-07  Alan T. DeKoksome attempt to allow refs to non-root attributes
2024-12-07  Alan T. DeKokreset parent if ref'd TLV is inside of a group
2024-12-07  Alan T. DeKokBetter handle group refs to somewhere in the middle...
2024-12-06  Nick PorterSimplify indentation
2024-12-06  Nick PorterUse standard pair printing
2024-12-06  Nick PorterTLS virtual-server option is part of tls config, not...
2024-12-05  Alan T. DeKokopen file descriptor via the BIO API
2024-12-05  Alan T. DeKoksome more cleanups
2024-12-05  Alan T. DeKokseparate client and server BIO config
2024-12-05  Alan T. DeKokswap to using fr_bio_fd_config for IP / port parsing
2024-12-05  Alan T. DeKokadd note on perhaps suprising behavior
2024-12-05  Alan T. DeKoksort names properly
2024-12-05  Alan T. DeKoktypo
2024-12-05  Alan T. DeKokstart of radius2 module
2024-12-05  Nick PorterUpdate sample winbind config to reflect slab parameters
2024-12-05  Nick PorterSwitch rlm_winbind from fr_pool_t to slab allocation...
2024-12-05  Nick PorterTry alternate condition syntax
2024-12-05  Nick Portermschap pwdchange tests return invalid on builds without...
2024-12-05  Nick PorterEnable rlm_mschap tests
2024-12-05  Nick PorterUpdate sample mschap config to reflect slab parameters
2024-12-05  Nick PorterSwitch mschap from fr_pool_t to slab allocation for...
2024-12-05  Nick PorterPass auth_ctx to do_auth_wbclient()
2024-12-05  Nick PorterSimplify arguments to do_mschap()
2024-12-05  Nick PorterSimplify arguments to mschap_process_v2_response()
2024-12-05  Nick PorterWS
2024-12-05  Nick PorterSimplify arguments to mschap_process_response()
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2024-12-05  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2024-12-04  Nick PorterIf rlm_python instantiation fails, free the interpreter
2024-12-04  Nick PorterReport progress of loading Python funcitons
2024-12-04  Nick PorterSwitch linking test function for rlm_python
2024-12-04  Alan T. DeKokadd FR_CONF_OFFSET_REF()
2024-12-04  Alan T. DeKokmove rule parsing to its own function
2024-12-04  Alan T. DeKokrearrange configuration into subsections
2024-12-03  Nick PorterRemove unused variables
2024-12-03  Nick PorterNo need for OpenSSL version formatting for versions < 3
2024-12-03  Nick PorterOpenSSL >= 3.0 has API/ABI compatibility within major...
2024-12-02  Alan T. DeKokadd cbor to the fuzzer, and fix a few issues it found
2024-12-02  Alan T. DeKokadd fr_dict_t* to test_ctx parameters
2024-12-02  Alan T. DeKokATOMIC_VAR_INIT has been removed from C23
2024-12-02  Nick PorterAdd libfreeradius-bio-config.so to RHEL packaging
2024-12-02  Nick PorterTypo
2024-12-01  Alan T. DeKokformat string cleanups
2024-11-30  Alan T. DeKokremove extraneous ;
2024-11-30  Alan T. DeKoktrue and false are in stdbool, we don't need to redefin...
2024-11-30  Alan T. DeKokC23 defines static_assert
2024-11-30  Alan T. DeKokminor tweaks
2024-11-30  Alan T. DeKokmove to common functions for parsing permissions
2024-11-30  Alan T. DeKokparse named permissions, too
2024-11-30  Alan T. DeKokadd conf_parser_t for FD BIO
2024-11-29  Alan T. DeKokAdd fr_perm_mode_from_str()
2024-11-29  Alan T. DeKokpermissions are octal, not binary
2024-11-29  Nick PorterAdd notes about behaviour of control.EAP-Type
2024-11-29  Alan T. DeKokalways allocate track, even when replicating
2024-11-29  Alan T. DeKokensure cbor_guess_type() always returns a type
2024-11-29  Alan T. DeKokremove replication-specific functions
2024-11-29  Alan T. DeKokremove unused code
2024-11-29  Alan T. DeKokmove rlm_radius to using the unlang retry functionality
2024-11-29  Alan T. DeKokevents are parented from the "state" in the stack frame
2024-11-29  Alan T. DeKokpush more things to rlm_radius_udp
2024-11-29  Nick PorterPacify Coverity (CID #1634587)
2024-11-29  Nick PorterCorrect comment on free ID range
2024-11-29  Nick PorterCatch failure returned by cbor_guess_type() (CID #1634805)
2024-11-29  Arran Cudbard... Add support for inline BEGIN keyword for protocols
2024-11-28  Arran Cudbard... Rename BEGIN-TLV and END-TLV to BEGIN and END, and...
2024-11-28  Arran Cudbard... Rework nest values so its a bit field
2024-11-28  Arran Cudbard... Fix clang analyzer builds
2024-11-28  Arran Cudbard... Integrate the nesting type when we push frames onto...
2024-11-28  Arran Cudbard... Various dict_tokenize renames
2024-11-28  Arran Cudbard... Run finalise when we're done processing the file also
2024-11-28  Arran Cudbard... Move member processing to the keyword dispatch
2024-11-28  Nick PorterAlternative method to set fake DB conneciton handle
2024-11-28  Arran Cudbard... Break out more parsing functions
2024-11-28  Arran Cudbard... Start breaking out keyword parsers in dict_tokenize
2024-11-28  Arran Cudbard... rest: Add xlat argument for headers
2024-11-28  Arran Cudbard... Have fr_sbuff_extend_lowat check the eof state of the...
2024-11-28  Arran Cudbard... Realign fields
next