From 6fef3d62ec179d0f0228bbc6693bc9012f35ff3c Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Mon, 20 Feb 1995 22:58:44 +0000 Subject: DOS 8.3 filename changes. The make process created some files with bad names. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4954 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/generic/ChangeLog | 9 +++++++ src/lib/gssapi/generic/Makefile.in | 12 ++++----- src/lib/gssapi/generic/gssapiP_generic.h | 2 +- src/lib/gssapi/generic/gssapi_err_generic.et | 39 ++++++++++++++++++++++++++++ src/lib/gssapi/generic/gssapi_generic_err.et | 39 ---------------------------- 5 files changed, 55 insertions(+), 46 deletions(-) create mode 100644 src/lib/gssapi/generic/gssapi_err_generic.et delete mode 100644 src/lib/gssapi/generic/gssapi_generic_err.et (limited to 'src/lib/gssapi') diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index dfed14035..a1d1298d7 100644 --- a/src/lib/gssapi/generic/ChangeLog +++ b/src/lib/gssapi/generic/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 20 12:00:00 1994 Keith Vetter (keithv@fusion.com) + + More DOS 8.3 renames--for files created by make + * gssapi_generic_err.et => gssapi_err_generic.et + => gssapi_err_generic.h + => gssapi_err_generic.c + * gssapiP_generic.h was changed to match + * Makefile.in was changed to match + Fri Feb 3 00:18:11 1995 John Gilmore Rename files for DOS 8.3 uniqueness: diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in index 96a906649..251a9ac07 100644 --- a/src/lib/gssapi/generic/Makefile.in +++ b/src/lib/gssapi/generic/Makefile.in @@ -3,15 +3,15 @@ LDFLAGS = -g all:: $(OBJS) -ETSRCS= gssapi_generic_err.c -ETOBJS= gssapi_generic_err.o -ETHDRS= gssapi_generic_err.h +ETSRCS= gssapi_err_generic.c +ETOBJS= gssapi_err_generic.o +ETHDRS= gssapi_err_generic.h -gssapi_generic_err.o: gssapi_generic_err.c +gssapi_err_generic.o: gssapi_err_generic.c -gssapi_generic_err.h: gssapi_generic_err.et +gssapi_err_generic.h: gssapi_err_generic.et -gssapi_generic_err.c: gssapi_generic_err.et +gssapi_err_generic.c: gssapi_err_generic.et #if HasHashLibrary # UTIL_VALIDATE_SRC= $(srcdir)/util_validate.c diff --git a/src/lib/gssapi/generic/gssapiP_generic.h b/src/lib/gssapi/generic/gssapiP_generic.h index b3f78e4bc..08ee040d1 100644 --- a/src/lib/gssapi/generic/gssapiP_generic.h +++ b/src/lib/gssapi/generic/gssapiP_generic.h @@ -25,7 +25,7 @@ #include "gssapi.h" -#include "gssapi_generic_err.h" +#include "gssapi_err_generic.h" #include #include #include diff --git a/src/lib/gssapi/generic/gssapi_err_generic.et b/src/lib/gssapi/generic/gssapi_err_generic.et new file mode 100644 index 000000000..cc5ce7c19 --- /dev/null +++ b/src/lib/gssapi/generic/gssapi_err_generic.et @@ -0,0 +1,39 @@ +# +# Copyright 1993 by OpenVision Technologies, Inc. +# +# Permission to use, copy, modify, distribute, and sell this software +# and its documentation for any purpose is hereby granted without fee, +# provided that the above copyright notice appears in all copies and +# that both that copyright notice and this permission notice appear in +# supporting documentation, and that the name of OpenVision not be used +# in advertising or publicity pertaining to distribution of the software +# without specific, written prior permission. OpenVision makes no +# representations about the suitability of this software for any +# purpose. It is provided "as is" without express or implied warranty. +# +# OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. +# + +# +# $Id$ +# + +error_table ggss + +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" +error_code G_BAD_HOSTNAME, "Hostname in SERVICE-NAME string could not be canonicalized" +end diff --git a/src/lib/gssapi/generic/gssapi_generic_err.et b/src/lib/gssapi/generic/gssapi_generic_err.et deleted file mode 100644 index cc5ce7c19..000000000 --- a/src/lib/gssapi/generic/gssapi_generic_err.et +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright 1993 by OpenVision Technologies, Inc. -# -# Permission to use, copy, modify, distribute, and sell this software -# and its documentation for any purpose is hereby granted without fee, -# provided that the above copyright notice appears in all copies and -# that both that copyright notice and this permission notice appear in -# supporting documentation, and that the name of OpenVision not be used -# in advertising or publicity pertaining to distribution of the software -# without specific, written prior permission. OpenVision makes no -# representations about the suitability of this software for any -# purpose. It is provided "as is" without express or implied warranty. -# -# OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -# EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR -# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF -# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -# PERFORMANCE OF THIS SOFTWARE. -# - -# -# $Id$ -# - -error_table ggss - -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" -error_code G_BAD_HOSTNAME, "Hostname in SERVICE-NAME string could not be canonicalized" -end -- cgit