mosquitto/src
Roger A. Light 2a1df4ddb2 Breaking: Drop privileges after loading the configuration
This change means privileges are dropped before loading certificates, starting logging, creating the pid file etc. are carried out, so all of those actions must now be changed to ensure that the unprivileged user can carry them out.
2020-11-05 12:05:07 +00:00
..
bridge_topic.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
bridge.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
CMakeLists.txt CMake build fixes. 2020-10-13 16:07:35 +01:00
conf_includedir.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
conf.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
context.c Basic client disconnect event support for plugins. 2020-11-05 10:52:21 +00:00
control.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
database.c Fix more incorrect quota handling. 2020-11-02 23:14:21 +00:00
handle_auth.c Fix more "incorrect" disconnect messages. 2020-10-27 15:35:40 +00:00
handle_connack.c Fix more "incorrect" disconnect messages. 2020-10-27 15:35:40 +00:00
handle_connect.c Fix incorrect disconnect messages. 2020-10-27 12:37:54 +00:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_publish.c Fix incorrect disconnect messages. 2020-10-27 12:37:54 +00:00
handle_subscribe.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
handle_unsubscribe.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
keepalive.c Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
lib_load.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker-macosx.syms Dynsec: Validate user/group/role names as UTF-8. 2020-11-04 13:32:27 +00:00
linker.syms Dynsec: Validate user/group/role names as UTF-8. 2020-11-04 13:32:27 +00:00
logging.c Breaking: Drop privileges after loading the configuration 2020-11-05 12:05:07 +00:00
loop.c TLS certificates for the server are now reloaded on SIGHUP. 2020-11-04 22:57:10 +00:00
Makefile Move password functions to own file. 2020-10-13 16:05:34 +01:00
memory_public.c New plugin interface 2020-09-22 14:49:28 +01:00
mosquitto_broker_internal.h Breaking: Drop privileges after loading the configuration 2020-11-05 12:05:07 +00:00
mosquitto.c Breaking: Drop privileges after loading the configuration 2020-11-05 12:05:07 +00:00
mux_epoll.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
mux_poll.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
mux.c Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
mux.h Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
net.c Move certificate loading to its own function. 2020-11-04 22:21:17 +00:00
password_mosq.c Make more portable. 2020-10-21 13:37:54 +01:00
password_mosq.h dynsec: Clients can be created with no password. 2020-10-29 14:35:11 +00:00
persist_read_v5.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
persist_read_v234.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
persist_read.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
persist_write_v5.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
persist_write.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
persist.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
plugin_debug.c Fix plugin interface on example debug and defer plugins. 2020-09-30 09:43:53 +01:00
plugin_defer.c Fix plugin interface on example debug and defer plugins. 2020-09-30 09:43:53 +01:00
plugin_public.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
plugin.c Basic client disconnect event support for plugins. 2020-11-05 10:52:21 +00:00
property_broker.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 2020-08-02 23:12:47 +01:00
retain.c Fix more "incorrect" disconnect messages. 2020-10-27 15:35:40 +00:00
security_default.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
security.c Fix crash on Windows if loading a plugin fails. 2020-10-27 18:25:00 +00:00
send_auth.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
send_connack.c The broker now sends the receive-maximum property for MQTT v5 CONNACKs. 2020-10-21 13:19:07 +01:00
send_suback.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_unsuback.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
service.c Fix service path quoting on Windows. 2020-08-11 09:09:31 +01:00
session_expiry.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
signals.c Tidy up headers. 2020-11-04 22:20:50 +00:00
subs.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
sys_tree.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
sys_tree.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
topic_tok.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
uhpa.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
websockets.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
will_delay.c Fix conversion errors. 2020-10-17 01:23:08 +01:00