]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-02-04  Alan T. DeKokset loaded flag before calling proto->init()
2024-02-04  Alan T. DeKokadd assertion
2024-02-04  Alan T. DeKokremove unused code
2024-02-03  Alan T. DeKokMove to init/free for library, and not for each test...
2024-02-03  Alan T. DeKokdon't add the dependency twice
2024-02-03  Alan T. DeKoksome protocols don't have init/free
2024-02-03  Alan T. DeKokdict may be NULL
2024-02-03  Alan T. DeKokallow for loops in foreign dictionaries
2024-02-03  Alan T. DeKokremove internal dictionary last.
2024-02-03  Alan T. DeKokremove extraneous asserts
2024-02-03  Alan T. DeKokturn "load protocol ref" into stand-along function
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2024-02-03  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2024-02-02  Nick PorterReport what database file is being created
2024-02-02  Nick PorterInclude sqlite3 in FreeBSD CI build
2024-02-02  Nick PorterMore GitHub action updates
2024-02-01  James JonesAttempt to placate Coverity in rs_packet_process()...
2024-02-01  James JonesDeal with remaining missing locks (CIDs listed below)
2024-02-01  Nick PorterSQL driver config can't refer to ...pool
2024-02-01  Nick PorterMinor Oracle fixes
2024-02-01  Nick PorterAlign Oracle spool.max parsing with pool.max
2024-02-01  Nick PorterFix oracle query issue
2024-02-01  Alan T. DeKokminor copy editing
2024-02-01  Alan T. DeKokupdate and clarify
2024-02-01  Nick PorterNo need for begin / commit for independent UPDATE queries
2024-01-31  Matthew Newtonrefresh antora raddb pages
2024-01-31  Matthew Newtondoc: add letsencrypt howto
2024-01-31  Matthew Newtondoc: unlang nav case consistency
2024-01-31  Matthew Newtondoc: local variables are not keywords
2024-01-31  Matthew Newtondoc: fix some antora issues
2024-01-31  Alan T. DeKokhoist checks for EWOULDBLOCK into function calling...
2024-01-31  Alan T. DeKokcall _exit() when checking if a debugger is attached.
2024-01-31  Alan T. DeKokadd asserts
2024-01-31  Alan T. DeKokdelay reading dictionaries until after setting up debug...
2024-01-30  Alan T. DeKokprint system error, not fr_strerror()
2024-01-30  Alan T. DeKokhoist TLS cleanup to before mainconfig cleanup
2024-01-30  Alan T. DeKokadd and use TEST_FINI for acutest
2024-01-30  Alan T. DeKokcall request_global_free() after request_global_init()
2024-01-30  Alan T. DeKokadd prototype to correct file
2024-01-30  Alan T. DeKokadd and use fr_tls_dict_free()
2024-01-30  Alan T. DeKokCall dict->proto->free() if we called dict->proto-...
2024-01-30  Alan T. DeKokclarify debug text
2024-01-30  Alan T. DeKoknope. Back out changes until we fix it
2024-01-30  Alan T. DeKokremove extraneous assert
2024-01-30  Alan T. DeKokcall the proto init() routine from finalize()
2024-01-30  Alan T. DeKokquiet compiler
2024-01-30  Alan T. DeKokThere may already be a packet in the buffer. Helps...
2024-01-29  Alan T. DeKokreset dict_gctx if necessary
2024-01-29  Alan T. DeKokhandle EWOULDBLOCK. Helps with #5286
2024-01-29  Alan T. DeKokset accept FD to be non blocking. Helps with #5286
2024-01-29  Alan T. DeKokdisable until we fix loading dictionaries with loops
2024-01-29  Alan T. DeKoknarrow down the checks
2024-01-29  Alan T. DeKokmore checks on init / free
2024-01-29  Alan T. DeKokassert that the dictionaries are initialized
2024-01-29  Nick PorterPacify coverity (CID #1587346)
2024-01-29  Nick PorterAllow request to be optional in PostgreSQL escape function
2024-01-29  Nick PorterUse correct SQLite syntax for id column to reference...
2024-01-28  Alan T. DeKokadded foreign decode to DHCPv6 and tests
2024-01-28  Alan T. DeKokjust return on error on TLV decode
2024-01-28  Alan T. DeKokcheck slen
2024-01-28  Alan T. DeKokremove unnecessary comment
2024-01-28  Alan T. DeKokadd foreign encoder to DHCPv6
2024-01-28  Alan T. DeKokuse consistent names
2024-01-28  Alan T. DeKokdon't modify slen on return
2024-01-28  Alan T. DeKokhoist encode foreign ref to common function
2024-01-28  Alan T. DeKokset ref correctly. don't set it to itself :(
2024-01-28  Alan T. DeKokadd foreign handlers for DHCPv6
2024-01-28  Alan T. DeKokthis attribute encodes other DHCPv6 options, not TLVs
2024-01-28  Alan T. DeKokupdate test for code changes
2024-01-28  Alan T. DeKokslen maybe SSIZE_MIN :(
2024-01-28  Alan T. DeKokprint actual reasons
2024-01-28  Alan T. DeKokclean up corner cases for decoder as found by fuzzer
2024-01-28  Alan T. DeKokjust return on error on TLV decode
2024-01-28  Alan T. DeKokdhcp attributes can have zeeo length
2024-01-27  Alan T. DeKokuse thread-local buffer for decoding
2024-01-27  Alan T. DeKokchange scope of variable
2024-01-27  Alan T. DeKokuse tmp_ctx for decoding, not decode_ctx
2024-01-27  Alan T. DeKokadd fragmentation for encoding VSAs
2024-01-27  Alan T. DeKokencode groups for VSAs
2024-01-27  Alan T. DeKokRevert "disable until we figure out why it passes local...
2024-01-27  Alan T. DeKokmash protocol names to lowercase
2024-01-27  Alan T. DeKokdon't overwrite the upstream error message
2024-01-27  Alan T. DeKokensure the list is freed
2024-01-26  Alan T. DeKokVP isn't used
2024-01-26  Alan T. DeKokdisable until we figure out why it passes locally but...
2024-01-26  Alan T. DeKokclean up corner case for loading name
2024-01-26  Alan T. DeKokreturn NULL on error
2024-01-26  Alan T. DeKokadd init/free to fr_dict_protocol_t
2024-01-26  Alan T. DeKokmove encode_group to its own function
2024-01-26  Alan T. DeKokadd foreign decoder for RADIUS and DHCPv4
2024-01-26  Alan T. DeKokadd note on how to handle ALIAS
2024-01-26  Alan T. DeKokremove limitation which isn't needed
2024-01-26  Alan T. DeKokcorrectly handle inter-dictionary dependencies.
next