]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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
2024-11-28  Arran Cudbard... Add test case from https://github.com/FreeRADIUS/freera...
2024-11-27  Arran Cudbard... Use memory safe functions when searching for needles
2024-11-27  Alan T. DeKokpass the current sbuff, not the parent one
2024-11-27  Alan T. DeKokreset the input pointer if it changes. Fixex #5462
2024-11-27  Alan T. DeKokhelper macro for laziness
2024-11-27  Nick PorterBuild eap round data if needed
2024-11-27  Nick PorterCorrect freeing of Cassandra results
2024-11-27  Nick PorterIn-progress eap returns ok or updated
2024-11-27  Nick PorterFree Cassandra statement after executing
2024-11-27  Nick PorterEnsure arg is initialised
2024-11-27  Nick PorterDoxygen fix ups
2024-11-27  Nick PorterUpdate sample SQL module config now all drivers use...
2024-11-27  Nick PorterRemove pool from SQL instance data
2024-11-27  Nick PorterRemove un-used code
2024-11-27  Nick PorterRemove rlm_sql_handle_t
2024-11-27  Nick PorterRemove legacy query functions
2024-11-27  Nick PorterRemove legacy functions from sql driver data
2024-11-27  Nick PorterRemove SQL pool connection function
2024-11-27  Nick PorterConvert rlm_sql_null to trunk connections
2024-11-27  Nick PorterRemove handle from sql_escape_uctx_t
2024-11-27  Nick PorterRemove handle from sqlippool ctxs
2024-11-27  Nick PorterRemove handle from sql_group_xlat_ctx_t
2024-11-27  Nick PorterRemove handle from sql_redundant_ctx_t
2024-11-27  Nick PorterRemove handle from sql_autz_ctx_t
2024-11-27  Nick PorterRemove handle from fr_sql_query_t
2024-11-27  Nick PorterRemove transitional uses_trunks flag and associated...
2024-11-26  Arran Cudbard... Remove defunct EAP policies
2024-11-26  Nick PorterUse sqlcli1.h to access connection attribute setting API
2024-11-26  Nick PorterRe-work rlm_sql_db2 to use trunks
2024-11-26  Nick PorterFix db2 build errors
2024-11-25  Alan T. DeKokencode and decode interface definitions with prefix...
2024-11-25  Alan T. DeKokadd test for known vendor and unknown attribute
2024-11-25  Alan T. DeKokset prefix for IPs
2024-11-25  Nick PorterSimplify sql_error_t
2024-11-25  Nick PorterRe-work rlm_sql_cassandra to work async and use trunks
2024-11-25  Nick PorterOnly re-parent query_ctx if there is a cancel mux function
2024-11-25  Nick PorterRemove reference to ancient deprecated function call
2024-11-25  Nick PorterAdd a uctx to fr_sql_query_t
2024-11-25  Nick PorterAdd SQL driver flag to allow mulitple queries per conne...
2024-11-25  Nick PorterWS
2024-11-25  Nick PorterFree old result before looking for the next
2024-11-25  Nick PorterCreate mutable data for Cassandra module instance
2024-11-25  Nick Portermod_instantiate doesn't return RLM_SQL_*
2024-11-25  Nick PorterDon't create tls conf section if it's not in the config
2024-11-25  Nick PorterRemove libcassandra driver options deprecated over...
2024-11-25  Alan T. DeKokpop any log we pushed for a virtual server
2024-11-25  Alan T. DeKokquiet clang scan
2024-11-23  Alan T. DeKoknote triple-quoted strings, and word smithing
2024-11-23  Alan T. DeKokadd and document "log = ..." in a virtual server.
2024-11-23  Alan T. DeKokdon't mash log->file. Or, set it from the input file
2024-11-23  Alan T. DeKoktypo
2024-11-23  Alan T. DeKoktypo
2024-11-23  Alan T. DeKokwe don't need these tests any more
2024-11-23  Alan T. DeKokremove back-ticks
2024-11-23  Alan T. DeKokmacro to return better errors
2024-11-23  Alan T. DeKokuse num_elements() to get more deterministic encoding
2024-11-22  Alan T. DeKokit helps to set "triple"
2024-11-22  Nick PorterUpdate sample Oracle driver config
2024-11-22  Nick PorterRe-work rlm_sql_oracle to work async with trunks
2024-11-22  Nick PorterParse SQL trunk config before instantiating the driver
2024-11-22  Alan T. DeKokparse triple-quoted strings in expressions
2024-11-22  Alan T. DeKokadd terminals and parse rules for triple-quoted strings
next