adding zephyr-im master branch

This commit is contained in:
2022-07-25 09:01:27 -06:00
parent 61f5ed8f01
commit ee1236fa5c
311 changed files with 62265 additions and 0 deletions

57
lib/zephyr_err.et Normal file
View File

@ -0,0 +1,57 @@
# Copyright 1987,1988 Massachusetts Institute of Technology
#
# For copying and distribution information, see the file
# "mit-copyright.h".
#
# $Id$
#
et zeph
ec ZERR_PKTLEN,
"Packet too long or buffer too small"
ec ZERR_HEADERLEN,
"Notice header too large"
ec ZERR_ILLVAL,
"Illegal value in notice"
ec ZERR_HMPORT,
"Can't get host manager port"
ec ZERR_PORTINUSE,
"Can't assign port"
ec ZERR_BADPKT,
"Bad packet format"
ec ZERR_VERS,
"Incompatible version numbers"
ec ZERR_NOPORT,
"No port opened"
ec ZERR_NONOTICE,
"No notices match criteria"
ec ZERR_QLEN,
"Input queue too long"
ec ZERR_HMDEAD,
"Hostmanager not responding"
ec ZERR_INTERNAL,
"Internal error"
ec ZERR_NOLOCATIONS,
"No previous call to ZLocateUser"
ec ZERR_NOMORELOCS,
"No more locations available"
ec ZERR_FIELDLEN,
"Field too long for buffer"
ec ZERR_BADFIELD,
"Improperly formatted field"
ec ZERR_SERVNAK,
"SERVNAK received"
ec ZERR_AUTHFAIL,
"Server could not verify authentication"
ec ZERR_LOGINFAIL,
"Not logged-in"
ec ZERR_NOSUBSCRIPTIONS,
"No previous call to ZRetrieveSubscriptions"
ec ZERR_NOMORESUBSCRIPTIONS,
"No more subscriptions available"
ec ZERR_TOOMANYSUBS,
"Too many subscriptions to transmit"
ec ZERR_EOF,
"End of file detected during read"
end