]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-05-08  Alan T. DeKokxlats can't be constant, either
2025-05-08  Alan T. DeKokquote strings are strings
2025-05-08  Arran Cudbard... ...and this
2025-05-08  Arran Cudbard... Remove debugging crap
2025-05-08  Arran Cudbard... Can't check for presence of the event
2025-05-08  Arran Cudbard... Insert timer event for resumption before altering time
2025-05-08  Arran Cudbard... Tests for nested timeouts
2025-05-07  Alan T. DeKokstart splitting out %time(everything)
2025-05-07  Alan T. DeKokmove %nextime() to %time.next()
2025-05-07  Alan T. DeKokclean up time_delta handling
2025-05-07  Alan T. DeKokprint out error if reference is missing
2025-05-07  Nick PorterCorrect TLS version numbers
2025-05-07  Nick PorterWe don't build against OpenSSL < 3
2025-05-07  Nick PorterEnsure Homebrew installed OpenSSL is used
2025-05-07  Alan T. DeKokremove debugging message
2025-05-07  Alan T. DeKokadd cbor crashing test
2025-05-07  Alan T. DeKokcheck for PANIC_ACTION, and do fr_fault_setup() if so
2025-05-07  Alan T. DeKokadd -g3 when fuzzing
2025-05-07  Gerald VogtAdding support for 389-ds/FreeIPA PBKDF2 passwords...
2025-05-07  Alan T. DeKokrewrite cf_reference_item()
2025-05-07  Alan T. DeKoktweaks and more examples
2025-05-07  Alan T. DeKokallow references in EAP such as 'tls = server[tls]...
2025-05-07  Alan T. DeKokdon't allow in-place `...`
2025-05-07  Arran Cudbard... Add a special subrequest_child operation type
2025-05-07  Arran Cudbard... Sanity checks
2025-05-07  Arran Cudbard... Say what we're marking as runnable
2025-05-07  Arran Cudbard... Set the initial frame action correctly for resumed...
2025-05-07  Arran Cudbard... Fall-Through to deal with pop
2025-05-07  Arran Cudbard... Cancelling and unwinding are now really separate things
2025-05-06  Arran Cudbard... Don't allow signals to be delivered after a frame is...
2025-05-06  Arran Cudbard... Immediately cancel timeout section timers on timeout
2025-05-06  Arran Cudbard... Apparently this gets auto freed
2025-05-06  Arran Cudbard... Set prereqs for new tests
2025-05-06  Arran Cudbard... Give cancelled requests extremely high priority
2025-05-06  Arran Cudbard... Ensure retry times out
2025-05-06  Arran Cudbard... Make fr_timer_armed a static inline to avoid compiler...
2025-05-06  Arran Cudbard... Hack in request->timeout to unit_test_module
2025-05-06  Arran Cudbard... Add docs for finally
2025-05-06  Arran Cudbard... proto_control_unix needs to link to the util submodule
2025-05-06  Arran Cudbard... Don't trash the rcodes in process state machine sections
2025-05-06  Arran Cudbard... Failing to create attributes in an error
2025-05-06  Arran Cudbard... Default priority for timeout in module calls should...
2025-05-06  Arran Cudbard... Functions shouldn't have braces
2025-05-06  Arran Cudbard... Add talloc_realloc_zero to do zeroed reallocs
2025-05-06  Arran Cudbard... Add finally virtual server sections
2025-05-06  Arran Cudbard... Top level timeout sections are going away rework retry...
2025-05-06  Arran Cudbard... Test parent cancellation in subrequest
2025-05-06  Arran Cudbard... WS
2025-05-06  Arran Cudbard... Function to return how long until an event fires
2025-05-06  Arran Cudbard... Have process modules export their packet types
2025-05-06  Arran Cudbard... Bail early if there's no stack
2025-05-06  Arran Cudbard... Explicitly cancel retry timers when the frame is cancelled
2025-05-06  Arran Cudbard... Fix typos in timer.c that caused it not to build WITH_E...
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
next