projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e396daa
)
*** empty log message ***
author
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 16:28:24 +0000
(16:28 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 16:28:24 +0000
(16:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@619
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/kdc5_err.et
[new file with mode: 0644]
patch
|
blob
diff --git a/src/kdc/kdc5_err.et
b/src/kdc/kdc5_err.et
new file mode 100644
(file)
index 0000000..
9a12a59
--- /dev/null
+++ b/
src/kdc/kdc5_err.et
@@ -0,0
+1,18
@@
+#
+# $Source$
+# $Author$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
+# KDC internal error table.
+
+error_table kdc5
+
+error_code KDC5_RCSID, "$Id$"
+error_code KDC5_NOPORT, "No server port found"
+error_code KDC5_NONET, "Network not initialized"
+
+end