Commit Graph

2888 Commits (master)
 

Author SHA1 Message Date
Roger Light 5dceeb94b1
Merge pull request #2845 from CrossStream/sandbox/rzr/review/master
git: Ignore more generated files
2 years ago
Philippe Coval 41a3a2068e git: Ignore more generated files
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2 years ago
Roger A. Light cc1aac336e Bump remaining official docker images to Alpine 3.18 2 years ago
Roger A. Light 65a6ed43a5 Docker: Bump alpine to 3.18. 2 years ago
Roger A. Light 4e6fbae45c Delete old workflow runs. 3 years ago
Roger A. Light a8448a9c7b Revert 1.x docker builds to alpine 3.14 due to openssl build errors 3 years ago
Roger A. Light e9b2fddaa5 Update security page 3 years ago
Roger A. Light 7898f12825 Update docker 3 years ago
Roger A. Light b0277869d9 Update changelog for last minute fix 3 years ago
Roger A. Light 004b45fa40 Merge branch 'hardillb-x-forwarded-for-lws' 3 years ago
Roger A. Light 4a6570567a Merge branch 'x-forwarded-for-lws' of https://github.com/hardillb/mosquitto into hardillb-x-forwarded-for-lws 3 years ago
Ben Hardill 0eec37af99
Add support for X-Forwarded-For LWS
I know you've added this for the next release, but here is a fix
for LWS. But just incase there are any more 2.0.x releases.

It does leave the incoming port as 0 but as this is pretty meaningless
for a proxied connection I think it's probably ok.

Signed-off-by: Ben Hardill <hardillb@gmail.com>
3 years ago
Roger A. Light 9d9469cbec Merge branch 'fixes' 3 years ago
Roger A. Light 966601f6b6 Bump version, new web post 3 years ago
Roger A. Light 4d1b587e29 dynsec: Forbid deleting the anon group. 3 years ago
Roger A. Light 7917553eb2 Fix expired messages causing queued messages not to be delivered.
Closes #2609. Thanks to JSchy65.
3 years ago
Roger A. Light cd88906132 Clearer function name 3 years ago
Roger A. Light df317ff71f Dynamic security: Fix the plugin being able to be loaded twice.
Currently only a single plugin can interact with a unique $CONTROL
topic. Using multiple instances of the plugin would produce duplicate
entries in the config file.

Closes #2601.
Closes #2470.
3 years ago
Roger A. Light 436f0b9348 dynsec: Fix modifyClient and modifyGroup commands
They will now not modify the client/group if a new group/client being
added is not valid, or on other failures.

Closes #2598. Thanks to Sebastian Szczepański.
3 years ago
Roger A. Light b22df5140e Clear errno before check. 3 years ago
Roger A. Light 49ebb58569 Fix failure to close thread in some situations.
Closes #2545. Thanks to p-luke.
3 years ago
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 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 268a2bae47 Update lock-threads workflow 3 years ago
Roger A. Light c4664f08ac Clarify use_username_as_clientid is not global 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 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
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 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 efef2abdce Separate coverity scan branches scans. 3 years ago
Roger A. Light 71a90177d7 Systemd: Add mosquitto group ownership
Thanks to minfrin
3 years ago
Roger A. Light ff97fbfe94 Fix links 3 years ago
Roger A. Light ee1487743a Remove dead link 3 years ago
Roger A. Light ca009907e5 Web page update including external docs. 3 years ago
Roger Light f1bf2938b0
Merge pull request #2577 from marchputt/patch-1
Fix syntax errors in examples
3 years ago
Pargorn Puttapirat 9417facffa
Fix syntax errors in examples
Problematics examples: addRoleACL and removeRoleACL
3 years ago
Roger A. Light 2e061afcc6 Fix build 3 years ago
Roger A. Light ebfebf8708 Fix bridges not sending failure notification messages.
This is for messages to the local broker if the remote bridge connection
fails.

Closes #1488.
Closes #2467.
3 years ago
Roger A. Light 3e1cf8a80b Fix tests build. 3 years ago
Roger A. Light c99502a256 Add clients to session expiry check list when restarting and reloading from persistence.
Closes #2546. Thanks to Joachim Schachermayer.
3 years ago