summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gssapi/krb5')
-rw-r--r--src/lib/gssapi/krb5/gssapi_err_krb5.c53
-rw-r--r--src/lib/gssapi/krb5/gssapi_err_krb5.h39
2 files changed, 0 insertions, 92 deletions
diff --git a/src/lib/gssapi/krb5/gssapi_err_krb5.c b/src/lib/gssapi/krb5/gssapi_err_krb5.c
deleted file mode 100644
index c17eb4bd2..000000000
--- a/src/lib/gssapi/krb5/gssapi_err_krb5.c
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * lib/gssapi/krb5/gssapi_err_krb5.c:
- * This file is automatically generated; please do not edit it.
- */
-#if defined(_WIN32)
-# include "win-mac.h"
-#endif
-
-#if !defined(_WIN32)
-extern void initialize_k5g_error_table (void);
-#endif
-
-#define N_(x) (x)
-
-/* Lclint doesn't handle null annotations on arrays
- properly, so we need this typedef in each
- generated .c file. */
-/*@-redef@*/
-typedef /*@null@*/ const char *ncptr;
-/*@=redef@*/
-
-static ncptr const text[] = {
- N_("Principal in credential cache does not match desired name"),
- N_("No principal in keytab matches desired name"),
- N_("Credential cache has no TGT"),
- N_("Authenticator has no subkey"),
- N_("Context is already fully established"),
- N_("Unknown signature type in token"),
- N_("Invalid field length in token"),
- N_("Attempt to use incomplete security context"),
- N_("Bad magic number for krb5_gss_ctx_id_t"),
- N_("Bad magic number for krb5_gss_cred_id_t"),
- N_("Bad magic number for krb5_gss_enc_desc"),
- N_("Sequence number in token is corrupt"),
- N_("Credential cache is empty"),
- N_("Acceptor and Initiator share no checksum types"),
- N_("Requested lucid context version not supported"),
- N_("PRF input too long"),
- N_("Bad magic number for iakerb_ctx_id_t"),
- 0
-};
-
-#include <com_err.h>
-
-const struct error_table et_k5g_error_table = { text, 39756032L, 17 };
-
-#if !defined(_WIN32)
-void initialize_k5g_error_table (void)
- /*@modifies internalState@*/
-{
- (void) add_error_table (&et_k5g_error_table);
-}
-#endif
diff --git a/src/lib/gssapi/krb5/gssapi_err_krb5.h b/src/lib/gssapi/krb5/gssapi_err_krb5.h
deleted file mode 100644
index d2fcaaf08..000000000
--- a/src/lib/gssapi/krb5/gssapi_err_krb5.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * lib/gssapi/krb5/gssapi_err_krb5.h:
- * This file is automatically generated; please do not edit it.
- */
-
-#include <com_err.h>
-
-#define KG_CCACHE_NOMATCH (39756032L)
-#define KG_KEYTAB_NOMATCH (39756033L)
-#define KG_TGT_MISSING (39756034L)
-#define KG_NO_SUBKEY (39756035L)
-#define KG_CONTEXT_ESTABLISHED (39756036L)
-#define KG_BAD_SIGN_TYPE (39756037L)
-#define KG_BAD_LENGTH (39756038L)
-#define KG_CTX_INCOMPLETE (39756039L)
-#define KG_CONTEXT (39756040L)
-#define KG_CRED (39756041L)
-#define KG_ENC_DESC (39756042L)
-#define KG_BAD_SEQ (39756043L)
-#define KG_EMPTY_CCACHE (39756044L)
-#define KG_NO_CTYPES (39756045L)
-#define KG_LUCID_VERSION (39756046L)
-#define KG_INPUT_TOO_LONG (39756047L)
-#define KG_IAKERB_CONTEXT (39756048L)
-#define ERROR_TABLE_BASE_k5g (39756032L)
-
-extern const struct error_table et_k5g_error_table;
-
-#if !defined(_WIN32)
-/* for compatibility with older versions... */
-extern void initialize_k5g_error_table (void) /*@modifies internalState@*/;
-#else
-#define initialize_k5g_error_table()
-#endif
-
-#if !defined(_WIN32)
-#define init_k5g_err_tbl initialize_k5g_error_table
-#define k5g_err_base ERROR_TABLE_BASE_k5g
-#endif