Roger A. Light
ef68063985
Convert default security to "plugin" mode.
...
This converts password_file and acl_file checks to act like a v5 plugin.
5 years ago
Roger A. Light
0b414c6fff
Build and distribute plugins dir.
5 years ago
Roger A. Light
267beb8a49
Export function on Windows.
5 years ago
Roger A. Light
3506fe4099
Update docs for acl deny feature.
5 years ago
Roger A. Light
bb3e35fbb9
Merge branch 'BrandtHill-feature/add-deny-option-for-acl' into develop
5 years ago
Roger A. Light
f18f1a08a9
Merge branch 'feature/add-deny-option-for-acl' of git://github.com/BrandtHill/mosquitto into BrandtHill-feature/add-deny-option-for-acl
5 years ago
Roger A. Light
6104172bcf
Fix connect properties not being sent.
...
This was happening when the client automatically reconnected.
Closes #1846 . Thanks to DSOFreak.
5 years ago
Roger A. Light
9724710cd6
Add MOSQ_OPT_BIND_ADDRESS.
...
This allows setting of a bind address independently of the
`mosquitto_connect*()` call.
5 years ago
Roger A. Light
c6b94f6266
Fix running of basic client tests.
5 years ago
Roger A. Light
79028bcb14
Fix duplicate frees in tests.
5 years ago
Roger A. Light
7c3a353616
Fix incorrect bridge_insecure description.
...
Closes #1837 . Thanks to chegancasb.
5 years ago
Roger A. Light
94c4108977
The `pid_file` option will now always attempt to write a pid file.
...
This happens regardless of whether the `-d` argument is used when
running the broker.
Closes #1845 . Thanks to habazut.
5 years ago
Roger A. Light
7bd3822817
Consistent use of config.mk.
5 years ago
Roger A. Light
687ca36c07
Makefile build fixes for message-timestamp plugin.
5 years ago
Roger A. Light
a86ebe541c
Install fix.
5 years ago
Roger A. Light
89733138bb
CMake build fixes.
5 years ago
Roger A. Light
24a9c7d508
Build variant fixes.
5 years ago
Roger A. Light
d70ffd4b00
Move db_dump to apps directory.
5 years ago
Roger A. Light
b404d56281
Move deps directory to root.
5 years ago
Roger A. Light
f85e004415
Move password functions to own file.
5 years ago
Roger A. Light
be8b94189c
Document that X509_free() must be called after using mosquitto_client_certificate().
...
Closes #1842 . Thanks to Wolfgang Petroschka.
5 years ago
Roger Light
5b4e4f047b
Fix mosquitto_sub JSON printing with empty payloads.
5 years ago
Roger A. Light
4472c1f441
Added support for controlling UNSUBSCRIBE calls in v5 plugin ACL checks.
5 years ago
Roger A. Light
6c6542a8fa
Example plugin for adding timestamp properties to MQTT v5 messages.
...
For #1225 .
5 years ago
Roger A. Light
a65f946e83
Move headers to own directory.
5 years ago
Roger A. Light
908b33c0bd
Update uthash to 2.1.0.
5 years ago
Roger Light
5b4884a855
Callback struct padding for future use.
5 years ago
Roger Light
bcf7545015
Export broker plugin functions on Windows.
5 years ago
Roger Light
ff2636b3ae
Build fix for Windows.
5 years ago
Roger Light
e8a641c759
Fix plugin interface on example debug and defer plugins.
5 years ago
Roger A. Light
6f4e0a1568
mosquitto_passwd: Forbid the ':' character in usernames.
5 years ago
Roger A. Light
67549f48ba
context->mosq in websockets.
5 years ago
Roger A. Light
7cce159ff4
Don't free will_struct after the client context owns it.
5 years ago
Roger A. Light
cfad3e754c
This hasn't been updated for years.
5 years ago
Roger A. Light
c7f429cab2
Deprecation warnings.
5 years ago
Roger A. Light
c059a0e971
Dev version.
5 years ago
Roger A. Light
c90e49af1b
Merge remote-tracking branch 'origin/fixes' into develop
5 years ago
Roger A. Light
0ad7bbbd29
Plugin header update with description.
5 years ago
Roger A. Light
36950cc71e
mosquitto_plugin_publish no longer exists.
5 years ago
Roger A. Light
54b9571516
Enable TLS with certfile+keyfile, not capath/cafile.
5 years ago
Roger A. Light
5371bd09d1
Add support for PBKDF2-SHA512 password hashing.
5 years ago
Roger A. Light
c927446264
Fix $CONTROL plugin unregistering.
5 years ago
Roger A. Light
711d24221d
Use public memory functions for uthash, for helping with our plugins.
5 years ago
Roger A. Light
d8d24e76eb
Free plugin identifier on cleanup.
5 years ago
Roger A. Light
5d6bdc5de4
Allow CONTROL messages to set a reason code/string for PUBACK/PUBREC.
5 years ago
Roger A. Light
2774515456
Fix missing mach/mach_time.h header on OS X.
...
Closes #1831 . Thanks to P-Hagen.
5 years ago
Roger A. Light
cf1c156765
New plugin interface
...
This is not specific to authentication, and allows plugins greater flexibility in what events they are interested in. It also adds message handling, and $CONTROL handling.
5 years ago
Roger A. Light
43b3184492
Rename to indicate these are public functions.
5 years ago
Roger A. Light
2f89203c67
Always ensure the client is in the hash before deleting.
5 years ago
Roger A. Light
7ad1ec819c
Cleanup bridge ssl_ctx on exit.
5 years ago