Roger A. Light
1877f8a326
Tests and implementation for maximum packet size.
...
This is for broker outgoing connack and publish packets only.
7 years ago
Roger A. Light
8db16591fa
Test and fix for subscription identifiers not being updated.
...
Closes #1169 . Thanks to Christoph Krey.
7 years ago
Roger A. Light
66c1e2ccf0
Add mosquitto_unsubscribe_multiple(), plus tests.
7 years ago
Roger A. Light
c823073be6
v5 unsubscribe test, single topic.
7 years ago
Roger A. Light
1479c57e34
v5 report reason code=no sub when unsubscribing.
7 years ago
Roger A. Light
1ec0cea34a
Fix missing reason_code on v5 UNSUBACK.
...
Closes #1167 . Thanks to Christoph Krey.
7 years ago
Roger A. Light
baa4642bd3
Generic ptest implementation.
7 years ago
Roger A. Light
b4a94f5900
Fix some ssl tests.
7 years ago
Roger A. Light
950ad8d16f
Speed up pattern matching test.
7 years ago
Roger A. Light
016ce7dca5
Simplify ptest implementation.
7 years ago
Roger A. Light
e2f269bda8
Test duration printing on ptest.
7 years ago
Roger A. Light
084062c85e
Merge branch 'fixes' into mqtt5
7 years ago
Roger A. Light
bb914b985c
Fix `mosquitto_topic_matches_sub()` rc with sub=="topic/#abc".
...
This now returns MOSQ_ERR_INVAL as expected.
7 years ago
Roger A. Light
b6fb2c5824
Fix property write test after function changes.
7 years ago
Roger Light
c40957a7d8
Fix and tests for CVE-2018-12546.
7 years ago
Roger A. Light
d8505624d0
Fix and tests for security bug #541870 .
7 years ago
Roger A. Light
36b5421c59
Fix and tests for security bug #543401 .
7 years ago
Roger Light
5236295159
Handle mismatched handshakes properly.
...
For example, a QoS1 PUBLISH with QoS2 reply.
7 years ago
Roger A. Light
873ffce27a
Send DISCONNECT on invalid topic alias, plus test.
7 years ago
Roger A. Light
219f47b07f
Add test for multiple unsubscribe.
7 years ago
Roger A. Light
6b977fa198
Test and fixes for expiring retained messages.
7 years ago
Roger A. Light
ca3782b38d
Test and fixes for will message expiry interval.
7 years ago
Roger A. Light
6a59e92db8
Set remaining message expiry interval when republishing.
7 years ago
Roger A. Light
0a9885aea1
Rename "resv" in connack to "flags" to better match v5 spec.
7 years ago
Roger A. Light
f9a17e2782
Add alias support to the broker.
7 years ago
Roger A. Light
1cc3e558ee
Test for server keepalive.
7 years ago
Roger Light
8513af4da5
Tests and fixes for shortened DISCONNECT packets.
7 years ago
Roger Light
4b97a90ef9
Tests and fixes for truncated PUB* packets
...
For the cases where reason_code is 0, or properties are missing.
7 years ago
Roger A. Light
326292681a
Add maximum-qos support to broker and client.
...
This comes in the form of:
* Per listener maximum_qos option, which can be in the range 0-2.
* Changes to mosquitto_publish*() to return MOSQ_ERR_QOS_NOT_SUPPORTED
if attempting to publish with a higher QoS than supported.
* Bridges will downgrade messages to match the maximum QoS.
More tests on the broker side (specifically bridges) are required. This
needs bridge support for MQTT 5 first.
7 years ago
Roger Light
930a314caf
Add reason_code to on_publish_v5 callback.
7 years ago
Roger Light
740a128769
Support PUBREC reason code >=0x80 as partial qos2 flow.
7 years ago
Roger Light
6119f83571
Add receive-maximum=1 test for client.
7 years ago
Roger A. Light
aeba5b5d0d
Fix and tests for client side receive-maximum.
7 years ago
Roger Light
9aec82b0e1
Finalise test proplists in the packet gen funcs.
...
This makes it easier to add part of a proplist in the test itself, and have the gen func add some more.
7 years ago
Roger Light
67c1d4453e
Receive maximum support for clients.
7 years ago
Roger A. Light
6eefb45b44
Broker tests for Receive Maximum.
7 years ago
Roger A. Light
00c4fd137a
More UTF-8 tests.
7 years ago
Roger A. Light
c1baf21185
Add tests for subscription identifiers.
7 years ago
Roger A. Light
7c3666d593
Subscription identifier support.
7 years ago
Roger A. Light
ef724e6d33
Add test for first packet not being CONNECT.
7 years ago
Roger A. Light
dab6452a1d
Add test for duplicate CONNECT.
7 years ago
Roger A. Light
fcf4cd0b27
Merge branch 'master' into mqtt5
7 years ago
Roger A. Light
31e6dbbe74
Tests and fixes for subscription options.
7 years ago
Roger A. Light
94fdc9cb44
Disallow UTF-8 control characters.
7 years ago
Roger A. Light
bc1349c0d7
Tests for user facing mosquitto_string_to_property_info function.
7 years ago
Roger A. Light
8b368aeb6b
Fix memory leaks in tests.
7 years ago
Roger A. Light
699e5c762f
Tests for user facing read functions.
7 years ago
Roger A. Light
679a9a54a5
Tests for user facing property add functions.
7 years ago
Roger A. Light
1e6117bcf5
Fix duplicate string property tests.
7 years ago
Roger A. Light
4fe75b1af0
Make user functions for reading properties easier to use.
7 years ago