Commit Graph

1850 Commits (4d4c5dd5a2a827626944f321778032d5533515d7)
 

Author SHA1 Message Date
Roger A. Light ebbdb27b0a Remove old man page references.
Thanks to Karl Palsson.

Closes #1266.
6 years ago
Roger A. Light 959e785c2f Fix MQTT v5 clients not being able to specify a password without a username.
Thanks to Erik Moqvist.

Closes #1274.
6 years ago
Roger A. Light 2b794993d7 Improve documentation around the upgrading of persistence files.
Thanks to jsaak.

Closes #1276.
6 years ago
Roger A. Light e680b3dbf2 Fix typo causing build error on Windows when building without TLS support.
Thanks to TimmvonderMehden.

Closes #1264.
6 years ago
Roger A. Light c39d6294b5 Fixes for bug #1273
* Fix Will message for a persistent client incorrectly being sent when the client reconnects after a clean disconnect.
* Fix Will message for a persistent client not being sent on disconnect.
* Fix mosquitto_pub not using the `-c` option.

Thanks to Yannic Schröder.

Closes #1273.
6 years ago
Roger A. Light 77afc86412 Fix mosquitto_pub exiting with error code 0 when an error occurred.
Thanks to janniswarnat.

Closes #1285.
6 years ago
Roger A. Light 5b6a806e26 Stop some error messages being printed even when `--quiet` was used.
Thanks to Rob de Jonge.

Closes #1284.
6 years ago
Roger A. Light b8abcba74d Fix compilation problem related to getrandom() on non-glibc systems. 6 years ago
Roger A. Light f169e523e1 Fix use of getrandom() for Linux and WITH_TLS=no. 6 years ago
Roger A. Light 2e29ed2c8d Fix default max_topic_alias listener config not being used.
This was not being copied to the in-use listener when compiled without
TLS support.
6 years ago
Roger A. Light ff187d0d5b Simplify ping checking in tests. 6 years ago
Roger A. Light 7c4947fcf7 Update changelog, improve warning message from last commit. 6 years ago
Till Zimmermann 863c0ee3ab Fixed Segmentation Fault / NULLptr dereference
Signed-off-by: Till Zimmermann <tzimmermann@uni-osnabrueck.de>
6 years ago
Roger A. Light d61c1118de Fix detection of incoming v3.1/v3.1.1 bridges.
Closes #1263. Thanks to vrst37.
6 years ago
Karl Palsson d296bde1f6 ssl: support openssl with ENGINE support disabled.
Alternatively, just drop support for this config.

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years ago
Karl Palsson 2e9ad5fe4a lib: fix missing openssl/ui.h include.
Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years ago
Roger A. Light 25e1095099 Make target for building a docker image based on working dir files. 6 years ago
Christian von Arnim 742f0adf58 Fix password input when MAX_BUFFER_LEN is not 1024 in mosquitto_passwd.c
Signed-off-by: Christian von Arnim <christian.vonarnim@gmail.com>
6 years ago
Roger A. Light 141626251d Update dockerfile for 1.6.2. 6 years ago
Roger A. Light 0bd40a0193 Bump version numbers, update webpage. 6 years ago
Roger A. Light fe3b73a7f0 Windows build fixes. 6 years ago
Roger A. Light ee962ceda3 Fix $SYS/broker/version being incorrectly expired after 60 seconds.
Close #1245. Thanks to Christoph Krey.
6 years ago
Roger A. Light 895e209c41 Fix broker originated messages not being sent.
This occurred when `check_retain_source` was set to true.

Closes #1245. Thanks to Christoph Krey.
6 years ago
Roger A. Light 77813949e7 Test for Will property usage. 6 years ago
Roger A. Light 9459269a6f Fix Will message not allowing user-property properties. 6 years ago
Roger A. Light 127b6a3d91 Fix -L url parsing.
Closes #1248. Thanks to Andrew J Freyer.
6 years ago
Roger A. Light ccded567a5 Fix crash after client has been unable to connect to a broker
This is part of the cleanup routine when the client is already exiting.

Closes #1246. Thanks to Christoph Krey.
6 years ago
Roger A. Light f41cca8152 Fix access after free when v5 client with Will message disconnects.
The Will message has as its first property one of content-type,
correlation-data, payload-format-indicator, or response-topic.

Closes #1244. Thanks to Christoph Krey.
6 years ago
Roger A. Light 4e72cae004 Fix build for WITH_TLS=no.
Closes #1250. Thanks to bmparr.
6 years ago
Roger A. Light c99f46ac2b Update Docker image for 1.6.1. 6 years ago
Roger A. Light 93b598d8e7 Bump version number, update webpage. 6 years ago
Roger A. Light 5bda2db5c4 Use CMAKE_INSTALL_* variables when installing in CMake.
Closes #1049. Thanks to Greg Troxel.
6 years ago
Roger A. Light 9664a6b251 Don't call ldconfig in CMake scripts.
Closes #1048. Thanks to Greg Troxel.
6 years ago
Roger A. Light e381581a49 Document notifications better. Closes #1188. 6 years ago
Roger A. Light 86ba51a33c Build fixes around CFLAGS et al.
- Split CFLAGS and CPPFLAGS, and LDFLAGS and LDADD/LIBADD.
- test/unit now respects CPPFLAGS and LDFLAGS.

Closes #1232. Thanks to Greg Troxel.
6 years ago
Roger A. Light f6289e2443 Document bundled dependencies and how to disable.
Closes #1231. Thanks to Greg Troxel.
6 years ago
Roger A. Light b3ba0a7901 Add `make check` and document testing procedure.
Also support test target in cmake.
6 years ago
Roger A. Light d413801c26 Fix rr description. 6 years ago
Roger A. Light ee20d7c634 Order options in example mosquitto.conf. 6 years ago
Roger A. Light 793cb9f649 Document `memory_limit` option. 6 years ago
Roger A. Light a4b5ea05e3 Remove incorrect and unused memory limiting code. 6 years ago
Roger A. Light a50e13a131 Website update
New eclipse logo
Stickers no longer available due to Moo API going.
Fix manpage generation.
Add rr manpage
Update version support on index.
6 years ago
Roger A. Light f22a137938 Fix compilation on musl C systems due to missing sys/time.h header.
Thanks to maxice8.
6 years ago
Ken Restivo 2a1cbaf34a Fix comment 6 years ago
Roger Light 4558f036d2 Merge remote-tracking branch 'origin/master' into debian 6 years ago
Roger A. Light 84cea3005d Bump packaging to 1.6.4. 6 years ago
Roger A. Light c118fb64a0 Add --retry 30 to mosquitto.init 7 years ago
Roger A. Light 2eeb01ce8c Update Debian official packaging for 1.5.8. 7 years ago
Roger A. Light 2c954b8f03 Merge tag 'v1.5.8' into debian 7 years ago
Roger A. Light 46c673664f Update Debian official packaging for 1.5.7. 7 years ago