1226031Sstas#
2226031Sstas# Error messages for the ntlm library
3226031Sstas#
4226031Sstas# This might look like a com_err file, but is not
5226031Sstas#
6226031Sstas
7226031Sstaserror_table ntlm
8226031Sstas
9226031Sstasprefix HNTLM_ERR
10226031Sstaserror_code DECODE,		"Failed to decode packet"
11226031Sstaserror_code INVALID_LENGTH,	"Input length invalid"
12226031Sstaserror_code CRYPTO,		"Failed crypto primitive"
13226031Sstaserror_code RAND,		"Random generator failed"
14226031Sstaserror_code AUTH,		"NTLM authentication failed"
15226031Sstaserror_code TIME_SKEW,		"Client time skewed to server"
16226031Sstaserror_code OEM,			"Client set OEM string"
17226031Sstaserror_code MISSING_NAME_SEPARATOR, "missing @ or \ in name"
18226031Sstaserror_code MISSING_BUFFER, 	"missing expected buffer"
19226031Sstaserror_code INVALID_APOP, 	"Invalid APOP response"
20226031Sstaserror_code INVALID_CRAM_MD5, 	"Invalid CRAM-MD5 response"
21226031Sstaserror_code INVALID_DIGEST_MD5, 	"Invalid DIGEST-MD5 response"
22226031Sstaserror_code INVALID_DIGEST_MD5_RSPAUTH, 	"Invalid DIGEST-MD5 rspauth"
23226031Sstas
24226031Sstasend
25