mosquitto/src
2019-04-16 11:40:07 +01:00
..
db_dump Fix db_dump. 2019-03-19 16:42:47 +00:00
deps Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
bridge.c Bridge TLS Application-Layer Protocol Negotiation 2019-04-04 17:27:52 -07:00
CMakeLists.txt Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
conf_includedir.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
conf.c Merge pull request #1224 from omenlabs/ALPN 2019-04-11 11:08:15 +01:00
context.c Basic plugin support for single step extended auth. 2019-04-04 11:37:04 +01:00
database.c Remove remnant from before the conversion to utlist. 2019-04-09 18:51:43 +01:00
handle_auth.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
handle_connack.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
handle_connect.c Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
handle_disconnect.c Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
handle_publish.c Fix unexpected behaviour when reusing a mid after a publish is denied. 2019-04-10 22:33:31 +01:00
handle_subscribe.c Restrict what packets are allowed in what client state. 2019-04-03 20:46:21 +01:00
handle_unsubscribe.c Restrict what packets are allowed in what client state. 2019-04-03 20:46:21 +01:00
lib_load.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
linker-macosx.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
linker.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
logging.c Fix Coverity Scan defect 1400441, dereference of pointer after earlier null check. 2019-03-26 11:35:20 +00:00
loop.c Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
Makefile Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
mosquitto_broker_internal.h Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
mosquitto_broker.h Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
mosquitto_passwd.c https links where possible. 2019-03-30 20:34:40 +00:00
mosquitto_plugin.h Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
mosquitto.c Test and fix for client message prop persistence. 2019-03-25 06:55:45 +00:00
net.c Fix build on SmartOS due to missing IPV6_V6ONLY. 2019-04-11 21:26:29 +01:00
persist_read_v5.c Fix Coverity Scan defect 1400435. 2019-03-26 14:22:25 +00:00
persist_read_v234.c v5 persistence file format 2019-03-21 00:35:56 +00:00
persist_read.c Refactor client msgs to use utlist to reduce code complexity. 2019-04-03 14:13:12 +01:00
persist_write_v5.c Fix some -Wextra compiler warnings. 2019-03-26 12:15:34 +00:00
persist_write.c Fix Coverity Scan defect 140436. Null dereference. 2019-03-26 12:05:23 +00:00
persist.h Fix Coverity Scan defect 1400433. Integer overflow. 2019-03-26 14:14:46 +00:00
plugin_defer.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
plugin.c Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
property_broker.c Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
read_handle.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
security_default.c Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
security.c Fix Coverity Scan 1400486-1400487. Unused values. 2019-04-05 22:38:14 +01:00
send_auth.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
send_connack.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
send_suback.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
send_unsuback.c Fix missing reason_code on v5 UNSUBACK. 2019-02-17 09:30:06 +00:00
service.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
session_expiry.c v5 persistence file format 2019-03-21 00:35:56 +00:00
signals.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
subs.c Handle error condition correctly. 2019-04-03 16:46:49 +01:00
sys_tree.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
sys_tree.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
uhpa.h Merge branch 'master' 2019-03-16 10:05:38 +00:00
websockets.c Fix potential leak. 2019-03-18 21:57:49 +00:00
will_delay.c Will delay tests and implementation. 2019-02-27 09:27:34 +00:00