Commit Graph

  • d743d6e858 Merge branch 'fixes' Roger A. Light 2021-11-17 00:27:44 +0000
  • 2a056f14c2 Bump version number, update web. Roger A. Light 2021-11-17 00:26:03 +0000
  • 94fcd470d0 Fix incorrect subscribe_callback in mosquittopp.h. Roger A. Light 2021-11-17 00:23:04 +0000
  • 9c4f17aa61 Remove broken websockets static compiling option. Roger A. Light 2021-11-17 00:02:09 +0000
  • 11975332d4 Fix mosquitto_topic_matches_sub2() not using the length parameters. Roger A. Light 2021-11-16 23:14:24 +0000
  • 0d0a36906c Add missing stubs. Roger A. Light 2021-11-16 22:14:19 +0000
  • f3590f3020 Don't pass NULL to printf %s. Roger A. Light 2021-11-15 22:29:19 +0000
  • 68504da4a6
    Merge pull request #2372 from podsvirov/install-libmosquitto-archive Roger Light 2021-11-15 21:39:03 +0000
  • 864b77d94a
    Merge pull request #2373 from podsvirov/install-libmosquittopp-archive Roger Light 2021-11-15 21:38:26 +0000
  • e52ebf8abf
    Merge pull request #2376 from podsvirov/fix-security-module-destination Roger Light 2021-11-15 21:35:00 +0000
  • 94d61305fa Fix bridge not respecting receive-maximum when reconnecting with MQTT v5. Roger A. Light 2021-11-09 13:53:37 +0000
  • c4d51f0835 Fix DESTINATION for mosquitto_dynamic_security MODULE Konstantin Podsvirov 2021-11-06 17:11:09 +0300
  • f5fd5cd210 Fix hardcoded pthreads paths on Windows Konstantin Podsvirov 2021-11-06 16:58:33 +0300
  • 0de3f3a3f7 Allow to build man pages on Windows Konstantin Podsvirov 2021-11-06 16:31:20 +0300
  • b34817cfab Set ARCHIVE DESTINATION for mosquitto library Konstantin Podsvirov 2021-11-06 16:18:04 +0300
  • 6187143384 Set ARCHIVE DESTINATION for mosquittopp library Konstantin Podsvirov 2021-11-06 16:10:29 +0300
  • 6e6866f0c2 Bump docker versions. Roger A. Light 2021-10-27 16:53:32 +0100
  • d5970ca998 Merge branch 'fixes' Roger A. Light 2021-10-27 16:40:44 +0100
  • 292e969140 Bump version, update web. Roger A. Light 2021-10-27 16:40:21 +0100
  • 46a6c5d17b Fix mosquitto_plugin.h not including mosquitto_broker.h. Roger A. Light 2021-10-27 16:23:20 +0100
  • 20d2935d81 Fix date format in mosquitto_sub output. Roger A. Light 2021-10-27 15:51:12 +0100
  • 9e5b850181 Check for NULL before strcmp. Roger A. Light 2021-10-24 14:23:57 +0100
  • 7b614b3b59 Move to end of file on append, when on Windows. Roger A. Light 2021-10-15 15:51:32 +0100
  • 5cae4d1d81 Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication. Roger Light 2021-10-12 22:33:05 +0100
  • be80a3f4d0 Fix client id not showing in log on failed connections, where possible. Roger A. Light 2021-10-06 09:54:02 +0100
  • 3b471c8669 Fix test Roger A. Light 2021-10-06 09:41:10 +0100
  • a1a190b482 Pointless whitespace tidy. Roger A. Light 2021-10-05 15:20:37 +0100
  • 7234de7d86 Add Windows headless installer help. Roger A. Light 2021-10-05 13:28:51 +0100
  • 0ce167c472 Fix log file being truncated on Windows. Roger A. Light 2021-10-05 11:33:35 +0100
  • c7d9cf3a3c Windows uninstaller fixes. Roger A. Light 2021-10-05 09:40:31 +0100
  • 7061569bf4 Don't send retained messages when a shared subscription is made. Roger A. Light 2021-10-04 16:26:40 +0100
  • 3f62e80300
    Merge pull request #2317 from doragasu/fixes_discon_cb_on_tls_err Roger Light 2021-10-01 17:27:39 +0100
  • c28110d079 Fix test Roger A. Light 2021-10-01 17:24:19 +0100
  • f7a57add81 Add NanoMQ crash test case. Roger A. Light 2021-09-24 21:56:56 +0100
  • 9e28eea0a2 Initialise sockpairR/W to invalid in mosquitto_reinitialise() Roger A. Light 2021-09-24 16:50:53 +0100
  • a73806acd4 App build fix. Roger A. Light 2021-09-23 15:04:11 +0100
  • 7b58eee414 Fix problem parsing config files with Windows line endings. Roger A. Light 2021-09-23 11:40:40 +0100
  • 330bf6efdc Various fixes around inflight quota management. Roger A. Light 2021-09-22 17:13:45 +0100
  • 7551a29985 Fix LWT messages not being delivered if per_listener_settings was set to true Roger A. Light 2021-09-21 22:51:25 +0100
  • 4471ee9e47 Call disconnect callback on TLS error. doragasu 2021-09-16 17:06:55 +0200
  • d942ed7eec Fix max_keepalive option not being able to be set to 0. Roger A. Light 2021-09-09 12:19:13 +0100
  • 9afeeb1a56 Docker apk upgrade no longer needed. Roger A. Light 2021-09-02 09:34:18 +0100
  • 6d96f660bb Web page updates. Roger A. Light 2021-09-01 15:02:04 +0100
  • 1638bd34f8 Update docker images Roger A. Light 2021-09-01 14:34:12 +0100
  • 42acfdad41 Bump version, update web page. Roger A. Light 2021-08-31 17:16:52 +0100
  • c6859366c4 Merge branch 'fixes' Roger A. Light 2021-08-31 16:44:24 +0100
  • d09591d92e Fix reconnecting in some cases when using MOSQ_OPT_TLS_USE_OS_CERTS. Roger A. Light 2021-08-31 15:59:40 +0100
  • e43d36020f Update plugin configuration documentation. Roger A. Light 2021-08-31 10:57:48 +0100
  • 605131502b Fix MOSQ_OPT_SSL_CTX not being able to be set to NULL. Roger A. Light 2021-08-31 10:45:10 +0100
  • 77af2ecefe Fix mosquitto_ctrl dynsec setDefaultACLAccess command not working. Roger A. Light 2021-08-30 22:28:51 +0100
  • 06c84aeb66 CVE-2021-34434 details. Roger A. Light 2021-08-30 22:06:32 +0100
  • 37b5aedcb6 Fix for #575314. Roger A. Light 2021-08-30 16:14:27 +0100
  • 9d95cba95e Fix leak. Roger A. Light 2021-08-30 14:11:23 +0100
  • 9d6a73f9f7 Fix CONNECT performance with many user-properties. Roger A. Light 2021-08-10 20:48:21 +0100
  • 32af599c81 Fix $share subscriptions not being recovered for durable clients. Roger Light 2021-08-22 23:17:33 +0100
  • 376226c129 Build warning fixes. Roger A. Light 2021-08-26 10:54:03 +0100
  • 756b3fcb08 Document TLS certificate behaviour when using -p 8883. Roger A. Light 2021-08-24 23:15:06 +0100
  • f952d19da1 Fix printf format build warning on MIPS. Roger A. Light 2021-08-24 13:58:15 +0100
  • 9b25dd3b0d libressl build fixes. Roger A. Light 2021-08-24 13:53:03 +0100
  • 0d1837ebe3 Deconfigure thread mode when the loop thread ends. Roger A. Light 2021-08-24 11:51:38 +0100
  • 9526b4cf23 Check for file==dir only when reading. Roger A. Light 2021-08-23 19:37:15 +0100
  • ba2ca33671 Strict protocol compliance fixes, and extensive test suite. Roger Light 2021-06-16 21:48:57 +0100
  • 723b5d7081 Fix listener mount_point not being removed on outgoing messages. Roger Light 2021-08-22 08:23:13 +0100
  • 33349010cd Fix linker error Roger Light 2021-08-22 07:55:10 +0100
  • 6608e852a1 Fix broker not quiting if password_file is specified as a directory. Roger Light 2021-08-21 22:44:24 +0100
  • 526b8430e2 Fix for #2283. Roger Light 2021-08-21 20:13:19 +0100
  • c01ae67af7 Fix openssl not being linked to dynamic security plugin. Roger Light 2021-08-21 09:44:31 +0100
  • 035291c595 Signal+reload documentation improvement. Roger Light 2021-08-21 00:08:20 +0100
  • 342aa0ad1a Fix installation using WITH_TLS=no. Roger Light 2021-08-20 23:49:59 +0100
  • 93b2232bb9 Apply max_keepalive to MQTT v3.1.1 and v3.1 clients. Roger Light 2021-08-20 14:38:54 +0100
  • ea371564e7 Disable TLS 1.3 when using TLS-PSK, because it isn't correctly config'd. Roger A. Light 2021-08-19 17:18:59 +0100
  • 0143db71a1 Fix TLS certs and PSK not being able to be config'd at the same time. Roger A. Light 2021-08-19 16:13:25 +0100
  • a37c8e65d2 TLS-PSK mismatch fix. Roger A. Light 2021-08-17 15:40:44 +0100
  • fc4099eafa Speed up tests. Roger A. Light 2021-08-17 17:11:47 +0100
  • 79542158f4 Fix max_connections option not being correctly counted. Roger A. Light 2021-08-17 13:10:18 +0100
  • 2ace833eee Remove duplicate line Roger A. Light 2021-08-17 12:26:52 +0100
  • 8589f082d8 Fix CVE references. Roger A. Light 2021-08-05 16:10:43 +0100
  • 17bbca22fb
    Merge pull request #2255 from tparker-usgs/master Roger Light 2021-07-28 22:40:50 +0100
  • eec1ef1c55 Parallelise bridge clean session test. Roger A. Light 2021-07-28 15:54:21 +0100
  • 4e146b7b53 Fix possible out of bounds memory reads when reading configuration. Roger A. Light 2021-07-22 16:43:06 +0100
  • 87cba17715 Disable HTTP2 when building libwebsockets for docker images. Works around #1211. Tom Parker 2021-07-15 19:49:35 +0000
  • e3158e2b09
    Merge pull request #2247 from Begasus/haiku Roger Light 2021-07-09 14:16:21 +0100
  • 0f49a9ff5b Haiku build fixes begasus 2021-07-07 12:26:20 +0000
  • 30b54ba124 Add platform limitations section to man page. Roger A. Light 2021-06-29 13:51:31 +0100
  • b7c3d52cd4 Fix letsencrypt case when RENEWED_DOMAINS is empty. Roger A. Light 2021-06-10 11:55:01 +0100
  • 0d1bc03665 Simplify editing needs of the letsencrypt hook script. Roger A. Light 2021-06-10 11:05:23 +0100
  • 6028d0e33e mosquitto_sub and mosquitto_rr now open stdout in binary mode on Windows Roger A. Light 2021-06-09 21:16:57 +0100
  • 5217863b8b Bump docker files. Roger A. Light 2021-06-09 16:21:55 +0100
  • 1ab6b28e26 Add missing test file. Roger A. Light 2021-06-09 14:22:21 +0100
  • 3b89bb2e35 Update post to include 1.6.15 information. Roger A. Light 2021-06-09 13:36:28 +0100
  • f68c052c79 Merge branch 'fixes' Roger A. Light 2021-06-09 13:22:56 +0100
  • c4ca718ea7 Add man page deps to readme. Roger A. Light 2021-06-08 22:45:55 +0100
  • 99d7299b24 Fix qos0 messages not being queued when queue_qos0_message enabled. Roger A. Light 2021-06-09 13:19:37 +0100
  • ea7e2a6bca Bump version, add post. Roger A. Light 2021-06-08 22:23:58 +0100
  • 8416f928df Revert premature want_connect fix. Roger A. Light 2021-06-08 17:02:38 +0100
  • 42163634c7 Fix leak on crafted MQTT v5 CONNECT. Roger A. Light 2021-06-08 16:52:46 +0100
  • 403691ce40 Add missing return types. Roger A. Light 2021-06-08 16:51:23 +0100
  • 238b68686a Fix bridge pollfd corruption on Windows. Roger A. Light 2021-06-08 12:57:17 +0100
  • 104b94db57 Fix non-reachable bridge blocking the broker on Windows. Roger A. Light 2021-06-08 12:07:24 +0100
  • 5851713f3e Refactor to remove duplicate code. Roger A. Light 2021-06-08 12:00:05 +0100