Commit Graph

3529 Commits (cbbc4a0ea30b658b8b77e4195ddc400f0c7e4c6b)
 

Author SHA1 Message Date
Frank Villaro-Dixon cbbc4a0ea3 Auth: add authentication via env variable
This commit provides a "cloud-native" way of authenticating clients
by comparing the provided password to the MOSQUITTO_PASSWORD environment
variable.

This allows to quickly and easily adding authentication by simply
providing the password to the environment variable of the docker
container / kubernetes pod.

Signed-off-by: Frank Villaro-Dixon <frank@vi-di.fr>
3 years ago
Roger Light ac5dfca52a
Merge pull request #2703 from NorbertHeusser/makefile-improvements
Makefile improvements
3 years ago
Roger A. Light 00faec3ccd Doc update 3 years ago
Roger A. Light abe3d7d180 Revert to max_keepalive=0. 3 years ago
Roger A. Light 62a43617f4 Don't expire retained messages 3 years ago
Roger A. Light 836ba3823b Fix initial sys tree publish, and ensure there is never a divide by 0. 3 years ago
Roger A. Light 0aeb00d4bd Remove unused var 3 years ago
Norbert Heusser 2ec6901e92 Fixed target clean in apps/db_dump Makefile
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser 170cd85cec Add target test-compile to all Makefile to allow tests in plugin folders
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser 120bfb33b9 Enable test-ws.sh in test/client
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser 8a07110cef Moved python tests inside test/apps to subfolder per app
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser e4c252b781 Don't install example plugin client-lifetime-stats
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser c834868cfa Add missing cleanup of test/appss folder to test/Makefile
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser a65176667c Fixed cleanup in lib/Makefile
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light b157448b30 Fix possible memory leaks when repeating options. 3 years ago
Roger A. Light fa21712278 Fix accidentally deleted lines. 3 years ago
Roger A. Light d15c6bd7ef Fix unitialised value and incorrect loop. 3 years ago
Roger A. Light fc84340820 Add mosquitto_unsubscribe2_v5_callback_set 3 years ago
Roger A. Light 7419aa7530 Add more lib msg sequence tests 3 years ago
Roger A. Light 57665e722d Remove obsolete openssl cleanup code 3 years ago
Roger A. Light 001b8d7da8 Remove duplicate code 3 years ago
Roger A. Light 94b366b5e7 Start of message sequence "fuzzish" tests for library 3 years ago
Roger A. Light 3a9441122c Code for replaying failed sequence tests to make debugging easier 3 years ago
Roger A. Light 1f0d7a8064 Per group global test settings 3 years ago
Roger A. Light d53653b017 Port from `fixes` 3 years ago
Roger A. Light 5c0cfade12 Add http origin checking to built in websockets. 3 years ago
Roger A. Light 1e0a07ba5a Add missing int to string conversions. 3 years ago
Roger A. Light ba665a3477 Unsubscribe-v5 test should use properties 3 years ago
Roger A. Light 99c49d3d39 Remove duplicate tests. 3 years ago
Roger A. Light b6de597127 subscribe_simple helper test 3 years ago
Roger A. Light 529cd609ba Test improvements. 3 years ago
Roger A. Light 3d5309a622 Complicated config test. 3 years ago
Roger A. Light 06f4b09ae3 Test fixes and bridge leak fixes. 3 years ago
Roger A. Light dd3e555b41 Tidy of conf.c using macros.
Also make messages more consistent.
3 years ago
Roger A. Light e452f8a4c5 Fix formatting 3 years ago
Roger A. Light 8b38f7a5da Remove duplicate code checking for listeners/bridges. 3 years ago
Roger A. Light c1edce8df8 Plugin loading. 3 years ago
Roger A. Light d64331603c Don't use TLS v1.1 by default. 3 years ago
Roger A. Light e123f661c8 Enable client websocket tests 3 years ago
Roger A. Light f3777c0662 Refactor to remove duplicate code. 3 years ago
Roger A. Light b49631df23 Add mosquitto_passwd tests 3 years ago
Roger A. Light 9cc5d1d6ff Add mosquitto_ctrl tests 3 years ago
Roger A. Light 89cca44c17 Refactor to remove duplicate code. 3 years ago
Roger A. Light 86f3a6b484 Extend db_dump tests, and fix minor bugs. 3 years ago
Roger A. Light 4612901128 Typos 3 years ago
Roger A. Light afc76092a5 Give more information on invalid properties 3 years ago
Roger A. Light d767aa488c Remove unnecessary padding. 3 years ago
Roger A. Light a2be6cc9b1 Trigger rapid publishing of messages. 3 years ago
Roger A. Light b873e1d5d6 Fix some retained topic memory not being cleared immediately after used. 3 years ago
Roger A. Light 8a6bb872fe Invalid/unsupported plugin tests. 3 years ago