index
:
ubus
master
openwrt-19.07
staging/stintel/dev
OpenWrt system message/RPC bus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-23
ubusd: use fixed-width types for sequence counters
HEAD
master
Hauke Mehrtens
2026-05-23
ubusd: use size_t for string and blob length variables
Hauke Mehrtens
2026-05-23
ubusd_acl: use size_t for strlen result in ubusd_acl_alloc_obj
Hauke Mehrtens
2026-05-23
libubus-io: reset sock.fd to -1 after close on ubus_reconnect error path
Hauke Mehrtens
2026-05-23
libubus-io: byte-swap peer in HELLO when storing as local_id
Hauke Mehrtens
2026-05-23
libubus-io: close recv_fd captured before get_next_msg failure
Hauke Mehrtens
2026-05-23
libubus: actually set FD_CLOEXEC on the ubus socket
Hauke Mehrtens
2026-05-23
ubusd: fix NULL dereference on OOM in ubus_msg_enqueue
Hauke Mehrtens
2026-05-23
ubusd_id: fix continue in do-while skipping random ID retry
Hauke Mehrtens
2026-05-23
ubusd_main: check strdup return value in mkdir_sockdir
Hauke Mehrtens
2026-05-23
libubus: make ubus_shutdown idempotent
Hauke Mehrtens
2026-05-23
libubus: fix file descriptor leaks in ubus_process_msg
Hauke Mehrtens
2026-05-23
libubus-req: fix file descriptor leaks in ubus_process_req_msg
Hauke Mehrtens
2026-05-23
ubusd_monitor: fix NULL dereference on OOM in ubusd_monitor_message
Hauke Mehrtens
2026-05-23
ubusd_id: use getrandom(2) unconditionally on Linux
Hauke Mehrtens
2026-05-23
lua: fix unchecked calloc and memory leak in ubus_lua_load_object
Hauke Mehrtens
2026-05-23
lua: fix inverted argument check in ubus_lua_add
Hauke Mehrtens
2026-05-23
ubusd_proto: fix NULL dereference on OOM in ubusd_proto_init_retmsg
Hauke Mehrtens
2026-05-23
ubusd_proto: fix NULL dereference for user/group in ubusd_handle_add_watch
Hauke Mehrtens
2026-05-23
ubusd_proto: fix resource leaks and ID tree corruption in ubusd_proto_new_client
Hauke Mehrtens
2026-05-23
ubusd_main: fix async-signal-unsafe SIGHUP handler
Hauke Mehrtens
2026-05-23
ubusd_event: fix OOM handling in ubusd_send_event_msg
Hauke Mehrtens
2026-05-23
ubusd_acl: fix NULL dereference on OOM in ubusd_acl_init
Hauke Mehrtens
2026-05-23
ubusd_acl: handle allocation failures in ubusd_acl_init_client
Hauke Mehrtens
2026-05-23
ubusd_acl: fix NULL dereference on OOM in ubusd_acl_alloc_obj
Hauke Mehrtens
2026-05-23
libubus-acl: fix dangling pointers on blob_memdup failure in acl_recv_cb
Hauke Mehrtens
2026-05-23
libubus: fix NULL dereference on OOM in ubus_queue_msg
Hauke Mehrtens
2025-12-02
formal: fix workflow permissions
George Sapkin
2025-11-18
github: ci: add MIPS64, PowerPC64 and RISCV64
Álvaro Fernández Rojas
2025-11-17
build: install ubus
Álvaro Fernández Rojas
2025-11-14
github: ci: add powerpc arch
Álvaro Fernández Rojas
2025-11-14
github: ci: add cmake build and source directories
Álvaro Fernández Rojas
2025-11-14
ubus: add a simple build script
Álvaro Fernández Rojas
2025-11-14
github: ci: add tests
Álvaro Fernández Rojas
2025-11-14
github: ci: disable json-c tests
Álvaro Fernández Rojas
2025-11-03
github: fix CI apt dependencies
Álvaro Fernández Rojas
2025-10-19
github: improve CI
Álvaro Fernández Rojas
2025-10-17
ubusd: fix ACL check for receiving events
Felix Fietkau
2025-10-17
ubusd: fix more instances of missing length checks for patterns
Felix Fietkau
2025-10-14
add debian/ directory
Felix Fietkau
2025-10-14
ubusd: load extra group IDs for a client process
Felix Fietkau
2025-10-14
ubusd: acl: compare uid/gid instead of user/group strings
Felix Fietkau
2025-10-14
ubusd: Fix out of bounds access in event register message
Hauke Mehrtens
2025-10-12
github: add CI build
Álvaro Fernández Rojas
2025-10-07
examples: CMakeLists: drop redundant cmake_minimum_required
David Härdeman
2025-10-07
lua: CMakeLists: drop redundant cmake_minimum_required
David Härdeman
2025-10-04
lua: build: require CMake >= 3.10 due to dropped legacy support
Hauke Mehrtens
2025-10-03
examples: CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2025-07-02
ubusd: do not call socket callback from ubus_msg_send
Felix Fietkau
2025-07-01
ubusd: add another tx attempt on enqueueing the first message for a client
Felix Fietkau
[next]