]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-05-06  Arran Cudbard... Add time.advance() for unit_test_module
2025-05-06  Arran Cudbard... Forward cancellations to children, and don't cancel...
2025-05-06  Arran Cudbard... Asynchronously deliver signals, synchronously cancel...
2025-05-06  Arran Cudbard... Constify the output of enumv functions
2025-05-06  Arran Cudbard... Rename virtual server listener structure
2025-05-06  Nick PorterBump CI MacOS version
2025-05-06  Alan T. DeKokbetter handle connected UDP sockets
2025-05-06  Alan T. DeKokadd fr_sockaddr_cmp()
2025-05-06  Alan T. DeKokuse consistent variable types and names for CMP() checks
2025-05-06  Alan T. DeKoktry a little more to make 'listen' names unique
2025-05-06  noladedocs: add guidelines for documentation for contributers...
2025-05-06  Nick PorterRemove errant policy
2025-05-06  Alan T. DeKokadd "finally"
2025-05-06  Nick PorterCast constants to float for correct comparison
2025-05-05  Nick PorterMake the TLS session ID available in `establish session`
2025-05-05  Nick PorterCall `new session` if configured when starting TLS...
2025-05-05  Nick PorterAdd attribute to record certificate chain depth
2025-05-05  Nick PorterCall `new session` if configured when starting TLS...
2025-05-05  Nick PorterInclude nested password parent name in warning
2025-05-04  Alan T. DeKoklet's just commit the generated files, too
2025-05-04  Alan T. DeKokgenerate dictionary "man" page from Antora
2025-05-04  Alan T. DeKoknew "man unlang" page and cleanups
2025-05-04  Alan T. DeKokremove "man unlang" and references to it.
2025-05-04  Alan T. DeKoknotes on "don't use exec, it's slow"
2025-05-03  Alan T. DeKoknotes on v4
2025-05-03  Alan T. DeKokadd %regex.search()
2025-05-02  Nick PorterSet start = 0 in SQLite test
2025-05-02  Nick PorterSQLite queries which start in backlog will yield -...
2025-05-02  Alan T. DeKokuse the new timer functions
2025-05-02  Alan T. DeKokfinalize the timer functionality
2025-05-02  Alan T. DeKokdon't assert i!prev
2025-05-02  Alan T. DeKokremove duplicate code
2025-05-02  Nick PorterPython and Lua do support nested attributes now
2025-05-02  Alan T. DeKokadd shared timer lists, which only insert a uctx
2025-05-02  Alan T. DeKokupdate copyright
2025-05-02  Alan T. DeKokuse fr_cmp_t, instead of fr_lst_cmp_t, as they are...
2025-05-02  Nick Porterdocs: Add rlm_lua module howto
2025-05-02  Nick PorterUpdate example.lua
2025-05-02  Nick PorterUpdate docs from latest raddb
2025-05-02  Nick PorterAdd test of attribute deletion from rlm_lua
2025-05-02  Nick PorterAdd tests of invalid attribute setting from rlm_lua
2025-05-02  Nick PorterAdd tests of attribute access / setting in rlm_lua
2025-05-02  Nick PorterAdd function descriptions
2025-05-02  Nick PorterUpdate _lua_list_iterator_init to use fr_lua_pair_t...
2025-05-02  Nick PorterTidy up _lua_pair_iterator
2025-05-02  Nick PorterFix _lua_pair_iterator_init() to use fr_lua_pair_t...
2025-05-02  Nick PorterAdd _lua_pair_setter
2025-05-02  Nick PorterAdd fr_lua_parent_build
2025-05-02  Nick PorterChange fr_lua_unmarshal to just populate a box
2025-05-02  Nick PorterUse a common accessor for pair and pair instance
2025-05-02  Nick PorterUse _lua_pair_init to add all the lists to the fr table
2025-05-02  Nick PorterOnly call _lua_fr_request_register if there is a request
2025-05-02  Nick PorterDefine _lua_pair_init()
2025-05-02  Nick PorterDefine a fr_lua_pair_t
2025-05-02  Nick PorterReturn a table of child attribute names for structural...
2025-05-02  Nick PorterRemove unused dcursor
2025-05-02  Nick PorterComment out packet types which don't have a recv section
2025-05-02  Nick PorterPacify GCC
2025-05-01  Arran Cudbard... Make behaviour consistent so that we _always_ pop top...
2025-05-01  Arran Cudbard... Fix typo in stack dump
2025-05-01  Arran Cudbard... Print out continue points in stack debugs
2025-05-01  noladedocs: make docsite build fix. Updated sqlippool links...
2025-05-01  noladedocs: make docsite build fix. Update subrequest.adoc...
2025-05-01  noladedocs: make docsite build fix. Updated cache files ...
2025-05-01  Alan T. DeKokrename and tweak
2025-05-01  noladedocs: Add raduat tool info to Antora repo
2025-05-01  Arran Cudbard... Just add a "continue" point flag. It's less code.
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"
next