summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1990-12-14 12:00:45 +0000
committerJohn Carr <jfc@mit.edu>1990-12-14 12:00:45 +0000
commitc6043916bc9ea7a1ac944ddb8f596bd2941939c8 (patch)
treeddc05716ec9a02790e68d8874605d90c615d9eca /src/lib/krb5
parent2b3697977a1ab3ac3900eaa950a9e379cdbc1924 (diff)
downloadkrb5-c6043916bc9ea7a1ac944ddb8f596bd2941939c8.tar.gz
krb5-c6043916bc9ea7a1ac944ddb8f596bd2941939c8.tar.xz
krb5-c6043916bc9ea7a1ac944ddb8f596bd2941939c8.zip
Add KRB5KRB_AP_ERR_BADSEQ, some 2-tgt errors
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1550 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 248d4c785a..e2bf434904 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -31,8 +31,8 @@ error_code KRB5KDC_ERR_BADOPTION, "KDC can't fulfill requested option"
error_code KRB5KDC_ERR_ETYPE_NOSUPP, "KDC has no support for encryption type"
error_code KRB5KDC_ERR_SUMTYPE_NOSUPP, "KDC has no support for checksum type"
error_code KRB5KDC_ERR_PADATA_TYPE_NOSUPP, "KDC has no support for padata type"
-# ^^ 16
-error_code KRB5PLACEHOLD_17, "KRB5 error code 17"
+error_code KRB5KDC_ERR_TRTYPE_NOSUPP, "KDC has no support for transited type"
+# ^^ 17
error_code KRB5PLACEHOLD_18, "KRB5 error code 18"
error_code KRB5PLACEHOLD_19, "KRB5 error code 19"
error_code KRB5PLACEHOLD_20, "KRB5 error code 20"
@@ -65,9 +65,7 @@ error_code KRB5KRB_AP_ERR_NOKEY, "Service key not available"
error_code KRB5KRB_AP_ERR_MUT_FAIL, "Mutual authentication failed"
error_code KRB5KRB_AP_ERR_BADDIRECTION, "Incorrect message direction"
error_code KRB5KRB_AP_ERR_METHOD, "Alternative authentication method required"
-#^^ 48
-error_code KRB5PLACEHOLD_49, "KRB5 error code 49"
-#vv 50
+error_code KRB5KRB_AP_ERR_BADSEQ, "Incorrect sequence number in message"
error_code KRB5KRB_ERR_FIELD_TOOLONG, "Field is too long for impl."
#^^ 50
error_code KRB5PLACEHOLD_51, "KRB5 error code 51"
@@ -237,4 +235,8 @@ error_code KRB5_FCC_NOFILE, "No credentials cache file found"
error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error"
error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)"
+# errors for dual tgt library calls
+error_code KRB5_INVALID_FLAGS, "Invalid KDC option combination (library internal error)"
+error_code KRB5_NO_2ND_TKT, "Request missing second ticket"
+
end