]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-12-14  Alan T. DeKokreturn negative on error
2025-12-13  Alan T. DeKoktreq may be NULL
2025-12-13  Alan T. DeKokRevert "cancel retries on failure"
2025-12-13  Alan T. DeKokdon't mangle type to octets if the DA is already unknown
2025-12-13  Alan T. DeKok"decode 0 extra bytes" is valid
2025-12-13  Alan T. DeKokdo more cleanups on error
2025-12-13  Alan T. DeKokcancel retries on failure
2025-12-13  Alan T. DeKokadd API to cancel any pending retry
2025-12-13  Alan T. DeKokinitialize variables
2025-12-13  Alan T. DeKokfree any retry handler if the frame is cancelled
2025-12-13  Arran Cudbard... Missing brackets around assignment
2025-12-13  Alan T. DeKoklimit decode depth, as is done with the other protocols
2025-12-13  Alan T. DeKok"encode no data" is allowed
2025-12-12  Alan T. DeKokdon't complain about "-sql" when the module isn't defined
2025-12-12  noladedocs-v4: REorg the tutorials sections and add landing...
2025-12-12  Alan T. DeKokverify the list before returning it to the caller
2025-12-12  Alan T. DeKokRevert "disable encoder until we can track down a fuzze...
2025-12-12  Alan T. DeKokunstall libunwind-dev for the fuzzers
2025-12-12  Alan T. DeKokonly update LDFLAGS if the configure checks pass
2025-12-12  Alan T. DeKokremove unused file
2025-12-12  Alan T. DeKokdisable encoder until we can track down a fuzzer issue
2025-12-12  Alan T. DeKokRewrite fr_pair_list_afrom_substr()
2025-12-12  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2025-12-12  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2025-12-12  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2025-12-12  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2025-12-11  Alan T. DeKokmove WiMAX examples to the WiMAX module.
2025-12-10  Alan T. DeKokenable encoder in fuzzers
2025-12-10  Alan T. DeKokmanually switch to local / openssl versions of MD4...
2025-12-10  Alan T. DeKokreturn the expected value
2025-12-10  Alan T. DeKokupdate fr_pair_verify() with argument to verify the...
2025-12-10  Alan T. DeKokstring / octets can have length=0 and no pointer
2025-12-10  Alan T. DeKokadd checks that attribute numbers are OK
2025-12-09  noladedocs-v4: Reorganize the Howto/Upgrade section into...
2025-12-09  Alan T. DeKokallow raw attributes in structs
2025-12-09  Alan T. DeKokallow bare oids only if a new flag is set
2025-12-09  Alan T. DeKokwe know how big IP addresses are in DNS
2025-12-09  Alan T. DeKokdon't create "raw" attributes with invalid numbers
2025-12-09  Alan T. DeKokTLVs can have STRUCTs for parents, too.
2025-12-09  Alan T. DeKokensure that CUI has a value.
2025-12-09  Alan T. DeKokfix assertion to be correct
2025-12-09  Alan T. DeKokreturn error instead of zero on decode error
2025-12-09  Alan T. DeKokdon't do -O2 for fuzzers
2025-12-09  Nick PorterLook for Message-Authenticator in the correct list
2025-12-09  Alan T. DeKokhoist checks for attribute size to next_encodable
2025-12-09  Alan T. DeKokcatch more corner cases
2025-12-08  Alan T. DeKokupdate attribute references
2025-12-08  Alan T. DeKokadd Homebrew / OSX magic for fuzzer builds
2025-12-08  Alan T. DeKoktypo
2025-12-08  Alan T. DeKokremove old file which doesn't work
2025-12-08  Alan T. DeKokCID 1675662
2025-12-08  Alan T. DeKokCID 1675661
2025-12-07  Alan T. DeKokclean up unknown attributes
2025-12-07  Alan T. DeKokadd more "\n"
2025-12-07  Alan T. DeKokattribute names cannot be solely numerical
2025-12-06  Alan T. DeKokclean up set type and length
2025-12-06  Alan T. DeKokno need to check the number when parsing the OID
2025-12-06  Alan T. DeKokremove last vestiges of "keys can have children"
2025-12-06  Alan T. DeKokmove "set type_size and length" to separate function
2025-12-06  Alan T. DeKokset the default type size for a dictionary
2025-12-06  Alan T. DeKokVSA type size depends on the VENDOR type size, but...
2025-12-06  Alan T. DeKokenforce correct mapping between protocol name and number
2025-12-06  Alan T. DeKokfr_dict_attr_unknown_afrom_da() can return NULL
2025-12-06  Ethan Thompsonfix: Corrected the return values for when a default...
2025-12-04  Alan T. DeKokadd a "pair-compare" function
2025-12-04  Alan T. DeKokcache the root protocol dictionary, and the internal...
2025-12-04  Alan T. DeKokhandle the case of internal attributes in protocol...
2025-12-03  Alan T. DeKokdo not allow leaf types to be in the middle of an OID...
2025-12-02  Alan T. DeKokremove "key as structural element" from tests
2025-12-02  Alan T. DeKokit's OK to not be given an attribute
2025-12-02  Alan T. DeKokexpose API to create one unknown attribute from a numbe...
2025-12-02  Alan T. DeKokmake the error a little but clearer
2025-12-02  Alan T. DeKokadd and use FR_DBUFF_ERROR_OFFSET
2025-12-02  Alan T. DeKokuse fr_dbuff_used()
2025-12-02  Alan T. DeKokupdate comment
2025-12-02  Alan T. DeKokcheck limits on the data.
2025-12-02  Alan T. DeKoktweak output to be a bit clearer
2025-12-01  Nick PorterInclude Genexis DHCPv4 dictionary
2025-11-30  Alan T. DeKokexport fr_dict_attr_unknown_alloc()
2025-11-30  Alan T. DeKokaliases can only be to siblings, and children of siblings
2025-11-29  Alan T. DeKokadd -F <format> in preparation for printing as dictionaries
2025-11-28  Alan T. DeKokmark up where pairs were allocated from
2025-11-28  Alan T. DeKoktrack where a #fr_pair_t was allocated from
2025-11-28  Alan T. DeKokadd parent DA to fr_pair_verify()
2025-11-28  Alan T. DeKokinitialize buffer to quiet compiler
2025-11-28  Alan T. DeKokadd more dict functions, and run more dict tests for...
2025-11-27  Alan T. DeKokupdate with notes for the test that is still failing
2025-11-27  Alan T. DeKokmove fixup of attr ref to place where it is called...
2025-11-27  Alan T. DeKokcorrect the name
2025-11-27  Alan T. DeKokadd missing CR/LF
2025-11-27  Alan T. DeKokcorrect error message
2025-11-27  Alan T. DeKoknote why unions have a key ref
2025-11-26  Alan T. DeKoktypo
2025-11-26  Alan T. DeKokadd functions to print information about attributes
2025-11-26  Alan T. DeKokprint out more flags
2025-11-26  Alan T. DeKoksuppress protocol name after the first level
2025-11-26  Alan T. DeKokadd assert to quiet coverity
2025-11-26  Alan T. DeKokadd recursive option for printing dictionary entries
2025-11-26  Alan T. DeKokdon't print out the entire environment, and add radict...
2025-11-26  Alan T. DeKokfix comment
next