You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Woelfel
f118230b49
Fix usage of tls_engine and tls_keyform.
...
The current implementation does not properly forward the engine
parameters to OpenSSL causing OpenSSL to incorrectly attempt to open the
engine key uri as a file.
Sponsored-by: Trimble, Inc.
Signed-off-by: Matt Woelfel <matt@woelfware.com>
6 years ago
..
db_dump
Remove useless if statement
6 years ago
deps
Will delay tests and implementation.
7 years ago
CMakeLists.txt
Use CMAKE_INSTALL_* variables when installing in CMake.
6 years ago
Makefile
Build fixes around CFLAGS et al.
6 years ago
bridge.c
Fix usage of tls_engine and tls_keyform.
6 years ago
conf.c
Fix default max_topic_alias listener config not being used.
6 years ago
conf_includedir.c
Merge branch 'master'
7 years ago
context.c
Fixes for bug #1273
6 years ago
database.c
Fix incoming msgs not being removed when there are no subs
6 years ago
handle_auth.c
Fixes for bug #1273
6 years ago
handle_connack.c
Merge branch 'master'
7 years ago
handle_connect.c
Fix zero length client ids being rejected for MQTT v5 clients.
6 years ago
handle_disconnect.c
Fix v5 DISCONNECT packets with remaining length == 2.
6 years ago
handle_publish.c
Fix incomgin QoS 2 with max_inflight_messages set to 1.
6 years ago
handle_subscribe.c
Restrict what packets are allowed in what client state.
7 years ago
handle_unsubscribe.c
Restrict what packets are allowed in what client state.
7 years ago
lib_load.h
Update changelog, bump version, bump copyright year.
7 years ago
linker-macosx.syms
Add mosquitto_set_username() plugin function.
7 years ago
linker.syms
Add mosquitto_set_username() plugin function.
7 years ago
logging.c
Colour internal logs for visibility.
6 years ago
loop.c
Fix websockets 3.2 causing slow connection on non-websockets listeners
6 years ago
mosquitto.c
Test and fix for client message prop persistence.
7 years ago
mosquitto_broker.h
Add 'extern "C"' on public headers.
6 years ago
mosquitto_broker_internal.h
Consistent ref counting inc and dec functions.
6 years ago
mosquitto_passwd.c
Fix password input when MAX_BUFFER_LEN is not 1024 in mosquitto_passwd.c
6 years ago
mosquitto_plugin.h
Add 'extern "C"' on public headers.
6 years ago
net.c
Disable TLS renegotiation.
6 years ago
persist.h
Fix Coverity Scan defect 1400433. Integer overflow.
7 years ago
persist_read.c
Consistent ref counting inc and dec functions.
6 years ago
persist_read_v5.c
Fix Coverity Scan defect 1400435.
7 years ago
persist_read_v234.c
v5 persistence file format
7 years ago
persist_write.c
Separate broker message queues into in/out.
7 years ago
persist_write_v5.c
Fix some -Wextra compiler warnings.
7 years ago
plugin.c
Add mosquitto_set_username() plugin function.
7 years ago
plugin_defer.c
Update changelog, bump version, bump copyright year.
7 years ago
property_broker.c
Fix Will message not allowing user-property properties.
6 years ago
read_handle.c
Merge branch 'master'
7 years ago
security.c
Fix plugin psk_key_get for v4
6 years ago
security_default.c
Fix leak introduced in previous commit.
6 years ago
send_auth.c
Multistep auth, plus reauth, plus tests.
7 years ago
send_connack.c
Multistep auth, plus reauth, plus tests.
7 years ago
send_suback.c
Merge branch 'master'
7 years ago
send_unsuback.c
Fix missing reason_code on v5 UNSUBACK.
7 years ago
service.c
Update changelog, bump version, bump copyright year.
7 years ago
session_expiry.c
Further fix for #1401 .
6 years ago
signals.c
Merge branch 'master'
7 years ago
subs.c
Fix incorrect shared subscription topic of '$shared.'
6 years ago
sys_tree.c
Fix $SYS/broker/version being incorrectly expired after 60 seconds.
6 years ago
sys_tree.h
Update changelog, bump version, bump copyright year.
7 years ago
uhpa.h
Merge branch 'master'
7 years ago
websockets.c
Fix slow websockets performance when sending large messages.
6 years ago
will_delay.c
Further fix for #1401 .
6 years ago