51#define KME_EXISTS (KME_BASE + 5) /* ERROR: object with name '%s' already exists */
52#define KME_FLDMISMAT (KME_BASE + 6) /* ERROR: program error - number of fields returned did not match number expected */
53#define KME_GENERATECNT (KME_BASE + 7) /* INFO: %d %ss available in 'generate' state */
54#define KME_INSFGENKEY (KME_BASE + 8) /* INFO: %d %ss available in 'generate' state (need %d) - unable to promote until more keys generated */
55#define KME_KEYCHSTATE (KME_BASE + 9) /* INFO: moving %d key(s) from '%s' state to '%s' state */
56#define KME_KEYCNTSUMM (KME_BASE + 10) /* INFO: %d keys required, therefore %d new keys need to be put in 'publish' state */
57#define KME_NOREADYKEY (KME_BASE + 11) /* WARNING: %s rollover for zone '%s' not completed as there are no keys in the 'ready' state; ods-enforcerd will try again when it runs next */
58#define KME_NOSUCHPAR (KME_BASE + 12) /* ERROR: no such parameter with name %s */
70#define KME_UNRKEYSTA (KME_BASE + 24) /* WARNING: key ID %d is in unrecognised state %d */
71#define KME_PROM_PUB (KME_BASE + 25) /* INFO: Promoting %s from publish to active as this is the first pass for the zone */
72#define KME_BACK_FATAL (KME_BASE + 26) /* ERROR: Trying to make non-backed up %s active when RequireBackup flag is set */
73#define KME_BACK_NON_FATAL (KME_BASE + 27) /* WARNING: Making non-backed up %s active, PLEASE make sure that you know the potential problems of using keys which are not recoverable */
74#define KME_DS_REM_ZONE (KME_BASE + 28) /* INFO: Old DS record for %s can now be removed (key moved from retired to dead state) */
75#define KME_DS_REM_POLICY (KME_BASE + 29) /* INFO: Old DS record for %s and all zones on its policy can now be removed (key moved from retired to dead state) */
76#define KME_ROLL_ZONE (KME_BASE + 30) /* INFO: %s has been rolled for %s */
77#define KME_ROLL_POLICY (KME_BASE + 31) /* INFO: %s has been rolled for %s (and any zones sharing keys with %s) */
78#define KME_TIMESHIFT (KME_BASE + 32) /* DEBUG: Timeshift in operation; ENFORCER_TIMESHIFT set to %s */
79#define KME_MAN_ROLL_REQUIRED (KME_BASE + 33) /* INFO: Manual rollover due for %s of zone %s */
80#define KME_WRONG_DB_VER (KME_BASE + 34) /* ERROR: database version number incompatible with software; require %d, found %d. Please run the migration scripts */
81#define KME_DB_ADMIN (KME_BASE + 35) /* ERROR: Too many rows returned from dbadmin table; there should be only one. */
82#define KME_DS_SUBMISSION (KME_BASE + 36) /* WARNING: New KSK has reached the ready state; please submit the DS for %s and use ods-ksmutil key ds-seen when the DS appears in the DNS. */
83#define KME_KEY_NOT_IN_REPO (KME_BASE + 37) /* ERROR: Key %s in DB but not repository. */
84#define KME_NEW_DS (KME_BASE + 38) /* INFO: New DS records needed for the zone %s; details will follow */
85
86#endif /* KSM_KMEDEF_H */
Generated on Fri Jul 4 2014 09:27:35 for OpenDNSSEC-enforcer by 1.8.7