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 |
|
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.