]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
add new error codes
authorMarc Horowitz <marc@mit.edu>
Mon, 3 Aug 1998 05:30:14 +0000 (05:30 +0000)
committerMarc Horowitz <marc@mit.edu>
Mon, 3 Aug 1998 05:30:14 +0000 (05:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10769 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/gssapi_err_generic.et

index ddeed4227e71680ffe09bba51326b18c7fedd51c..99ba45fe3814c163a889ab38f69acef9286facbd 100644 (file)
@@ -40,4 +40,7 @@ error_code G_BAD_HOSTNAME, "Hostname in SERVICE-NAME string could not be canonic
 error_code G_WRONG_MECH, "Mechanism is incorrect"
 error_code G_BAD_TOK_HEADER, "Token header is malformed or corrupt"
 error_code G_BAD_DIRECTION, "Packet was replayed in wrong direction"
+error_code G_TOK_TRUNC, "Token is missing data"
+error_code G_REFLECT, "Token was reflected"
+error_code G_WRONG_TOKID, "Received token ID does not match expected token ID"
 end