]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-06-18  Arran Cudbard... Look in the correct place for transaction results
2025-06-18  Arran Cudbard... Fix auto-added headers
2025-06-18  Arran Cudbard... Use new rcode location in catch
2025-06-18  Arran Cudbard... Not finding a capture group should not be fail, it...
2025-06-18  Arran Cudbard... Global timeout is the only thing that produces a timeou...
2025-06-18  Arran Cudbard... Remove RETURN_MODULE_TRANSPARENT
2025-06-18  Arran Cudbard... Don't overwrite frame state in dhcpv6 state machine
2025-06-18  Arran Cudbard... Discard rcodes from finally
2025-06-18  Arran Cudbard... Don't include ourselves...
2025-06-18  Arran Cudbard... Switch to using unlang_result_t for process functions...
2025-06-18  Arran Cudbard... Add macros to populate unlang_result_t
2025-06-18  Arran Cudbard... Rework state machines so that they operate consistently...
2025-06-18  Arran Cudbard... Allow modules to specify the size and type of the rctx...
2025-06-18  Arran Cudbard... Pass arguments to push functions in a structure
2025-06-18  Arran Cudbard... We don't return yield anymore
2025-06-18  Arran Cudbard... Start simplifying rcode handling
2025-06-18  Arran Cudbard... Use proper type for the rcode priority
2025-06-18  Arran Cudbard... Minor interpreter cleanups
2025-06-18  Arran Cudbard... No customers here...
2025-06-18  Arran Cudbard... Make the delay module transparent for rcodes
2025-06-18  Alan T. DeKokthere is no 6th expansion, so we don't expand it
2025-06-17  Nick PorterMove all rlm_crl tests to one file
2025-06-17  Alan T. DeKokreturn fail on LHS expansion failed, too
2025-06-17  Alan T. DeKokfailed expanding RHS xlat is an rcode FAIL
2025-06-17  Alan T. DeKokadd test to match padding commit b3f996f
2025-06-17  Nick PorterWalk over DHCPv4 padding option rather than returning...
2025-06-17  Nick PorterLook up interface packet was received on if inst->inter...
2025-06-17  Nick PorterSet IP_RECVIF on BSD sockets to get interface details
2025-06-17  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
2025-06-17  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
2025-06-16  Alan T. DeKokset error only if it failed
2025-06-16  Nick PorterAdd CHAP to radclient tests
2025-06-16  Nick PorterCreate CHAP-Challenge attribute if not set
2025-06-16  Nick PorterCHAP-Challenge is not fixed to 16 octets
2025-06-16  Nick PorterRemove Password.Cleartext from expected radclient test...
2025-06-16  Nick PorterNo need to copy User-Password to Password.Cleartext
2025-06-16  Nick PorterSet prefix length so address comparisons work
2025-06-13  Nick PorterAssociate a dictionary with %<proto>.decode xlats
2025-06-13  Nick PorterMove fr_der_decode_ctx_t definition to header
2025-06-13  Nick PorterMove dict_der to attrs.h
2025-06-13  Nick PorterRemove unused variable
2025-06-13  Nick PorterEnsure header only included once
2025-06-13  noladedocs: v3-v4 markup with warning HIVE 3608
2025-06-13  Alan T. DeKokif (failed expansion) --> fail
2025-06-13  Alan T. DeKokprint comparisons and binary ops better
2025-06-13  Alan T. DeKokuse ... for ignored data, as with other messages
2025-06-13  Alan T. DeKokuse :=, to force the assignment
2025-06-13  Nick PorterCapture Module-Failure-Message from verify certificate...
2025-06-12  Nick PorterReport revoked certificates as errors
2025-06-12  Nick PorterRemove redundant header
2025-06-12  Nick PorterDelta CRLs can reference an older base than the current
2025-06-12  Nick PorterReport CRL numbers when there is a mis-match error
2025-06-12  Nick PorterRemove incorrect comment
2025-06-12  Nick PorterRemove comment - mod_load no longer initialises libcurl
2025-06-12  Nick PorterRemove unnecessary includes
2025-06-12  Nick PorterUse separate CRL file for each test
2025-06-12  Nick PorterAdd application/pkix-crl to known REST Content-Type...
2025-06-12  Nick Porter%M is supposed to be microseconds, not milliseconds
2025-06-11  Nick PorterCorrect module name
2025-06-11  Nick PorterCan't test rlm_crl if FreeRADIUS was built without SSL
2025-06-11  Nick PorterAdd basic tests of rlm_crl
2025-06-10  Nick PorterSet allow_core_dumps to yes for developer builds
2025-06-10  Nick PorterCorrect ZSCORE check after unassigning a static IP
2025-06-10  Nick PorterRemove stray %
2025-06-10  Nick PorterAllow reading binary data using rlm_exec
2025-06-10  Nick PorterUpdate rlm_mruby docs from raddb
2025-06-10  Nick PorterFix RHEL packaging for rlm_mruby
2025-06-10  Nick PorterMove sample Ruby to raddb so it gets packaged
2025-06-10  Nick PorterTidy sample Ruby
2025-06-10  Nick PorterUpdate mruby sample config with notes on attribute...
2025-06-10  Nick PorterAdd tests of pair list access from mruby
2025-06-10  Nick PorterDon't run instantiate module if it doesn't exist
2025-06-10  Nick PorterAdd `append` method to mruby Pair class
2025-06-10  Nick PorterAdd `del` method to mruby Pair class
2025-06-10  Nick PorterRemove redundant mruby add_vp_tuple
2025-06-10  Nick PorterOnly allow fixednum return now mruby can set pairs...
2025-06-10  Nick PorterRemove mruby pair list marshalling functions
2025-06-10  Nick PorterReport what is being called
2025-06-10  Nick PorterUse mruby PairList class for passing list roots to...
2025-06-10  Nick PorterAdd `method_missing` method to mruby PairList class
2025-06-10  Nick PorterAdd `set` method to mruby Pair class
2025-06-09  Nick PorterAdd `get` method to mruby Pair class
2025-06-09  Nick PorterAdd `keys` method to mruby PairList
2025-06-09  Nick PorterAdd mruby Pair class
2025-06-09  Nick PorterDefine mruby PairList class and its initialize function
2025-06-09  Nick PorterChange default mruby module name to FreeRADIUS
2025-06-09  Nick PorterAdd Ptr class to use for passing C pointers
2025-06-09  Nick PorterDefine mruby_pair_t
2025-06-09  Nick PorterDefine mruby data types and functions for accessing...
2025-06-09  Nick PorterMove rlm_mruby_t definition to shared header
2025-06-09  Nick PorterPacify Coverity (CID #1648478)
2025-06-09  Nick PorterCheck box is allocated (CID #1648479)
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
next