]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/ntlm/ntlm_err.et
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / ntlm / ntlm_err.et
1 #
2 # Error messages for the ntlm library
3 #
4 # This might look like a com_err file, but is not
5 #
6
7 error_table ntlm
8
9 prefix HNTLM_ERR
10 error_code DECODE,              "Failed to decode packet"
11 error_code INVALID_LENGTH,      "Input length invalid"
12 error_code CRYPTO,              "Failed crypto primitive"
13 error_code RAND,                "Random generator failed"
14 error_code AUTH,                "NTLM authentication failed"
15 error_code TIME_SKEW,           "Client time skewed to server"
16 error_code OEM,                 "Client set OEM string"
17 error_code MISSING_NAME_SEPARATOR, "missing @ or \ in name"
18 error_code MISSING_BUFFER,      "missing expected buffer"
19 error_code INVALID_APOP,        "Invalid APOP response"
20 error_code INVALID_CRAM_MD5,    "Invalid CRAM-MD5 response"
21 error_code INVALID_DIGEST_MD5,  "Invalid DIGEST-MD5 response"
22 error_code INVALID_DIGEST_MD5_RSPAUTH,  "Invalid DIGEST-MD5 rspauth"
23
24 end