git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3836 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-09 01:21:38 +00:00
parent 2b7ae0ee90
commit b55aa71675
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Sun Nov 9 02:17:27 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* kadmin/kadmind.c: Check return value from krb5_net_read().
* lib/kadm5,kadmin: Fix memory leaks.
Fri Nov 7 02:45:26 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/kadm5/create_s.c: Get some default values from `default'

View File

@@ -9,7 +9,8 @@ error_table hdb
prefix HDB_ERR
error_code INUSE, "(deprecated error code) Entry exists in DB"
index 1
#error_code INUSE, "Entry already exists in database"
error_code UK_SERROR, "Database store error"
error_code UK_RERROR, "Database read error"
error_code NOENTRY, "No such entry in the database"