Home
last modified time | relevance | path

Searched refs:log__printf (Results 1 – 25 of 128) sorted by relevance

123456

/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dconf.c110 log__printf(NULL, log, "%s: Error resolving %s.", msg, text); in conf__attempt_resolve()
459 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__parse_args()
788 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
856 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
871 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
878 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
891 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
1721 log__printf(NULL, MOSQ_LOG_ERR,
2223 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
2270 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
[all …]
H A Dnet.c101 log__printf(NULL, log, format_str, buf); in net__print_error()
105 log__printf(NULL, log, format_str, buf); in net__print_error()
146 log__printf(NULL, MOSQ_LOG_WARNING,
230 log__printf(NULL, MOSQ_LOG_NOTICE,
244 log__printf(NULL, MOSQ_LOG_NOTICE, "New connection from %s:%d on port %d.",
328 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to create TLS context.");
446 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to obtain TLS store.");
527 log__printf(NULL, MOSQ_LOG_ERR, "Failed engine initialisation\n");
542 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to set engine pin");
729 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
[all …]
H A Dhandle_connack.c51 log__printf(NULL, MOSQ_LOG_DEBUG, "Received CONNACK on connection %s.", context->id); in handle__connack()
60 log__printf(NULL, MOSQ_LOG_NOTICE, in handle__connack()
131 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: retain not available (will retry)"); in handle__connack()
141 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: QoS not supported (will retry)"); in handle__connack()
144log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: %s", mosquitto_reason_string(reason_code)); in handle__connack()
153 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: unacceptable protocol version"); in handle__connack()
156 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: identifier rejected"); in handle__connack()
159 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: broker unavailable"); in handle__connack()
162 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: broker unavailable"); in handle__connack()
165 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: not authorised"); in handle__connack()
[all …]
H A Dbridge_topic.c35 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__create_remap_topic()
43 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__create_remap_topic()
50 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__create_remap_topic()
63 log__printf(NULL, MOSQ_LOG_ERR, "Error: Invalid bridge topic local prefix '%s'.", prefix); in bridge__create_prefix()
74 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__create_prefix()
86 log__printf(NULL, MOSQ_LOG_ERR, in bridge__create_prefix()
125 log__printf(NULL, MOSQ_LOG_ERR, "Error: Invalid bridge remapping."); in bridge__add_topic()
135 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__add_topic()
151 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__add_topic()
160 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in bridge__add_topic()
[all …]
H A Dmosquitto.c109 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to drop privileges to 'nobody'."); in drop_privileges()
151 log__printf(NULL, MOSQ_LOG_ERR, "Error in fork: %s", err); in mosquitto__daemonise()
159 log__printf(NULL, MOSQ_LOG_ERR, "Error in setsid: %s", err); in mosquitto__daemonise()
167 log__printf(NULL, MOSQ_LOG_WARNING, "Warning: Can't start in daemon mode in Windows."); in mosquitto__daemonise()
431 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to write pid file."); in pid__write()
507 log__printf(NULL, MOSQ_LOG_ERR, "Error: Couldn't open database."); in main()
517 log__printf(NULL, MOSQ_LOG_INFO, "mosquitto version %s starting", VERSION); in main()
519 log__printf(NULL, MOSQ_LOG_INFO, "Config loaded from %s.", db.config_file); in main()
521 log__printf(NULL, MOSQ_LOG_INFO, "Using default config."); in main()
556 log__printf(NULL, MOSQ_LOG_INFO, "mosquitto version %s running", VERSION); in main()
[all …]
H A Dloop.c233 log__printf(NULL, MOSQ_LOG_INFO, "Reloading config."); in mosquitto_main_loop()
327 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected due to malformed packet.", id); in do_disconnect()
330 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected due to protocol error.", id); in do_disconnect()
333 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s closed its connection.", id); in do_disconnect()
336 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected, not authorised.", id); in do_disconnect()
339 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s has exceeded timeout, disconnecting.", id); in do_disconnect()
342 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected due to oversize packet.", id); in do_disconnect()
345 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected due to oversize payload.", id); in do_disconnect()
348 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected due to out of memory.", id); in do_disconnect()
357 log__printf(NULL, MOSQ_LOG_NOTICE, "Client %s disconnected: %s.", id, strerror(errno)); in do_disconnect()
[all …]
H A Dsecurity.c55 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
62 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
70 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
78 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
86 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
94 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
102 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
129 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
136 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
144 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
[all …]
H A Dsecurity_default.c59 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in mosquitto_security_init_default()
67 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in mosquitto_security_init_default()
79 log__printf(NULL, MOSQ_LOG_ERR, "Error opening password file \"%s\".", pwf); in mosquitto_security_init_default()
92 log__printf(NULL, MOSQ_LOG_ERR, "Error opening password file \"%s\".", pwf); in mosquitto_security_init_default()
133 log__printf(NULL, MOSQ_LOG_ERR, "Error opening psk file \"%s\".", pskf); in mosquitto_security_init_default()
143 log__printf(NULL, MOSQ_LOG_ERR, "Error opening psk file \"%s\".", pskf); in mosquitto_security_init_default()
344 log__printf(NULL, MOSQ_LOG_WARNING, in add__acl_pattern()
529 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in aclfile__parse()
754 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in pwfile__parse()
760 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to open pwfile \"%s\".", file); in pwfile__parse()
[all …]
H A Dhandle_unsubscribe.c51 log__printf(NULL, MOSQ_LOG_DEBUG, "Received UNSUBSCRIBE from %s", context->id); in handle__unsubscribe()
98 log__printf(NULL, MOSQ_LOG_INFO, in handle__unsubscribe()
106 log__printf(NULL, MOSQ_LOG_INFO, in handle__unsubscribe()
130 log__printf(NULL, MOSQ_LOG_DEBUG, "\t%s", sub); in handle__unsubscribe()
136 log__printf(NULL, MOSQ_LOG_UNSUBSCRIBE, "%s %s", context->id, sub); in handle__unsubscribe()
159 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending UNSUBACK to %s", context->id); in handle__unsubscribe()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dconf.c111 log__printf(NULL, log, "%s: Error resolving %s.", msg, text); in conf__attempt_resolve()
456 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__parse_args()
813 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file_core()
875 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file_core()
890 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file_core()
897 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file_core()
910 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file_core()
1635 log__printf(NULL, MOSQ_LOG_ERR, in config__read_file_core()
2207 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__read_file()
2254 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in config__check()
[all …]
H A Dnet.c91 log__printf(NULL, log, format_str, buf); in net__print_error()
95 log__printf(NULL, log, format_str, buf); in net__print_error()
138 log__printf(NULL, MOSQ_LOG_WARNING,
169 log__printf(NULL, MOSQ_LOG_WARNING, "Warning: Unable to set TCP_NODELAY.");
228 log__printf(NULL, MOSQ_LOG_NOTICE,
331 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to create TLS context.");
424 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to obtain TLS store.");
470 log__printf(NULL, MOSQ_LOG_ERR, "Failed engine initialisation\n");
505 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to set engine pin");
619 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory.");
[all …]
H A Dmosquitto.c108 log__printf(NULL, MOSQ_LOG_ERR, "Error: Invalid user '%s'.", config->user); in drop_privileges()
179 log__printf(NULL, MOSQ_LOG_ERR, "Error in fork: %s", err); in mosquitto__daemonise()
187 log__printf(NULL, MOSQ_LOG_ERR, "Error in setsid: %s", err); in mosquitto__daemonise()
195 log__printf(NULL, MOSQ_LOG_WARNING, "Warning: Can't start in daemon mode in Windows."); in mosquitto__daemonise()
263 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to write pid file."); in main()
270 log__printf(NULL, MOSQ_LOG_ERR, "Error: Couldn't open database."); in main()
280 log__printf(NULL, MOSQ_LOG_INFO, "mosquitto version %s starting", VERSION); in main()
282 log__printf(NULL, MOSQ_LOG_INFO, "Config loaded from %s.", int_db.config_file); in main()
284 log__printf(NULL, MOSQ_LOG_INFO, "Using default config."); in main()
361 log__printf(NULL, MOSQ_LOG_WARNING, "Warning: Unable to connect to bridge %s.", in main()
[all …]
H A Dsecurity.c50 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
57 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
65 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
73 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
81 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
89 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
97 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v2()
124 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
131 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
139 log__printf(NULL, MOSQ_LOG_ERR, in security__load_v3()
[all …]
H A Dhandle_connack.c43 log__printf(NULL, MOSQ_LOG_DEBUG, "Received CONNACK on connection %s.", context->id); in handle__connack()
117 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: unacceptable protocol version"); in handle__connack()
120 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: identifier rejected"); in handle__connack()
123 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: broker unavailable"); in handle__connack()
126 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: broker unavailable"); in handle__connack()
129 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: not authorised"); in handle__connack()
132 log__printf(NULL, MOSQ_LOG_ERR, "Connection Refused: unknown reason"); in handle__connack()
H A Dhandle_unsubscribe.c45 log__printf(NULL, MOSQ_LOG_DEBUG, "Received UNSUBSCRIBE from %s", context->id); in handle__unsubscribe()
83 log__printf(NULL, MOSQ_LOG_INFO, in handle__unsubscribe()
91 log__printf(NULL, MOSQ_LOG_INFO, in handle__unsubscribe()
99 log__printf(NULL, MOSQ_LOG_DEBUG, "\t%s", sub); in handle__unsubscribe()
101 log__printf(NULL, MOSQ_LOG_UNSUBSCRIBE, "%s %s", context->id, sub); in handle__unsubscribe()
124 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending UNSUBACK to %s", context->id); in handle__unsubscribe()
H A Dbridge.c214 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", strerror(errno)); in bridge__connect_step1()
216 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", gai_strerror(errno)); in bridge__connect_step1()
239 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", strerror(errno)); in bridge__connect_step2()
241 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", gai_strerror(errno)); in bridge__connect_step2()
266 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", strerror(errno)); in bridge__connect_step3()
268 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", gai_strerror(errno)); in bridge__connect_step3()
289 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", strerror(errno)); in bridge__connect_step3()
291 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", gai_strerror(errno)); in bridge__connect_step3()
396 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", strerror(errno)); in bridge__connect()
398 log__printf(NULL, MOSQ_LOG_ERR, "Error creating bridge: %s.", gai_strerror(errno)); in bridge__connect()
[all …]
H A Dloop.c165 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in mosquitto_main_loop()
173 log__printf(NULL, MOSQ_LOG_ERR, "Error in epoll creating: %s", strerror(errno)); in mosquitto_main_loop()
182 log__printf(NULL, MOSQ_LOG_ERR, "Error in epoll initial registering: %s", strerror(errno)); in mosquitto_main_loop()
484 log__printf(NULL, MOSQ_LOG_ERR, "Error in epoll waiting: %s.", strerror(errno)); in mosquitto_main_loop()
497 log__printf(NULL, MOSQ_LOG_ERR, "Error in epoll accepting: %s", strerror(errno)); in mosquitto_main_loop()
504 log__printf(NULL, MOSQ_LOG_ERR, "Error in epoll accepting: no context"); in mosquitto_main_loop()
528 log__printf(NULL, MOSQ_LOG_ERR, "Error in poll: %s.", strerror(errno)); in mosquitto_main_loop()
567 log__printf(NULL, MOSQ_LOG_INFO, "Reloading config."); in mosquitto_main_loop()
674 log__printf(NULL, MOSQ_LOG_NOTICE, "Socket error on client %s, disconnecting.", id); in do_disconnect()
683 log__printf(NULL, MOSQ_LOG_NOTICE, "Socket error on client %s, disconnecting.", id); in do_disconnect()
[all …]
H A Dsecurity_default.c59 log__printf(NULL, MOSQ_LOG_ERR, "Error opening password file \"%s\".", pwf); in mosquitto_security_init_default()
70 log__printf(NULL, MOSQ_LOG_ERR, "Error opening password file \"%s\".", pwf); in mosquitto_security_init_default()
105 log__printf(NULL, MOSQ_LOG_ERR, "Error opening psk file \"%s\".", pskf); in mosquitto_security_init_default()
115 log__printf(NULL, MOSQ_LOG_ERR, "Error opening psk file \"%s\".", pskf); in mosquitto_security_init_default()
289 log__printf(NULL, MOSQ_LOG_WARNING, in add__acl_pattern()
457 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in aclfile__parse()
464log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to open acl_file \"%s\".", security_opts->acl_file); in aclfile__parse()
681 log__printf(NULL, MOSQ_LOG_ERR, "Error: Out of memory."); in pwfile__parse()
687 log__printf(NULL, MOSQ_LOG_ERR, "Error: Unable to open pwfile \"%s\".", file); in pwfile__parse()
741log__printf(NULL, MOSQ_LOG_NOTICE, "Warning: Invalid line in password file '%s': %s", file, buf); in pwfile__parse()
[all …]
/dports/net/mosquitto/mosquitto-2.0.13/lib/
H A Dnet_mosq_ocsp.c72 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL_get_tlsext_status_ocsp_resp returned %ld bytes", len); in mosquitto__verify_ocsp_status_cb()
78 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: no response"); in mosquitto__verify_ocsp_status_cb()
85 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid response"); in mosquitto__verify_ocsp_status_cb()
91 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid status: %s (%d)", in mosquitto__verify_ocsp_status_cb()
98 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid response"); in mosquitto__verify_ocsp_status_cb()
104log__printf(mosq, MOSQ_LOG_ERR, "OCSP: we did not receive certificates of the server (num: %d)", s… in mosquitto__verify_ocsp_status_cb()
116 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: response verification failed (error: %d)", result2); in mosquitto__verify_ocsp_status_cb()
132 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL certificate status: %s (%d)", in mosquitto__verify_ocsp_status_cb()
139 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: OCSP response has expired"); in mosquitto__verify_ocsp_status_cb()
145 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL certificate revocation reason: %s (%d)", in mosquitto__verify_ocsp_status_cb()
[all …]
H A Dsend_mosq.c49 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PINGREQ to %s", mosq->id); in send__pingreq()
51 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PINGREQ", mosq->id); in send__pingreq()
63 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PINGRESP to %s", mosq->id); in send__pingresp()
65 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PINGRESP", mosq->id); in send__pingresp()
73 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBACK to %s (m%d, rc%d)", mosq->id, mid, reason_code); in send__puback()
75log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PUBACK (m%d, rc%d)", mosq->id, mid, reason_co… in send__puback()
85 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBCOMP to %s (m%d)", mosq->id, mid); in send__pubcomp()
87 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PUBCOMP (m%d)", mosq->id, mid); in send__pubcomp()
98 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBREC to %s (m%d, rc%d)", mosq->id, mid, reason_code); in send__pubrec()
112 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBREL to %s (m%d)", mosq->id, mid); in send__pubrel()
[all …]
H A Dnet_mosq.c544 log__printf(mosq, MOSQ_LOG_ERR, "OpenSSL Error[%d]: %s", num, ERR_error_string(e, ebuf)); in net__print_ssl_error()
560 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
564 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
568 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
698 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to create TLS context."); in net__init_ssl_ctx()
749 log__printf(mosq, MOSQ_LOG_ERR, "Error loading %s engine\n", mosq->tls_engine); in net__init_ssl_ctx()
753 log__printf(mosq, MOSQ_LOG_ERR, "Failed engine initialisation\n"); in net__init_ssl_ctx()
814 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to set engine secret mode sha1"); in net__init_ssl_ctx()
820 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to set engine pin"); in net__init_ssl_ctx()
858 log__printf(mosq, MOSQ_LOG_ERR, "Error: Client certificate/key are inconsistent."); in net__init_ssl_ctx()
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/lib/
H A Dnet_mosq_ocsp.c65 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL_get_tlsext_status_ocsp_resp returned %ld bytes", len); in mosquitto__verify_ocsp_status_cb()
71 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: no response"); in mosquitto__verify_ocsp_status_cb()
78 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid response"); in mosquitto__verify_ocsp_status_cb()
84 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid status: %s (%d)", in mosquitto__verify_ocsp_status_cb()
91 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: invalid response"); in mosquitto__verify_ocsp_status_cb()
97log__printf(mosq, MOSQ_LOG_ERR, "OCSP: we did not receive certificates of the server (num: %d)", s… in mosquitto__verify_ocsp_status_cb()
108 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: response verification failed (error: %d)", result2); in mosquitto__verify_ocsp_status_cb()
124 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL certificate status: %s (%d)", in mosquitto__verify_ocsp_status_cb()
131 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: OCSP response has expired"); in mosquitto__verify_ocsp_status_cb()
137 log__printf(mosq, MOSQ_LOG_DEBUG, "OCSP: SSL certificate revocation reason: %s (%d)", in mosquitto__verify_ocsp_status_cb()
[all …]
H A Dsend_mosq.c47 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PINGREQ to %s", mosq->id); in send__pingreq()
49 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PINGREQ", mosq->id); in send__pingreq()
61 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PINGRESP to %s", mosq->id); in send__pingresp()
63 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PINGRESP", mosq->id); in send__pingresp()
71 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBACK to %s (m%d, rc%d)", mosq->id, mid, reason_code); in send__puback()
73log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PUBACK (m%d, rc%d)", mosq->id, mid, reason_co… in send__puback()
83 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBCOMP to %s (m%d)", mosq->id, mid); in send__pubcomp()
85 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s sending PUBCOMP (m%d)", mosq->id, mid); in send__pubcomp()
96 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBREC to %s (m%d, rc%d)", mosq->id, mid, reason_code); in send__pubrec()
110 log__printf(NULL, MOSQ_LOG_DEBUG, "Sending PUBREL to %s (m%d)", mosq->id, mid); in send__pubrel()
[all …]
H A Dnet_mosq.c475 log__printf(mosq, MOSQ_LOG_ERR, "OpenSSL Error[%d]: %s", num, ERR_error_string(e, ebuf)); in net__print_ssl_error()
491 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
495 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
499 log__printf(mosq, MOSQ_LOG_ERR, "Could not activate OCSP (error: %ld)", res); in net__socket_connect_tls()
562 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to create TLS context."); in net__init_ssl_ctx()
586 log__printf(mosq, MOSQ_LOG_ERR, "Error: Protocol %s not supported.", mosq->tls_version); in net__init_ssl_ctx()
612 log__printf(mosq, MOSQ_LOG_ERR, "Error loading %s engine\n", mosq->tls_engine); in net__init_ssl_ctx()
618 log__printf(mosq, MOSQ_LOG_ERR, "Failed engine initialisation\n"); in net__init_ssl_ctx()
704 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to set engine secret mode sha1"); in net__init_ssl_ctx()
712 log__printf(mosq, MOSQ_LOG_ERR, "Error: Unable to set engine pin"); in net__init_ssl_ctx()
[all …]
H A Dhandle_ping.c50 log__printf(NULL, MOSQ_LOG_DEBUG, "Received PINGREQ from %s", mosq->id); in handle__pingreq()
52 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s received PINGREQ", mosq->id); in handle__pingreq()
70 log__printf(NULL, MOSQ_LOG_DEBUG, "Received PINGRESP from %s", mosq->id); in handle__pingresp()
72 log__printf(mosq, MOSQ_LOG_DEBUG, "Client %s received PINGRESP", mosq->id); in handle__pingresp()

123456