mosquitto/src
2023-08-16 14:01:21 +01:00
..
bridge_topic.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
bridge.c Fix local bridge session expiry interval. 2022-08-18 15:06:11 +01:00
CMakeLists.txt Merge pull request #2247 from Begasus/haiku 2021-07-09 14:16:21 +01:00
conf_includedir.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
conf.c Fix heap overflow when reading corrupt config with "log_dest file". 2023-08-16 14:01:21 +01:00
context.c Fix for CVE-2023-28366 2023-08-16 14:01:21 +01:00
control.c Fix confusing "out of memory" error. 2022-08-12 08:17:17 +01:00
database.c Fix for CVE-2023-28366 2023-08-16 14:01:21 +01:00
handle_auth.c Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication. 2021-10-12 22:33:05 +01:00
handle_connack.c fix confusing log message on connack error 2022-01-11 19:26:25 +01:00
handle_connect.c Fix heap overflow when reading corrupt config with "log_dest file". 2023-08-16 14:01:21 +01:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_publish.c Fix for CVE-2023-28366 2023-08-16 14:01:21 +01:00
handle_subscribe.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_unsubscribe.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
keepalive.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
lib_load.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
linker-macosx.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
linker.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
logging.c Fix setlinebuf() on Windows 2023-08-16 14:01:21 +01:00
loop.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
Makefile Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
memory_public.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
mosquitto_broker_internal.h Fix for CVE-2023-28366 2023-08-16 14:01:21 +01:00
mosquitto.c Windows: Increase connection limit to 8192 where supported. 2023-04-07 19:29:32 +01:00
mux_epoll.c mux init must happen before bridges are started. 2021-04-14 23:06:53 +01:00
mux_poll.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
mux.c Fix mux_epoll__handle() use. 2021-01-21 12:06:45 +00:00
mux.h Fix mux_epoll__handle() use. 2021-01-21 12:06:45 +00:00
net.c Broker now validates usernames provided over TLS are valid UTF-8. 2023-08-16 14:01:21 +01:00
password_mosq.c mosquitto_memcmp_const is now more constant time. 2023-08-16 14:01:21 +01:00
password_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read_v5.c Try to convince Coverity this string is terminated. 2022-08-31 09:49:37 +01:00
persist_read_v234.c Try to convince Coverity this string is terminated. 2022-08-31 09:49:37 +01:00
persist_read.c Warn on lax permissions on sensitive files. 2023-08-16 14:01:21 +01:00
persist_write_v5.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist_write.c Fix potential file persistence crash. 2023-08-16 14:01:21 +01:00
persist.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_debug.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_defer.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_public.c Broker now validates usernames provided over TLS are valid UTF-8. 2023-08-16 14:01:21 +01:00
plugin.c Fix incorrect pointer use. 2022-05-23 22:38:02 +01:00
property_broker.c Fix memory leak when clients send v5 CONNECT packets. 2023-08-16 14:01:21 +01:00
read_handle.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
retain.c Fix some retained topic memory not being cleared immediately after used. 2022-11-29 11:55:55 +00:00
security_default.c mosquitto_memcmp_const is now more constant time. 2023-08-16 14:01:21 +01:00
security.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_auth.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_connack.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_suback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_unsuback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
service.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
session_expiry.c Fix persisted clients being restored without a session expiry time. 2022-08-18 14:13:35 +01:00
signals.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
subs.c Fixes sub_count is not decreased when client ubsubscribe 2023-06-30 11:29:40 +08:00
sys_tree.c Fix build error: expected ‘)’ before ‘PRIu64’ 2022-12-02 11:52:34 -08:00
sys_tree.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
websockets.c Merge branch 'x-forwarded-for-lws' of https://github.com/hardillb/mosquitto into hardillb-x-forwarded-for-lws 2022-08-16 14:30:37 +01:00
will_delay.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
xtreport.c Various fixes around inflight quota management. 2021-09-22 17:20:24 +01:00