b1ebdd50cb
These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes
54 lines
2.2 KiB
Plaintext
54 lines
2.2 KiB
Plaintext
# $Source: /usr/cvs/src/eBones/libkadm/kadm_err.et,v $
|
|
# $Author: mark $
|
|
# $Header: /usr/cvs/src/eBones/libkadm/kadm_err.et,v 1.1 1995/07/18 16:40:25 mark Exp $
|
|
# Copyright 1988 by the Massachusetts Institute of Technology.
|
|
#
|
|
# For copying and distribution information, please see the file
|
|
# <mit-copyright.h>.
|
|
#
|
|
# Kerberos administration server error table
|
|
#
|
|
et kadm
|
|
|
|
# KADM_SUCCESS, as all success codes should be, is zero
|
|
|
|
ec KADM_RCSID, "$Header: /usr/cvs/src/eBones/libkadm/kadm_err.et,v 1.1 1995/07/18 16:40:25 mark Exp $"
|
|
# /* Building and unbuilding the packet errors */
|
|
ec KADM_NO_REALM, "Cannot fetch local realm"
|
|
ec KADM_NO_CRED, "Unable to fetch credentials"
|
|
ec KADM_BAD_KEY, "Bad key supplied"
|
|
ec KADM_NO_ENCRYPT, "Can't encrypt data"
|
|
ec KADM_NO_AUTH, "Cannot encode/decode authentication info"
|
|
ec KADM_WRONG_REALM, "Principal attemping change is in wrong realm"
|
|
ec KADM_NO_ROOM, "Packet is too large"
|
|
ec KADM_BAD_VER, "Version number is incorrect"
|
|
ec KADM_BAD_CHK, "Checksum does not match"
|
|
ec KADM_NO_READ, "Unsealing private data failed"
|
|
ec KADM_NO_OPCODE, "Unsupported operation"
|
|
ec KADM_NO_HOST, "Could not find administrating host"
|
|
ec KADM_UNK_HOST, "Administrating host name is unknown"
|
|
ec KADM_NO_SERV, "Could not find service name in services database"
|
|
ec KADM_NO_SOCK, "Could not create socket"
|
|
ec KADM_NO_CONN, "Could not connect to server"
|
|
ec KADM_NO_HERE, "Could not fetch local socket address"
|
|
ec KADM_NO_MAST, "Could not fetch master key"
|
|
ec KADM_NO_VERI, "Could not verify master key"
|
|
|
|
# /* From the server side routines */
|
|
ec KADM_INUSE, "Entry already exists in database"
|
|
ec KADM_UK_SERROR, "Database store error"
|
|
ec KADM_UK_RERROR, "Database read error"
|
|
ec KADM_UNAUTH, "Insufficient access to perform requested operation"
|
|
# KADM_DATA isn't really an error, but...
|
|
ec KADM_DATA, "Data is available for return to client"
|
|
ec KADM_NOENTRY, "No such entry in the database"
|
|
|
|
ec KADM_NOMEM, "Memory exhausted"
|
|
ec KADM_NO_HOSTNAME, "Could not fetch system hostname"
|
|
ec KADM_NO_BIND, "Could not bind port"
|
|
ec KADM_LENGTH_ERROR, "Length mismatch problem"
|
|
ec KADM_ILL_WILDCARD, "Illegal use of wildcard"
|
|
|
|
ec KADM_DB_INUSE, "Database is locked or in use--try again later"
|
|
end
|