Roger A. Light
167d0c3550
Fix allow_anonymous false
not being applied in local only mode.
...
Closes #3198 . Thanks to vphatfla.
2025-02-26 20:46:59 +00:00
Roger A. Light
d0d0ac4bd6
Fix test
2025-02-25 13:57:32 +00:00
Roger A. Light
a8d887f30b
Merge branch 'fix2908' of github.com:ckrey/mosquitto into ckrey-fix2908
2025-02-25 12:34:41 +00:00
Christoph Krey
b1f2b7bf67
Add test for early check of RESERVED command with illegal remaining length #2325
...
Signed-off-by: Christoph Krey <c@ckrey.de>
2025-02-25 11:33:18 +00:00
Roger A. Light
0285e8bc40
Fix 08-ssl-connect-cert-auth-expired/revoked
...
Occurs when run under load. Thanks to Joachim Zobel.
Closes #3208 .
2025-02-25 11:15:29 +00:00
Thymo van Beers
9d325b26d6
Updated broker tests readme
...
Signed-off-by: Thymo van Beers <tvanbeers@bauwatch.com>
2024-11-01 08:55:40 +00:00
Roger A. Light
e852fd8906
Fix test - alternative type of socket failure is ok
2024-10-30 18:19:19 +00:00
Roger A. Light
baca579737
PUBLISH msg sequence test - repeated identical message with/without payload
2024-10-23 00:33:36 +01:00
Roger A. Light
732b8eb584
Shared subs must have a valid topic
2024-10-16 16:25:26 +01:00
Roger A. Light
71ddbabb00
Shared subs aren't allowed to set no-local
2024-10-16 16:25:08 +01:00
Roger A. Light
115906b9ca
Fix test payloads
2024-10-16 15:58:03 +01:00
Roger A. Light
0174abe8f3
Don't allow invalid response-topic values.
2024-10-16 15:30:44 +01:00
Christoph Krey
b9da09e511
Add test cases for bridges with empty prefixes #2908
...
Signed-off-by: Christoph Krey <c@ckrey.de>
2024-10-12 09:35:58 +02:00
Roger A. Light
ae7a804dad
Fix crash on bridge using remapped topic being sent a crafted packet.
...
Closes Eclipse #197 .
2024-10-02 10:25:33 +01:00
Roger A. Light
1914b3ee2a
Use separate trees for shared/normal subs
...
Fixes Eclipse #217 , #218 .
2024-10-02 10:25:31 +01:00
Roger A. Light
f09ea91e11
Fix crash on subscribe under certain unlikely conditions.
...
Closes #2885 .
Closes #2881 .
Thanks to everybody on those issues.
2023-09-12 23:09:24 +01:00
Roger A. Light
41db41761d
Fix test running under valgrind
2023-08-16 14:01:21 +01:00
Roger A. Light
6113eac95a
Fix for CVE-2023-28366
2023-08-16 14:01:21 +01:00
Roger A. Light
a3c680fbb0
Fix for Eclipse #581199
2023-08-16 14:01:21 +01:00
Roger A. Light
9bb8058578
Reject Will messages that attempt to publish to $CONTROL/.
2023-08-16 14:01:21 +01:00
Roger A. Light
c06599fab2
Fix some retained topic memory not being cleared immediately after used.
2022-11-29 11:55:55 +00:00
Roger A. Light
1af3152ddc
Fix persisted clients being restored without a session expiry time.
2022-08-18 14:13:35 +01:00
Roger A. Light
4d1b587e29
dynsec: Forbid deleting the anon group.
2022-08-16 12:55:48 +01:00
Roger A. Light
351911bd8f
Fix incorrect return code being sent in DISCONNECT.
...
This is for when a client session is taken over.
Closes #2607 . Thanks to der-b
2022-08-10 14:17:22 +01:00
Roger A. Light
09ac578459
Fix unused flags in CONNECT command being forced to be 0 in MQTT v3.1
...
This check is not required until v3.1.1.
Closes #2522 . Thanks to garinocyr
2022-05-17 17:41:57 +01:00
Roger A. Light
41b1b0c6d1
Merge branch 'XavierDooms-fix-support-tick-with-per-listener-settings' into fixes
2022-02-24 13:48:41 +00:00
Roger A. Light
62c0d0c9c8
Merge branch 'fix-support-tick-with-per-listener-settings' of https://github.com/XavierDooms/mosquitto into XavierDooms-fix-support-tick-with-per-listener-settings
2022-02-24 13:26:06 +00:00
Olivier Gayot
b7fb911428
tests: replace use of ssl.wrap_socket that throws warnings in Python 3.10
...
The function ssl.wrap_socket() is deprecated starting Python 3.7 because
it does not support hostname matching (which is considered insecure). In
Python 3.10, the function now throws warnings at runtime, which makes
Ubuntu / Debian autopkgtest fail.
The function ssl.SSLContext.wrap_socket comes in as the replacement and
has support for SNI and hostname matching.
Replaced all uses of ssl.wrap_socket() by equivalent using
ssl.SSLContext.wrap_socket().
Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2022-02-15 09:23:06 +01:00
Xavier Dooms
bff71fd99f
support plugin tick callbacks with per_listener_settings enabled
...
add tests for the plugin tick
Signed-off-by: Xavier Dooms <dooms.xavier@gmail.com>
2021-12-27 23:23:58 +01:00
Roger Light
5cae4d1d81
Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication.
...
Closes #2339 . Thanks to hvxl.
2021-10-12 22:33:05 +01:00
Roger A. Light
3b471c8669
Fix test
2021-10-06 09:54:19 +01:00
Roger A. Light
a1a190b482
Pointless whitespace tidy.
2021-10-05 15:20:37 +01:00
Roger A. Light
f7a57add81
Add NanoMQ crash test case.
2021-09-24 21:57:28 +01:00
Roger A. Light
7b58eee414
Fix problem parsing config files with Windows line endings.
...
Closes #2297 . Thanks to all the people who commented there!
2021-09-23 11:40:40 +01:00
Roger A. Light
330bf6efdc
Various fixes around inflight quota management.
...
Closes #2306 . Thanks to canique.
2021-09-22 17:20:24 +01:00
Roger A. Light
7551a29985
Fix LWT messages not being delivered if per_listener_settings
was set to true
...
Closes #2314 . Thanks to Marc Hamel.
2021-09-21 22:51:25 +01:00
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
Roger A. Light
9d6a73f9f7
Fix CONNECT performance with many user-properties.
...
An MQTT v5 client connecting with a large number of user-property properties
could cause excessive CPU usage, leading to a loss of performance and
possible denial of service. This has been fixed.
2021-08-26 12:17:42 +01:00
Roger Light
32af599c81
Fix $share subscriptions not being recovered for durable clients.
...
If a plugin had granted ACL subscription access to a
durable/non-clean-session client, then removed that access, the client would
keep its existing subscription. This has been fixed.
2021-08-26 12:17:26 +01:00
Roger Light
ba2ca33671
Strict protocol compliance fixes, and extensive test suite.
2021-08-23 23:19:28 +01:00
Roger Light
723b5d7081
Fix listener mount_point not being removed on outgoing messages.
...
Closes #2244 . Thanks to alflexRH.
2021-08-22 08:23:13 +01:00
Roger Light
93b2232bb9
Apply max_keepalive to MQTT v3.1.1 and v3.1 clients.
2021-08-20 23:27:14 +01:00
Roger A. Light
79542158f4
Fix max_connections
option not being correctly counted.
2021-08-17 13:10:18 +01:00
Roger A. Light
eec1ef1c55
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
Roger A. Light
1ab6b28e26
Add missing test file.
2021-06-09 14:22:21 +01:00
Roger A. Light
42163634c7
Fix leak on crafted MQTT v5 CONNECT.
...
If a MQTT v5 client connects with a crafted CONNECT packet a memory leak
will occur.
Thanks to Kathrin Kleinhammer.
2021-06-08 22:26:09 +01:00
Roger A. Light
6a4a547892
Fix segfault on client sending malformed CONNACk.
...
CVE-xxxx-xxxx: If an authenticated client connected with MQTT v5 sent a
malformed CONNACK message to the broker a NULL pointer dereference occurred,
most likely resulting in a segfault. This will be updated with the CVE
number when it is assigned.
Affects versions 2.0.0 to 2.0.9 inclusive.
Closes #2163 . Thanks to Bryan Pearson.
2021-04-03 11:14:27 +01:00
Roger A. Light
e401def06d
Fix QoS 0 messages not being delivered when max_queued_bytes was configured.
...
Closes #2123 . Thanks to quackgizmo.
2021-03-08 23:23:45 +00:00
Roger A. Light
7baca428da
Remove obsolete tests.
2021-03-04 09:49:29 +00:00
Roger A. Light
cf1098eff1
Send protocol error on topic alias not found.
...
The error topic-alias-invalid was being sent if an MQTT v5 client published
a message with empty topic and topic alias set, but the topic alias hadn't
already been configured on the broker. This has been fixed to send a
protocol error, as per section 3.3.4 of the specification.
2021-01-20 10:28:40 +00:00