]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-04-25  Arran Cudbard... Just set fields in the worker config directly
2025-04-25  Arran Cudbard... Rename worker_create to worker_alloc so people don...
2025-04-25  Arran Cudbard... Rename runnable_id to runnable
2025-04-25  Arran Cudbard... Use a sub-timer list to track request expiry
2025-04-25  Nick PorterKeywords docs are under <version>/reference/unlang/...
2025-04-25  Nick PorterLink to correct keyword docs
2025-04-25  Nick Porterdetached requests don't do time tracking
2025-04-25  Nick PorterCheck for request->client before checking request-...
2025-04-24  Alan T. DeKokdon't set timeout if we have a TTY and lldb / gdb
2025-04-24  Alan T. DeKokprint out references to Antora keyword docs on parse...
2025-04-24  Alan T. DeKoksome modules can _only_ be used in one namespace
2025-04-24  Alan T. DeKokdefine RADIUSD_DOC_VERSION
2025-04-24  Alan T. DeKokrevert code missed in 95d32f66831f1
2025-04-24  Alan T. DeKokdon't free name twice
2025-04-24  Alan T. DeKokadd new function names, and notes on when they are...
2025-04-24  Alan T. DeKoknote that deprecated functions are "removed"
2025-04-24  Alan T. DeKoklet's print out error messages on error
2025-04-24  Alan T. DeKokdon't write to "inst" in thread_instantiate
2025-04-24  Alan T. DeKokremove "track_connections" configuration.
2025-04-24  Nick PorterUpdate sample lua module configuration
2025-04-24  Nick PorterUpdate rlm_lua tests to use new function names
2025-04-24  Nick PorterUse a call_env to determine function names for rlm_lua
2025-04-24  Nick PorterMake fr_lua_check_func a library function
2025-04-24  Nick PorterCopy dedup_authenticator when copying clients
2025-04-24  Nick PorterSet client dedup_authenticator to "yes" by default
2025-04-23  Nick PorterUpdate example mruby module for new function names
2025-04-23  Nick PorterUse a call_env to determine function names for rlm_mruby
2025-04-23  noladedocs: update os/security certificates section
2025-04-23  Nick PorterHandle missing name2
2025-04-23  Nick PorterUpdate docs from current local dictionary comments
2025-04-23  Nick PorterUpdate docs from updated perl module
2025-04-23  Nick PorterUpdate sample perl module config
2025-04-23  Nick PorterUpdate test Perl module.conf for new function mapping
2025-04-23  Nick PorterUse a call_env to determine rlm_perl subroutine names...
2025-04-23  Alan T. DeKokallow "catch" after "timeout"
2025-04-23  Alan T. DeKokfix coverity issue by removing code
2025-04-23  Alan T. DeKokadd -e ignore_count=N
2025-04-23  Arran Cudbard... Use macros to check return codes of disam/delete functions
2025-04-22  Arran Cudbard... Remove incorrect condition in bfd/session.c, rename...
2025-04-22  Arran Cudbard... Various other timer fixes
2025-04-22  Arran Cudbard... Simplifying deleting timers in bio/fd.c and raise errors
2025-04-22  Arran Cudbard... Disarm the curl I/O timer instead of deleting it
2025-04-22  Arran Cudbard... Slightly more efficient timer armed check
2025-04-22  Arran Cudbard... Say which type of servicing failed
2025-04-22  Nick PorterWe don't recommend lua/perl/python for writing policy
2025-04-22  Nick PorterNo need to sort the list
2025-04-22  Nick PorterCorrect index itterator
2025-04-22  Alan T. DeKokmore debug messages for tracking state
2025-04-22  Alan T. DeKokadd unlang_interpret_set_timeout()
2025-04-22  noladedocs: update/copy-edit dhcpv4 pages under >>Howto ...
2025-04-22  Nick PorterUpdate docs with latest sample module confs
2025-04-21  Alan T. DeKokDon't allow "catch" by itself
2025-04-21  Alan T. DeKokgive things good names
2025-04-21  Alan T. DeKokclamp values for "retry" section
2025-04-21  Alan T. DeKokupdates from PR #5557
2025-04-21  noladedocs: import customer info CoA-Originate-Relay info...
2025-04-21  Nick PorterRe-write rlm_python howto
2025-04-21  Nick PorterAdd debug level constants to rlm_python
2025-04-21  Nick PorterTidy rlm_python copyright
2025-04-21  Nick PorterUpdate sample rlm_python config
2025-04-21  Nick PorterUpdate example.py
2025-04-21  Nick PorterUpdate Python test function names
2025-04-21  Nick PorterUse call_env to identify Python function names
2025-04-21  Nick PorterAdd tests of rlm_python attribute setting
2025-04-21  Nick PorterOnly accept an rcode in the Python function reply
2025-04-21  Nick PorterPass py_freeradius_request_t to python functions
2025-04-21  Nick PorterUpdate Python module init
2025-04-21  Nick PorterCreate py_freeradius_state_t when instantiating thread...
2025-04-21  Nick PorterRemove Python 2.x comment
2025-04-21  Nick PorterAdd py_freeradius_pair_str
2025-04-21  Nick PorterAdd py_freeradius_pair_setvalue
2025-04-21  Nick PorterAdd py_freeradius_pair_getvalue
2025-04-21  Nick PorterAdd py_freeradius_pair_map_set
2025-04-21  Nick PorterAdd py_freeradius_attribute_instance
2025-04-21  Nick PorterAdd py_freeradius_pair_map_subscript()
2025-04-21  Nick PorterAdd definitions of Python objects for pair access
2025-04-21  Nick PorterAdd functions to set and get current request from Pytho...
2025-04-21  Nick PorterUpdate Python freeradius.log() to use optional args
2025-04-21  Nick PorterAdd functions to fetch module instance from python...
2025-04-21  Nick PorterNo need to talk about Python 2
2025-04-21  Nick PorterAdd C structure for Python state object
2025-04-21  Nick PorterDefine C structures for Python request and pair objects
2025-04-21  Nick PorterDon't call python_error_log twice
2025-04-21  Nick PorterChange LOG_PREFIX to use inst->name
2025-04-21  Nick PorterSet module instance name in instance data
2025-04-21  Nick PorterThe module name is freeradius
2025-04-21  Nick PorterSwitch GitHub runners to Ubuntu 24.04 to match self...
2025-04-21  Nick PorterUse sh in place of bash
2025-04-19  Alan T. DeKokmake timeout limits warnings, and limit to max_request_time
2025-04-19  Alan T. DeKokadd headings for accountng, and add docs for timeout...
2025-04-19  Alan T. DeKokfix nav bar indentation
2025-04-19  Alan T. DeKokadd test for top-level "timeout" functionality
2025-04-19  Alan T. DeKokallow time_delta as .3, in addition to 0.3
2025-04-19  Alan T. DeKokFix typos in CI #5542
2025-04-19  Alan T. DeKokUpdate dictionary. fixes ##5545
2025-04-19  Alan T. DeKokremove duplicate includes
2025-04-19  Alan T. DeKoklimit timers
2025-04-18  Arran Cudbard... Fix issue in extendable talloced sbuffs, that would...
2025-04-18  Arran Cudbard... Extend end on talloc_extend
2025-04-18  Alan T. DeKokmake global "timeout" section work
next