/usr/include/heimdal/ntlm_err.h is in heimdal-multidev 1.6~git20120311.dfsg.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | /*
* ntlm_err.h:
* This file is automatically generated; please do not edit it.
*/
#include <et/com_err.h>
#define HNTLM_ERR_DECODE (-1561745664L)
#define HNTLM_ERR_INVALID_LENGTH (-1561745663L)
#define HNTLM_ERR_CRYPTO (-1561745662L)
#define HNTLM_ERR_RAND (-1561745661L)
#define HNTLM_ERR_AUTH (-1561745660L)
#define HNTLM_ERR_TIME_SKEW (-1561745659L)
#define HNTLM_ERR_OEM (-1561745658L)
#define HNTLM_ERR_MISSING_NAME_SEPARATOR (-1561745657L)
#define HNTLM_ERR_MISSING_BUFFER (-1561745656L)
#define HNTLM_ERR_INVALID_APOP (-1561745655L)
#define HNTLM_ERR_INVALID_CRAM_MD5 (-1561745654L)
#define HNTLM_ERR_INVALID_DIGEST_MD5 (-1561745653L)
#define HNTLM_ERR_INVALID_DIGEST_MD5_RSPAUTH (-1561745652L)
extern const struct error_table et_ntlm_error_table;
extern void initialize_ntlm_error_table(void);
/* For compatibility with Heimdal */
extern void initialize_ntlm_error_table_r(struct et_list **list);
#define ERROR_TABLE_BASE_ntlm (-1561745664L)
/* for compatibility with older versions... */
#define init_ntlm_err_tbl initialize_ntlm_error_table
#define ntlm_err_base ERROR_TABLE_BASE_ntlm
|