-: 0:Source:kadm_err.c -: 0:Graph:/var/tsitkova/Sources/v10/trunk/src/lib/kadm5/kadm_err.so.gcno -: 0:Data:/var/tsitkova/Sources/v10/trunk/src/lib/kadm5/kadm_err.so.gcda -: 0:Runs:963 -: 0:Programs:2 -: 1:/* -: 2: * et-c-kadm_err.c: -: 3: * This file is automatically generated; please do not edit it. -: 4: */ -: 5:#if defined(_WIN32) -: 6:# include "win-mac.h" -: 7:#endif -: 8: -: 9:#if !defined(_WIN32) -: 10:extern void initialize_ovk_error_table (void); -: 11:#endif -: 12: -: 13:#define N_(x) (x) -: 14: -: 15:/* Lclint doesn't handle null annotations on arrays -: 16: properly, so we need this typedef in each -: 17: generated .c file. */ -: 18:/*@-redef@*/ -: 19:typedef /*@null@*/ const char *ncptr; -: 20:/*@=redef@*/ -: 21: -: 22:static ncptr const text[] = { -: 23: N_("Operation failed for unspecified reason"), -: 24: N_("Operation requires ``get'' privilege"), -: 25: N_("Operation requires ``add'' privilege"), -: 26: N_("Operation requires ``modify'' privilege"), -: 27: N_("Operation requires ``delete'' privilege"), -: 28: N_("Insufficient authorization for operation"), -: 29: N_("Database inconsistency detected"), -: 30: N_("Principal or policy already exists"), -: 31: N_("Communication failure with server"), -: 32: N_("No administration server found for realm"), -: 33: N_("Password history principal key version mismatch"), -: 34: N_("Connection to server not initialized"), -: 35: N_("Principal does not exist"), -: 36: N_("Policy does not exist"), -: 37: N_("Invalid field mask for operation"), -: 38: N_("Invalid number of character classes"), -: 39: N_("Invalid password length"), -: 40: N_("Illegal policy name"), -: 41: N_("Illegal principal name"), -: 42: N_("Invalid auxillary attributes"), -: 43: N_("Invalid password history count"), -: 44: N_("Password minimum life is greater than password maximum life"), -: 45: N_("Password is too short"), -: 46: N_("Password does not contain enough character classes"), -: 47: N_("Password is in the password dictionary"), -: 48: N_("Cannot reuse password"), -: 49: N_("Current password's minimum life has not expired"), -: 50: N_("Policy is in use"), -: 51: N_("Connection to server already initialized"), -: 52: N_("Incorrect password"), -: 53: N_("Cannot change protected principal"), -: 54: N_("Programmer error! Bad Admin server handle"), -: 55: N_("Programmer error! Bad API structure version"), -: 56: N_("API structure version specified by application is no longer supported (to fix, recompile application against current KADM5 API header files and libraries)"), -: 57: N_("API structure version specified by application is unknown to libraries (to fix, obtain current KADM5 API header files and libraries and recompile application)"), -: 58: N_("Programmer error! Bad API version"), -: 59: N_("API version specified by application is no longer supported by libraries (to fix, update application to adhere to current API version and recompile)"), -: 60: N_("API version specified by application is no longer supported by server (to fix, update application to adhere to current API version and recompile)"), -: 61: N_("API version specified by application is unknown to libraries (to fix, obtain current KADM5 API header files and libraries and recompile application)"), -: 62: N_("API version specified by application is unknown to server (to fix, obtain and install newest KADM5 Admin Server)"), -: 63: N_("Database error! Required KADM5 principal missing"), -: 64: N_("The salt type of the specified principal does not support renaming"), -: 65: N_("Illegal configuration parameter for remote KADM5 client"), -: 66: N_("Illegal configuration parameter for local KADM5 client"), -: 67: N_("Operation requires ``list'' privilege"), -: 68: N_("Operation requires ``change-password'' privilege"), -: 69: N_("GSS-API (or Kerberos) error"), -: 70: N_("Programmer error! Illegal tagged data list type"), -: 71: N_("Required parameters in kdc.conf missing"), -: 72: N_("Bad krb5 admin server hostname"), -: 73: N_("Operation requires ``set-key'' privilege"), -: 74: N_("Multiple values for single or folded enctype"), -: 75: N_("Invalid enctype for setv4key"), -: 76: N_("Mismatched enctypes for setkey3"), -: 77: N_("Missing parameters in krb5.conf required for kadmin client"), -: 78: N_("XDR encoding error"), -: 79: N_("Cannot resolve network address for admin server in requested realm"), -: 80: N_("Unspecified password quality failure"), -: 81: "mit-krb5", /* Text domain */ -: 82: 0 -: 83:}; -: 84: -: 85:#include -: 86: -: 87:const struct error_table et_ovk_error_table = { text, 43787520L, 58 }; -: 88: -: 89:#if !defined(_WIN32) 664: 90:void initialize_ovk_error_table (void) -: 91: /*@modifies internalState@*/ -: 92:{ 664: 93: (void) add_error_table (&et_ovk_error_table); 664: 94:} -: 95:#endif