]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-04-05  Arran Cudbard... Remove detached requests from the time_order_heap
2021-04-05  Arran Cudbard... Unpick some cross dependencies with detach functions
2021-04-05  Arran Cudbard... Remove assert... these requests really do need to be...
2021-04-05  Arran Cudbard... Typo
2021-04-05  Arran Cudbard... Add explicit request types (external, internal, detached)
2021-04-05  Arran Cudbard... Nothing uses request_state anymore
2021-04-05  Arran Cudbard... Does DHCPv6 now too
2021-04-05  Arran Cudbard... Quiet clang scan
2021-04-05  Arran Cudbard... Treat combo IP address attributes as normal types
2021-04-04  Arran Cudbard... Add type check macros
2021-04-04  Arran Cudbard... Rework xlat code to produce FR_TYPE_NULL boxes
2021-04-03  Alan T. DeKokclean up public APIs
2021-04-03  Alan T. DeKokjust call delete_by_data
2021-04-03  Alan T. DeKokjust call "delete by data" instead of two separate...
2021-04-03  Alan T. DeKokno need to call insert_node, just insert is fine
2021-04-03  Alan T. DeKokall external requests MUST have a listener
2021-04-02  Jorge PereiraFix typo (#4047)
2021-04-02  Arran Cudbard... Return error when we fail to parse a template
2021-04-02  Arran Cudbard... Typo
2021-04-02  Arran Cudbard... Call the repeat func first if we have no initial func
2021-04-02  Arran Cudbard... Missing header
2021-04-02  Arran Cudbard... Thread interpreter may be NULL
2021-04-02  Arran Cudbard... Run triggers synchronously in certain situations
2021-04-02  Arran Cudbard... Don't SEGV if we don't have a parent and experience...
2021-04-02  Arran Cudbard... Don't detach if already detached
2021-04-02  Arran Cudbard... Allow worker to set a default interpreter for a thread
2021-04-02  Arran Cudbard... Copy the interpreter from the parent
2021-04-02  Arran Cudbard... Fixup trigger code
2021-04-02  Alan T. DeKokset LIBRARY_EXT if it's not already set
2021-04-02  Alan T. DeKokreturn PUSHED_CHILD, not YIELD
2021-04-02  Alan T. DeKoksuppress leaks on OSX
2021-04-01  Arran Cudbard... Move MAC validation into eap-sim/aka/aka' module
2021-04-01  Arran Cudbard... Set IDs correctly
2021-04-01  Arran Cudbard... More debugging
2021-04-01  Arran Cudbard... Move checkcode calculations from state machine to module
2021-04-01  Arran Cudbard... Use correct expected MK length
2021-03-31  Arran Cudbard... and another one...
2021-03-31  Arran Cudbard... Remove debugging statements
2021-03-31  Arran Cudbard... Use cmp macro in more places to fix ordering issues
2021-03-31  Arran Cudbard... Don't update MK, we still need the original for storing...
2021-03-31  Arran Cudbard... Add debugging functions for the next time we have issue...
2021-03-31  Arran Cudbard... Increment instance count when initialising unlang
2021-03-31  Arran Cudbard... Additional EAP-SIM regression test
2021-03-31  Arran Cudbard... Rework EAP-AKA' to provide a truncated MK for session...
2021-03-31  Arran Cudbard... Let not used
2021-03-31  Arran Cudbard... Initialise OpenSSL in unit_test_attribute prior to...
2021-03-31  Arran Cudbard... Rename thread_local to atexit
2021-03-31  Arran Cudbard... Add function to explicitly trigger all thread local...
2021-03-31  Arran Cudbard... Add debug output for thread local code
2021-03-31  Alan T. DeKokshut up static analyzer
2021-03-31  Alan T. DeKokstart of cond_eval_async()
2021-03-31  Arran Cudbard... Remove request->backlog
2021-03-31  Arran Cudbard... Use the $(MAKE) expansion, not `make` else we'll likely...
2021-03-31  Alan T. DeKokdon't load make libraries for "clean".
2021-03-31  Alan T. DeKokno need to call cond_eval_map()
2021-03-31  Alan T. DeKokcache if this condition requires async expansion
2021-03-31  Alan T. DeKokremove depth and condition count after doing validation...
2021-03-31  Arran Cudbard... Fix unused variable
2021-03-31  Arran Cudbard... Remove more references to "backlog"
2021-03-31  Arran Cudbard... don't run unlang_subrequest_child_run multiple times...
2021-03-31  Arran Cudbard... Move the majority of the SIM/AKA/AKA' logic into proces...
2021-03-31  Arran Cudbard... standardise encode_ctx vs encoder_ctx and decode_ctx...
2021-03-31  Arran Cudbard... Avoid allocating a new EVP_CIPHER_CTX for every operation
2021-03-31  Arran Cudbard... Better way to free detached requests
2021-03-31  Arran Cudbard... Use a single code path when stopping requests
2021-03-31  Arran Cudbard... Don't crash if we can't find the right public module...
2021-03-31  Arran Cudbard... Typo in pair.h (pairs were being prepended not appended)
2021-03-31  Arran Cudbard... Fix issue in request.c with -M flag
2021-03-31  Arran Cudbard... Mark up lengths as unsigned
2021-03-31  Arran Cudbard... Free detached requests when they're done
2021-03-31  Arran Cudbard... Better error message
2021-03-31  Arran Cudbard... Add functions for removing and freeing an item in a...
2021-03-31  Arran Cudbard... Add missing line prefix for L_DBG_INFO
2021-03-31  Alan T. DeKokre-enable make dl libraries
2021-03-31  Alan T. DeKokdon't hoist things too far
2021-03-31  Alan T. DeKokcomment out dlopen stuff
2021-03-31  Alan T. DeKokcalculate total depth, and number of conditions
2021-03-31  Alan T. DeKokconditionally load plugins
2021-03-31  Alan T. DeKokadd more WARNINGs so that people who read them will...
2021-03-31  Alan T. DeKokauto-build libfreeradius-make*
2021-03-31  Arran Cudbard... Formatting
2021-03-31  Alan T. DeKok"unlikely" requires an argument which is a boolean...
2021-03-31  Alan T. DeKokremove redundant declaration
2021-03-31  Alan T. DeKokformat args
2021-03-31  Alan T. DeKokremove unused variable, and more cleanups
2021-03-31  Arran Cudbard... Enable sim/aka tests again
2021-03-31  Arran Cudbard... remove RLM_MODULE_YIELD
2021-03-31  Arran Cudbard... Swap remaining bad calls to unlang_interpret to unlang_...
2021-03-31  Arran Cudbard... Ignore current reply code
2021-03-31  Arran Cudbard... Fix process authenticate to match the current structure...
2021-03-31  Arran Cudbard... Restore session state in the RADIUS process module
2021-03-31  Arran Cudbard... More consistent logging
2021-03-31  Arran Cudbard... Additional subrequest rework
2021-03-31  Arran Cudbard... Rework subrequests to behave more like parallel child...
2021-03-31  Arran Cudbard... Fix multiple issues in module.c
2021-03-31  Arran Cudbard... Move common utility inline functions into unlang_priv.h
2021-03-31  Arran Cudbard... Remove hacks for RLM_MODULE_YIELD
2021-03-31  Alan T. DeKokcleanups and comments for future work
2021-03-31  Alan T. DeKokremove unused assignment
2021-03-31  Alan T. DeKokmore comments on fields
next