mosquitto/src
Roger A. Light 8efb4f9334 Fix bug #1324411
Thanks to chenzhenianqing.
2014-07-13 14:28:24 +01:00
..
db_dump Initial contribution. 2014-05-07 23:27:00 +01:00
bridge.c Add local_username, local_password for bridge connections to authenticate to the local broker. 2014-05-08 23:27:11 +01:00
CMakeLists.txt Initial contribution. 2014-05-07 23:27:00 +01:00
conf.c Add local_username, local_password for bridge connections to authenticate to the local broker. 2014-05-08 23:27:11 +01:00
context.c Initial contribution. 2014-05-07 23:27:00 +01:00
database.c Fix bug #1324411 2014-07-13 14:28:24 +01:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
logging.c Initial contribution. 2014-05-07 23:27:00 +01:00
loop.c Initial contribution. 2014-05-07 23:27:00 +01:00
Makefile Use $(STRIP) for stripping binaries when installing, to allow easier cross compilation. 2014-05-08 23:18:50 +01:00
mosquitto_broker.h Add local_username, local_password for bridge connections to authenticate to the local broker. 2014-05-08 23:27:11 +01:00
mosquitto_passwd.c Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto_plugin.h Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto.c Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto.db Initial contribution. 2014-05-07 23:27:00 +01:00
net.c include a switch to disable elliptic curve support in the broker 2014-07-03 22:21:40 +02:00
persist.c Initial contribution. 2014-05-07 23:27:00 +01:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_client.c Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_server.c When a durable client reconnects, its queued messages are now checked against ACLs in case of a change in username/ACL state since it last connected. 2014-07-13 14:18:08 +01:00
read_handle.c Initial contribution. 2014-05-07 23:27:00 +01:00
security_default.c Anonymous clients are no longer accidently disconnected from the broker after a SIGHUP. 2014-07-13 14:11:43 +01:00
security.c Fix for local_username/password bridge checks. 2014-05-08 23:27:35 +01:00
send_server.c Initial contribution. 2014-05-07 23:27:00 +01:00
service.c Initial contribution. 2014-05-07 23:27:00 +01:00
subs.c Fix subscriptions sometimes being deleted. 2014-05-08 23:05:34 +01:00
sys_tree.c Initial contribution. 2014-05-07 23:27:00 +01:00
uthash.h Initial contribution. 2014-05-07 23:27:00 +01:00