mosquitto/src
Roger A. Light 37b5aedcb6 Fix for #575314.
Incoming QoS 2 messages that had not completed the QoS flow were not being
checked for ACL access when a clean session=False client was reconnecting.

Closes #575314.
2021-08-30 16:14:27 +01:00
..
bridge_topic.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
bridge.c Fix bridge pollfd corruption on Windows. 2021-06-08 13:29:29 +01:00
CMakeLists.txt Merge pull request #2247 from Begasus/haiku 2021-07-09 14:16:21 +01:00
conf_includedir.c Merge pull request #2247 from Begasus/haiku 2021-07-09 14:16:21 +01:00
conf.c libressl build fixes. 2021-08-24 13:53:03 +01:00
context.c Improve QoS 0 outgoing packet queueing. 2021-05-18 16:53:45 +01:00
control.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
database.c Fix qos0 messages not being queued when queue_qos0_message enabled. 2021-06-09 13:21:27 +01:00
handle_auth.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_connack.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_connect.c Fix for #575314. 2021-08-30 16:14:27 +01:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_publish.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +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 Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
lib_load.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00: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 Minor build fixes. 2021-03-21 09:18:43 +00:00
loop.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00: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 $share subscriptions not being recovered for durable clients. 2021-08-26 12:17:26 +01:00
mosquitto.c Fix for #2283. 2021-08-21 20:14:51 +01:00
mux_epoll.c mux init must happen before bridges are started. 2021-04-14 23:06:53 +01:00
mux_poll.c Add missing return types. 2021-06-08 22:25:59 +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 Build warning fixes. 2021-08-26 10:54:03 +01:00
password_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00: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 Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read_v234.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_write_v5.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_write.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist.h Minor build fixes. 2021-03-21 09:18:43 +00:00
plugin_debug.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
plugin_defer.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
plugin_public.c Fix $share subscriptions not being recovered for durable clients. 2021-08-26 12:17:26 +01:00
plugin.c Handle identifier==NULL case. 2021-04-28 09:21:50 +01:00
property_broker.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
retain.c Build warning fixes. 2021-08-26 10:54:03 +01:00
security_default.c Minor build fixes. 2021-03-21 09:18:43 +00:00
security.c Fix possible crash having just upgraded from 1.6. 2021-04-08 23:29:46 +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 Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
session_expiry.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
signals.c Minor build fixes. 2021-03-21 09:18:43 +00:00
subs.c Fix leak. 2021-08-30 14:11:23 +01:00
sys_tree.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
sys_tree.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
websockets.c Improve QoS 0 outgoing packet queueing. 2021-05-18 16:53:45 +01:00
will_delay.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
xtreport.c Build warning fixes. 2021-08-26 10:54:03 +01:00