svn commit: lorikeet r670 - in trunk/heimdal/lib/gssapi/krb5: .

abartlet at samba.org abartlet at samba.org
Mon Nov 13 03:12:17 GMT 2006


Author: abartlet
Date: 2006-11-13 03:12:17 +0000 (Mon, 13 Nov 2006)
New Revision: 670

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=670

Log:
Another missing file.  Now we have the build farm testing this...

Andrew Bartlett

Added:
   trunk/heimdal/lib/gssapi/krb5/gkrb5_err.et


Changeset:
Added: trunk/heimdal/lib/gssapi/krb5/gkrb5_err.et
===================================================================
--- trunk/heimdal/lib/gssapi/krb5/gkrb5_err.et	2006-11-13 02:58:24 UTC (rev 669)
+++ trunk/heimdal/lib/gssapi/krb5/gkrb5_err.et	2006-11-13 03:12:17 UTC (rev 670)
@@ -0,0 +1,30 @@
+#
+# extended gss krb5 error messages
+#
+
+id "$Id: gkrb5_err.et,v 1.1 2006/11/09 23:52:17 lha Exp $"
+
+error_table gk5
+
+prefix GSS_KRB5_S
+
+error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
+error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
+error_code G_NOUSER, "UID does not resolve to username"
+error_code G_VALIDATE_FAILED, "Validation error"
+error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
+error_code G_BAD_MSG_CTX, "Message context invalid"
+error_code G_WRONG_SIZE, "Buffer is the wrong size"
+error_code G_BAD_USAGE, "Credential usage type is unknown"
+error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
+
+index 128
+
+error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name"
+error_code KG_KEYTAB_NOMATCH, "No principal in keytab matches desired name"
+error_code KG_TGT_MISSING, "Credential cache has no TGT"
+error_code KG_NO_SUBKEY, "Authenticator has no subkey"
+error_code KG_CONTEXT_ESTABLISHED, "Context is already fully established"
+error_code KG_BAD_SIGN_TYPE, "Unknown signature type in token"
+error_code KG_BAD_LENGTH, "Invalid field length in token"
+error_code KG_CTX_INCOMPLETE, "Attempt to use incomplete security context"



More information about the samba-cvs mailing list