]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-09-10  James Jonesuse strlcpy()i rather than strcpy() (CIDs #1618878...
2024-09-10  Nick PorterExtend connect_timeout as well
2024-09-10  Alan T. DeKokdon't cast xlat function arguments
2024-09-10  Alan T. DeKokcheck for dict compatibility, not equality
2024-09-10  Alan T. DeKokwhen parsing attributes by number, use the real protoco...
2024-09-10  Alan T. DeKokcheck for unspecified tails
2024-09-10  Alan T. DeKokRevert "Revert "add test looping over children of a...
2024-09-10  Nick PorterIncrease timeout for rest calls in CI
2024-09-10  Nick PorterSwitch LDAP SASL tests to use SCRAM-SHA-512
2024-09-10  Nick PorterCorrect conditions for reparenting query when cancellin...
2024-09-10  Nick PorterEnsure packages are up to date in CI runners
2024-09-09  Alan T. DeKokcasr to string
2024-09-09  Alan T. DeKoktypos and fixes
2024-09-09  Alan T. DeKokadded missing page
2024-09-09  Alan T. DeKokupdates and clarifications
2024-09-09  Alan T. DeKokmove function to only place which uses it
2024-09-09  Alan T. DeKoktypos
2024-09-09  Alan T. DeKokeval should call xlat_tokenize_expression()
2024-09-09  Alan T. DeKokmore examples and updates
2024-09-09  ethan-thompsonMove tls private key password to common code
2024-09-09  ethan-thompsonAdd tls error message drain function
2024-09-09  ethan-thompsonSet a proper error message for private key password...
2024-09-09  ethan-thompsonChange hidden flag value to non-zero
2024-09-09  Nick PorterAdd CTS DHCPv4 dictionary
2024-09-09  Nick PorterAnother UBSAN false positive
2024-09-07  Alan T. DeKokinitialize variable
2024-09-06  Alan T. DeKokadd support for foreach ... (%sql("SELECT ...))
2024-09-06  Alan T. DeKokdon't use unlang keyword as variable name
2024-09-06  Alan T. DeKoklocal variables can't be keywords
2024-09-06  Alan T. DeKokadd migration flag to test runs, and remove "&" from...
2024-09-06  Alan T. DeKokexpose and use tmpl_require_enum_prefix flag
2024-09-06  Alan T. DeKokprovisions for tmpl_require_enum_prefix=yes
2024-09-06  Alan T. DeKokuse ::enum here, too
2024-09-06  Alan T. DeKokreturn code is signed
2024-09-06  Alan T. DeKokdocument new syntax and add more examples
2024-09-06  Alan T. DeKokadd explanation of why we don't want to do certain...
2024-09-05  Alan T. DeKokmove to protocol::enum for subrequest
2024-09-05  Alan T. DeKokuse ::enum-name for subrequest enums
2024-09-05  Nick PorterAdd match_attr to rlm_files tests
2024-09-05  Nick PorterAdd match_attr option to rlm_files
2024-09-05  Nick PorterTypo
2024-09-05  Nick PorterAdd %ip.v4.netmask() and %ip.v4.broadcast() xlats
2024-09-05  Alan T. DeKok"out" is ptr to ptr _only_ for octets / string types
2024-09-05  Alan T. DeKokcatch more corner cases of bare words in "case" for...
2024-09-05  Alan T. DeKokupdates to handle tmpl_require_enum_prefix
2024-09-05  Alan T. DeKokarguments to 'case' must be static data
2024-09-05  Alan T. DeKokadd test missed in commit 9578a1bf8
2024-09-05  Arran Cudbard... Better name for bool
2024-09-05  Arran Cudbard... Add custom selinux module to our RPMs
2024-09-05  Arran Cudbard... Revert "maybe pthread functions are in -lc?"
2024-09-04  Alan T. DeKokadd looping over TLVs
2024-09-04  Alan T. DeKokensure that the data types in "foreach" are compatible
2024-09-04  Nick PorterMore trunk connection UBSAN false positives
2024-09-04  Nick PorterMore connection_t related UBSAN false positives
2024-09-04  Nick PorterUBSAN false positives on trunk connection_alloc calls
2024-09-04  Nick PorterMore UBSAN function signature false positives
2024-09-04  Nick Porterfr_assert does noting on NDEBUG builds
2024-09-04  Nick PorterCorrect fr_fatal_assert macro
2024-09-04  Nick PorterAlterative ipv6 masking to work round alignment issues
2024-09-03  Alan T. DeKokRevert "add test looping over children of a TLV"
2024-09-03  Alan T. DeKokdon't copy children of a group
2024-09-03  Alan T. DeKokadd TMP TLV and test
2024-09-03  Alan T. DeKokdelete old attributes every time through the loop
2024-09-03  Alan T. DeKokcopy children of structural attributes
2024-09-03  Alan T. DeKokadd API to copy attributes to a different dictionary
2024-09-03  Alan T. DeKokmove assertion to run-time error
2024-09-03  Alan T. DeKokadd test looping over children of a TLV
2024-09-03  Alan T. DeKokcheck if the dictionaries are compatible.
2024-09-03  Alan T. DeKokdocument attr_prefix and key off of enum value, not '&'
2024-09-03  Alan T. DeKokadd assertions to make intent clear
2024-09-03  Alan T. DeKokuse correct names
2024-09-03  Alan T. DeKoktweak docs to more clearly describe what's happening
2024-09-03  Alan T. DeKokadd migration flag for tmpl_require_enum_prefix
2024-09-03  Nick PorterAdd test for DHCPv4 options after Pad Option
2024-09-03  Nick PorterWalk over padding bytes when decoding DHCPv4
2024-09-03  Nick PorterUbuntu 24.04 already uses OpenSSL 3.0
2024-09-03  Nick PorterPacify UBSAN
2024-09-03  Nick PorterConsistent function signature for compile_*
2024-09-03  Nick PorterTypo
2024-09-03  Nick Portergcc doesn't have __has_feature
2024-09-03  Arran Cudbard... Start the very long process of placating ubsan
2024-09-02  Alan T. DeKoktypo
2024-09-02  Alan T. DeKokenable expressions in attribute array indexes
2024-09-02  Alan T. DeKokadd function to evaluate xlat in place, to a type
2024-09-02  Alan T. DeKokadd function to evaluate xlat in place
2024-09-02  Alan T. DeKokremove duplicate casts
2024-09-02  Nick PorterCorrect installation of libstdc++
2024-09-02  Alan T. DeKokempty strings are empty lists
2024-09-02  Alan T. DeKokjust left-pad with zeros on cast from "too small" octet...
2024-09-02  Alan T. DeKokdon't mash RHS to one string return the set
2024-09-02  Alan T. DeKokkey off of state, and not just '&'
2024-09-02  Nick Porter2nd attempt to clean up "set leaf num" API
2024-09-02  Alan T. DeKokRevert "clean up "set leaf num" API"
2024-09-02  Alan T. DeKokupdate tokenizer for tmpl_require_enum_prefix
2024-09-02  Alan T. DeKokhoist "set flag" to before we read the config files
2024-09-02  Alan T. DeKokdon't let the user delete attributes we're looping...
2024-09-02  Alan T. DeKokclean up "set leaf num" API
2024-09-02  Alan T. DeKokcleanups and fixes from previous commit
2024-09-02  Alan T. DeKokjust use function instead of "roll your own" code
2024-09-02  Alan T. DeKokremove unused function
next