1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Andrew Bartlett 55f5453bc8 r9413: Bring Samba4 back up to date with lorikeet-heimdal.
Delete test_crypto_wrapping.c, previously included but unbuilt.

Andrew Bartlett
(This used to be commit d5fb30fb0cef330e0947969f0c9afc1f58fc4c7d)
2007-10-10 13:33:35 -05:00

29 lines
989 B
Plaintext

#
# Error messages for the hdb library
#
# This might look like a com_err file, but is not
#
id "$Id: hdb_err.et,v 1.6 2005/08/11 13:17:22 lha Exp $"
error_table hdb
prefix HDB_ERR
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"
error_code DB_INUSE, "Database is locked or in use--try again later"
error_code DB_CHANGED, "Database was modified during read"
error_code RECURSIVELOCK, "Attempt to lock database twice"
error_code NOTLOCKED, "Attempt to unlock database when not locked"
error_code BADLOCKMODE, "Invalid kdb lock mode"
error_code CANT_LOCK_DB, "Insufficient access to lock database"
error_code EXISTS, "Entry already exists in database"
error_code BADVERSION, "Wrong database version"
error_code NO_MKEY, "No correct master key"
error_code MANDATORY_OPTION, "Entry contains unknown mandatory extension"
end