yzhivik
434f34911e
fix SOCKS5 username and password set
...
fix SOCKS5 request wrt IP4/IP6/FQDN
Signed-off-by: yzhivik <yuriy.zhyvytsya@gmail.com>
7 years ago
Roger A. Light
5610dd7af4
Better implementation of #948 .
7 years ago
Roger A. Light
24bd31f2a0
Fix excessive CPU usage when the number of sockets exceeds the system limit.
...
Closes #948 . Thanks to wiebeytec.
7 years ago
Roger A. Light
b81b2287d7
Update expired test certs.
7 years ago
Roger A. Light
1605a4f294
Make it easier to build without bundled uthash.h.
...
Use "make WITH_BUNDLED_DEPS=no".
7 years ago
Roger A. Light
ebdfe0e6f5
Fix incorrect call to setsockopt() for TCP_NODELAY.
...
Closes #941 . Thanks to rfalke.
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
135ff1dd2e
Fix build when using WITH_ADNS=yes.
7 years ago
Roger A. Light
be8b3b0fae
Enable ADNS for the snap.
7 years ago
Roger A. Light
b5832eb6b8
Add missing test.
7 years ago
Roger A. Light
a6c52cf5af
Add websockets support to snap.
7 years ago
Roger A. Light
afbb0f6691
Bump version number.
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
63bfcb224e
Fix accessor functions for username and client id when used in plugin auth check.
7 years ago
Roger A. Light
becbff406b
Include snapcraft.yaml in snap.
7 years ago
Roger A. Light
5e365a2597
Documentation fixes.
7 years ago
Roger A. Light
63f98f3c55
Fix for building on Windows with static lws.
7 years ago
Roger A. Light
92d360e8a4
Installer and readme updates.
7 years ago
Roger A. Light
6fade4bc3d
Revert incorrect change.
7 years ago
Roger A. Light
fd19a6f0f0
Add support for compiling with static libwebsockets library.
7 years ago
Roger A. Light
0caae2a6ea
Build fix for Windows.
7 years ago
Roger A. Light
4ee1dba1f9
Consistent use of config.h across the project.
7 years ago
Roger A. Light
9bbd2f7022
Return error in mosquitto_pub -l if compiled without threading.
7 years ago
Roger A. Light
f7e304d9e1
Check for 918
7 years ago
Roger A. Light
2f47f31f29
Don't confuse expiring and duplicate clients.
7 years ago
Roger A. Light
e91cb7a79d
Fixes for CentOS 7.
7 years ago
Roger A. Light
e74a09936d
Fixes for building on FreeBSD.
7 years ago
Roger A. Light
fd8002c3e3
Fix compiling on Mac OS X <10.12 due to clock_gettime()
...
Closes #813 and #240 .
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
f494a74015
Fix default port problem when compiling clients using WITH_TLS=no.
7 years ago
Roger A. Light
3baf63bedd
Fix building for libwebsockets < 1.6.
7 years ago
Pierre Fersing
e2f3a7f4c6
Remove some test that was always true
...
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
7 years ago
Roger A. Light
f3e1268fc4
Fix minor typo.
7 years ago
Roger A. Light
ecb3f4d4b0
Fix possible endian issue when reading the `memory_limit` option.
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
ff28caae36
No need to calculate topic len twice.
7 years ago
Tatsuzo Osawa
2d759e8bf3
Fix subs memory issue #505
...
Signed-off-by: Tatsuzo Osawa <tatsuzo.osawa@gmail.com>
7 years ago
Roger A. Light
29513a27ba
Fixes for building on NetBSD.
...
Closes #258 .
Thanks to Daniel Ölschlegel.
7 years ago
Roger A. Light
02107c655e
Remove incorrect comment.
7 years ago
Roger A. Light
ffbdad93b4
Don't reject ACL patterns without %u or %c, just warn.
...
Using `pattern blah/#` is a legitimate method of getting a global ACL.
We shouldn't be changing behaviour in a fixes release.
7 years ago
Natanael Copa
fb802d6b3d
Flush stdout when asking for password.
...
Make sure the prompt is actaually printed by flushing stdout when asking
for passwords.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
7 years ago
Tobias Assarsson
a8142c2d7a
Add missing parameters to internal mosquitto_acl_check
...
Signed-off-by: Tobias Assarsson <tobias.assarsson@gmail.com>
7 years ago
Roger A. Light
2f1416089d
Add test for issue in #828 .
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Rich Mattes
401d9493d2
Add documentation and networking dep to unit files
...
Updated the unit file examples to add a dependency on the
network-online.target systemd target to prevent mosquitto from
starting without network connectivity.
Added a documentation line to the unit files pointing to mosquitto
manpages.
Signed-off-by: Rich Mattes <richmattes@gmail.com>
7 years ago
Roger A. Light
e64948979d
Fix UNSUBACK messages not being logged.
...
Closes #903 .
Thanks to Christoph Krey.
7 years ago
Roger A. Light
f530ef93d1
Add test for issue 505.
7 years ago
Roger A. Light
c79059b34e
Fix `use_identity_as_username true` not working.
...
Closes #833 .
Thanks to David Crook and Brice Waegeneire.
Bug: https://github.com/eclipse/mosquitto/issues/833
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
bricewge
aa3503deb3
fix #833
...
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
7 years ago
Roger A. Light
8ddb825f86
Better fix for #851 .
...
Ensure all sockets that are closed are set to INVALID_SOCKET.
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
329c031854
Update changelog.
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
82a6969b74
Add new test to parallel test script.
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Wolfgang Hottgenroth
73bbc60390
Move check whether context is a bridge in front of check whether a listener
...
exists for context. New test now passes.
Signed-off-by: Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
7 years ago
Wolfgang Hottgenroth
a509a3d041
Add test which currently fails.
...
Signed-off-by: Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
7 years ago
Wolfgang Hottgenroth
e8c711b81c
Change test scripts according to hints in #507 (replace localhost by 127.0.0.1)
...
Signed-off-by: Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
7 years ago