Lines Matching refs:fatal

139 static void	fatal(int, const char *);
306 fatal(STDIN_FILENO, in main()
325 fatal(fd, "Checksums are required and ignored (-c and -i);" in main()
446 fatal(f, "Bad application version length, exiting."); in recvauth()
458 fatal(f, "Unrecognized KCMD protocol, exiting"); in recvauth()
486 fatal(f, "Out of memory error"); in recvauth()
493 fatal(f, "getsockname error"); in recvauth()
549 fatal(f, "Error getting KRB5 session subkey, exiting"); in recvauth()
557 fatal(f, "No KRB5 session subkey sent, exiting"); in recvauth()
568 fatal(f, "KRB5 session subkey not permitted " in recvauth()
585 fatal(f, "krb5_copy_keyblock failed"); in recvauth()
596 fatal(f, "Encryption required but key not found, " in recvauth()
605 fatal(f, "Error reading krb5 message"); in recvauth()
615 fatal(f, "Can't get forwarded credentials"); in recvauth()
625 fatal(f, "Can't store forwarded credentials"); in recvauth()
649 fatal(f, "Error authorizing KRB5 connection, " in do_krb_login()
661 fatal(f, "Kerberos authentication failed, exiting"); in do_krb_login()
665 fatal(f, "This server only supports Kerberos V5"); in do_krb_login()
679 fatal(f, "Client did not supply required checksum, " in do_krb_login()
704 fatal(f, "User is not authorized to login to " in do_krb_login()
717 fatal(f, msg_fail); in do_krb_login()
990 fatal(f, "Permission denied"); in doit()
1033 fatal(f, "Permission denied"); in doit()
1060 fatal(f, "could not grant subsidiary pty"); in doit()
1062 fatal(f, "could not unlock subsidiary pty"); in doit()
1064 fatal(f, "could not enable subsidiary pty"); in doit()
1066 fatal(f, "could not open subsidiary pty"); in doit()
1104 fatal(f, "ioctl CRYPTPASSTHRU failed\n"); in doit()
1258 fatal(f, "Cannot initialize encryption -" in doit()
1267 fatal(f, in doit()
1278 fatal(f, "Cannot determine blocksize " in doit()
1284 fatal(f, "memory error - exiting\n"); in doit()
1305 fatal(f, "Cannot initialize encryption -" in doit()
1310 fatal(f, "Cannot initialize encryption -" in doit()
1364 fatal(f, "ioctl I_LINK of /dev/ptmx failed\n"); in protocol()
1367 fatal(f, "ioctl I_LINK of tcp connection failed\n"); in protocol()
1385 fatal(netfd, "ioctl LOGDMX_IOC_QEXCHANGE of netfd failed\n"); in protocol()
1403 fatal(netfd, "ioctl LOGDMXZ_IOC_QEXCHANGE of ptmfd failed\n"); in protocol()
1422 fatal(netfd, "ioctl RL_IOC_ENABLE of netfd failed\n"); in protocol()
1467 fatal(int fd, const char *msg) in fatal() function
1501 fatal(fd, bufp); in fatalperror()