]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-05-01  Alan T. DeKokuse less memory. Don't allocate struct and then over... ci-debug
2025-05-01  Alan T. DeKokadd / update list disarm / arm, which is only for sub...
2025-05-01  Alan T. DeKokadd support for 'continue'
2025-05-01  Alan T. DeKokallow "break" inside of "case"
2025-05-01  Alan T. DeKokretry limits return timeout, not fail
2025-05-01  Alan T. DeKoktweak and refer to rcode table
2025-05-01  Alan T. DeKokdocument timeout rcode
2025-04-30  Arran Cudbard... uflags don't unwind anything anymore
2025-04-30  Arran Cudbard... Ensure old is initialised in all code paths
2025-04-30  Arran Cudbard... Shutup GCC
2025-04-30  Arran Cudbard... Make redundant work with "timeout"
2025-04-30  Arran Cudbard... Initialise break/return depth to a frame deeper than...
2025-04-30  Arran Cudbard... Check we have a stack as is done elsewhere
2025-04-30  Arran Cudbard... Update docs for timeout/catch
2025-04-30  Arran Cudbard... Lack of siblings to catch sections should not trigger...
2025-04-30  Arran Cudbard... Remove timeout { ... } catch { ... } and add support...
2025-04-30  Arran Cudbard... Regression tests for try/catch
2025-04-30  Arran Cudbard... Move success out of the catch section, this ensure...
2025-04-30  Arran Cudbard... Log what we're catching
2025-04-30  Arran Cudbard... If we pass a NULL next to frame_set_next, just return...
2025-04-30  Arran Cudbard... Add a timeout rcode
2025-04-30  Arran Cudbard... Remove interpreter stop callback
2025-04-30  Arran Cudbard... frame_pop can pop the top frame too
2025-04-30  Arran Cudbard... We don't need to set the result when we're cancelling...
2025-04-30  Arran Cudbard... Move to synchronous stack unwinding on cancellation
2025-04-30  Arran Cudbard... Check alloc
2025-04-30  Arran Cudbard... WS
2025-04-30  Arran Cudbard... Move unwind frame flags into an enum
2025-04-30  Arran Cudbard... s/UNWIND_FLAG/UNWIND_FRAME_FLAG/g
2025-04-30  Arran Cudbard... s/unlang_frame_signal/unlang_stack_signal/g
2025-04-30  Arran Cudbard... Don't need to set fields to false for unlang ops
2025-04-30  Alan T. DeKokshut up compiler
2025-04-30  Alan T. DeKokrename "proto = detail" to "handler = detail"
2025-04-30  Alan T. DeKokcomplain when no 'send foo' section is found for reply...
2025-04-30  Alan T. DeKokevery 'type = foo' also requires a 'recv foo'
2025-04-30  Alan T. DeKokall listeners must have a 'transport' section
2025-04-30  Alan T. DeKokevery listener MUST have an "open" call
2025-04-30  Alan T. DeKokrefuse to start when no 'listen' sections are configured.
2025-04-30  Nick PorterIgnore packaging system upgrade produced config files
2025-04-30  Nick PorterAdd notes on rlm_python changes to upgrade doc
2025-04-29  noladedocs: Reorganized sqlippool section and 1st pass edit...
2025-04-29  Alan T. DeKokreplace %{1} with %regex.match(1)
2025-04-29  Alan T. DeKok%regex() -> %regex.match()
2025-04-29  noladedoc: import customer docs Recover SQL IP Pools (HIVE...
2025-04-29  Alan T. DeKokadd test for local variables in subrequest
2025-04-29  Nick PorterAllow local variables in subrequests
2025-04-28  Alan T. DeKokit helps to update this, too
2025-04-28  Alan T. DeKokallow replication to TCP sockets
2025-04-28  Alan T. DeKokpacket verification is handled in the BIO callbacks
2025-04-28  Alan T. DeKokdon't convert the input key to a string
2025-04-28  Alan T. DeKokjust use fr_value_box_cast() in tmpl_to_type
2025-04-28  Alan T. DeKokresolve tmpls before returning them to LDAP
2025-04-28  Alan T. DeKokunconnected replication sockets can only be UDP
2025-04-28  Nick PorterAdd test to proxy detached subrequest
2025-04-28  Nick PorterSubrequests are talloc'd not reserved from the slab
2025-04-28  Nick PorterAdd redis xlat tests
2025-04-28  Nick PorterAdd test of rlm_radius as originator using subrequest
2025-04-28  Nick PorterBetter assert for boxes which can be truthy
2025-04-28  Nick PorterAdd call to %delay() to detached subrequest test
2025-04-28  Alan T. DeKokupdate subrequest with more examples
2025-04-27  Alan T. DeKokexit after 5min in the tests
2025-04-27  Alan T. DeKokbuild on systems without lsb_release
2025-04-27  Alan T. DeKokrewrite tmpl_to_atype()
2025-04-27  Alan T. DeKokremove unused assignment
2025-04-27  noladeAdded auditing info from customer doc and wiki.
2025-04-27  noladeupdate and copy/edit Howto Guides >> Vendors section
2025-04-26  Alan T. DeKokrename subst -> str.subst
2025-04-26  Alan T. DeKokprint out the thing we looked up, too
2025-04-26  Alan T. DeKokuse newer / consistent function names
2025-04-26  Alan T. DeKokprint out error via RPEDEBUG when calculating a result
2025-04-26  Alan T. DeKokre-run tests if the conf files change, too
2025-04-26  Alan T. DeKokall tmpls should be resolved before they are expanded
2025-04-25  Alan T. DeKokrename xlat functions.
2025-04-25  Arran Cudbard... Store and restore log indentation when frames are popped
2025-04-25  Arran Cudbard... Ensure insert is always initialised to quiet clang...
2025-04-25  Arran Cudbard... Quiet clang scan complaining about how it's invoked...
2025-04-25  Arran Cudbard... Nuke chroot, it's likely not used and causes clang...
2025-04-25  Arran Cudbard... Ignore key.dovecot
2025-04-25  Arran Cudbard... No longer valid as slab elements are over-allocated
2025-04-25  Arran Cudbard... Use the standard slab allocator for requests
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
next