| /src/contrib/openbsm/bin/auditdistd/ |
| H A D | parse.y | 132 pjdlog_error("The name variable is specified twice."); 139 pjdlog_error("The name value is too long."); 153 pjdlog_error("The pidfile variable is specified twice."); 158 pjdlog_error("The pidfile variable must be set to absolute pathname or \"none\"."); 165 pjdlog_error("The pidfile value is too long."); 230 pjdlog_error("Sender functionality is not available."); 270 pjdlog_error("Unable to allocate memory for listen address."); 284 pjdlog_error("Unable to allocate memory for listen address."); 296 pjdlog_error("No address to listen on."); 314 pjdlog_error("Directory value is too long."); [all …]
|
| H A D | sandbox.c | 103 pjdlog_error("'%s' user doesn't exist.", user); in sandbox() 118 pjdlog_error("Unable to allocate memory for %d groups.", in sandbox() 123 pjdlog_error("Unable to obtain groups of user %s.", user); in sandbox() 132 pjdlog_error("Unable to allocate memory for jail host name."); in sandbox() 212 pjdlog_error("Unable to allocate memory for %d groups.", in sandbox()
|
| H A D | receiver.c | 235 pjdlog_error("An error occured on the sender while reading \"%s/%s\".", in recv_thread() 285 pjdlog_error("Sender requested opening file \"%s\" without first closing \"%s\".", in receiver_open() 291 pjdlog_error("Sender wants to open file \"%s\", which has invalid name.", in receiver_open() 299 pjdlog_error("Terminated trail \"%s/%s\" was unterminated on the sender as \"%s/%s\"?", in receiver_open() 347 pjdlog_error("Sender wants to open an old file \"%s\".", filename); in receiver_open() 369 pjdlog_error("Sender requested append without first opening file."); in receiver_append() 399 pjdlog_error("Sender requested closing file without first opening it."); in receiver_close() 405 pjdlog_error("Sender wants to close file \"%s\" using name \"%s\".", in receiver_close() 443 pjdlog_error("Sender send read error, but file is not open."); in receiver_error()
|
| H A D | auditdistd.c | 143 pjdlog_error("%s process killed (pid=%u, signal=%d).", in child_exit_log() 146 pjdlog_error("%s process exited ungracefully (pid=%u, exitcode=%d).", in child_exit_log() 264 pjdlog_error("Client %s is not known.", raddr); in listen_accept() 311 pjdlog_error("No configuration for host %s from address %s.", in listen_accept() 325 pjdlog_error("Unable to generate challenge."); in listen_accept() 347 pjdlog_error("Unable to generate hash."); in listen_accept() 353 pjdlog_error("Invalid response from %s (wrong password?).", in listen_accept() 369 pjdlog_error("Unable to generate response."); in listen_accept()
|
| H A D | pjdlog.h | 72 #define pjdlog_error(...) pjdlog(LOG_ERR, __VA_ARGS__) macro
|
| H A D | trail.c | 103 pjdlog_error("Directory name too long (\"%s\").", dirname); in trail_new() 485 pjdlog_error("Trail file \"%s/%s\" disappeared.", in trail_switch()
|
| H A D | sender.c | 638 pjdlog_error("Found no request matching received 'seq' field (%ju).", in recv_thread() 649 pjdlog_error("Receiver returned error (%s), disconnecting.", in recv_thread()
|
| H A D | proto_tls.c | 152 pjdlog_error("SSL error: %s", ERR_error_string(error, NULL)); in ssl_log_errors()
|
| /src/sbin/hastd/ |
| H A D | parse.y | 145 pjdlog_error("control argument is too long."); 156 pjdlog_error("control argument is too long."); 175 pjdlog_error("pidfile argument is too long."); 186 pjdlog_error("pidfile argument is too long."); 204 pjdlog_error("Unable to allocate memory for listen address."); 210 pjdlog_error("listen argument is too long."); 308 pjdlog_error("Negative or zero timeout."); 331 pjdlog_error("Exec path is too long."); 341 pjdlog_error("Exec path is too long."); 430 pjdlog_error("No resource %s configuration for this node (acceptable node names: %s).", [all …]
|
| H A D | hast_checksum.c | 127 pjdlog_error("Hash is missing."); in checksum_recv() 135 pjdlog_error("Unknown checksum algorithm '%s'.", algo); in checksum_recv() 139 pjdlog_error("Invalid hash size (%zu) for %s, should be %zu.", in checksum_recv() 144 pjdlog_error("Hash mismatch."); in checksum_recv()
|
| H A D | hast_compression.c | 100 pjdlog_error("Unable to decompress (invalid size: %zu).", in hast_hole_decompress() 110 pjdlog_error("Unable to decompress (no memory: %zu).", in hast_hole_decompress() 170 pjdlog_error("Unable to decompress (no memory: %zu).", in hast_lzf_decompress() 178 pjdlog_error("Unable to decompress."); in hast_lzf_decompress() 270 pjdlog_error("Unknown compression algorithm '%s'.", algo); in compression_recv()
|
| H A D | secondary.c | 311 pjdlog_error("%s", errmsg); in init_remote() 358 pjdlog_error("Split-brain detected, exiting."); in init_remote() 559 pjdlog_error("Header contains no 'cmd' field."); in requnpack() 566 pjdlog_error("Header contains no 'seq' field."); in requnpack() 582 pjdlog_error("Header is missing 'offset' field."); in requnpack() 588 pjdlog_error("Header is missing 'length' field."); in requnpack() 593 pjdlog_error("Data length is zero."); in requnpack() 598 pjdlog_error("Data length is too large (%ju > %ju).", in requnpack() 604 pjdlog_error("Offset %ju is not multiple of sector size.", in requnpack() 610 pjdlog_error("Length %ju is not multiple of sector size.", in requnpack() [all …]
|
| H A D | control.c | 331 pjdlog_error("Control header is missing 'cmd' field."); in control_handle() 338 pjdlog_error("Unable to allocate header for control response."); in control_handle() 346 pjdlog_error("Control header is missing 'resource0' field."); in control_handle() 358 pjdlog_error("Invalid role received (%hhu).", role); in control_handle() 380 pjdlog_error("Invalid command received (%hhu).", in control_handle() 402 pjdlog_error("Invalid command received (%hhu).", in control_handle() 447 pjdlog_error("Control message is missing 'cmd' field."); in ctrl_thread() 508 pjdlog_error("Unable to create answer on control message."); in ctrl_thread()
|
| H A D | hooks.c | 175 pjdlog_error("Unable to allocate %zu bytes of memory for a hook.", in hook_alloc() 189 pjdlog_error("Exec path too long, correct configuration file."); in hook_alloc() 270 pjdlog_error("Hook was killed (pid=%u, signal=%d, cmd=[%s]).", in hook_check_one() 273 pjdlog_error("Hook exited ungracefully (pid=%u, exitcode=%d, cmd=[%s]).", in hook_check_one()
|
| H A D | metadata.c | 120 pjdlog_error("Provider %s is not part of resource %s.", in metadata_read() 179 pjdlog_error("Unable to allocate %zu bytes for metadata.", in metadata_write() 204 pjdlog_error("Unable to create metadata."); in metadata_write()
|
| H A D | event.c | 107 pjdlog_error("Event header is missing 'event' field."); in event_recv() 131 pjdlog_error("Event header contain invalid event number (%hhu).", in event_recv()
|
| H A D | hastd.c | 314 pjdlog_error("Worker process killed (pid=%u, signal=%d).", in child_exit_log() 317 pjdlog_error("Worker process exited ungracefully (pid=%u, exitcode=%d).", in child_exit_log() 457 pjdlog_error("Unable to allocate header for reload message."); in resource_reload() 535 pjdlog_error("No addresses to listen on."); in hastd_reload() 782 pjdlog_error("Client %s isn't known.", raddr); in listen_accept() 795 pjdlog_error("No 'resource' field in the header received from %s.", in listen_accept() 813 pjdlog_error("Received token of invalid size from %s (expected %zu, got %zu).", in listen_accept() 830 pjdlog_error("No resource '%s' as requested by %s.", in listen_accept() 841 pjdlog_error("Client %s has no access to the resource.", raddr); in listen_accept() 865 pjdlog_error("Token received from %s doesn't match.", raddr); in listen_accept()
|
| H A D | subr.c | 128 pjdlog_error("%s is neither GEOM provider nor regular file.", in provinfo() 174 pjdlog_error("'%s' user doesn't exist.", HAST_USER); in drop_privs()
|
| H A D | pjdlog.h | 72 #define pjdlog_error(...) pjdlog(LOG_ERR, __VA_ARGS__) macro
|
| H A D | primary.c | 819 pjdlog_error("Unable to allocate memory for remote activemap (mapsize=%ju).", in init_remote() 1753 pjdlog_error("Header contains no 'seq' field."); in remote_recv_thread() 1769 pjdlog_error("Found no request matching received 'seq' field (%ju).", in remote_recv_thread() 2142 pjdlog_error("Unable to read synchronization data: %s.", in sync_thread() 2192 pjdlog_error("Unable to write synchronization data: %s.", in sync_thread()
|
| /src/sbin/decryptcore/ |
| H A D | decryptcore.c | 195 pjdlog_error("Unable to allocate an RSA structure: %s", in decrypt() 211 pjdlog_error("Unable to read data from %s.", privkeyfile); in decrypt() 217 pjdlog_error("RSA modulus size mismatch: equals %db and should be %ub.", in decrypt() 230 pjdlog_error("Invalid encryption algorithm."); in decrypt() 241 pjdlog_error("Unable to decrypt key: %s", in decrypt() 280 pjdlog_error("Unable to decrypt core."); in decrypt() 285 pjdlog_error("Unable to decrypt core."); in decrypt()
|
| /src/usr.sbin/bsnmpd/modules/snmp_hast/ |
| H A D | hast_snmp.c | 127 pjdlog_error("Unable to allocate %zu bytes for cfgpath", in hast_init() 214 pjdlog_error("Unable to setup control connection to %s", in hastctl() 220 pjdlog_error("Unable to connect to hastd via %s", in hastctl() 227 pjdlog_error("Unable to send command to hastd via %s", in hastctl() 234 pjdlog_error("cannot receive reply from hastd via %s", in hastctl() 242 pjdlog_error("Error %d received from hastd.", error); in hastctl() 301 pjdlog_error("Unable to allocate %zu bytes for " in update_resources()
|
| /src/sbin/hastctl/ |
| H A D | hastctl.c | 106 pjdlog_error("Provided mediasize is larger than provider %s size.", in create_one() 112 pjdlog_error("Sector size of provider %s is not power of 2 (%u).", in create_one() 120 pjdlog_error("Extent size (%jd) is less than sector size (%u).", in create_one() 126 pjdlog_error("Extent size (%jd) is not multiple of sector size (%u).", in create_one() 147 pjdlog_error("Unable to allocate %zu bytes of memory for initial bitmap.", in create_one() 185 pjdlog_error("Unknown resource %s.", argv[ii]); in control_create() 245 pjdlog_error("Unknown resource %s.", argv[ii]); in control_dump()
|
| /src/lib/libpjdlog/ |
| H A D | pjdlog.h | 104 #define pjdlog_error(...) pjdlog(LOG_ERR, __VA_ARGS__) macro
|