]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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
2025-06-09  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2025-06-05  Nick PorterAdd rlm_crl docs from sample config
2025-06-05  Nick PorterUpdate docs from raddb changes
2025-06-05  Nick PorterDocument %ldap.uri.attr_option
2025-06-05  Nick PorterAdd tests of %ldap.uri.attr_option
2025-06-05  Nick PorterAdd %ldap.uri.attr_option
2025-06-05  Nick PorterPacify Coverity (CID #1648447)
2025-06-05  Nick PorterCheck return value (CID #1648446)
2025-06-04  Nick PorterCheck return code from base CRL lookup
2025-06-04  Nick Porterrlm_crl requires OpenSSL to build
2025-06-04  Nick PorterAdd rlm_crl to RHEL packaging
2025-06-04  Nick PorterAllow soft failure when ldap expansion is not configured
2025-06-04  Nick PorterWhen a base CRL expires, expire the deltas
2025-06-04  Nick PorterLimit extracted CDP to those covering all reasons
2025-06-04  Nick PorterAdd crlNumber to dummy CRL
2025-06-04  Nick PorterAdd notes on CDP with ldap:/// prefix
2025-06-04  Nick PorterCheck for delta CRL in crl_check_serial
2025-06-04  Nick PorterReturn found crl entry from crl_check_serial
2025-06-04  Nick PorterHaving retrieved a base CRL, check the delta if the...
2025-06-04  Nick PorterAllow different forced expiry interval for delta CRLs
2025-06-04  Nick PorterUse reference to base_crl to indicate we're reading...
2025-06-04  Nick PorterCorrect comment
2025-06-04  Nick PorterAdd a status to rlm_crl_ctx_t to track which type of...
2025-06-04  Nick PorterCRL reason "remove from CRL" is different from not...
2025-06-04  Nick PorterRestructure processing of multiple CRL distrubution...
2025-06-04  Nick PorterFix comment
2025-06-04  Nick PorterAdd verification of CRL signatures
2025-06-04  Nick PorterAllow per scheme expansions for CRL retrieval
2025-06-04  Nick PorterExtract URIs from Freshest CRL extension
2025-06-04  Nick PorterExtract and store CRL number
2025-06-04  Nick PorterAdd early_refresh option to rlm_crl
2025-06-04  Nick PorterAdd application/x-pkcs7-crl to known Content-Type values
2025-06-04  Nick PorterUse nextUpdate from CRL to set expiry timer
2025-06-04  Nick PorterFree crl when it's expired
2025-06-04  Nick Portercrl->ev needs to hold the expiry timer event
2025-06-04  Nick PorterMake sure errors are printed
2025-06-04  Nick PorterCorrect handling of X509_CRL_get0_by_serial
2025-06-04  Nick PorterAdd conf parser to get force_expiry value
2025-06-04  Nick PorterWe remove the data from the tree, not its node member
2025-06-04  Nick PorterReference module instance in crl
2025-06-04  Nick PorterInsert CRL into tree
next