]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2023-10-18  Nick PorterCorrect handling of trunk enqueue responses
2023-10-18  Alan T. DeKokdon't return grouped data
2023-10-18  Alan T. DeKokthe taint / untaint functions are pure
2023-10-18  Alan T. DeKokadd %file.escape()
2023-10-18  Nick Porterrlm_detail listener can't take the short cut when addin...
2023-10-18  Nick PorterIf poll_interval is set don't open a dummy file
2023-10-18  Nick PorterHide inactive mod_write
2023-10-18  Nick PorterAdd option to allow for non-socket listeners
2023-10-18  Nick PorterMore consistent naming with other xlats
2023-10-18  Arran Cudbard... Tweaks to the new radius_request_verify function
2023-10-18  Arran Cudbard... Use the same codepath to trigger an exit as the signal...
2023-10-17  Arran Cudbard... Include missing header
2023-10-17  Arran Cudbard... Modules should NEVER signal an event loop to exit
2023-10-17  Nick PorterAdd %radius_request_verify() xlat
2023-10-17  Alan T. DeKokallow relative attributes after DEFINEs
2023-10-17  Alan T. DeKokmake the tests depend on the RADIUS dictionary
2023-10-17  Nick PorterBetter error message
2023-10-16  Alan T. DeKokuse sbuff API to quiet Coverity. CID #1547825
2023-10-16  Alan T. DeKokmove to %file.exists()
2023-10-16  Alan T. DeKokremove "hoist vpt->xlat into xlat" in tokenize expression
2023-10-16  Alan T. DeKokadded count argument to %file.tail(). and use it in...
2023-10-16  Alan T. DeKokuse %file.tail()
2023-10-16  Alan T. DeKokadd %file.tail(), along with tests and bug fixes
2023-10-16  Alan T. DeKokmove to using internal file functions
2023-10-16  Alan T. DeKokmove more functions to their own files
2023-10-16  Alan T. DeKokmove protocol things to their own file
2023-10-16  Alan T. DeKokadd and document log.warn() and log.err()
2023-10-16  Alan T. DeKoksplit up builtin functions, as there are many of them
2023-10-16  Alan T. DeKokadd file handling functions
2023-10-15  Alan T. DeKokadd a number of file-based functions
2023-10-15  Alan T. DeKokRevert "we don't need to do "cat X | foo" when we can...
2023-10-15  Alan T. DeKokwe don't need to do "cat X | foo" when we can do "foo X"
2023-10-15  Alan T. DeKokremove accidental character
2023-10-15  Alan T. DeKokvoid malloc / free
2023-10-15  Alan T. DeKokuse correct API
2023-10-15  Alan T. DeKokpassing a NULL escape rules doesn't mean "print integer...
2023-10-15  Alan T. DeKokstart of cleaning up escaping rules
2023-10-15  Alan T. DeKokremove %integer() from the tests
2023-10-15  Alan T. DeKokno need to pass T_BARE_WORD to print_quoted. Just...
2023-10-15  Alan T. DeKokremove unnecessary header
2023-10-13  Alan T. DeKokvalidate oddities in casting
2023-10-13  Nick PorterUpdate inline docs for builtin xlats
2023-10-13  Nick PorterDon't delete .work file if there are outstanding requests
2023-10-12  Alan T. DeKokjust use %l or %c directly
2023-10-12  Alan T. DeKoktypo
2023-10-12  Alan T. DeKokstop on empty buffer, too.
2023-10-12  Alan T. DeKokadd assertion for paranoia
2023-10-12  Nick Porterdocs corrections
2023-10-12  Alan T. DeKokadd end check to loop limit
2023-10-12  Alan T. DeKokdocument "retransmit=no"
2023-10-12  Nick Porterretry.count is incremented by fr_retry_next()
2023-10-12  Alan T. DeKokif we're not retransmitting, mark done even on failure
2023-10-12  Alan T. DeKoknote limitations
2023-10-11  Nick PorterDebug output correction
2023-10-11  Alan T. DeKoklist overrides are not allowed
2023-10-11  Alan T. DeKokbetter error messages, so that we know what's going on
2023-10-11  Alan T. DeKokjust use the right comparison
2023-10-11  Alan T. DeKokempty lists are equal when compared via ==
2023-10-11  Alan T. DeKokadd %test.fail() which always returns XLAT_ACTION_FAIL
2023-10-11  Alan T. DeKokmake !(a == b) the same as (a != b)
2023-10-11  Alan T. DeKokclarify error
2023-10-10  Matthew Newtonupdate antora config
2023-10-10  Matthew Newtondon't always try and be clever with the package version
2023-10-10  Matthew Newtonadd dist version checks from v3
2023-10-10  Matthew Newtonupdate version.sh to cope with a prerelease
2023-10-10  Matthew Newtonfix version.sh output when we're on a tag
2023-10-10  Alan T. DeKokuse commas in function args and other cleanups
2023-10-10  Alan T. DeKokallow &foo := {} to mean "delete leaf attributes"
2023-10-09  Alan T. DeKokuse the correct array offsets.
2023-10-09  Alan T. DeKokquiet static analyzer
2023-10-09  Alan T. DeKokread the debug output a bit more and fix the tests
2023-10-09  Alan T. DeKokmove this back to before &&/|| changes
2023-10-09  Alan T. DeKoktry to quiet clang scan
2023-10-09  Alan T. DeKokseparate out && and || code, and clean up tests
2023-10-09  Alan T. DeKokmove %(foo:) to new syntax
2023-10-09  Alan T. DeKokmove to new syntax
2023-10-09  Alan T. DeKokconver to new function syntax
2023-10-09  Alan T. DeKokmore remove alternation :-
2023-10-09  Alan T. DeKokcatch corner cases of && and ||
2023-10-09  Alan T. DeKokremove alternation
2023-10-09  Nick PorterAlign xlat function debug with new function call format
2023-10-09  Nick PorterUpdate LDAP tests
2023-10-09  Nick PorterRemove unnecessary ""
2023-10-09  Alan T. DeKokRevert "auto-convert LDAP"
2023-10-09  Alan T. DeKokauto-convert functions with fixed string arguments
2023-10-09  Alan T. DeKokauto-convert LDAP
2023-10-09  Alan T. DeKokauto-convert SQL
2023-10-09  Alan T. DeKokmore auto-conversion
2023-10-09  Alan T. DeKokauto-convert to new syntax
2023-10-09  Alan T. DeKokCoverity #1547098
2023-10-08  Alan T. DeKokadd missing case
2023-10-08  Alan T. DeKokadd log.debug() and log.info()
2023-10-08  Alan T. DeKokadd "request" destination for linelog
2023-10-08  Alan T. DeKokremove old text
2023-10-08  Alan T. DeKokstupid local compiler misses things
2023-10-08  Alan T. DeKokremove %expr()
2023-10-08  Alan T. DeKokmore typos
2023-10-08  Alan T. DeKokshow which condition failed to parse
2023-10-08  Alan T. DeKoktypo
2023-10-08  Alan T. DeKokupdate redis tests to not use %expr
next