]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
24 hours ago  Arran Cudbard... atexit: skip TLS-cached pools once shutdown has freed... developer/arr2036 master
26 hours ago  Arran Cudbard... log: bypass per-thread pool once shutdown has freed it
46 hours ago  Arran Cudbard... totp: Use an output buffer to output
46 hours ago  Arran Cudbard... rlm_kafka: Simpler, and arguably more correct way...
46 hours ago  Arran Cudbard... Allow modules to use the main event loop for low freque...
46 hours ago  Arran Cudbard... kafka: Use the correct type of sbuff for writing out...
46 hours ago  Arran Cudbard... Tweaks to kafka tests
46 hours ago  Arran Cudbard... rlm_kafka: continue the wake drain loop after a cancell...
46 hours ago  Arran Cudbard... tests/multi-server: filter Status-Server from kafka...
46 hours ago  Arran Cudbard... tests/multi-server: enable librdkafka auto_create_topic
46 hours ago  Arran Cudbard... tests/multi-server: don't auto-restart kafka-producer1
46 hours ago  Arran Cudbard... tests/multi-server: collapse log/listener failure-dump...
3 days ago  Alan T. DeKokjust discard the data instead of saving it. developer/alandekok
4 days ago  Alan T. DeKokENETDOWN and ENETUNREACH are temporary failures
4 days ago  Alan T. DeKokENET* are temporary failures
4 days ago  Arran Cudbard... tests/multi-server: dump listener files too on failure
4 days ago  Arran Cudbard... tests/multi-server: reconnect test expects all 200...
4 days ago  Arran Cudbard... coverity: silence CID 1691836 / 1691837
4 days ago  Arran Cudbard... tests/multi-server: embed proto_load in kafka-producer1...
4 days ago  Arran Cudbard... tests/multi-server: bump kafka-produce CI timeouts...
5 days ago  Arran Cudbard... tests/multi-server: run kafka-consumer as root
5 days ago  Arran Cudbard... tests/multi-server: switch broker from redpanda to...
5 days ago  Arran Cudbard... tests/multi-server: pin redpanda to v24.3.15
5 days ago  Arran Cudbard... tests/multi-server: run the kafka broker privileged
5 days ago  Arran Cudbard... tests/multi-server: also unconfine apparmor on the...
5 days ago  Arran Cudbard... tests/multi-server: relax seccomp for the redpanda...
5 days ago  Arran Cudbard... Missing const
5 days ago  Arran Cudbard... Quiet clang scan
5 days ago  Arran Cudbard... kafka: Use a single producer handler and atomic queues...
5 days ago  Arran Cudbard... Jiggle functions in kafka/base.h/c
5 days ago  Arran Cudbard... Fix fr_event_user_trigger so it works over multiple...
5 days ago  Arran Cudbard... Add a simple SPSC atomic, expandable queue chain
5 days ago  Arran Cudbard... rlm_kafka: prime librdkafka's lazy globals from .onload
5 days ago  Arran Cudbard... lib/kafka: expose fr_kafka_init() / fr_kafka_free()
5 days ago  Arran Cudbard... rlm_kafka: wrap thread-owner fr_assert() calls in ...
5 days ago  Arran Cudbard... rlm_kafka: recognise a null key box on the xlat path
5 days ago  Arran Cudbard... tmpl, value, xlat: carry null through arg lists instead...
5 days ago  Arran Cudbard... tests/modules/kafka: exercise the `null` keyword on...
5 days ago  Arran Cudbard... tmpl, value: accept `null` as an explicit keyword
5 days ago  Arran Cudbard... rlm_kafka: accept a key as the middle xlat argument
5 days ago  Arran Cudbard... rlm_kafka: unbox the self-pipe uctx with talloc_get_typ...
5 days ago  Arran Cudbard... rlm_kafka: cast topic_name_cmp params to the actual...
5 days ago  Arran Cudbard... rlm_kafka: use the cached log_prefix in the self-pipe...
5 days ago  Arran Cudbard... rlm_kafka: debug-build sanity check that dr / error...
5 days ago  Arran Cudbard... rlm_kafka: tidy header includes to match the module...
6 days ago  Alan T. DeKokallow instruction results to be forced
6 days ago  Alan T. DeKokmove interpreter thread-local data into the interpreter...
6 days ago  Arran Cudbard... lib/kafka, rlm_kafka: drop trailing periods from Doxyge...
6 days ago  Arran Cudbard... rlm_kafka: mark rare produce error paths unlikely
6 days ago  Arran Cudbard... rlm_kafka: unbox async opaques with talloc_get_type_abort
6 days ago  Arran Cudbard... rlm_kafka: bridge librdkafka log output into the server log
6 days ago  Arran Cudbard... kafka: Basic unreachable test, and cancellation race
6 days ago  Arran Cudbard... kafka: Actually verify the data made it though
6 days ago  Arran Cudbard... tests/multi-server: put kafka-produce back in the CI...
6 days ago  Arran Cudbard... kafka: Minor style fixes.
6 days ago  Arran Cudbard... Create different client cache lists for TCP and UDP
6 days ago  Arran Cudbard... tests/multi-server: drop kafka-produce from the CI...
6 days ago  Arran Cudbard... ci: skip kafka module tests; switch multi-server broker...
6 days ago  Arran Cudbard... ci: pull redpanda from its own registry and give it...
6 days ago  Arran Cudbard... tests/kafka: cover method dispatch forms, keys, binary...
6 days ago  Arran Cudbard... rlm_kafka: tighten error handling and xlat register ctx
6 days ago  Arran Cudbard... rlm_kafka: type value and key as octets
6 days ago  Arran Cudbard... rlm_kafka: delegate per-topic value/key parsing to...
6 days ago  Arran Cudbard... rlm_kafka: drop wordy type and local names
6 days ago  Arran Cudbard... rlm_kafka: own flush_timeout as a module-level setting
6 days ago  Arran Cudbard... Add NO_OUTPUT plug to conf parser, rename FR_CONF_FUNC...
6 days ago  Arran Cudbard... Suppress kafka related leaks
6 days ago  Arran Cudbard... Don't overwrite the \0 terminator in fr_globdir_get_path
6 days ago  Arran Cudbard... Don't truncate all the zeros...
6 days ago  Arran Cudbard... Allow CF_IDENT_ANY to work with sections and pairs...
6 days ago  Arran Cudbard... Initial commit of kafka producer
6 days ago  Arran Cudbard... rlm_kafka: implement async producer with event-triggere...
6 days ago  Arran Cudbard... lib/kafka: expose fr_kafka_conf_t and accessors to...
6 days ago  Arran Cudbard... debian: package freeradius-kafka separately
6 days ago  Alan T. DeKokremove unused functions
6 days ago  Alan T. DeKokreplace local function with use of standard talloc API
6 days ago  Alan T. DeKokenable suppress_secrets by default, ala v3
7 days ago  Nick PorterReport where too small packets are from in radsniff developer/ndptech
8 days ago  Alan T. DeKokAdd '-S' and overrides
8 days ago  Alan T. DeKokadd cf_pair_replace_or_add()
8 days ago  Alan T. DeKokremove unused code
8 days ago  Alan T. DeKokclarify and separate num objects from pool size
8 days ago  Alan T. DeKokadd stack
11 days ago  Nick PorterJust reconnect for UDP which will start the status...
11 days ago  Nick PorterIf the connection is status_checking then status_check...
11 days ago  Nick PorterCompare correct time values for last reply within allow...
11 days ago  Nick PorterIf we're verifying replies, we need the original packet
13 days ago  Nick PorterLoop correctly after parsing octet sequence
2026-04-14  Alan T. DeKokupdate docs
2026-04-14  Alan T. DeKokadd more items and sort in alphabetical order
2026-04-13  Ethan ThompsonDon't parent temporary dir buffer to ef in exfile_open_...
2026-04-13  Nick PorterDisarm rather than delete timers
2026-04-13  Nick PorterEnsure parent cleanup timer is disarmed following new...
2026-04-09  Nick PorterOnly standard modules register xlats with their own...
2026-04-09  Nick PorterAdd name to coord_pair
2026-04-09  Nick PorterParent coord_pair_reg off the list of registrations
2026-04-09  Nick PorterParent coordinator registrations off the list of regist...
2026-04-09  Nick PorterUse fr_dlist_talloc_init to type check entries
2026-04-09  Nick PorterProtect CONF_SECTION with const
2026-04-09  Nick PorterCONF_SECTION is not changed by map_afrom_cs, so use...
next