]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-09-17  Nick PorterUpdate control_test to use current APIs and use variabl...
2025-09-17  Nick PorterRe-enable ring_buffer_test
2025-09-17  Nick PorterCorrect comment
2025-09-17  Nick PorterPop all pending control messages when the read event...
2025-09-17  Nick PorterDon't re-run garbage collection
2025-09-17  Nick PorterRetry writing to the pipe if it fails with EAGAIN ...
2025-09-17  Nick PorterCorrect EV_SET for triggering user event
2025-09-17  Nick PorterAlign macro argument names with their use
2025-09-17  Nick PorterNo need to pass in event list as fr_event_user_t contai...
2025-09-17  Nick PorterDon't drop capabilities too early
2025-09-15  Alan T. DeKokclear CAP_SUID and CAP_GUID as necessary. Fixes #5647
2025-09-15  Nick PorterPackage libfreeradius-der in .deb packages
2025-09-15  Nick PorterOptionally decode certificates using the DER decoder
2025-09-15  Nick PorterUse mmap to allocate for OpenSSL stack allocation
2025-09-10  Arran Cudbard... Add additional test for nested JSON encoding
2025-09-10  ethan-thompsonUpdate wiki link for redhat FAQ
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2025-09-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2025-09-04  Nick PorterAdd test of %smtp.send() xlat
2025-09-04  Nick PorterAdd %smtp.send() xlat
2025-09-04  Nick PorterCorrect debug message types
2025-09-04  Nick PorterUse correct rcode depending on why the call could not run
2025-09-04  Nick PorterCorrect comment
2025-09-04  Nick PorterMake sure the randle is released if enqueue fails
2025-09-04  Arran Cudbard... Add aliases for sha2/sha3
2025-09-04  Arran Cudbard... Equality not assignment...
2025-09-04  Arran Cudbard... Add ordering match on attributes, to allow server side...
2025-09-03  Nick PorterPass the correct uctx when resetting the timer
2025-09-03  Nick PorterRetry request will have state TRUNK_REQUEST_STATE_SENT
2025-09-03  Nick PorterPacify Coverity (CID #1503923)
2025-09-03  Nick PorterPacify Coverity (CID #1520878)
2025-09-03  Nick PorterCorrect logic for finding trigger section for exfiles...
2025-09-03  Nick PorterPacify coverity (CID #1665209, #1665208, #1665207)
2025-09-03  Nick PorterEnsure pair list is allocated (CID #1665210)
2025-09-02  Nick PorterUpdate repo lists after adding NR extras
2025-09-02  Nick PorterDoxygen fixes
2025-09-01  Alan T. DeKokadd backlog parameter for the listen() API
2025-09-01  Alan T. DeKokadd more comments
2025-09-01  Nick PorterRemove redundant options
2025-09-01  Nick Portermode has to be set correctly, due to the CONF_PARSER...
2025-09-01  Nick PorterRemove incorrect comment
2025-09-01  Nick PorterEnable NR extras repo
2025-09-01  Nick PorterUse Module-Name and Module-Instance in global triggers
2025-09-01  Nick PorterUse correct value for trigger name
2025-08-29  Nick PorterPass trigger_args to trunk_alloc
2025-08-29  Nick PorterAdd trigger_args to rlm_tacacs
2025-08-29  Nick PorterAdd trigger_args to rlm_radius
2025-08-29  Nick PorterNo need for goto error
2025-08-29  Nick PorterAdd trigger args to rlm_ldap
2025-08-29  Nick PorterAdd trigger_args to rlm_sql
2025-08-29  Nick PorterAdd module_trigger_args_build
2025-08-29  Nick PorterAdd extra internal attributes for triggers
2025-08-29  Nick PorterCorrect comment
2025-08-29  Nick PorterAdd trigger_args to trunk
2025-08-29  Nick PorterRemove stray &
2025-08-26  Nick PorterAllow control of triggers for rlm_redis_* using a conf...
2025-08-26  Alan T. DeKokadd a completely bizarre, weird, confusing, and ridicul...
2025-08-26  Alan T. DeKokadd more helpful error message
2025-08-26  Nick PorterNo need for documentation build deps on crossbuild...
2025-08-26  Nick PorterCorrect talloc parenting of dynamic radclient
2025-08-26  Alan T. DeKokcreate Event-Timestamp if it doesn't exist
2025-08-26  Alan T. DeKokaccount for Acct-Delay-Time, too
2025-08-25  Alan T. DeKoktypo
2025-08-25  Nick PorterSet box to true if touch succeeds
2025-08-25  Nick PorterAdd test server environment variables to .vscode launcher
2025-08-25  Alan T. DeKokupdate key field based on found struct
2025-08-25  Nick PorterEnsure ci is populated
2025-08-25  Nick PorterDefine %file.touch()
2025-08-25  Nick PorterThese are freed by freeing request
2025-08-25  Nick PorterLDAP and SQL triggers are now driven by trunk code
2025-08-25  Nick PorterWS
2025-08-25  Nick PorterCorrect comment
2025-08-25  Nick PorterAdd new MIB for trunk state triggers
2025-08-25  Nick PorterDon't attempt to run triggers when there's no event...
2025-08-25  Nick PorterSet trigger_prefix for rlm_detail
2025-08-25  Nick PorterIf trigger_prefix is defined, use the passed in CONF_SE...
2025-08-25  Nick PorterAdd caching of trigger CONF_PAIRs and trigger undef...
2025-08-25  Nick PorterAdd optional CONF_PAIR ** argument to trigger()
2025-08-25  Nick PorterMake connections triggers optional
2025-08-25  Nick PorterCache when trunk triggers are not found
2025-08-25  Nick PorterMake exfile based triggers optional
2025-08-25  Nick PorterReturn different values depending on why a trigger...
2025-08-25  Nick PorterUse a conf parser function to find module trunk trigger...
2025-08-25  Nick PorterAdd CONF_SECTION for trunk connection / request triggers
2025-08-25  Nick PorterMove trunk triggers boolean to trunk->conf
2025-08-25  Nick PorterIf we find the module "trigger" subsection, use it
2025-08-25  Alan T. DeKokminor cleanups and notes
2025-08-25  Alan T. DeKokadd migration flag for key field transition
2025-08-25  Alan T. DeKokit helps to parse unions here, too
2025-08-24  Alan T. DeKokmove encode_keyed_struct() to its own function
2025-08-24  Alan T. DeKokmove encode_tlv() to child function
2025-08-24  Gerald Vogtrun dir is moved to /run (#5636)
2025-08-24  Gerald VogtUse of MemoryLimit is deprecated (#5638)
next