xref: /freebsd/crypto/krb5/src/windows/leashdll/leasherr.et (revision 9f0f30bc1f5f08d25243952bad3fdc6e13a75c2a)
1ERROR_TABLE lsh
2  ERROR_CODE LSH_ONLYONEME,        "Only one instance of Leash can be run at a time."
3  ERROR_CODE LSH_INVPRINCIPAL, "Principal invalid."
4  ERROR_CODE LSH_FAILEDREALM,  "Realm failed."
5  ERROR_CODE LSH_INVINSTANCE,  "Instance invalid."
6  ERROR_CODE LSH_INVREALM,     "Realm invalid."
7  ERROR_CODE LSH_EOF,          "Unexpected end of Kerberos memory storage."
8  ERROR_CODE LSH_EXPIRESOON,   "Warning! Your Kerberos tickets expire soon."
9  ERROR_CODE LSH_NOMATCH,      "You did not type the same new password."
10  ERROR_CODE LSH_BADCHARS,     "You can only use printable characters in a password."
11  ERROR_CODE LSH_FATAL_ERROR,  "Fatal error; cannot run this program."
12  ERROR_CODE LSH_BADWINSOCK,   "Couldn't initialize WinSock."
13  ERROR_CODE LSH_BADTIMESERV,  "Couldn't find the timeserver host entry."
14  ERROR_CODE LSH_NOSOCKET,     "Couldn't open a socket."
15  ERROR_CODE LSH_NOCONNECT,    "Couldn't connect to timeserver."
16  ERROR_CODE LSH_TIMEFAILED,   "Couldn't get time from server."
17  ERROR_CODE LSH_GETTIMEOFDAY, "Couldn't get local time of day."
18  ERROR_CODE LSH_SETTIMEOFDAY, "Couldn't set local time of day."
19  ERROR_CODE LSH_RECVTIME,     "Error while receiving time from server."
20  ERROR_CODE LSH_RECVBYTES,    "Protocol problem with timeserver."
21  ERROR_CODE LSH_ALREADY_SETTIME, "The time was already reset. Try using a different program to synchronize the time."
22end
23