1# Copyright 1994 by OpenVision Technologies, Inc. 2# 3# Permission to use, copy, modify, distribute, and sell this software 4# and its documentation for any purpose is hereby granted without fee, 5# provided that the above copyright notice appears in all copies and 6# that both that copyright notice and this permission notice appear in 7# supporting documentation, and that the name of OpenVision not be used 8# in advertising or publicity pertaining to distribution of the software 9# without specific, written prior permission. OpenVision makes no 10# representations about the suitability of this software for any 11# purpose. It is provided "as is" without express or implied warranty. 12# 13# OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15# EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 17# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 18# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19# PERFORMANCE OF THIS SOFTWARE. 20# 21 22error_table k524 23 24error_code KRB524_BADKEY, "Cannot convert V5 keyblock" 25error_code KRB524_BADADDR, "Cannot convert V5 address information" 26error_code KRB524_BADPRINC, "Cannot convert V5 principal" 27error_code KRB524_BADREALM, "V5 realm name longer than V4 maximum" 28error_code KRB524_V4ERR, "Kerberos V4 error" 29error_code KRB524_ENCFULL, "Encoding too large" 30error_code KRB524_DECEMPTY, "Decoding out of data" 31error_code KRB524_NOTRESP, "Service not responding" 32error_code KRB524_KRB4_DISABLED, "Kerberos version 4 support is disabled" 33 34end 35