Roger A. Light
|
de4adcd20e
|
Print more OpenSSL errors when loading certificates/keys fail.
Signed-off-by: Roger A. Light <roger@atchoo.org>
|
7 years ago |
Roger A. Light
|
9f8e2a1d0a
|
[Broker] Fix auth plugin cleanup function not being called.
Closes #900.
Thanks to Julian Zhao.
Signed-off-by: Roger A. Light <roger@atchoo.org>
|
7 years ago |
Roger A. Light
|
5e60136449
|
Merge branch 'develop'
|
8 years ago |
Roger A. Light
|
84520296fa
|
Bump version number.
|
8 years ago |
Roger A. Light
|
377dc82d3f
|
Fix parsing of configuration options that end with a space.
Closes #804.
Thanks to Nicola Lunghi.
|
8 years ago |
Roger A. Light
|
51ec5601c2
|
Fix memory leak that could be caused by a malicious CONNECT packet.
Closes #533493 (on Eclipse bugtracker)
Thanks to Daniel Romero.
|
8 years ago |
Roger A. Light
|
23230b7b18
|
Add per-listener acl handling.
|
8 years ago |
Roger A. Light
|
9476d8abcb
|
Document mosquitto_sub timeout.
|
8 years ago |
Roger A. Light
|
5ff8127f44
|
Fix will sending for duplicate clients.
When a client with an in-use client-id connects, if the old client has a
will, send the will message. Closes #26.
Thanks to Pierre F.
|
8 years ago |
Roger A. Light
|
24d68b5af8
|
Remove support for openssl 1.0.0 and 1.0.1.
These are no longer supported by openssl.
|
8 years ago |
Roger A. Light
|
8470ca89b9
|
Add MOSQ_OPT_SSL_CTX and MOSQ_OPT_SSL_CTX_WITH_DEFAULTS options.
Closes #567 and #715.
|
8 years ago |
Roger A. Light
|
86ced4d98f
|
Add mosquitto_connect_with_flags_callback_set().
This allows a second connect callback to be used that exposes the
MQTT connect flags parameter.
Closes #738, #128.
|
8 years ago |
Roger A. Light
|
8676cc0359
|
Replace mentions of deprecated 'c_rehash' with 'openssl rehash'.
|
8 years ago |
Roger A. Light
|
dbdd113c86
|
Merge branch 'develop' of github.com:eclipse/mosquitto into develop
|
8 years ago |
Roger A. Light
|
c1bb673b1f
|
Split features/fixes in changelog.
|
8 years ago |
Roger A. Light
|
600217649b
|
Merge branch 'develop' of github.com:eclipse/mosquitto into develop
|
8 years ago |
Roger A. Light
|
b2e1592376
|
Per listener allow_anonymous.
|
8 years ago |
Roger A. Light
|
611ad222bb
|
Don't keep trying to connect in sub client if CONNACK negative.
|
8 years ago |
Roger A. Light
|
0fef6bdee8
|
Maximum connections on Windows increased to 2048.
Thanks to ericGTT.
|
8 years ago |
Roger A. Light
|
1ebc301100
|
Update changelog.
|
8 years ago |
Roger A. Light
|
bc13eab9d6
|
Add per_listener_settings, which isn't used yet.
|
8 years ago |
Roger A. Light
|
5b2bf3d1c1
|
Bump version number, update copyrights.
|
8 years ago |
Roger A. Light
|
e6cbff0e94
|
Fix unauthorised clients being able to cause OOM on connect.
|
8 years ago |
Roger A. Light
|
b76982db13
|
Fix reloading of config when fds are exhausted.
|
8 years ago |
Roger A. Light
|
ec63d7bfc7
|
Add set_tcp_nodelay option to disable Nagle's algorithm.
Bug: https://github.com/eclipse/mosquitto/issues/433
|
8 years ago |
Roger A. Light
|
81cb7ab547
|
Merge branch 'fixes' into develop
|
8 years ago |
Roger A. Light
|
c001e778c1
|
[693] Fix handling of null bytes in received strings.
Thanks to Umberto Boscolo.
Bug: https://github.com/eclipse/mosquitto/issues/693
|
8 years ago |
Roger A. Light
|
1b702538f9
|
Add check and matches functions which take length arguments.
mosquitto_pub_topic_check2()
mosquitto_sub_topic_check2()
mosquitto_topic_matches_sub2()
|
8 years ago |
Roger A. Light
|
15486f48e7
|
[636] Correctly handle empty files with "mosquitto_pub -l".
Thanks to Aleksandr Makarov.
Bug: https://github.com/eclipse/mosquitto/issues/676
|
8 years ago |
Roger A. Light
|
2283585e39
|
Remove build timestamp information for reproducible builds.
|
8 years ago |
Roger A. Light
|
58abadd307
|
Update changelog.
|
8 years ago |
Tatsuzo Osawa
|
2cd553c883
|
Add Changelog for #667
Signed-off-by: Tatsuzo Osawa <tatsuzo.osawa@gmail.com>
|
8 years ago |
Roger A. Light
|
b02c1a41bb
|
[670] Fix topic matching of foo/bar against foo/+/#
Thanks to mrdis.
Bug: https://github.com/eclipse/mosquitto/issues/670
|
8 years ago |
Pierre Fersing
|
7775924bae
|
[534]Fix upgrade_outgoing_qos for retained message
|
8 years ago |
Pierre Fersing
|
7df5c40004
|
Fix $SYS counters when message is sent over WS
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
|
8 years ago |
Roger A. Light
|
b193918ca0
|
[649] Don't close socket again if nonblock fails.
Thanks to Edwin van den Oetelaar.
Bug: https://github.com/eclipse/mosquitto/issues/649
|
8 years ago |
Roger A. Light
|
ae666b07ce
|
[654] Initialise "result" in mosquitto_topic_matches_sub.
Thanks to markhermelinggt.
Bug: https://github.com/eclipse/mosquitto/issues/654
|
8 years ago |
Roger A. Light
|
7f82cdc753
|
[652] Don't limit config file lines to 1024 chars.
Bug: https://github.com/eclipse/mosquitto/issues/652
|
8 years ago |
Roger A. Light
|
d2118aeb17
|
[636] Don't run TLS-PSK tests when disabled at compile time.
Thanks to 'TBK'.
Bug: https://github.com/eclipse/mosquitto/issues/636
|
8 years ago |
Roger A. Light
|
8795f063d4
|
Add ability to deny access to SUBSCRIBE messages.
This is as well as the current read/write accesses. Currently for auth
plugins only.
|
8 years ago |
Roger A. Light
|
a480a9daf9
|
Fix 08-ssl-bridge.py test when using async dns lookups.
Thanks to Tatsuzo Osawa.
Bug: https://github.com/eclipse/mosquitto/issues/507
|
8 years ago |
Roger A. Light
|
22063013be
|
[490] Fix auth plugin+WS client+MOSQ_ERR_AUTH related crash.
Thanks to "hasunperera".
Bug: https://github.com/eclipse/mosquitto/issues/490
|
8 years ago |
Roger A. Light
|
7943072b1f
|
Fix use_identity_as_username not working on websockets clients.
Thanks to achest.
|
8 years ago |
Roger A. Light
|
53c71b2a77
|
Fix memory leak related to use_identity_as_username.
|
8 years ago |
Roger A. Light
|
5a267368d7
|
Merge branch 'master' into develop
|
8 years ago |
Roger A. Light
|
ba0122f9a9
|
Don't disable IPv6 support for websockets.
|
8 years ago |
Roger A. Light
|
46630e7325
|
Update change log.
|
8 years ago |
Roger A. Light
|
d8cc5bc4fe
|
Merge branch 'fixes' of github.com:eclipse/mosquitto into fixes
|
8 years ago |
Roger A. Light
|
ef7a7850ac
|
Add -c to mosquitto_pub.
|
8 years ago |
Roger A. Light
|
0ba0bc434e
|
Use constant time memcmp for password checks.
|
8 years ago |