git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-29 01:25:52 +00:00
parent eff22b9625
commit 9e68a1c259
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
Fri Aug 29 02:45:46 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/krb5/init_creds_pw.c: make change_password and
get_init_creds_common static
* lib/krb5/krb5.h: Merge stuff from removed headerfiles.
* lib/krb5/fcache.c: fcc_ops -> krb5_fcc_ops
* lib/krb5/mcache.c: mcc_ops -> krb5_mcc_ops
Fri Aug 29 01:45:25 1997 Johan Danielsson <joda@blubb.pdc.kth.se>
* lib/krb5/krb5.h: Remove all prototypes.

View File

@@ -199,7 +199,7 @@ error_code KRB5_ERR_BAD_HOSTNAME, "Hostname cannot be canonicalized"
error_code KRB5_ERR_HOST_REALM_UNKNOWN, "Cannot determine realm for host"
error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"
error_code KRB5KRB_AP_ERR_V4_REPLY, "Initial Ticket response appears to be Version 4 error"
error_code KRB5KRB_AP_ERR_V4_REPLY, "Initial Ticket response appears to be Version 4"
error_code KRB5_REALM_CANT_RESOLVE, "Cannot resolve KDC for requested realm"
error_code KRB5_TKT_NOT_FORWARDABLE, "Requesting ticket can't get forwardable tickets"
error_code KRB5_FWD_BAD_PRINCIPAL, "Bad principal name while trying to forward credentials"

View File

@@ -199,7 +199,7 @@ error_code KRB5_ERR_BAD_HOSTNAME, "Hostname cannot be canonicalized"
error_code KRB5_ERR_HOST_REALM_UNKNOWN, "Cannot determine realm for host"
error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"
error_code KRB5KRB_AP_ERR_V4_REPLY, "Initial Ticket response appears to be Version 4 error"
error_code KRB5KRB_AP_ERR_V4_REPLY, "Initial Ticket response appears to be Version 4"
error_code KRB5_REALM_CANT_RESOLVE, "Cannot resolve KDC for requested realm"
error_code KRB5_TKT_NOT_FORWARDABLE, "Requesting ticket can't get forwardable tickets"
error_code KRB5_FWD_BAD_PRINCIPAL, "Bad principal name while trying to forward credentials"