]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
10 days ago  Alexander Bainbridge... proto_detail: FD leak and NULL filename_work in error log
10 days ago  Alexander Bainbridge... bfd: three bugs — NULL deref on fr_pair_copy, FD leak...
10 days ago  Alexander Bainbridge... regex.c: missing NULL check after retry talloc_array...
10 days ago  Alexander Bainbridge... pcap.c: unchecked pcap_open_dead NULL in STDIO_OUT...
10 days ago  Alexander Bainbridge... fix(perm): wrong sticky-bit mask, and sc_len assigned...
10 days ago  Alexander Bainbridge... lib/ldap: off-by-one in suffix check, double-backslash...
10 days ago  Alexander Bainbridge... listen/control/proto_control_unix.c: fopencookie return...
10 days ago  Alexander Bainbridge... snmp.c: fix index underflow, two NULL derefs, and unche...
10 days ago  Alexander Bainbridge... rlm_sqlippool: missing NULL check for query in IPPOOL_A...
10 days ago  Alexander Bainbridge... state.c: fix state leak
10 days ago  Alexander Bainbridge... map: fix size_t underflow in map_afrom_fields when...
10 days ago  Alexander Bainbridge... rlm_sql: ignored return value from escape function...
10 days ago  Alexander Bainbridge... rlm_unbound: RCODEERROR cases are dead code (placed...
10 days ago  Alexander Bainbridge... rlm_krb5: fix use-after-free — move krb5_free_context...
10 days ago  Alexander Bainbridge... rlm_attr_filter: fix NULL dereference on nullable key
10 days ago  Alexander Bainbridge... rlm_unpack: fix stale 'used' value in loop boundary...
10 days ago  Alexander Bainbridge... vmps: close sockfd before return on setsockopt failure
10 days ago  Alexander Bainbridge... ldap_sync: fix off-by-one in packet_id bounds assertion
10 days ago  Alexander Bainbridge... unlang/call: add missing default case for pair_update_r...
10 days ago  Alexander Bainbridge... atexit.h: guard NULL _init call in non-threaded fr_atex...
10 days ago  Alexander Bainbridge... atexit.c: fix memory leak of fr_atexit_global and unsig...
10 days ago  Alexander Bainbridge... lib/util/fifo: fix off-by-one in ring-buffer wrap check...
10 days ago  Alexander Bainbridge... cap.c: fr_cap_is_enabled ignores set parameter, always...
10 days ago  Alexander Bainbridge... log.c: fix three stderr capture/restore bugs — wrong...
10 days ago  Alexander Bainbridge... exec.c: fix stderr_pipe FD leak when fork fails in...
10 days ago  Alexander Bainbridge... lib/ldap/util: fix double-backslash normalise_dn output...
10 days ago  Alexander Bainbridge... lib/ldap: guard ldap_msg_types[] lookup against out...
10 days ago  Alexander Bainbridge... lib/ldap: fix swapped pointer arguments in _ldap_connec...
10 days ago  Alexander Bainbridge... lib/ldap: free bind_ctx in _ldap_bind_io_read error...
10 days ago  Alexander Bainbridge... lib/ldap: fix reversed singular/plural in ldap_trunk_se...
10 days ago  Alexander Bainbridge... lib/json: check return value of fr_value_box_bstrndup...
10 days ago  Alexander Bainbridge... eap_aka_sim/xlat: dot-notation xlat aliases registered...
10 days ago  Alexander Bainbridge... eap_aka_sim/xlat: NULL dereference in id_method and...
10 days ago  Alexander Bainbridge... eap_aka_sim/id: fix wrong tag bytes for FASTAUTH in...
10 days ago  Alexander Bainbridge... eap/chbind: remove dead attr_message_authenticator...
10 days ago  Alexander Bainbridge... lib/server/exec_legacy: fix off-by-one OOB write in...
10 days ago  Alan T. DeKokremove tmpl from fuzzer CI checks
10 days ago  Alan T. DeKokadd one more suppression for leaks inside of the llvm...
10 days ago  Alan T. DeKokadd config file corpus
10 days ago  Alan T. DeKokadd xlat corpus
10 days ago  Alan T. DeKokadd tmpl corpus
10 days ago  Alan T. DeKokadd fuzzer corpus for base16_32_64 tests
10 days ago  Alan T. DeKokadd tmpl fuzzer
10 days ago  Arthur Chanoss-fuzz: Add new fuzzer targetting base16/32/64 encode...
11 days ago  Alan T. DeKokcatch more corner cases of constant strings when tokenizing
12 days ago  Alan T. DeKokreturn 0 for pop case
12 days ago  Alan T. DeKokmake cf_section_dup() iterative
12 days ago  Alan T. DeKokmore stringent checks on references
12 days ago  Alan T. DeKokinvalid control characters are errors
12 days ago  Alan T. DeKoktrack reference braces.
12 days ago  Alan T. DeKokturn assert into run-time check
12 days ago  Nick PorterAdd connection subsection to rlm_sql sample config
12 days ago  Alan T. DeKokfix end conditions on fr_skip_*() functions
12 days ago  Alan T. DeKokadd cf_file_read_buffer(), and use it in the fuzzer
12 days ago  Alan T. DeKokbuild CF and xlat fuzzers, but don't run them in CI
12 days ago  Alan T. DeKokwe should call tmpl_global_init(), too
12 days ago  Alan T. DeKokdisable xlat fuzzer
12 days ago  Alan T. DeKokmake xlat fuzzer use the common framework
12 days ago  Alan T. DeKokclarify errors and clean up checks for invalid name
12 days ago  Alan T. DeKokmake "util" use the common framework
12 days ago  Alan T. DeKokmove common code to common function
12 days ago  Alan T. DeKokwe need to call tmpl_global_init before parsing tmpls
12 days ago  Alan T. DeKokif the tmpl is unresolved, set the type to UNRESOLVED
12 days ago  Alan T. DeKokmerge adjacent constant strings in xlat_tokenize_input()
12 days ago  Alan T. DeKokremove unnecessary rule
12 days ago  Alan T. DeKoktypo
13 days ago  Alan T. DeKokfree on error
13 days ago  Alan T. DeKoktighten restrictions on decoding
13 days ago  Alan T. DeKokbe more precise for time parsing
13 days ago  Alan T. DeKokclean up vp on error path
13 days ago  Alan T. DeKokput data for different roots into named subdirectories
2026-05-23  Alan T. DeKokhoist "create fuzzer dir" code into separate function
2026-05-23  Alan T. DeKokseparate "base" fuzzer_dir from "current" or "proto...
2026-05-23  Alan T. DeKokrename variable holding FD to be fuzzer_fd
2026-05-23  Alan T. DeKoksimplify definitions of allowed_chars
2026-05-22  Alan T. DeKokpause subsequent connections from dynamic clients
2026-05-22  Alan T. DeKokRevert "fix multiple connections from dynamic clients"
2026-05-22  Arran Cudbard... multi-server: bump radenv to 1.0.2 developer/arr2036
2026-05-22  Arran Cudbard... multi-server: install radenv from inkbridge pypi instea...
2026-05-22  Arran Cudbard... profiling image: stage /docker-entrypoint.sh so it...
2026-05-22  Arran Cudbard... multi-server / docker: cleaner path layout and plain...
2026-05-22  Arran Cudbard... profiling image: install with --prefix=/usr to match...
2026-05-22  Arran Cudbard... multi-server: invoke radclient from PATH; surface docke...
2026-05-22  Arran Cudbard... common.deb.dbgsym: tolerate ddebs version skew per...
2026-05-22  Arran Cudbard... docker-refresh: build crossbuild from upstream OS,...
2026-05-22  Arran Cudbard... docker-refresh: serialise concurrent refresh runs
2026-05-22  Arran Cudbard... docker-refresh: chain freeradius-images on ci-images
2026-05-22  Arran Cudbard... docker-refresh: rename CI bases to self-hosted-ci-...
2026-05-22  Arran Cudbard... docker-refresh: force bash for container-based jobs
2026-05-22  Arran Cudbard... docker-refresh: rebuild freeradius-build-deps.deb for...
2026-05-22  Arran Cudbard... docker-refresh: build dind + cli first, run the rest...
2026-05-21  Arran Cudbard... docker-refresh: parallelise jobs and fix dbgsym install...
2026-05-21  Arran Cudbard... Merge profiling-multi-server-fixes into developer/arr2036
2026-05-21  Alan T. DeKokfix multiple connections from dynamic clients
2026-05-21  Alan T. DeKokadd --profile=file options
2026-05-21  Alan T. DeKokallow for unit_test_module to use profiling, too
2026-05-21  Alan T. DeKokmost things don't need the gperftools header
2026-05-21  Alan T. DeKokremove tests which is racy, and causes CI failures.
2026-05-21  Arran Cudbard... Move more image building into docker-refresh
2026-05-21  Arran Cudbard... common.deb.dbgsym: tolerate apt-get update flakiness...
next