mosquitto/src
Peter Korsgaard 01ead7e73e websockets.c: unbreak build without TLS
Commit 7943072b1f (Fix use_identity_as_username not working on websockets
clients) added code which unconditionally accesses mosq-ssl, breaking the
build when TLS support is disabled.

Fix it by guarding this logic inside #ifdef WITH_TLS.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-13 23:16:25 +00:00
..
db_dump Add stats mode for db_dump. 2014-06-05 11:56:32 +01:00
bridge.c [344] Fix non-async case. 2017-02-09 16:41:48 +00:00
CMakeLists.txt [344] Detect libanl in cmake. 2017-02-08 16:24:50 +00:00
conf.c [652] Don't limit config file lines to 1024 chars. 2017-12-20 11:00:16 +00:00
context.c [477] Send will messages for connected clients when broker stops. 2017-06-27 14:33:02 +01:00
database.c [57] File missed from previous commit. 2016-05-19 15:53:27 +01:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker-macosx.syms Fix building on OS X. 2015-02-17 23:21:14 +00:00
linker.syms Fix errors from big code import. 2014-11-12 20:47:16 +00:00
logging.c Fix for CVE-2017-9868 for Windows. 2017-06-26 14:53:33 +01:00
loop.c Replace getdtablesize() with sysconf(_SC_OPEN_MAX) 2017-07-16 23:16:30 +01:00
Makefile [184] Don't attempt to install docs when WITH_DOCS=no. 2016-06-06 16:11:42 +01:00
mosquitto_broker.h [462] Add auth_plugin_deny_special_chars option. 2017-06-27 14:59:37 +01:00
mosquitto_passwd.c Fix use of unitialized memory in gets_quiet 2017-05-05 22:10:25 +01:00
mosquitto_plugin.h [244] Add note on compiling auth plugin on OSX. 2016-08-12 08:00:56 +01:00
mosquitto.c Fix regression from 1.4.13 where persistence data was not being saved. 2017-07-10 23:43:42 +01:00
net.c #419 Broker sometimes kills connection to client 2017-06-11 22:00:45 +01:00
persist.c Fix for CVE-2017-9868 for Windows. 2017-06-26 14:53:33 +01:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_client.c [456899] Broker: Add bridge_attempt_unsubscribe option. 2015-01-07 21:50:10 +00:00
read_handle_server.c Fix memory leak related to use_identity_as_username. 2017-07-26 23:25:49 +01:00
read_handle.c Avoid calls to strlen() when checking for empty strings. 2015-08-17 16:00:16 -04:00
security_default.c Use constant time memcmp for password checks. 2017-07-16 23:20:58 +01:00
security.c [462] Relax CVE-2017-7650 checks. 2017-06-27 15:10:43 +01:00
send_server.c Add support for "session present" in CONNACK messages for MQTT v3.1.1. 2014-05-31 15:20:40 +01:00
service.c Initial contribution. 2014-05-07 23:27:00 +01:00
subs.c [534]Fix upgrade_outgoing_qos for retained message 2018-01-03 18:50:34 +01:00
sys_tree.c Fix publishing of $SYS/broker/clients/maximum. 2016-05-31 09:57:28 +01:00
uthash.h Initial contribution. 2014-05-07 23:27:00 +01:00
websockets.c websockets.c: unbreak build without TLS 2018-03-13 23:16:25 +00:00