source: heimdal/trunk/lib/ntlm/ntlm_err.et

Last change on this file was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 817 bytes
Line 
1#
2# Error messages for the ntlm library
3#
4# This might look like a com_err file, but is not
5#
6
7error_table ntlm
8
9prefix HNTLM_ERR
10error_code DECODE, "Failed to decode packet"
11error_code INVALID_LENGTH, "Input length invalid"
12error_code CRYPTO, "Failed crypto primitive"
13error_code RAND, "Random generator failed"
14error_code AUTH, "NTLM authentication failed"
15error_code TIME_SKEW, "Client time skewed to server"
16error_code OEM, "Client set OEM string"
17error_code MISSING_NAME_SEPARATOR, "missing @ or \ in name"
18error_code MISSING_BUFFER, "missing expected buffer"
19error_code INVALID_APOP, "Invalid APOP response"
20error_code INVALID_CRAM_MD5, "Invalid CRAM-MD5 response"
21error_code INVALID_DIGEST_MD5, "Invalid DIGEST-MD5 response"
22error_code INVALID_DIGEST_MD5_RSPAUTH, "Invalid DIGEST-MD5 rspauth"
23
24end
Note: See TracBrowser for help on using the repository browser.