]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2022-03-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2022-02-23  Arran Cudbard... Zero out input buffer on reset in internal md5
2022-02-22  Arran Cudbard... use all pre-allocated MD5 ctxs to reduce OpenSSL malloc...
2022-02-22  Arran Cudbard... Add atexit state function
2022-02-22  Arran Cudbard... Explicitly cleanup "thread local" memory in single...
2022-02-18  Alan T. DeKokcheck length before using it. Fixes fuzzer
2022-02-17  Alan T. DeKokmore "shut up clang analyzer"
2022-02-17  Alan T. DeKokshut up static analyzer
2022-02-17  Alan T. DeKokremove "peek-ahead" da and type
2022-02-17  Alan T. DeKokadd "make test.unit.xlat"
2022-02-17  Arran Cudbard... Fix multiple issues with clearing failed TLS sessions
2022-02-17  Arran Cudbard... Unused
2022-02-17  Arran Cudbard... Whitespace
2022-02-15  Arran Cudbard... Helps if these are the right way round
2022-02-15  Arran Cudbard... Print out when a SSL * is bound and unbound
2022-02-15  Arran Cudbard... Fix up references to vector attributes
2022-02-15  Arran Cudbard... Remove references to EAP-SIM-*
2022-02-14  Arran Cudbard... Default to the first method in the NAK list
2022-02-14  Arran Cudbard... Support dynamically configuring more than one acceptabl...
2022-02-11  Arran Cudbard... Allow SIM-Start packets without identity requests
2022-02-11  Arran Cudbard... session-id is now ambiguous, use the correct one
2022-02-11  Arran Cudbard... Always run EAP-SIM-START for EAP-SIM
2022-02-10  Alan T. DeKoktry to quiet clang
2022-02-10  Arran Cudbard... Minor fixes
2022-02-10  Arran Cudbard... Define the set of case statements for fr_type_signed too
2022-02-10  Alan T. DeKokadd fr_type_is_signed()
2022-02-10  Alan T. DeKokuse correct variable
2022-02-10  Alan T. DeKokremove RPEDEBUG in xlat_eval_sync function
2022-02-10  Alan T. DeKokgroupify child nodes, which is needed
2022-02-10  Alan T. DeKokdisable until we fix other things
2022-02-10  Alan T. DeKoktypo
2022-02-10  Alan T. DeKokallow << and >>
2022-02-10  Alan T. DeKokdon't do upcasts on left shift and right shift.
2022-02-09  Alan T. DeKokuse newer macros, which devolve to array lookups
2022-02-09  Alan T. DeKokadd more xlat_expr run-time tests
2022-02-09  Alan T. DeKokadd missing operator
2022-02-09  Alan T. DeKokset output flags, and call resolution if needed
2022-02-09  Alan T. DeKokarguments are grouped, so ungroup them.
2022-02-09  Alan T. DeKokuse "match" to mirror src/tests/unit
2022-02-09  Alan T. DeKokadd xlat_tokenize_ephemeral_expression() and tests
2022-02-09  Alan T. DeKokeval XLAT_TMPL where node is of type data
2022-02-09  Alan T. DeKokpush xlats to the correct list
2022-02-09  Alan T. DeKokset node->fmt to something reasonable
2022-02-09  Alan T. DeKokit helps to set "success" so that we actually succeed
2022-02-09  Alan T. DeKoklet's allocate the resume context from the stack
2022-02-09  Alan T. DeKoktype to shut up clang
2022-02-08  Arran Cudbard... Don't crash if the user explicitly specifies a vector...
2022-02-08  Alan T. DeKokadd const
2022-02-07  Alan T. DeKokmake && / || handle groups recursively
2022-02-07  Alan T. DeKok&& and || are associative, n-ary operators
2022-02-07  Alan T. DeKoksimplify things
2022-02-07  Alan T. DeKokuse fr_slen_t for print functions
2022-02-07  Alan T. DeKokremove the child nodes
2022-02-07  Arran Cudbard... Fixup stupid warnings
2022-02-07  Arran Cudbard... Fix search result timeouts in LDAP
2022-02-07  Alan T. DeKokcheck slen for error
2022-02-06  Alan T. DeKokuse quote rules, and check for final quotation character
2022-02-06  Alan T. DeKokprint trailing quote, too
2022-02-06  Alan T. DeKokadd encode for struct
2022-02-06  Alan T. DeKokinstantiate logical || / &&
2022-02-06  Alan T. DeKokmove expr printing to callbacks
2022-02-06  Alan T. DeKokadd xlat_print_t callback for xlat functions
2022-02-05  Arran Cudbard... Add tcap asn1 source
2022-02-04  Arran Cudbard... Don't leave interface_id uninitialised
2022-02-04  Arran Cudbard... Remove dup config item
2022-02-04  Arran Cudbard... Fix config section names for EAP-SIM Closes #4395
2022-02-04  Arran Cudbard... Fix typo
2022-02-04  Arran Cudbard... Fix OpenSSL version printing
2022-02-04  Arran Cudbard... Add lots of debugging around TLS session actions
2022-02-03  Arran Cudbard... Now called "session"
2022-02-03  Arran Cudbard... No need to create all those temporary sbuffs if the...
2022-02-03  Arran Cudbard... Don't need to do work if pad_len is the same length...
2022-02-03  Arran Cudbard... Fix double free after successful resumption
2022-02-03  Arran Cudbard... Fix parsing some mac addresses
2022-02-03  Arran Cudbard... p rules are used
2022-02-03  Arran Cudbard... We don't need to install radsizes
2022-02-03  Arran Cudbard... Update resume and signal functions in rlm_sigtran
2022-02-02  Jorge PereiraFix typo (#4392)
2022-02-01  Alan T. DeKokRevert "pull underlying error back up the error stack"
2022-02-01  James JonesSplit DHCPv4 dictionaries to pair attributes/values...
2022-02-01  Alan T. DeKokjust push everything to tmpl_afrom_substr()
2022-02-01  Alan T. DeKokadd xor
2022-02-01  Alan T. DeKokcatch more types when printing
2022-02-01  Alan T. DeKokpull underlying error back up the error stack
2022-02-01  Alan T. DeKokstart of regex handling
2022-01-31  Alan T. DeKokdelete h323 stuff
2022-01-31  Alan T. DeKokremove fr_pair_make
2022-01-31  Alan T. DeKokshut up VSA stuff for now
2022-01-31  Alan T. DeKokremove fr_pair_make()
2022-01-31  Alan T. DeKokdon't use fr_pair_make()
2022-01-29  Alan T. DeKokregexes are not allowed, unless the operator is a regex
2022-01-29  Alan T. DeKokmore notes and tests
2022-01-29  Alan T. DeKokadd "help" target
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2022-01-29  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
next