OpenDNSSEC-enforcer  1.3.16
kmemsg.h
Go to the documentation of this file.
1 #ifndef KSM_KMEMSG_H
2 #define KSM_KMEMSG_H
3 
4 /* This file is generated by a perl script - it should not be edited */
5 
6 #define KME_MIN_VALUE (KME_BASE)
7 #define KME_MAX_VALUE (KME_BASE + 38)
8 #define KME_ARRAY_SIZE (39)
9 
10 static const char* m_messages[] = {
11  "INFO: %d keys in 'active' state will have their expected retire date modified",
12  "INFO: %d keys current in 'publish', 'ready' and 'active' states",
13  "ERROR: internal error, buffer overflow in %s",
14  "ERROR: unable to delete %s because child objects are associated with it",
15  "ERROR: failed to create '%s'",
16  "ERROR: object with name '%s' already exists",
17  "ERROR: program error - number of fields returned did not match number expected",
18  "INFO: %d %ss available in 'generate' state",
19  "INFO: %d %ss available in 'generate' state (need %d) - unable to promote until more keys generated",
20  "INFO: moving %d key(s) from '%s' state to '%s' state",
21  "INFO: %d keys required, therefore %d new keys need to be put in 'publish' state",
22  "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",
23  "ERROR: no such parameter with name %s",
24  "ERROR: unable to find object '%s'",
25  "WARNING: Command not implemented yet",
26  "ERROR: %s is not a zone",
27  "ERROR: it is not permitted to delete the permanent object %s",
28  "INFO: %d %ss in the 'ready' state",
29  "INFO: %d %ss remaining in 'active' state",
30  "INFO: requesting issue of %s signing keys",
31  "INFO: %d 'active' keys will be retiring in the immediate future",
32  "ERROR: database operation failed - %s",
33  "ERROR: unknown key type, code %d",
34  "WARNING: unrecognised condition code %d: code ignored",
35  "WARNING: key ID %d is in unrecognised state %d",
36  "INFO: Promoting %s from publish to active as this is the first pass for the zone",
37  "ERROR: Trying to make non-backed up %s active when RequireBackup flag is set",
38  "WARNING: Making non-backed up %s active, PLEASE make sure that you know the potential problems of using keys which are not recoverable",
39  "INFO: Old DS record for %s can now be removed (key moved from retired to dead state)",
40  "INFO: Old DS record for %s and all zones on its policy can now be removed (key moved from retired to dead state)",
41  "INFO: %s has been rolled for %s ",
42  "INFO: %s has been rolled for %s (and any zones sharing keys with %s)",
43  "DEBUG: Timeshift in operation; ENFORCER_TIMESHIFT set to %s",
44  "INFO: Manual rollover due for %s of zone %s",
45  "ERROR: database version number incompatible with software; require %d, found %d. Please run the migration scripts",
46  "ERROR: Too many rows returned from dbadmin table; there should be only one.",
47  "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.",
48  "ERROR: Key %s in DB but not repository.",
49  "INFO: New DS records needed for the zone %s; details will follow",
50 
51 /* ... and null-terminate the array to be on the safe side */
52 
53  NULL
54 };
55 #endif /* KSM_KMEMSG_H */