Searched refs:smbd_report (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 122 smbd_report("user %d (forced -f)", uid); in main() 125 smbd_report("user %d: %s", uid, strerror(EPERM)); in main() 131 smbd_report("Trusted Extensions not supported"); in main() 147 smbd_report("Failed to raise file descriptor limit" in main() 168 smbd_report("service initialization failed"); in main() 181 smbd_report("daemon initialization failed"); in main() 255 smbd_report("insufficient privileges"); in smbd_daemonize_init() 270 smbd_report("unable to create pipe"); in smbd_daemonize_init() 278 smbd_report("unable to fork"); in smbd_daemonize_init() 449 smbd_report("pid %d stop for debugger attach", smbd.s_pid); in smbd_service_init() [all …]
|
H A D | smbd_pipesvc.c | 133 smbd_report("msrpc initialization failed"); in smbd_pipesvc_start() 155 smbd_report("pipesvc pthread_create, %d", rc); in smbd_pipesvc_start() 190 smbd_report("pipesvc_listener, so_create: %d", errno); in pipesvc_listener() 202 smbd_report("pipesvc_listener, so_bind: %d", errno); in pipesvc_listener() 208 smbd_report("pipesvc_listener, listen: %d", errno); in pipesvc_listener() 226 smbd_report("pipesvc_listener, " in pipesvc_listener() 229 smbd_report("pipesvc_listener, accept: %d", err); in pipesvc_listener() 235 smbd_report("pipesvc_listener, alloc1 failed"); in pipesvc_listener() 242 smbd_report("pipesvc_listener, pthread_create: %d", in pipesvc_listener() 281 smbd_report("pipesvc: getpeerucred err %d", errno); in pipe_has_priv() [all …]
|
H A D | smbd_authsvc.c | 195 smbd_report("authsvc, socket create failed, %d", errno); in smbd_authsock_create() 202 smbd_report("authsvc, socket bind failed, %d", errno); in smbd_authsock_create() 208 smbd_report("authsvc, socket listen failed, %d", errno); in smbd_authsock_create() 244 smbd_report("authsvc: getpeerucred err %d", errno); in authsock_has_priv() 250 smbd_report("authsvc: ucred_getprivset failed"); in authsock_has_priv() 263 smbd_report("authsvc: non-privileged client " in authsock_has_priv() 305 smbd_report("authsvc, socket accept failed," in smbd_authsvc_listen() 336 smbd_report("authsvc, can't allocate context"); in smbd_authsvc_listen() 347 smbd_report("authsvc, thread create failed, %d", rc); in smbd_authsvc_listen() 375 smbd_report("authsvc: flooded %u", count); in smbd_authsvc_flood() [all …]
|
H A D | smbd_krb5ssp.c | 139 smbd_report("krb5ssp, krb5_init_ctx: %s", in smbd_krb5ssp_work() 164 smbd_report("krb5ssp: gss_accept_sec_context, " in smbd_krb5ssp_work() 167 smbd_report(" krb5: %s", in smbd_krb5ssp_work() 217 smbd_report("krb5ssp, krb5_pac_parse: %s", in smbd_krb5ssp_work() 226 smbd_report("krb5ssp, krb5_pac_get_buffer: %s", in smbd_krb5ssp_work() 315 smbd_report("krb5ssp, gss_inquire...PAC, " in get_authz_data_pac() 359 smbd_report("krb5ssp, failed to get session key, " in get_ssnkey() 371 smbd_report("krb5ssp: Session key is missing"); in get_ssnkey() 375 smbd_report("krb5ssp: Session key too short (%d)", in get_ssnkey()
|
H A D | smbd_krb5lookup.c | 90 smbd_report("_krb5_override_service_locator " in _krb5_override_service_locator() 112 smbd_report("_krb5_override_service_locator: " in _krb5_override_service_locator()
|
H A D | smbd.h | 44 void smbd_report(const char *fmt, ...);
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_kmod.c | 69 smbd_report("maxconnections=%d, maxworkers=%d", in fksmbd_adjust_config() 74 smbd_report("max_protocol=0x%x", ioc->max_protocol); in fksmbd_adjust_config() 79 smbd_report("min_protocol=0x%x", ioc->min_protocol); in fksmbd_adjust_config() 94 smbd_report("env SMB_SIGNING invalid"); in fksmbd_adjust_config() 98 smbd_report("signing: enable=%d, required=%d", in fksmbd_adjust_config()
|