1*ebfedea0SLionel Sambuc# 2*ebfedea0SLionel Sambuc# Error messages for the ntlm library 3*ebfedea0SLionel Sambuc# 4*ebfedea0SLionel Sambuc# This might look like a com_err file, but is not 5*ebfedea0SLionel Sambuc# 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambucerror_table ntlm 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel Sambucprefix HNTLM_ERR 10*ebfedea0SLionel Sambucerror_code DECODE, "Failed to decode packet" 11*ebfedea0SLionel Sambucerror_code INVALID_LENGTH, "Input length invalid" 12*ebfedea0SLionel Sambucerror_code CRYPTO, "Failed crypto primitive" 13*ebfedea0SLionel Sambucerror_code RAND, "Random generator failed" 14*ebfedea0SLionel Sambucerror_code AUTH, "NTLM authentication failed" 15*ebfedea0SLionel Sambucerror_code TIME_SKEW, "Client time skewed to server" 16*ebfedea0SLionel Sambucerror_code OEM, "Client set OEM string" 17*ebfedea0SLionel Sambucerror_code MISSING_NAME_SEPARATOR, "missing @ or \ in name" 18*ebfedea0SLionel Sambucerror_code MISSING_BUFFER, "missing expected buffer" 19*ebfedea0SLionel Sambucerror_code INVALID_APOP, "Invalid APOP response" 20*ebfedea0SLionel Sambucerror_code INVALID_CRAM_MD5, "Invalid CRAM-MD5 response" 21*ebfedea0SLionel Sambucerror_code INVALID_DIGEST_MD5, "Invalid DIGEST-MD5 response" 22*ebfedea0SLionel Sambucerror_code INVALID_DIGEST_MD5_RSPAUTH, "Invalid DIGEST-MD5 rspauth" 23*ebfedea0SLionel Sambuc 24*ebfedea0SLionel Sambucend 25