- Jul 19, 2017
-
-
Aska.Wu authored
Incorrect psk will be provided by psk_server_callback() because leading zero is skipped by BN_bn2bin() and BN_num_bytes(). Signed-off-by:Aska.Wu <askawu@gmail.com>
-
- Jul 18, 2017
-
-
Roger A. Light authored
-
- Jul 17, 2017
-
-
Zard1096 authored
Relate to issues #327 and #63. mosq->sock may be closed before FD_SET(mosq->sock, &writefds) and FD_ISSET(mosq->sock, &writefds) but after judgement in line 947 if(mosq->sock != INVALID_SOCKET). FD_SET(-1, ...) and FD_ISSET(-1, ...) would certainly crash. Signed-off-by:Zard1096 <mr.zardqi@gmail.com>
-
Roger A. Light authored
-
Fredrik Fornwall authored
From http://man7.org/linux/man-pages/man3/getdtablesize.3.html : "It is not specified in POSIX.1; portable applications should employ sysconf(_SC_OPEN_MAX) instead of this call." Specifically this fixes a build failure on Android which does not have getdtablesize(). Signed-off-by:
Fredrik Fornwall <fredrik@fornwall.net>
-
- Jul 11, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 28, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 27, 2017
-
-
Roger A. Light authored
Checks for '/' are no longer made, this character is a much lower risk and is widely used in usernames. Bug: https://github.com/eclipse/mosquitto/issues/462
-
Roger A. Light authored
Auth plugins can be configured to disable the check for +# in usernames/client ids with the auth_plugin_deny_special_chars option. Thanks to wiebeytec. Bug: https://github.com/eclipse/mosquitto/issues/462
-
Roger A. Light authored
Thanks to mikeS7. Bug: https://github.com/eclipse/mosquitto/issues/477
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 26, 2017
-
-
Roger A. Light authored
-
- Jun 24, 2017
-
-
Pierre Fersing authored
* Websocket were always marked as "want_write" (even if they only want to read, or worse want nothing). * Websocket FD was read twice in some case (when socket recv queue was larger that size read by libwebsocket) Signed-off-by:Pierre Fersing <pierre.fersing@bleemeo.com>
-
- Jun 23, 2017
-
-
Roger A. Light authored
Not implemented on Windows. Thanks to Moshe Zioni. Bug: https://github.com/eclipse/mosquitto/issues/468
-
- Jun 22, 2017
-
-
Roger A. Light authored
-
- Jun 20, 2017
-
-
Roger A. Light authored
Thanks to Brian Block. Bug: https://github.com/eclipse/mosquitto/issues/427
-
Roger A. Light authored
Thanks to spinachmedia. Bug: https://github.com/eclipse/mosquitto/issues/417
-
- Jun 19, 2017
-
-
Roger A. Light authored
-
- Jun 18, 2017
-
-
Roger A. Light authored
-
- Jun 12, 2017
-
-
Jan Lukavsky authored
Signed-off-by:Jan Lukavsky <je.ik@seznam.cz>
-
- Jun 01, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- May 29, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- May 23, 2017
-
-
Roger A. Light authored
-
- May 17, 2017
-
-
Roger A. Light authored
-
- May 13, 2017
-
-
Roger A. Light authored
Thanks to Tifaifai Maupiti. Bug: https://github.com/eclipse/mosquitto/issues/446
-
- May 06, 2017
-
-
Roger A. Light authored
-
Jelle van der Waa authored
ERR_remove_state has been marked deprecated in OpenSSL 1.1.0 and do nothing, as the OpenSSL libraries now normally do all thread initialization and deinitialisation automatically. Signed-off-by:Jelle van der Waa <jelle@vdwaa.nl>
-
Roger A. Light authored
-
Roger A. Light authored
-
Fabrice Fontaine authored
Do not add -lanl to BROKER_LIBS for all Linux builds. Indeed, -lanl is only needed for getaddrinfo_a which is only used in _mosquitto_try_connect_step1 when WITH_ADNS is set Signed-off-by:Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Roger A. Light authored
Thanks to Ali Utku Selen.
-