s4:torture: Fix memory leak
[Samba.git] / third_party / heimdal / lib / gssapi / krb5 / gkrb5_err.et
blob109876ef97a7076c40bd3ade3ace507ffb810bec
2 # extended gss krb5 error messages
5 id "$Id$"
7 error_table gk5
9 prefix GSS_KRB5_S
11 error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
13 error_code G_NOUSER, "UID does not resolve to username"
14 error_code G_VALIDATE_FAILED, "Validation error"
15 error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
16 error_code G_BAD_MSG_CTX, "Message context invalid"
17 error_code G_WRONG_SIZE, "Buffer is the wrong size"
18 error_code G_BAD_USAGE, "Credential usage type is unknown"
19 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
20 error_code G_UNKNOWN_CRED_STORE_ELEMENT, "Credential store contained unknown elements"
21 error_code G_BAD_PASSWORD_CRED_STORE, "Credential store cannot contain both a password and a credentials cache or client keytab"
23 index 128
25 error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name"
26 error_code KG_KEYTAB_NOMATCH, "No principal in keytab matches desired name"
27 error_code KG_TGT_MISSING, "Credential cache has no TGT"
28 error_code KG_NO_SUBKEY, "Authenticator has no subkey"
29 error_code KG_CONTEXT_ESTABLISHED, "Context is already fully established"
30 error_code KG_BAD_SIGN_TYPE, "Unknown signature type in token"
31 error_code KG_BAD_LENGTH, "Invalid field length in token"
32 error_code KG_CTX_INCOMPLETE, "Attempt to use incomplete security context"
33 error_code KG_INPUT_TOO_LONG, "Input too long"