Commit Graph

3542 Commits (9ee1dc52943c07d786ab414a76317873394d118a)
 

Author SHA1 Message Date
Roger A. Light fa31b6f41d Fix bridge queued messages not being persisted.
This happens when local_cleansession is set to false and cleansession is
set to true.

Closes #2604. Thank to Frank Dekervel.
3 years ago
Roger A. Light 1ed0c0436a Run lock only once per week 3 years ago
Roger A. Light e5cb3d0d58 Using `-x` now sets the clients to use MQTT v5.0. 3 years ago
Roger A. Light 62368c5677 Changelog additions 3 years ago
Roger A. Light 5d18962486 Improve custom SSL_CTX tests.
Issue #2463.
3 years ago
Roger A. Light 80c7726d5c Fix confusing error message when dynamic security config file was a directory.
Closes #2520. Thanks to sezanzeb
3 years ago
Roger A. Light 775bd2effd Fix confusing "out of memory" error.
This happens when a client is kicked in the dynamic security plugin.

Closes #2525. Thanks to sezanzeb.
3 years ago
Roger A. Light 531d58e62a Add X-Forwarded-For support for builtin websockets 3 years ago
Roger A. Light 268a2bae47 Update lock-threads workflow 3 years ago
Roger A. Light ea7bf9819b Update local docker file 3 years ago
Roger A. Light 95e2c4d543 Add support for PUID/PGID environment variables
These arefor setting the user/group to drop privileges to.

Closes #2441. Thanks to matthewparkes.
3 years ago
Roger A. Light a2f91babdf Fix incorrect format specifier 3 years ago
Roger A. Light e97d04cbb2 `drop_privileges` should be file local scope. 3 years ago
Roger A. Light c4664f08ac Clarify use_username_as_clientid is not global 3 years ago
Roger A. Light acabf3826b Merge branch 'buschulte-cmake-libmosq-public-include' into develop 3 years ago
Roger A. Light bf61615075 Merge branch 'cmake-libmosq-public-include' of https://github.com/buschulte/mosquitto into buschulte-cmake-libmosq-public-include 3 years ago
Roger A. Light 02b92b97ef Fix use of MOSQ_OPT_SSL_CTX when used with MOSQ_OPT_SSL_CTX_DEFAULTS
Closes #2463. Thanks to Tim Nordell.
3 years ago
Roger A. Light f9fa19ce6a - Fix `-o` not working in `mosquitto_ctrl`, and typo in related documentation.
Closes #2471. Thanks to Vitaljok and rillbert
3 years ago
Roger A. Light 6468bb4f9b Fix documentation omission around mosquitto_reinitialise.
Closes #2489. Thanks to rroguski
3 years ago
Roger A. Light 351911bd8f Fix incorrect return code being sent in DISCONNECT.
This is for when a client session is taken over.

Closes #2607. Thanks to der-b
3 years ago
Roger Light 7c295286ac
Merge pull request #2608 from NorbertHeusser/split-client-tests
Split client python tests into test with/without TLS/PSK
3 years ago
Roger A. Light 08610f7c99 Further fix for #2546. 3 years ago
Roger A. Light e979a46c04 Backport SSL connect fixes.
Closes #2594.
Closes #2595.
3 years ago
Norbert Heusser f2c59e4048 Split client python tests into test with/without TLS/PSK
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light e5e41c17c2 The persistence interface shouldn't delay retained messages.
Let plugins do that if they require it.
3 years ago
Kai Buschulte ddd16d54be Make required includes public for libmosquitto
for simplified usage of the CMake target

Issue number: #2452

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
Kai Buschulte 8b67883548 Remove old compatibility header support
Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
Roger A. Light a913de2d28 Fix some PUBLISH messages not being counted in $SYS stats.
Closes #2448. Thanks to Antoine.
3 years ago
Roger A. Light ba6bbd5959 Add documentation of struct mosquitto_message to header.
Closes #2561.
3 years ago
Roger A. Light 0c9d9f2163 Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead.
Closes #2564. Thanks to nmeum.
3 years ago
Roger A. Light 7794001ce2 Don't free arrays. 3 years ago
Roger A. Light 8c0600c40c Fixed build for openssl compiled with OPENSSL_NO_ENGINE.
Closes #2589. Thanks to Dirk Feytons.
3 years ago
Roger A. Light a146c218ad Fix unlimited message quota not being properly checked.
This is for incoming messages.

Closes #2593. Thanks to dongguoqing2015.
3 years ago
Roger A. Light 4cfbb716be Remove unused member 3 years ago
Roger A. Light c170d764fd Reduce memory allocations in sub and retain trees. 3 years ago
Roger A. Light 832e51cb57 dynsec: reduce memory allocations 3 years ago
Roger A. Light 570d54e4e8 Fix tests on when running under valgrind 3 years ago
Roger A. Light e5d6bbb907 dynsec: don't leave in partial state on error 3 years ago
Roger A. Light 9b04d0dd36 dynsec: Add roles to group test. 3 years ago
Roger A. Light 684c99261a argv tests for mosquitto_rr 3 years ago
Roger Light ac98c2135f
Merge pull request #2529 from NorbertHeusser/develop
Create github actions to trigger build and tests on devevlop branch
3 years ago
Roger A. Light d71451984c Fix frees in db_dump. 3 years ago
Roger A. Light dd34b707ac Fix Coverity Scan 1490914. 3 years ago
Roger A. Light e082e54fe2 Fix Coverity Scan 1490915. 3 years ago
Roger A. Light 965b506e0a Tidy 3 years ago
Roger A. Light efef2abdce Separate coverity scan branches scans. 3 years ago
Roger A. Light 2c2c951861 Silence coverity scan on string termination. 3 years ago
Roger A. Light e70fd299f8 Fix from windows changes 3 years ago
Roger A. Light 1ccde47e8e Windows build fix. 3 years ago
Roger A. Light 485ac04082 Merge branch 'NorbertHeusser-fix-corrupted-dynsec-config' into develop 3 years ago