mosquitto/lib
Roger A. Light 4ca294fd9c Warn on lax permissions on sensitive files.
- Broker will log warnings if sensitive files are world readable/writable, or
  if the owner/group is not the same as the user/group the broker is running
  as. In future versions the broker will refuse to open these files.
2023-08-16 14:01:21 +01:00
..
cpp
actions.c
alias_mosq.c
alias_mosq.h
callbacks.c
CMakeLists.txt
connect.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
dummypthread.h
handle_auth.c
handle_connack.c
handle_disconnect.c
handle_ping.c
handle_pubackcomp.c Fix Coverity 1486949 2022-08-31 11:36:53 +01:00
handle_publish.c
handle_pubrec.c
handle_pubrel.c
handle_suback.c
handle_unsuback.c
helpers.c
linker.version
logging_mosq.c
logging_mosq.h
loop.c Fix high CPU use on slow TLS connect. 2023-04-27 23:25:52 +01:00
Makefile
memory_mosq.c
memory_mosq.h
messages_mosq.c
messages_mosq.h
misc_mosq.c Warn on lax permissions on sensitive files. 2023-08-16 14:01:21 +01:00
misc_mosq.h
mosquitto.c Fix high CPU use on slow TLS connect. 2023-04-27 23:25:52 +01:00
mosquitto_internal.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
net_mosq.c Fix default settings incorrectly allowing TLS v1.1. 2023-03-28 01:39:28 +01:00
net_mosq.h Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead. 2022-08-07 23:04:46 +01:00
net_mosq_ocsp.c
options.c Fix engine support. 2023-06-02 19:11:50 +02:00
packet_datatypes.c
packet_mosq.c Fix confusing message on TLS certificate verification. 2023-04-01 17:52:12 +01:00
packet_mosq.h
property_mosq.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
property_mosq.h
read_handle.c
read_handle.h
send_connect.c
send_disconnect.c
send_mosq.c
send_mosq.h
send_publish.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
send_subscribe.c
send_unsubscribe.c
socks_mosq.c
socks_mosq.h
srv_mosq.c
strings_mosq.c Add missing mosquitto_strerror entries. 2023-08-12 10:12:52 +01:00
thread_mosq.c
time_mosq.c Merge branch 'fixes' of github.com:Daedaluz/mosquitto into Daedaluz-fixes 2023-03-27 23:37:55 +01:00
time_mosq.h
tls_mosq.c
tls_mosq.h
utf8_mosq.c
util_mosq.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_mosq.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_topic.c
will_mosq.c
will_mosq.h