1 /* 2 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 3 * 4 * Openvision retains the copyright to derivative works of 5 * this source code. Do *NOT* create a derivative of this 6 * source code before consulting with your legal department. 7 * Do *NOT* integrate *ANY* of this source code into another 8 * product before consulting with your legal department. 9 * 10 * For further information, read the top-level Openvision 11 * copyright which is contained in the top-level MIT Kerberos 12 * copyright. 13 * 14 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 15 * 16 */ 17 18 #include <com_err.h> 19 20 /* 21 * kpasswd_strings.h: 22 * This file is automatically generated; please do not edit it. 23 */ 24 #define KPW_STR_USAGE (-1767084800L) 25 #define KPW_STR_PRIN_UNKNOWN (-1767084799L) 26 #define KPW_STR_WHILE_LOOKING_AT_CC (-1767084798L) 27 #define KPW_STR_OLD_PASSWORD_INCORRECT (-1767084797L) 28 #define KPW_STR_CANT_OPEN_ADMIN_SERVER (-1767084796L) 29 #define KPW_STR_NEW_PASSWORD_MISMATCH (-1767084795L) 30 #define KPW_STR_PASSWORD_CHANGED (-1767084794L) 31 #define KPW_STR_PASSWORD_NOT_CHANGED (-1767084793L) 32 #define KPW_STR_PARSE_NAME (-1767084792L) 33 #define KPW_STR_UNPARSE_NAME (-1767084791L) 34 #define KPW_STR_NOT_IN_PASSWD_FILE (-1767084790L) 35 #define KPW_STR_CHANGING_PW_FOR (-1767084789L) 36 #define KPW_STR_OLD_PASSWORD_PROMPT (-1767084788L) 37 #define KPW_STR_WHILE_READING_PASSWORD (-1767084787L) 38 #define KPW_STR_NO_PASSWORD_READ (-1767084786L) 39 #define KPW_STR_WHILE_TRYING_TO_CHANGE (-1767084785L) 40 #define KPW_STR_WHILE_DESTROYING_ADMIN_SESSION (-1767084784L) 41 #define KPW_STR_WHILE_FREEING_PRINCIPAL (-1767084783L) 42 #define KPW_STR_WHILE_FREEING_POLICY (-1767084782L) 43 #define KPW_STR_CANT_GET_POLICY_INFO (-1767084781L) 44 #define KPW_STR_POLICY_EXPLANATION (-1767084780L) 45 #define ERROR_TABLE_BASE_kpws (-1767084800L) 46 47 extern const struct error_table et_kpws_error_table; 48 49 #if !defined(_WIN32) 50 /* for compatibility with older versions... */ 51 extern void initialize_kpws_error_table (void) /*@modifies internalState@*/; 52 #else 53 #define initialize_kpws_error_table() 54 #endif 55 56 #if !defined(_WIN32) 57 #define init_kpws_err_tbl initialize_kpws_error_table 58 #define kpws_err_base ERROR_TABLE_BASE_kpws 59 #endif 60