Page MenuHome GnuPG

No OneTemporary

diff --git a/NEWS b/NEWS
index f24fd06..3b8a1ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,601 +1,612 @@
-Noteworthy changes in version 1.20 (unreleased) [C__/A__/R_]
+Noteworthy changes in version 1.20 (2015-08-26) [C16/A16/R0]
-----------------------------------------------
+ * New macros for GCC attributes.
+
+ * Make es_set_binary actually work for Windows.
+
+ * Allow building without thread support.
+
+ * Build without a build timestamp by default.
+
* Interface changes relative to the 1.19 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPGRT_VERSION NEW macro.
+ GPGRT_VERSION_NUMBER NEW macro.
+ GPGRT_INLINE NEW macro.
GPGRT_GCC_VERSION NEW macro.
GPGRT_ATTR_NORETURN NEW macro.
GPGRT_ATTR_PRINTF NEW macro.
GPGRT_ATTR_NR_PRINTF NEW macro.
GPGRT_ATTR_FORMAT_ARG NEW macro.
GPGRT_ATTR_SENTINEL NEW macro.
GPGRT_ATTR_USED NEW macro.
GPGRT_ATTR_UNUSED NEW macro.
GPGRT_ATTR_DEPRECATED NEW macro.
GPGRT_ATTR_PURE NEW macro.
GPGRT_ATTR_MALLOC NEW macro.
GPGRT_HAVE_MACRO_FUNCTION NEW macro.
GPGRT_HAVE_PRAGMA_GCC_PUSH NEW macro.
Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0]
-----------------------------------------------
* New set of error codes for use with LDAP.
* New options --help and --defines for gpg-error.
* Allow building with gcc 5.
* Interface changes relative to the 1.18 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_LDAP_* NEW.
Noteworthy changes in version 1.18 (2015-01-26) [C14/A14/R0]
-----------------------------------------------
* New translations for Hungarian, Portuguese, Russian, and
traditional Chinese. Updated other translations.
* New error codes.
* Interface changes relative to the 1.17 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_FORBIDDEN NEW.
GPG_ERR_OBJ_TERM_STATE NEW.
GPG_ERR_REQUEST_TOO_SHORT NEW.
GPG_ERR_REQUEST_TOO_LONG NEW.
GPG_ERR_LEGACY_KEY NEW.
Noteworthy changes in version 1.17 (2014-10-15) [C13/A13/R0]
-----------------------------------------------
* New error codes for TLS protocol libraries.
* New configure option --enable-build-timestamp.
* New man page for gpg-error-config.
* Interface changes relative to the 1.16 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_SOURCE_TLS NEW.
GPG_ERR_NO_CERT_CHAIN NEW.
GPG_ERR_CERT_TOO_LARGE NEW.
GPG_ERR_INV_RECORD NEW.
GPG_ERR_BAD_MAC NEW.
GPG_ERR_UNEXPECTED_MSG NEW.
GPG_ERR_COMPR_FAILED NEW.
GPG_ERR_WOULD_WRAP NEW.
GPG_ERR_FATAL_ALERT NEW.
GPG_ERR_NO_CIPHER NEW.
GPG_ERR_MISSING_CLIENT_CERT NEW.
GPG_ERR_CLOSE_NOTIFY NEW.
GPG_ERR_TICKET_EXPIRED NEW.
GPG_ERR_BAD_TICKET NEW.
GPG_ERR_UNKNOWN_IDENTITY NEW.
GPG_ERR_BAD_HS_CERT NEW.
GPG_ERR_BAD_HS_CERT_REQ NEW.
GPG_ERR_BAD_HS_CERT_VER NEW.
GPG_ERR_BAD_HS_CHANGE_CIPHER NEW.
GPG_ERR_BAD_HS_CLIENT_HELLO NEW.
GPG_ERR_BAD_HS_SERVER_HELLO NEW.
GPG_ERR_BAD_HS_SERVER_HELLO_DONE NEW.
GPG_ERR_BAD_HS_FINISHED NEW.
GPG_ERR_BAD_HS_SERVER_KEX NEW.
GPG_ERR_BAD_HS_CLIENT_KEX NEW.
GPG_ERR_BOGUS_STRING NEW.
gpgrt_pending NEW.
gpgrt_pending_unlocked NEW.
Noteworthy changes in version 1.16 (2014-09-18) [C12/A12/R2]
-----------------------------------------------
* Support building for iOS.
* Fixed a prototype mismatch.
* Fix es_fclose for streams opened with "samethread".
Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1]
-----------------------------------------------
* This releases fixes problems with the use of off_t and ssize_t by
the estream functions introduced with 1.14. Although this is
technically an ABI break on some platforms, we take this as a
simple bug fix for 1.14. The new functions are very unlikely in
use by any code and thus no breakage should happen. The 1.14
tarball will be removed from the archive.
* Add type gpgrt_off_t which is guaranteed to be 64 bit.
* Add type gpgrt_ssize_t to make use on Windows easier. On Unix
platforms this is an alias for ssize_t.
Noteworthy changes in version 1.14 (2014-09-08) [C12/A12/R0]
-----------------------------------------------
* Added gpgrt_lock_trylock.
* Added the estream library under the name gpgrt and a set of macros
to use them with their "es_" names.
* Interface changes relative to the 1.13 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_KEY_DISABLED NEW.
gpgrt_init NEW macro.
gpgrt_check_version NEW.
gpgrt_lock_trylock NEW.
gpgrt_set_syscall_clamp NEW.
gpgrt_set_alloc_func NEW.
gpgrt_stream_t NEW.
gpgrt_cookie_io_functions_t NEW.
gpgrt_syshd_t NEW.
GPGRT_SYSHD_NONE NEW.
GPGRT_SYSHD_FD NEW.
GPGRT_SYSHD_SOCK NEW.
GPGRT_SYSHD_RVID NEW.
GPGRT_SYSHD_HANDLE NEW.
gpgrt_stdin NEW macro.
gpgrt_stdout NEW macro.
gpgrt_stderr NEW macro.
gpgrt_fopen NEW.
gpgrt_mopen NEW.
gpgrt_fopenmem NEW.
gpgrt_fopenmem_init NEW.
gpgrt_fdopen NEW.
gpgrt_fdopen_nc NEW.
gpgrt_sysopen NEW.
gpgrt_sysopen_nc NEW.
gpgrt_fpopen NEW.
gpgrt_fpopen_nc NEW.
gpgrt_freopen NEW.
gpgrt_fopencookie NEW.
gpgrt_fclose NEW.
gpgrt_fclose_snatch NEW.
gpgrt_onclose NEW.
gpgrt_fileno NEW.
gpgrt_fileno_unlocked NEW.
gpgrt_syshd NEW.
gpgrt_syshd_unlocked NEW.
gpgrt_flockfile NEW.
gpgrt_ftrylockfile NEW.
gpgrt_funlockfile NEW.
gpgrt_feof NEW.
gpgrt_feof_unlocked NEW.
gpgrt_ferror NEW.
gpgrt_ferror_unlocked NEW.
gpgrt_clearerr NEW.
gpgrt_clearerr_unlocked NEW.
gpgrt_fflush NEW.
gpgrt_fseek NEW.
gpgrt_fseeko NEW.
gpgrt_ftell NEW.
gpgrt_ftello NEW.
gpgrt_rewind NEW.
gpgrt_getc NEW macro.
gpgrt_getc_unlocked NEW macro.
gpgrt_fgetc NEW.
gpgrt_fputc NEW.
gpgrt_ungetc NEW.
gpgrt_read NEW.
gpgrt_write NEW.
gpgrt_write_sanitized NEW.
gpgrt_write_hexstring NEW.
gpgrt_fread NEW.
gpgrt_fwrite NEW.
gpgrt_fgets NEW.
gpgrt_putc NEW macro.
gpgrt_putc_unlocked NEW macro.
gpgrt_fputs NEW.
gpgrt_fputs_unlocked NEW.
gpgrt_getline NEW.
gpgrt_read_line NEW.
gpgrt_free NEW.
gpgrt_fprintf NEW.
gpgrt_fprintf_unlocked NEW.
gpgrt_printf NEW.
gpgrt_printf_unlocked NEW.
gpgrt_vfprintf NEW.
gpgrt_vfprintf_unlocked NEW.
gpgrt_setvbuf NEW.
gpgrt_setbuf NEW.
gpgrt_set_binary NEW.
gpgrt_tmpfile NEW.
gpgrt_opaque_set NEW.
gpgrt_opaque_get NEW.
gpgrt_fname_set NEW.
gpgrt_fname_get NEW.
gpgrt_asprintf NEW.
gpgrt_vasprintf NEW.
gpgrt_bsprintf NEW.
gpgrt_vbsprintf NEW.
gpgrt_snprintf NEW.
gpgrt_vsnprintf NEW.
Noteworthy changes in version 1.13 (2014-04-15) [C11/A11/R0]
-----------------------------------------------
* Added a portable mutex API.
* The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS and
GPG_ERROR_MT_LIBS autoconf output variables for use by programs
which need gpgrt based thread support. gpg-error-config has a new
option --mt.
* Interface changes relative to the 1.12 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_KEY_ON_CARD NEW.
GPG_ERR_MAC_ALGO NEW.
GPG_ERR_INV_LOCK_OBJ NEW.
gpgrt_lock_t NEW.
GPGRT_LOCK_INITIALIZER NEW.
GPGRT_LOCK_DEFINE NEW.
gpgrt_lock_init NEW.
gpgrt_lock_lock NEW.
gpgrt_lock_unlock NEW.
gpgrt_lock_destroy NEW.
gpgrt_yield NEW.
Noteworthy changes in version 1.12 (2013-06-24)
-----------------------------------------------
* Add support for 64 bit Windows (use ./autogen.sh --build-w64).
* Fixed parsing and installing of the Windows .def file.
* Interface changes relative to the 1.11 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NO_CRYPT_CTX NEW.
GPG_ERR_WRONG_CRYPT_CTX NEW.
GPG_ERR_BAD_CRYPT_CTX NEW.
GPG_ERR_CRYPT_CTX_CONFLICT NEW.
GPG_ERR_BROKEN_PUBKEY NEW.
GPG_ERR_BROKEN_SECKEY NEW.
Noteworthy changes in version 1.11 (2013-02-25)
-----------------------------------------------
* New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
errors.
* New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER. New
function gpg_error_check_version.
* Interface changes relative to the 1.10 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NO_KEYSERVER NEW.
GPG_ERR_INV_CURVE NEW.
GPG_ERR_UNKNOWN_CURVE NEW.
GPG_ERR_DUP_KEY NEW.
GPG_ERR_AMBIGUOUS NEW.
GPG_ERR_SOURCE_ASSUAN NEW.
gpg_error_check_version NEW.
GPG_ERROR_VERSION NEW.
GPG_ERROR_VERSION_NUMBER NEW.
Noteworthy changes in version 1.10 (2010-10-26)
-----------------------------------------------
* Using a static library on W32 does now work.
* Interface changes relative to the 1.9 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NOT_INITIALIZED NEW.
GPG_ERR_MISSING_ISSUER_CERT NEW.
GPG_ERR_FULLY_CANCELED NEW.
Noteworthy changes in version 1.9 (2010-07-21)
----------------------------------------------
* New function gpg_err_deinit.
* Fix building of static lib under W32.
* Interface changes relative to the 1.8 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_MISSING_KEY NEW.
GPG_ERR_TOO_MANY NEW.
GPG_ERR_LIMIT_REACHED NEW.
gpg_err_deinit NEW.
Noteworthy changes in version 1.8 (2010-05-06)
----------------------------------------------
* Support for WindowsCE.
* New option --list for gpg-error.
* Interface changes relative to the 1.7 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NOT_ENABLED NEW.
GPG_ERR_SOURCE_G13 NEW.
GPG_ERR_NO_ENGINE NEW.
gpg_err_set_errno NEW.
Noteworthy changes in version 1.7 (2008-11-26)
----------------------------------------------
* Minor fixes and a few new error codes.
* Interface changes relative to the 1.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NOT_OPERATIONAL NEW
GPG_ERR_NO_PASSPHRASE NEW
GPG_ERR_NO_PIN NEW
Noteworthy changes in version 1.6 (2007-10-29)
----------------------------------------------
* Fixed a build problem under Windows.
* Interface changes relative to the 1.4 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_UNFINISHED NEW
GPG_ERR_SOURCE_GPA NEW
GPG_ERR_SOURCE_KLEO NEW
Noteworthy changes in version 1.5 (2006-11-30)
----------------------------------------------
* Minor build system fixes.
* Updated gettext. Removed included gettext copy.
* gpg-error has a new option --version.
Noteworthy changes in version 1.4 (2006-09-14)
----------------------------------------------
* Support for Common Lisp is included.
* New error codes for the Assuan IPC library.
* New error code GPG_ERR_MISSING_ERRNO to be used in cases when a
system accidently does not set errno but a system error definitely
occured.
* New error source GPG_ERR_SOURCE_ANY to allow proper use of
libgpg-error even if a specific source is not available.
* New convenience functions gpg_err_code_from_syserror and
gpg_error_from_syserror which make sure never to return 0.
* Interface changes relative to the 1.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpg_err_code_from_syserror NEW
gpg_error_from_syserror NEW
GPG_ERR_SOURCE_ANY NEW
GPG_ERR_MISSING_ERRNO NEW
GPG_ERR_UNKNOWN_OPTION NEW
GPG_ERR_UNKNOWN_COMMAND NEW
GPG_ERR_ASS_GENERAL NEW
GPG_ERR_ASS_ACCEPT_FAILED NEW
GPG_ERR_ASS_CONNECT_FAILED NEW
GPG_ERR_ASS_INV_RESPONSE NEW
GPG_ERR_ASS_INV_VALUE NEW
GPG_ERR_ASS_INCOMPLETE_LINE NEW
GPG_ERR_ASS_LINE_TOO_LONG NEW
GPG_ERR_ASS_NESTED_COMMANDS NEW
GPG_ERR_ASS_NO_DATA_CB NEW
GPG_ERR_ASS_NO_INQUIRE_CB NEW
GPG_ERR_ASS_NOT_A_SERVER NEW
GPG_ERR_ASS_NOT_A_CLIENT NEW
GPG_ERR_ASS_SERVER_START NEW
GPG_ERR_ASS_READ_ERROR NEW
GPG_ERR_ASS_WRITE_ERROR NEW
GPG_ERR_ASS_TOO_MUCH_DATA NEW
GPG_ERR_ASS_UNEXPECTED_CMD NEW
GPG_ERR_ASS_UNKNOWN_CMD NEW
GPG_ERR_ASS_SYNTAX NEW
GPG_ERR_ASS_CANCELED NEW
GPG_ERR_ASS_NO_INPUT NEW
GPG_ERR_ASS_NO_OUTPUT NEW
GPG_ERR_ASS_PARAMETER NEW
GPG_ERR_ASS_UNKNOWN_INQUIRE NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.3 (2006-03-14)
----------------------------------------------
* GNU gettext is included for systems that do not provide it.
Noteworthy changes in version 1.2 (2006-03-03)
----------------------------------------------
* New function gpg_err_init, which binds the locale directory to
the text domain. This function is a constructor on GCC targets,
so it does not need to be called explicitely. The header file
defines GPG_ERR_INITIALIZED in this case. This is experimental for
now.
* "./autogen.sh --build-w32" does now also build a DLL for W32.
Translations are not yet provided for this platform.
* New error codes GPG_ERR_UNKNOWN_EXTN and GPG_ERR_UNKNOWN_CRIT_EXTN.
* New error code GPG_ERR_LOCKED.
* New translations included for France, Romania, and Vietnamese.
* Interface changes relative to the 1.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_UNKNOWN_EXTN NEW
GPG_ERR_UNKNOWN_CRIT_EXTN NEW
GPG_ERR_LOCKED NEW
gpg_err_init NEW
GPG_ERR_INITIALIZED NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.1 (2005-06-20)
----------------------------------------------
* Bug fixes.
Noteworthy changes in version 1.0 (2004-07-30)
----------------------------------------------
* Ported to Solaris 2.8.
* Added a new error source GPG_ERR_SOURCE_GSTI, and new error
codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
source.
* Interface changes relative to the 0.7 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_SOURCE_GSTI NEW
GPG_ERR_PROTOCOL_VIOLATION NEW
GPG_ERR_INV_MAC NEW
GPG_ERR_INV_REQUEST NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.7 (2004-03-07)
----------------------------------------------
* libgpg-error can be built on systems where the errno macros do not
evaluate to plain numbers, but expressions. If you want to
cross-compile, you might have to set CC_FOR_BUILD, though.
* A new tool gpg-error to convert error numbers into symbols into
strings is provided.
* Interface changes relative to the 0.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_LOCALE_PROBLEM NEW
GPG_ERR_NOT_LOCKED NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.6 (2003-11-14)
----------------------------------------------
* German translation included.
* It is now possible to use the inline functions even for non C99
compliant compilers by given e.g. -DGPG_ERR_INLINE=inline when
compiling an application using this library. Note, that gcc will
use inline anyway.
* Interface changes relative to the 0.5 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_SOURCE_KSBA NEW
GPG_ERR_SOURCE_DIRMNGR NEW
GPG_ERR_TRUNCATED NEW
GPG_ERR_NO_ENCODING_METHOD NEW
GPG_ERR_NO_ENCRYPTION_SCHEME NEW
GPG_ERR_NO_SIGNATURE_SCHEME NEW
GPG_ERR_INV_ATTR NEW
GPG_ERR_NO_VALUE NEW
GPG_ERR_NOT_FOUND NEW
GPG_ERR_VALUE_NOT_FOUND NEW
GPG_ERR_SYNTAX NEW
GPG_ERR_INV_CRL NEW
GPG_ERR_BAD_BER NEW
GPG_ERR_INV_BER NEW
GPG_ERR_ELEMENT_NOT_FOUND NEW
GPG_ERR_IDENTIFIER_NOT_FOUND NEW
GPG_ERR_INV_TAG NEW
GPG_ERR_INV_LENGTH NEW
GPG_ERR_INV_KEYINFO NEW
GPG_ERR_UNEXPECTED_TAG NEW
GPG_ERR_NOT_DER_ENCODED, NEW
GPG_ERR_NO_CMS_OBJ NEW
GPG_ERR_INV_CMS_OBJ NEW
GPG_ERR_UNKNOWN_CMS_OBJ, NEW
GPG_ERR_UNSUPPORTED_CMS_OBJ NEW
GPG_ERR_UNSUPPORTED_ENCODING, NEW
GPG_ERR_UNSUPPORTED_CMS_VERSION NEW
GPG_ERR_UNKNOWN_ALGORITHM NEW
GPG_ERR_ENCODING_PROBLEM NEW
GPG_ERR_INV_STATE NEW
GPG_ERR_DUP_VALUE, NEW
GPG_ERR_MISSING_ACTION NEW
GPG_ERR_MODULE_NOT_FOUND NEW
GPG_ERR_INV_OID_STRING NEW
GPG_ERR_INV_TIME NEW
GPG_ERR_INV_CRL_OBJ NEW
GPG_ERR_UNSUPPORTED_CRL_VERSION NEW
GPG_ERR_INV_CERT_OBJ NEW
GPG_ERR_UNKNOWN_NAME NEW
GPG_ERR_BUFFER_TOO_SHORT. NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.5 (2003-10-06)
----------------------------------------------
* New thread safe interface gpg_strerror_r.
* New error code GPG_ERR_PIN_NOT_SYNCED has been added.
* Interface changes relative to the 0.4 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpg_strerror_r NEW
GPG_ERR_PIN_NOT_SYNCED NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.4 (2003-09-03)
----------------------------------------------
* Fixed another bug that prevented that system errors were created
correctly in the first place.
* Use inline in public header file only on C99 compilers.
Noteworthy changes in version 0.3 (2003-07-31)
----------------------------------------------
* Fixed bug that prevented that system errors were mapped to error
strings correctly.
Noteworthy changes in version 0.2 (2003-07-30)
----------------------------------------------
* Value of the error code GPG_ERR_CANCELED was fixed.
* New error codes GPG_ERR_WRONG_CARD, GPG_ERR_HARDWARE,
GPG_ERR_PIN_BLOCKED and GPG_ERR_USE_CONDITIONS have been added.
* The header file has been made C++ clean.
* AM_PATH_GPG_ERR has been fixed to work without explicit version
number.
* The header file now uses inline instead __inline__ for non-GNU
compilers.
Noteworthy changes in version 0.1 (2003-06-06)
----------------------------------------------
* Initial release.
Copyright 2003, 2004, 2005, 2010 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/configure.ac b/configure.ac
index 762ecae..ec8d112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,554 +1,554 @@
# configure.ac for libgpg-error
# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015 g10 Code GmbH
#
# This file is part of libgpg-error.
#
# libgpg-error is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of the
# License, or (at your option) any later version.
#
# libgpg-error is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
# (Process this file with autoconf to produce a configure script.)
# The following lines are used by ./autogen.sh.
AC_PREREQ(2.59)
min_automake_version="1.14"
# To build a release you need to create a tag with the version number
# (git tag -s libgpg-error-n.m) and run "./autogen.sh --force".
# Please bump the version number immediately after the release, do
# another commit, and a push so that the git magic is able to work.
# See below for the LT versions.
m4_define([mym4_version_major], [1])
m4_define([mym4_version_minor], [20])
# Below is m4 magic to extract and compute the revision number, the
# decimalized short revision number, a beta version string, and a flag
# indicating a development version (mym4_isgit). Note that the m4
# processing is done by autoconf and not during the configure run.
m4_define([mym4_version], [mym4_version_major.mym4_version_minor])
m4_define([mym4_revision],
m4_esyscmd([git rev-parse --short HEAD | tr -d '\n\r']))
m4_define([mym4_revision_dec],
m4_esyscmd_s([echo $((0x$(echo ]mym4_revision[|head -c 4)))]))
m4_define([mym4_betastring],
m4_esyscmd_s([git describe --match 'libgpg-error-[0-9].*[0-9]' --long|\
awk -F- '$4!=0{print"-beta"$4}']))
m4_define([mym4_isgit],m4_if(mym4_betastring,[],[no],[yes]))
m4_define([mym4_full_version],[mym4_version[]mym4_betastring])
AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=15
-LIBGPG_ERROR_LT_AGE=15
+LIBGPG_ERROR_LT_CURRENT=16
+LIBGPG_ERROR_LT_AGE=16
LIBGPG_ERROR_LT_REVISION=0
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)
AC_SUBST(LIBGPG_ERROR_LT_REVISION)
VERSION_NUMBER=m4_esyscmd(printf "0x%02x%02x00" mym4_version_major \
mym4_version_minor)
AC_SUBST(VERSION_NUMBER)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([serial-tests dist-bzip2])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/err-sources.h.in])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_SILENT_RULES
# We need to know about the host architecture to avoid spurious
# warnings.
AC_CANONICAL_HOST
AB_INIT
# Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_AWK
AC_CHECK_TOOL(AR, ar, :)
AC_GNU_SOURCE
# Set some internal variables depending on the platform for later use.
have_w32_system=no
have_w64_system=no
have_w32ce_system=no
case "${host}" in
x86_64-*mingw32*)
have_w32_system=yes
have_w64_system=yes
;;
*-mingw32ce*)
have_w32_system=yes
have_w32ce_system=yes
;;
*-mingw32*)
have_w32_system=yes
;;
*)
;;
esac
if test "$have_w32_system" != yes; then
gl_THREADLIB_EARLY
fi
# We build libgpg-error with large file support so that we have a 64
# bit off_t. Our external interface uses the gpgrt_off_t which is
# anyway specified as 64 bit. Thus the same libgpg-error can be used
# by software which is not build with large file support.
AC_SYS_LARGEFILE
LT_PREREQ([2.2.6])
LT_INIT([win32-dll disable-static])
LT_LANG([Windows Resource])
# We need to compile and run a program on the build machine.
dnl The AC_PROG_CC_FOR_BUILD macro in the AC archive is broken for
dnl autoconf 2.57.
dnl AC_PROG_CC_FOR_BUILD
AC_MSG_CHECKING(for cc for build)
if test "$cross_compiling" = "yes"; then
CC_FOR_BUILD="${CC_FOR_BUILD-cc}"
else
CC_FOR_BUILD="${CC_FOR_BUILD-$CC}"
fi
AC_MSG_RESULT($CC_FOR_BUILD)
AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
AH_BOTTOM([
/* Force using of NLS for W32 even if no libintl has been found. This is
okay because we have our own gettext implementation for W32. */
#if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
#define ENABLE_NLS 1
#endif
/* Connect the generic estream-printf.c to our framework. */
#define _ESTREAM_PRINTF_REALLOC _gpgrt_realloc
#define _ESTREAM_PRINTF_EXTRA_INCLUDE "gpgrt-int.h"
/* For building we need to define these macro. */
#define GPG_ERR_ENABLE_GETTEXT_MACROS 1
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
#define GPGRT_ENABLE_ES_MACROS 1
])
# Note, that autogen.sh greps for the next line.
AM_GNU_GETTEXT_VERSION([0.19.3])
AM_GNU_GETTEXT([external])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h locale.h stdint.h])
AC_FUNC_STRERROR_R
case "${host_os}" in
solaris*)
# All versions of Solaris from 2.4 have a thread-safe strerror().
# Since Solaris 10, in addition strerror_r() exists.
;;
*)
AC_CHECK_FUNC([strerror_r], [],
AC_MSG_WARN([[Without strerror_r, gpg_strerror_r might not be thread-safe]]))
;;
esac
AC_CHECK_FUNCS([flockfile vasprintf])
#
# Checks for typedefs, structures, and compiler characteristics.
#
AC_C_CONST
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
# Find a 64 bit integer type to be used instead of off_t. We prefer
# the standard integer types over int64_t and finally try long long.
if test "$ac_cv_sizeof_int" = "8"; then
replacement_for_off_t="int"
elif test "$ac_cv_sizeof_long" = "8"; then
replacement_for_off_t="long"
elif test "$ac_cv_header_stdint_h" = yes; then
replacement_for_off_t="int64_t"
elif test "$ac_cv_sizeof_long_long" = "8"; then
replacement_for_off_t="long long"
else
AC_MSG_ERROR([[
***
*** No 64 bit signed integer type found. Can't build this library.
***]])
fi
AC_DEFINE_UNQUOTED(REPLACEMENT_FOR_OFF_T, "$replacement_for_off_t",
[Used by mkheader to insert the replacement type.])
#
# Setup gcc specific options
#
AC_MSG_NOTICE([checking for cc features])
if test "$GCC" = yes; then
# Check whether gcc does not emit a diagnostic for unknown -Wno-*
# options. This is the case for gcc >= 4.6
AC_MSG_CHECKING([if gcc ignores unknown -Wno-* options])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6 )
#kickerror
#endif]],[])],[_gcc_silent_wno=yes],[_gcc_silent_wno=no])
AC_MSG_RESULT($_gcc_silent_wno)
# Note that it is okay to use CFLAGS here because these are just
# warning options and the user should have a chance of overriding
# them.
if test "$USE_MAINTAINER_MODE" = "yes"; then
CFLAGS="$CFLAGS -O3 -Wall -Wcast-align -Wshadow -Wstrict-prototypes"
CFLAGS="$CFLAGS -Wformat -Wno-format-y2k -Wformat-security"
if test x"$_gcc_silent_wno" = xyes ; then
_gcc_wopt=yes
else
AC_MSG_CHECKING([if gcc supports -Wno-missing-field-initializers])
_gcc_cflags_save=$CFLAGS
CFLAGS="-Wno-missing-field-initializers"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],
[_gcc_wopt=yes],[_gcc_wopt=no])
AC_MSG_RESULT($_gcc_wopt)
CFLAGS=$_gcc_cflags_save;
fi
if test x"$_gcc_wopt" = xyes ; then
CFLAGS="$CFLAGS -W -Wno-sign-compare -Wno-missing-field-initializers"
fi
AC_MSG_CHECKING([if gcc supports -Wdeclaration-after-statement])
_gcc_cflags_save=$CFLAGS
CFLAGS="-Wdeclaration-after-statement"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],_gcc_wopt=yes,_gcc_wopt=no)
AC_MSG_RESULT($_gcc_wopt)
CFLAGS=$_gcc_cflags_save;
if test x"$_gcc_wopt" = xyes ; then
CFLAGS="$CFLAGS -Wdeclaration-after-statement"
fi
else
CFLAGS="$CFLAGS -Wall"
fi
AC_MSG_CHECKING([if gcc supports -Wpointer-arith])
_gcc_cflags_save=$CFLAGS
CFLAGS="-Wpointer-arith"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],_gcc_psign=yes,_gcc_psign=no)
AC_MSG_RESULT($_gcc_psign)
CFLAGS=$_gcc_cflags_save;
if test x"$_gcc_psign" = xyes ; then
CFLAGS="$CFLAGS -Wpointer-arith"
fi
# The undocumented option -Wno-psabi suppresses the annoying
# "the ABI of passing union with long double has changed in GCC 4.4"
# which is emitted in estream-printf.c but entirely irrelvant
# because that union is local to the file.
if test x"$_gcc_silent_wno" = xyes ; then
CFLAGS="$CFLAGS -Wno-psabi"
fi
fi
#
# Check whether the compiler supports the GCC style aligned attribute
#
AC_CACHE_CHECK([whether the GCC style aligned attribute is supported],
[gcry_cv_gcc_attribute_aligned],
[gcry_cv_gcc_attribute_aligned=no
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[[struct { int a; } foo __attribute__ ((aligned (16)));]])],
[gcry_cv_gcc_attribute_aligned=yes])])
if test "$gcry_cv_gcc_attribute_aligned" = "yes" ; then
AC_DEFINE(HAVE_GCC_ATTRIBUTE_ALIGNED,1,
[Defined if a GCC style "__attribute__ ((aligned (n))" is supported])
fi
#
# Check for ELF visibility support.
#
AC_CACHE_CHECK(whether the visibility attribute is supported,
gcry_cv_visibility_attribute,
[gcry_cv_visibility_attribute=no
AC_LANG_CONFTEST([AC_LANG_SOURCE(
[[int foo __attribute__ ((visibility ("hidden"))) = 1;
int bar __attribute__ ((visibility ("protected"))) = 1;
]])])
if ${CC-cc} -Werror -S conftest.c -o conftest.s \
1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ; then
if grep '\.hidden.*foo' conftest.s >/dev/null 2>&1 ; then
if grep '\.protected.*bar' conftest.s >/dev/null 2>&1; then
gcry_cv_visibility_attribute=yes
fi
fi
fi
])
if test "$gcry_cv_visibility_attribute" = "yes"; then
AC_CACHE_CHECK(for broken visibility attribute,
gcry_cv_broken_visibility_attribute,
[gcry_cv_broken_visibility_attribute=yes
AC_LANG_CONFTEST([AC_LANG_SOURCE(
[[int foo (int x);
int bar (int x) __asm__ ("foo")
__attribute__ ((visibility ("hidden")));
int bar (int x) { return x; }
]])])
if ${CC-cc} -Werror -S conftest.c -o conftest.s \
1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ; then
if grep '\.hidden@<:@ _@:>@foo' conftest.s >/dev/null 2>&1;
then
gcry_cv_broken_visibility_attribute=no
fi
fi
])
fi
if test "$gcry_cv_visibility_attribute" = "yes"; then
AC_CACHE_CHECK(for broken alias attribute,
gcry_cv_broken_alias_attribute,
[gcry_cv_broken_alias_attribute=yes
AC_LANG_CONFTEST([AC_LANG_SOURCE(
[[extern int foo (int x) __asm ("xyzzy");
int bar (int x) { return x; }
extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
extern int dfoo;
extern __typeof (dfoo) dfoo __asm ("abccb");
int dfoo = 1;
]])])
if ${CC-cc} -Werror -S conftest.c -o conftest.s \
1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ; then
if grep 'xyzzy' conftest.s >/dev/null 2>&1 && \
grep 'abccb' conftest.s >/dev/null 2>&1; then
gcry_cv_broken_alias_attribute=no
fi
fi
])
fi
if test "$gcry_cv_visibility_attribute" = "yes"; then
AC_CACHE_CHECK(if gcc supports -fvisibility=hidden,
gcry_cv_gcc_has_f_visibility,
[gcry_cv_gcc_has_f_visibility=no
_gcc_cflags_save=$CFLAGS
CFLAGS="-fvisibility=hidden"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],
gcry_cv_gcc_has_f_visibility=yes)
CFLAGS=$_gcc_cflags_save;
])
fi
if test "$gcry_cv_visibility_attribute" = "yes" \
&& test "$gcry_cv_broken_visibility_attribute" != "yes" \
&& test "$gcry_cv_broken_alias_attribute" != "yes" \
&& test "$gcry_cv_gcc_has_f_visibility" = "yes"
then
AC_DEFINE(GPGRT_USE_VISIBILITY, 1,
[Define to use the GNU C visibility attribute.])
CFLAGS="$CFLAGS -fvisibility=hidden"
fi
#
# Check whether ld supports a version script.
# (Actually not a check but a list of systems which are known to support it.)
#
have_ld_version_script=no
case "${host}" in
*-*-linux*)
have_ld_version_script=yes
;;
*-*-gnu*)
have_ld_version_script=yes
;;
esac
AC_ARG_ENABLE([ld-version-script],
AC_HELP_STRING([--enable-ld-version-script],
[enable/disable use of linker version script.
(default is system dependent)]),
[have_ld_version_script=$enableval],
[ : ] )
AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
#
# Check for thread library.
#
# Windows has always thread support; thus we don't bother to test for
# it as it may lead to false results when cross building.
if test "$have_w32_system" = yes; then
AC_DEFINE([USE_WINDOWS_THREADS], [1])
LIBTHREAD=
LTLIBTHREAD=
LIBMULTITHREAD=
LTLIBMULTITHREAD=
THREADLIB_CPPFLAGS=""
AC_SUBST([LIBTHREAD])
AC_SUBST([LTLIBTHREAD])
AC_SUBST([LIBMULTITHREAD])
AC_SUBST([LTLIBMULTITHREAD])
else
gl_LOCK
if test "$gl_threads_api" = posix; then
AC_CHECK_SIZEOF(pthread_mutex_t,,[AC_INCLUDES_DEFAULT
#include <pthread.h>])
fi
fi
#
# Prepare building of estream
#
estream_INIT
#
# Substitution used for gpg-error-config
#
GPG_ERROR_CONFIG_LIBS="-lgpg-error"
if test "x$LIBTHREAD" != x; then
GPG_ERROR_CONFIG_LIBS="${GPG_ERROR_CONFIG_LIBS} ${LIBTHREAD}"
fi
if test "x$LIBMULTITHREAD" != x; then
GPG_ERROR_CONFIG_MT_LIBS="${LIBMULTITHREAD}"
else
GPG_ERROR_CONFIG_MT_LIBS=""
fi
GPG_ERROR_CONFIG_CFLAGS=""
if test "x$THREADLIB_CPPFLAGS" != x; then
GPG_ERROR_CONFIG_MT_CFLAGS="${THREADLIB_CPPFLAGS}"
else
GPG_ERROR_CONFIG_MT_CFLAGS=""
fi
GPG_ERROR_CONFIG_ISUBDIRAFTER=""
GPG_ERROR_CONFIG_HOST="$host"
AC_SUBST(GPG_ERROR_CONFIG_LIBS)
AC_SUBST(GPG_ERROR_CONFIG_CFLAGS)
AC_SUBST(GPG_ERROR_CONFIG_MT_LIBS)
AC_SUBST(GPG_ERROR_CONFIG_MT_CFLAGS)
AC_SUBST(GPG_ERROR_CONFIG_ISUBDIRAFTER)
AC_SUBST(GPG_ERROR_CONFIG_HOST)
#
# Special defines for certain platforms
#
force_use_syscfg=no
if test "$have_w32_system" = yes; then
AC_DEFINE(HAVE_W32_SYSTEM,1,[Defined if we run on a W32 API based system])
if test "$have_w64_system" = yes; then
AC_DEFINE(HAVE_W64_SYSTEM,1,[Defined if we run on 64 bit W32 API system])
fi
if test "$have_w32ce_system" = yes; then
AC_DEFINE(HAVE_W32CE_SYSTEM,1,[Defined if we run on WindowsCE])
GPG_ERROR_CONFIG_ISUBDIRAFTER="gpg-extra"
fi
force_use_syscfg=yes
fi
if test x$cross_compiling = xyes; then
force_use_syscfg=yes
fi
AM_CONDITIONAL(HAVE_W32_SYSTEM, test "$have_w32_system" = yes)
AM_CONDITIONAL(HAVE_W64_SYSTEM, test "$have_w64_system" = yes)
AM_CONDITIONAL(HAVE_W32CE_SYSTEM, test "$have_w32ce_system" = yes)
AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes)
AM_CONDITIONAL(FORCE_USE_SYSCFG, test x$force_use_syscfg = xyes)
AC_DEFINE_UNQUOTED(HOST_TRIPLET_STRING, "$host", [The host triplet])
#
# Provide information about the build.
#
BUILD_REVISION="mym4_revision"
AC_SUBST(BUILD_REVISION)
AC_DEFINE_UNQUOTED(BUILD_REVISION, "$BUILD_REVISION",
[GIT commit id revision used to build this package])
changequote(,)dnl
BUILD_VERSION=`echo "$PACKAGE_VERSION"|sed 's/\([0-9.]*\).*/\1./'`
changequote([,])dnl
BUILD_VERSION="${BUILD_VERSION}0.mym4_revision_dec"
BUILD_FILEVERSION=`echo "${BUILD_VERSION}" | tr . ,`
AC_SUBST(BUILD_VERSION)
AC_SUBST(BUILD_FILEVERSION)
AC_ARG_ENABLE([build-timestamp],
AC_HELP_STRING([--enable-build-timestamp],
[set an explicit build timestamp for reproducibility.
(default is the current time in ISO-8601 format)]),
[if test "$enableval" = "yes"; then
BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date`
else
BUILD_TIMESTAMP="$enableval"
fi],
[BUILD_TIMESTAMP="<none>"])
AC_SUBST(BUILD_TIMESTAMP)
AC_DEFINE_UNQUOTED(BUILD_TIMESTAMP, "$BUILD_TIMESTAMP",
[The time this package was configured for a build])
AC_ARG_ENABLE(languages, AC_HELP_STRING([--disable-languages],
[do not build support for other languages than C]))
AM_CONDITIONAL([LANGUAGES_SOME], [test "x$enable_languages" != xno])
build_doc=yes
AC_ARG_ENABLE([doc], AC_HELP_STRING([--disable-doc],
[do not build the documentation]),
build_doc=$enableval, build_doc=yes)
AM_CONDITIONAL([BUILD_DOC], [test "x$build_doc" != xno])
#
# Substitution
#
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([doc/Makefile po/Makefile.in m4/Makefile])
AC_CONFIG_FILES([src/Makefile tests/Makefile])
AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd])
AC_CONFIG_FILES([src/versioninfo.rc src/gpg-error.w32-manifest])
AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config])
AC_OUTPUT
tmp=
if test "$have_w32_system" != yes; then
if test x"$gl_use_threads" = xno; then
tmp=" NO-THREADS"
fi
fi
echo "
$PACKAGE_NAME-$PACKAGE_VERSION prepared for make
Revision: mym4_revision (mym4_revision_dec)
Platform: $host$tmp
"
if test "$gcry_cv_gcc_attribute_aligned" != "yes" ; then
cat <<G10EOF
***
*** Please note that your compiler does not support the GCC style
*** aligned attribute. Using this software may evoke bus errors.
***
G10EOF
fi
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 2ee1aa4..f9dbf59 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -1,793 +1,799 @@
# find ~/s/{gnupg,libgpg-error,libksba,libgcrypt,gpgme,gpa} -type f \
# -name '*.[ch]' -print0 | xargs -0 grep -n GPG_ERR_
GPG_ERR_UNKNOWN_PACKET (1) Unknown packet
GNUPG: - Redefined to G10ERR_UNKNOWN_PACKET in gpg.
GPG_ERR_UNKNOWN_VERSION (2) Unknown version in packet
Used by GnuPG 2.1 to identify valid OpenPGP packets with an
unknown version.
GPG_ERR_PUBKEY_ALGO Invalid public key algorithm
GNUPG: - Redefined to G10ERR_PUBKEY_ALGO in gpg.
- Public key algorithm is not allowed by OpenPGP.
GCRYPT: - Public key algorithm is not defined or not available.
Note that this is also the case if the algorithm has
been disabled.
- [version < 1.5] Checking of the RSA secret key failed
(consistency check).
GPG_ERR_DIGEST_ALGO Invalid digest algorithm
GNUPG: - Digest algorithm is not supported.
- Redefined to G10ERR_PUBKEY_ALGO in gpg.
- Digest algorithm is not allowed by OpenPGP.
- Unsupported algorithm given to "--hash=" option of
certain Assuan server commands.
- Signature creation or verification failed due to
an unsupported hash algorithm.
GCRYPT: - Digest key algorithm is not defined or not available.
Note that this is also the case if the algorithm has
been disabled.
- Unsupported digest algorithm in a selftest.
- Invalid digest algorithm used in FIPS mode. Note that
in enforced-FIPS mode there is no such error return.
- Message digested or HMAC computation finished with no
message algorithm enabled for the hash context.
- Bad digest algorithm given to public key function.
GPG_ERR_BAD_PUBKEY Bad public key
GNUPG: - Redefined to G10ERR_BAD_PUBKEY in gpg.
- Missing public or domain parameter in an s-expression.
If the curve name is mssing GPG_ERR_INV_CURVE may be
used as well.
GPG_ERR_BAD_SECKEY Bad secret key
GNUPG: - Invalid format of a S-expression encoded private key in
gpg-agent.
- Missing secret parameter in an s-expression.
- A protected or shadowed private key was passed to the
OpenPGP card application for storing it on the card.
- A private key passed to the OpenPGP card application does
not match the requirements of the card or misses required
parameters.
- Gpg'agents import key command is not able to convert
the key to the internal format.
GCRYPT: - Checking the secret key failed (consistency check).
GPG_ERR_BAD_SIGNATURE Bad signature
GNUPG: - Redefined to G10ERR_BAD_SIGN in gpg.
- The MDC check of an OpenPGP encrypted message failed.
- A OpenPGP key signature did not verify.
- A signature with a key flagged as "never trust" was made.
GCRYPT: - A public key signature did not verify.
GPG_ERR_NO_PUBKEY No public key
GNUPG: - Redefined to G10ERR_NO_PUBKEY in gpg.
- A key was requested from an OpenPGP card but the key is
not stored on the card.
- The public key could not be retrieved from a corresponding
certificate on a card (command READKEY in scd).
- A requested certificate was not found or an unspecified
error occured while selecting a X.509 certificate in
gpgsm.
- The specified certificate or key was not found. This
does not necessary mean that the certifciate is not
available but the specification method may not be usable
for the given certificate. May also happen for
certificates somewhere in the chain while validaiting a
certificate chain.
- The requested encryption certificate was not found.
- A certificate specified in a CMS message is not
available and thus the signature could not be verified
or details of the certificate be shown.
GPA: - No key was given for encryption.
- The selected encryption protocol is not available.
GPG_ERR_CHECKSUM Checksum error
GNUPG: - The checksum of an unprotected OpenPGP secret key packet
is wrong.
GCRYPT: - Decryption in AESWRAP mode does not match the expected IV.
[more to come]
GPG_ERR_BAD_PASSPHRASE Bad passphrase
GNUPG: - The entered passphrase does not verify
12 GPG_ERR_CIPHER_ALGO Invalid cipher algorithm
13 GPG_ERR_KEYRING_OPEN Keyring open
14 GPG_ERR_INV_PACKET Invalid packet
15 GPG_ERR_INV_ARMOR Invalid armor
16 GPG_ERR_NO_USER_ID No user ID
GPG_ERR_NO_SECKEY No secret key
NTBTLS: - No private key or pre-shared key available.
18 GPG_ERR_WRONG_SECKEY Wrong secret key used
GPG_ERR_BAD_KEY Bad session key
GNUPG: - gpg-agent's command IMPORT_KEY or EXPORT_KEY is used
without a prior KEYWRAP_KEY command.
[more to come]
20 GPG_ERR_COMPR_ALGO Unknown compression algorithm
21 GPG_ERR_NO_PRIME Number is not prime
22 GPG_ERR_NO_ENCODING_METHOD Invalid encoding method
23 GPG_ERR_NO_ENCRYPTION_SCHEME Invalid encryption scheme
24 GPG_ERR_NO_SIGNATURE_SCHEME Invalid signature scheme
25 GPG_ERR_INV_ATTR Invalid attribute
GPG_ERR_NO_VALUE No value
GNUPG: - A timestamp value is expect but there is none.
KSBA: - A timestamp value is expect but there is none.
- A certificate is missing a required property.
- A CMS object is missing a required property.
- Converting a Distinguised Name to an RFC2253 string failed.
GPG_ERR_NOT_FOUND Not found
A search operation did not return a matching value.
GPG_ERR_VALUE_NOT_FOUND Value not found
GNUPG: - A keyblock or a cert object was requested but not
found. This might indicate an internal error here.
29 GPG_ERR_SYNTAX Syntax error
30 GPG_ERR_BAD_MPI Bad MPI value
GPG_ERR_INV_PASSPHRASE Invalid passphrase
GNUPG: - Required constraints of the passphrase are not met.
32 GPG_ERR_SIG_CLASS Invalid signature class
33 GPG_ERR_RESOURCE_LIMIT Resources exhausted
34 GPG_ERR_INV_KEYRING Invalid keyring
35 GPG_ERR_TRUSTDB Trust DB error
GPG_ERR_BAD_CERT Bad certificate
GPG_ERR_INV_USER_ID Invalid user ID
GNUPG: - Used to indicate a bad specification of a user id.
[more to come]
38 GPG_ERR_UNEXPECTED Unexpected error
39 GPG_ERR_TIME_CONFLICT Time conflict
40 GPG_ERR_KEYSERVER Keyserver error
GPG_ERR_WRONG_PUBKEY_ALGO Wrong public key algorithm
GNUPG: - The algorithm is not expected. For example a DSA
algorithm is used where a non-DSA algorithm is expected
or vice versa. May indicate an internal error.
NTBTLS: - Public key type mismatch. The peer presented a
different key type than requested.
42 GPG_ERR_TRIBUTE_TO_D_A Tribute to D. A.
43 GPG_ERR_WEAK_KEY Weak encryption key
44 GPG_ERR_INV_KEYLEN Invalid key length
GPG_ERR_INV_ARG Invalid argument
GCRYPT: - Unsupported length of input data in encrypt or decrypt
cipher functions. For example not matching the block
lengths of the algorithm.
- Incompatible args given; e.g. two or none if exactly one
is required.
[more to come]
46 GPG_ERR_BAD_URI Syntax error in URI
47 GPG_ERR_INV_URI Invalid URI
48 GPG_ERR_NETWORK Network error
49 GPG_ERR_UNKNOWN_HOST Unknown host
Used instead of the non-portbale EHOSTNOTFOUND which is
returned by some systems as a mapping of h_errno's
HOST_NOT_FOUND
50 GPG_ERR_SELFTEST_FAILED Selftest failed
51 GPG_ERR_NOT_ENCRYPTED Data not encrypted
52 GPG_ERR_NOT_PROCESSED Data not processed
53 GPG_ERR_UNUSABLE_PUBKEY Unusable public key
54 GPG_ERR_UNUSABLE_SECKEY Unusable secret key
GPG_ERR_INV_VALUE Invalid value
NTBTLS: - A DH parameter is out of range
56 GPG_ERR_BAD_CERT_CHAIN Bad certificate chain
GPG_ERR_MISSING_CERT Missing certificate
NTBTLS: - The server needs to send a certifciate but none has been
set. See also GPG_ERR_MISSING_ISSUER_CERT and
GPG_ERR_MISSING_CLIENT_CERT.
58 GPG_ERR_NO_DATA No data
59 GPG_ERR_BUG Bug
60 GPG_ERR_NOT_SUPPORTED Not supported
Used if a feature is currently not supported but may be
enabled for example using a program option. Commonly used if
a feature has been disabled by an administrator. See also
GPG_ERR_NOT_ENABLED. Sometimes also used for features which
are not yet supported.
61 GPG_ERR_INV_OP Invalid operation code
62 GPG_ERR_TIMEOUT Timeout
63 GPG_ERR_INTERNAL Internal error
64 GPG_ERR_EOF_GCRYPT EOF (gcrypt)
65 GPG_ERR_INV_OBJ Invalid object
66 GPG_ERR_TOO_SHORT Provided object is too short
67 GPG_ERR_TOO_LARGE Provided object is too large
68 GPG_ERR_NO_OBJ Missing item in object
GPG_ERR_NOT_IMPLEMENTED Not implemented
NTBTLS: - The requested feature is not implemented.
GPG_ERR_CONFLICT Conflicting use
NTBTLS: - Function has already been called and may not be called
again at this protocol state.
71 GPG_ERR_INV_CIPHER_MODE Invalid cipher mode
72 GPG_ERR_INV_FLAG Invalid flag
+
+ GPGME: Used to indicate an invalid combination of flags.
+
+
73 GPG_ERR_INV_HANDLE Invalid handle
74 GPG_ERR_TRUNCATED Result truncated
75 GPG_ERR_INCOMPLETE_LINE Incomplete line
76 GPG_ERR_INV_RESPONSE Invalid response
77 GPG_ERR_NO_AGENT No agent running
78 GPG_ERR_AGENT agent error
GPG_ERR_INV_DATA Invalid data
GNUPG: - Used in app-openpgp.c for a badly formatted request.
GCRYPT: - No passphrase given for gcry_kdf_derive.
- An opaque MPI is given to a public key function but not
expected.
80 GPG_ERR_ASSUAN_SERVER_FAULT Unspecific Assuan server fault
GPG_ERR_ASSUAN General Assuan error
GNUPG: - Used by Assuan command handler if they fail to do basic
things like an es_fdopen or es_fopencookie.
82 GPG_ERR_INV_SESSION_KEY Invalid session key
83 GPG_ERR_INV_SEXP Invalid S-expression
84 GPG_ERR_UNSUPPORTED_ALGORITHM Unsupported algorithm
85 GPG_ERR_NO_PIN_ENTRY No pinentry
86 GPG_ERR_PIN_ENTRY pinentry error
87 GPG_ERR_BAD_PIN Bad PIN
GPG_ERR_INV_NAME Invalid name
GNUPG: - Formerly used in GPGSM to indicate an error in
the specification of a user id. Later replaced by
GPG_ERR_INV_USER_ID.
- In G13 to indicate a bad file name (e.g. one with
an embedded Nul byte when given as escaped string.
- In SCDAEMON for an unknown attribute name.
Also used for URLs which have non-acceptable characters for the
specific application.
[more to come]
89 GPG_ERR_BAD_DATA Bad data
GPG_ERR_INV_PARAMETER Invalid parameter
GNUPG: - Returned if gpg-agent sends a new generated key with
unknown parameter names.
- Invalid parameter in the parameter file for key
generation by gpgsm.
91 GPG_ERR_WRONG_CARD Wrong card
92 GPG_ERR_NO_DIRMNGR No dirmngr
93 GPG_ERR_DIRMNGR dirmngr error
94 GPG_ERR_CERT_REVOKED Certificate revoked
95 GPG_ERR_NO_CRL_KNOWN No CRL known
96 GPG_ERR_CRL_TOO_OLD CRL too old
97 GPG_ERR_LINE_TOO_LONG Line too long
98 GPG_ERR_NOT_TRUSTED Not trusted
99 GPG_ERR_CANCELED Operation cancelled
100 GPG_ERR_BAD_CA_CERT Bad CA certificate
101 GPG_ERR_CERT_EXPIRED Certificate expired
102 GPG_ERR_CERT_TOO_YOUNG Certificate too young
103 GPG_ERR_UNSUPPORTED_CERT Unsupported certificate
104 GPG_ERR_UNKNOWN_SEXP Unknown S-expression
105 GPG_ERR_UNSUPPORTED_PROTECTION Unsupported protection
106 GPG_ERR_CORRUPTED_PROTECTION Corrupted protection
107 GPG_ERR_AMBIGUOUS_NAME Ambiguous name
108 GPG_ERR_CARD Card error
109 GPG_ERR_CARD_RESET Card reset required
110 GPG_ERR_CARD_REMOVED Card removed
111 GPG_ERR_INV_CARD Invalid card
112 GPG_ERR_CARD_NOT_PRESENT Card not present
113 GPG_ERR_NO_PKCS15_APP No PKCS15 application
114 GPG_ERR_NOT_CONFIRMED Not confirmed
115 GPG_ERR_CONFIGURATION Configuration error
116 GPG_ERR_NO_POLICY_MATCH No policy match
117 GPG_ERR_INV_INDEX Invalid index
118 GPG_ERR_INV_ID Invalid ID
119 GPG_ERR_NO_SCDAEMON No SmartCard daemon
120 GPG_ERR_SCDAEMON SmartCard daemon error
GPG_ERR_UNSUPPORTED_PROTOCOL Unsupported protocol
GPG: - An unsupported keyserver protocol.
GPG_AGENT: - Invalid shadow_info protocol (not "t1-v1")
LIBKSBA: - Unknown OID of the OCSP response bytes
GPGME: - GPGME_PROTOCOL_xxx not supported.
NTBTLS: - Handshake protocol version not supported.
122 GPG_ERR_BAD_PIN_METHOD Bad PIN method
GPG_ERR_CARD_NOT_INITIALIZED Card not initialized
SCDAEMON: - A card function is called but the card has not yet
been initialized. This may be due to a conflict with
another card using connection or due to a bug.
124 GPG_ERR_UNSUPPORTED_OPERATION Unsupported operation
125 GPG_ERR_WRONG_KEY_USAGE Wrong key usage
GPG_ERR_NOTHING_FOUND Nothing found
Indicates that the operation was not possible because nothing has
been found. For example an update request for non existent data.
127 GPG_ERR_WRONG_BLOB_TYPE Wrong blob type
GPG_ERR_MISSING_VALUE Missing value
GNUPG: - Not enough parameters for a secret key send to gpg-agent.
GCRYPT: - A required parameter has not been given.
129 GPG_ERR_HARDWARE Hardware problem
130 GPG_ERR_PIN_BLOCKED PIN blocked
131 GPG_ERR_USE_CONDITIONS Conditions of use not satisfied
132 GPG_ERR_PIN_NOT_SYNCED PINs are not synced
133 GPG_ERR_INV_CRL Invalid CRL
134 GPG_ERR_BAD_BER BER error
135 GPG_ERR_INV_BER Invalid BER
136 GPG_ERR_ELEMENT_NOT_FOUND Element not found
137 GPG_ERR_IDENTIFIER_NOT_FOUND Identifier not found
138 GPG_ERR_INV_TAG Invalid tag
GPG_ERR_INV_LENGTH Invalid length
GCRYPT: - Bad block length for certain cipher algorithms and
modes.
- Bad length of input data; e.g. not a multiple of the
block length.
- A length does not match the size of the digest
algorithm.
- Length of signature or public key is not as expected
(e.g. in EdDSA).
[more to come]
GNUPG: - Invalid hash length for a pubkey
[more to come]
GPG_ERR_INV_KEYINFO Invalid key info
KSBA: - Returned if the ASN.1 Keyinfo structure is not valid
141 GPG_ERR_UNEXPECTED_TAG Unexpected tag
142 GPG_ERR_NOT_DER_ENCODED Not DER encoded
143 GPG_ERR_NO_CMS_OBJ No CMS object
144 GPG_ERR_INV_CMS_OBJ Invalid CMS object
145 GPG_ERR_UNKNOWN_CMS_OBJ Unknown CMS object
146 GPG_ERR_UNSUPPORTED_CMS_OBJ Unsupported CMS object
GPG_ERR_UNSUPPORTED_ENCODING Unsupported encoding
GNUPG: - Returned by Dirmngr if a keyserver returns a HTML document.
148 GPG_ERR_UNSUPPORTED_CMS_VERSION Unsupported CMS version
149 GPG_ERR_UNKNOWN_ALGORITHM Unknown algorithm
GCRYPT: gcry_kdf_proc for an unknown kdf algorithm
150 GPG_ERR_INV_ENGINE Invalid crypto engine
151 GPG_ERR_PUBKEY_NOT_TRUSTED Public key not trusted
152 GPG_ERR_DECRYPT_FAILED Decryption failed
153 GPG_ERR_KEY_EXPIRED Key expired
154 GPG_ERR_SIG_EXPIRED Signature expired
155 GPG_ERR_ENCODING_PROBLEM Encoding problem
GPG_ERR_INV_STATE Invalid state
The state (of a protocol) is not possible or not defined at all.
NTBTLS: - Data received in an unexpected state.
157 GPG_ERR_DUP_VALUE Duplicated value
GPG_ERR_MISSING_ACTION Missing action
GNUPG: - In G13 the server command "MOUNT" is used without prior
use of the command "OPEN".
others: - The libassuan ce-server test program uses this to
indicate that the client did not conncted to the server
as requested.
159 GPG_ERR_MODULE_NOT_FOUND ASN.1 module not found
160 GPG_ERR_INV_OID_STRING Invalid OID string
161 GPG_ERR_INV_TIME Invalid time
162 GPG_ERR_INV_CRL_OBJ Invalid CRL object
163 GPG_ERR_UNSUPPORTED_CRL_VERSION Unsupported CRL version
GPG_ERR_INV_CERT_OBJ Invalid certificate object
GPGME: - A bad certificate (gpgme_key_t) has been passed to a
function. For example it might be incomplete due to a
missing fingerprint.
165 GPG_ERR_UNKNOWN_NAME Unknown name
Used by GPG to indicate an unknown ECC curve name (may also
indicate missing ECC support). It is also used to indicate an
unsuported parameter name in functions which take a name and
value to update state. Note that GPG_ERR_UNKNOWN_CURVE is
used instead by newer code.
166 GPG_ERR_LOCALE_PROBLEM A locale function failed
167 GPG_ERR_NOT_LOCKED Not locked
168 GPG_ERR_PROTOCOL_VIOLATION Protocol violation
GPG_ERR_INV_MAC Invalid MAC
The length, algo, or other properties of a MAC are not met.
See also GPG_ERR_BAD_MAC.
170 GPG_ERR_INV_REQUEST Invalid request
171 GPG_ERR_UNKNOWN_EXTN Unknown extension
172 GPG_ERR_UNKNOWN_CRIT_EXTN Unknown critical extension
173 GPG_ERR_LOCKED Locked
174 GPG_ERR_UNKNOWN_OPTION Unknown option
175 GPG_ERR_UNKNOWN_COMMAND Unknown command
176 GPG_ERR_NOT_OPERATIONAL Not operational
177 GPG_ERR_NO_PASSPHRASE No passphrase given
178 GPG_ERR_NO_PIN No PIN given
GPG_ERR_NOT_ENABLED Not enabled
Similar to GPG_ERR_NOT_SUPPORTED. In general this error is
used for disabled features which can be expected to be enabled
by the user.
180 GPG_ERR_NO_ENGINE No crypto engine
181 GPG_ERR_MISSING_KEY Missing key
GPG_ERR_TOO_MANY Too many objects
GPG: - Dirmngr KS_GET called with too many pattern so that the
maximum Assuan line length would overflow.
+ - gpgsm's command export --secret called with too man keys.
GPGME: - To many patterns in gpgme-tools's KEYLIST command.
GPG_ERR_LIMIT_REACHED Limit reached
A programmed limit has been reached.
GnuPG: gpgtar: Extract directory can't be created because too
many of directories with a similar name are already existing.
GPG_ERR_NOT_INITIALIZED Not initialized
An operation can't be performed because something has not been
initialized. This might be a missing initialization of an entire
subsystems or a prerequisite for using a function is not
fulfilled.
185 GPG_ERR_MISSING_ISSUER_CERT Missing issuer certificate
GPG_ERR_NO_KEYSERVER No keyserver available
No keyserver configured or no keyserver available due to
missing support for the requested protocol. Found in Dirmngr.
GPG_ERR_INV_CURVE Invalid elliptic curve
The curve parameter is missing or the curve is invalid; for
example it is not possible to get affine coordinates for the
public key.
GPG_ERR_UNKNOWN_CURVE Unknown elliptic curve
The curve is not known or not supported by the protocol.
GPG_ERR_DUP_KEY Duplicated key
A duplicated key was detected. For example a unique key in a
- database occurred more than once.
+ database occurred more than once. Also used if in a protocol
+ an expected key was returned more than once.
GPG_ERR_AMBIGUOUS Ambiguous search
A search etc returned an ambigious result. This usually means
that the search string was not specific enough.
GPG_ERR_NO_CRYPT_CTX No crypto context
A crypto context was expected but not given. Commonly used by
Libgcrypt.
GPG_ERR_WRONG_CRYPT_CTX Wrong crypto context
The given crypto context does not match the requirements. For
example in Libgcrypt a crypto context has private data
pertaining to certain algorithms. This error is for example
returned if a crypto context initialized for a different
algorithm is used.
GPG_ERR_BAD_CRYPT_CTX Bad crypto context
The is a problem with the crypto context. For example it has
not been properly initialized.
GPG_ERR_CRYPT_CTX_CONFLICT Conflict in the crypto context
Conflicting use of a crypto context. For example if a context
is used with objects that don't match the state of the
context.
GPG_ERR_BROKEN_PUBKEY Broken public key
The public key was mathematically not correctly generated.
(It would have been nicer if we would have used BAD_PUBKEY for
this, but that error code is in long time use to describe for
example policy and encoding problems with a key. Using
INV_PUBKEY would have been better for these purposes)
GPG_ERR_BROKEN_SECKEY Broken secret key
The secret key was mathematically not correctly generated.
GPG_ERR_MAC_ALGO
GCRYPT: - MAC key algorithm is not defined or not available.
198 GPG_ERR_FULLY_CANCELED Operation fully cancelled
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short
201 GPG_ERR_SEXP_INV_LEN_SPEC Invalid length specifier in S-expression
202 GPG_ERR_SEXP_STRING_TOO_LONG String too long in S-expression
203 GPG_ERR_SEXP_UNMATCHED_PAREN Unmatched parentheses in S-expression
204 GPG_ERR_SEXP_NOT_CANONICAL S-expression not canonical
205 GPG_ERR_SEXP_BAD_CHARACTER Bad character in S-expression
206 GPG_ERR_SEXP_BAD_QUOTATION Bad quotation in S-expression
207 GPG_ERR_SEXP_ZERO_PREFIX Zero prefix in S-expression
208 GPG_ERR_SEXP_NESTED_DH Nested display hints in S-expression
209 GPG_ERR_SEXP_UNMATCHED_DH Unmatched display hints
210 GPG_ERR_SEXP_UNEXPECTED_PUNC Unexpected reserved punctuation in S-expression
211 GPG_ERR_SEXP_BAD_HEX_CHAR Bad hexadecimal character in S-expression
212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression
213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression
GPG_ERR_LEGACY_KEY (222) Legacy key
Used by GnuPG to identify version 2 and 3 OpenPGP key packets.
GPG_ERR_REQUEST_TOO_SHORT Request too short
A received request is too short to continue processing.
GPG_ERR_REQUEST_TOO_LONG Request too long
A received request is too long to continue processing. This may
be due to an internal limitation, a protocol violation, or due to
the use of a newer version of a protocol.
GPG_ERR_OBJ_TERM_STATE Object is in termination state
For cards this is the ISO status word 0x6285 (file is in
termnation state).
GPG_ERR_NO_CERT_CHAIN No certificate chain
NTBTLS: - A CA chain has not been set but is required.
GPG_ERR_CERT_TOO_LARGE Certificate is too large
NTBTLS: - A certificate is too large to be used by the protocol.
GPG_ERR_INV_RECORD Invalid record
NTBTLS: - An invalid record was received
GPG_ERR_BAD_MAC The MAC does not verify
NTBTLS: - MAC verification of the message failed.
GPG_ERR_UNEXPECTED_MSG Unexpected message
NTBTLS: - Unexpected message received.
GPG_ERR_COMPR_FAILED Compression or decompression failed
NTBTLS: - As the description says.
GPG_ERR_WOULD_WRAP A counter would wrap
NTBTLS: - Too many messages exchanged
GPG_ERR_FATAL_ALERT Fatal alert message received
NTBTLS: - Fatal alert message received from the peer.
GPG_ERR_NO_CIPHER No cipher algorithm
NTBTLS: - Server and client have no algo in common
GPG_ERR_MISSING_CLIENT_CERT Missing client certificate
NTBTLS: - No certificate received from client.
GPG_ERR_CLOSE_NOTIFY Close notification received
NTBTLS: - Alert with a close notification received
GPG_ERR_TICKET_EXPIRED Ticket expired
NTBTLS: - Session ticket has expired.
GPG_ERR_BAD_TICKET Bad ticket
NTBTLS: - Bad new session ticket message.
GPG_ERR_UNKNOWN_IDENTITY Unknown identity
NTBTLS: - Unknown PSK identify received
GPG_ERR_BAD_HS_CERT Bad certificate message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_CERT_REQ Bad certificate request message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_CERT_VER Bad certificate verify message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_CHANGE_CIPHER Bad change cipher messsage in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_CLIENT_HELLO Bad client hello message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_SERVER_HELLO Bad server hello message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_SERVER_HELLO_DONE Bad server hello done message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_FINISHED Bad finished message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_SERVER_KEX Bad server key exchange message in handshake
NTBTLS: - As the description says.
GPG_ERR_BAD_HS_CLIENT_KEX Bad client key exchange message in handshake
NTBTLS: - As the description says.
GPG_ERR_BOGUS_STRING Bogus string
Used if a protocol sends length prefixed strings which contain a
Nul byte and further processing would discard the rest of the
string. May also be used if a string contains unexpected and
possible dangerous characters (e.g. control characters in a domain
name).
GPG_ERR_FORBIDDEN Forbidden
- The use of a features is not allowed to to insuffcient rights.
- Use by gpg-agent as aerror codes for restricted commands.
+ The use of a features is not allowed due to insuffcient rights.
+ Use by gpg-agent as an error codes for restricted commands.
GPG_ERR_KEY_DISABLED Key disabled
GNUPG: - The key has been disabled by the user.
GPG_ERR_KEY_ON_CARD Not possible with a card based key
GNUPG: - The gpg-agent returns this if a DELETE_KEY commands is
used for a smartcard based key.
GPG_ERR_INV_LOCK_OBJ Invalid lock object
GPGRT: - The provided lock object is not valid. This indicates an
internal problem in libgpg-error or more likely a
programming error.
GPG_ERR_LDAP_GENERAL LDAP General error
Catch all error for LDAP. Use if if can't map an erro rocde to an
gpg-error code.
GPG_ERR_LDAP_ATTR_GENERAL LDAP General attribute error
GPG_ERR_LDAP_NAME_GENERAL LDAP General name error
GPG_ERR_LDAP_SECURITY_GENERAL LDAP General security error
GPG_ERR_LDAP_SERVICE_GENERAL LDAP General service error
GPG_ERR_LDAP_UPDATE_GENERAL LDAP General update error
GPG_ERR_LDAP_E_GENERAL LDAP Experimental error code
GPG_ERR_LDAP_X_GENERAL LDAP Private error code
GPG_ERR_LDAP_OTHER_GENERAL LDAP Other general error
All above may be used to map ranges of LDAP errors to one specific
code. OpenLDAP uses LDAP_xxx_RANGE(n) macros for tha mapping.
"Other general error" may be used similar to "General error" for
mapping of ranges. Here are macros from OpenLDAP for reference
#define LDAP_ATTR_ERROR(n) LDAP_RANGE((n),0x10,0x15) /* 16-21 */
#define LDAP_NAME_ERROR(n) LDAP_RANGE((n),0x20,0x24) /* 32-34,36 */
#define LDAP_SECURITY_ERROR(n) LDAP_RANGE((n),0x2F,0x32) /* 47-50 */
#define LDAP_SERVICE_ERROR(n) LDAP_RANGE((n),0x33,0x36) /* 51-54 */
#define LDAP_UPDATE_ERROR(n) LDAP_RANGE((n),0x40,0x47) /* 64-69,71 */
#define LDAP_E_ERROR(n) LDAP_RANGE((n),0x1000,0x3FFF)
#define LDAP_X_ERROR(n) LDAP_RANGE((n),0x4000,0xFFFF)
diff --git a/po/uk.po b/po/uk.po
index 1f37874..6f83786 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,1304 +1,1245 @@
# Translation of libgpg-error to Ukrainian
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the libgpg-error package.
#
# Yuri Chornoivan <yurchor@ukr.net>, 2012, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: libgpg-error 1.7\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
"PO-Revision-Date: 2015-07-12 16:21+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.5\n"
msgid "Unspecified source"
msgstr "Невказане джерело"
msgid "gcrypt"
msgstr "gcrypt"
msgid "GnuPG"
msgstr "GnuPG"
msgid "GpgSM"
msgstr "GpgSM"
msgid "GPG Agent"
msgstr "Агент GPG"
msgid "Pinentry"
msgstr "Pinentry"
msgid "SCD"
msgstr "SCD"
msgid "GPGME"
msgstr "GPGME"
msgid "Keybox"
msgstr "Keybox"
msgid "KSBA"
msgstr "KSBA"
msgid "Dirmngr"
msgstr "Dirmngr"
msgid "GSTI"
msgstr "GSTI"
msgid "GPA"
msgstr "GPA"
msgid "Kleopatra"
msgstr "Kleopatra"
msgid "G13"
msgstr "G13"
msgid "Assuan"
msgstr "Assuan"
msgid "TLS"
msgstr "TLS"
msgid "Any source"
msgstr "Будь-яке джерело"
msgid "User defined source 1"
msgstr "Визначене користувачем джерело 1"
msgid "User defined source 2"
msgstr "Визначене користувачем джерело 2"
msgid "User defined source 3"
msgstr "Визначене користувачем джерело 3"
msgid "User defined source 4"
msgstr "Визначене користувачем джерело 4"
msgid "Unknown source"
msgstr "Невідоме джерело"
msgid "Success"
msgstr "Виконано"
msgid "General error"
msgstr "Загальна помилка"
msgid "Unknown packet"
msgstr "Невідомий пакет"
msgid "Unknown version in packet"
msgstr "Невідома версія у пакеті"
msgid "Invalid public key algorithm"
msgstr "Некоректний алгоритм відкритого ключа"
msgid "Invalid digest algorithm"
msgstr "Некоректний алгоритм контрольної суми"
msgid "Bad public key"
msgstr "Помилковий відкритий ключ"
msgid "Bad secret key"
msgstr "Помилковий закритий ключ"
msgid "Bad signature"
msgstr "Непридатний підпис"
msgid "No public key"
msgstr "Немає відкритого ключа"
msgid "Checksum error"
msgstr "Помилка у контрольній сумі"
msgid "Bad passphrase"
msgstr "Помилковий пароль"
msgid "Invalid cipher algorithm"
msgstr "Некоректний алгоритм шифрування"
msgid "Keyring open"
msgstr "Відкриття сховища ключів"
msgid "Invalid packet"
msgstr "Некоректний пакет"
msgid "Invalid armor"
msgstr "Некоректний код ASCII"
msgid "No user ID"
msgstr "Немає ідентифікатора користувача"
msgid "No secret key"
msgstr "Немає закритого ключа"
msgid "Wrong secret key used"
msgstr "Використано помилковий закритий код"
msgid "Bad session key"
msgstr "Помилковий ключ сеансу"
msgid "Unknown compression algorithm"
msgstr "Невідомий алгоритм стискання"
msgid "Number is not prime"
msgstr "Число не є простим"
msgid "Invalid encoding method"
msgstr "Некоректний алгоритм кодування"
msgid "Invalid encryption scheme"
msgstr "Некоректна схема шифрування"
msgid "Invalid signature scheme"
msgstr "Некоректна схема підписування"
msgid "Invalid attribute"
msgstr "Некоректний атрибут"
msgid "No value"
msgstr "Немає значення"
msgid "Not found"
msgstr "Не знайдено"
msgid "Value not found"
msgstr "Значення не знайдено"
msgid "Syntax error"
msgstr "Синтаксична помилка"
msgid "Bad MPI value"
msgstr "Помилкове значення MPI"
msgid "Invalid passphrase"
msgstr "Некоректний пароль"
msgid "Invalid signature class"
msgstr "Некоректний клас підпису"
msgid "Resources exhausted"
msgstr "Вичерпано ресурси"
msgid "Invalid keyring"
msgstr "Некоректне сховище ключів"
msgid "Trust DB error"
msgstr "Помилка бази даних щодо надійності"
msgid "Bad certificate"
msgstr "Помилковий сертифікат"
msgid "Invalid user ID"
msgstr "Некоректний ідентифікатор користувача"
msgid "Unexpected error"
msgstr "Неочікувана помилка"
msgid "Time conflict"
msgstr "Суперечливі дані щодо часу"
msgid "Keyserver error"
msgstr "Помилка сервера ключів"
msgid "Wrong public key algorithm"
msgstr "Помилковий алгоритм відкритого ключа"
msgid "Tribute to D. A."
msgstr "Присвячується D. A."
msgid "Weak encryption key"
msgstr "Слабкий ключ шифрування"
msgid "Invalid key length"
msgstr "Некоректна довжина ключа"
msgid "Invalid argument"
msgstr "Некоректний аргумент"
msgid "Syntax error in URI"
msgstr "Синтаксична помилку у адресі"
msgid "Invalid URI"
msgstr "Некоректна адреса"
msgid "Network error"
msgstr "Помилка мережі"
msgid "Unknown host"
msgstr "Невідомий вузол"
msgid "Selftest failed"
msgstr "Помилка під час самоперевірки"
msgid "Data not encrypted"
msgstr "Дані не зашифровано"
msgid "Data not processed"
msgstr "Дані не оброблено"
msgid "Unusable public key"
msgstr "Непридатний до використання відкритий ключ"
msgid "Unusable secret key"
msgstr "Непридатний до використання закритий ключ"
msgid "Invalid value"
msgstr "Некоректне значення"
msgid "Bad certificate chain"
msgstr "Помилковий ланцюжок сертифікації"
msgid "Missing certificate"
msgstr "Не вистачає сертифіката"
msgid "No data"
msgstr "Немає даних"
msgid "Bug"
msgstr "Вада"
msgid "Not supported"
msgstr "Не підтримується"
msgid "Invalid operation code"
msgstr "Некоректний код дії"
msgid "Timeout"
msgstr "Час очікування"
msgid "Internal error"
msgstr "Внутрішня помилка"
msgid "EOF (gcrypt)"
msgstr "EOF (gcrypt)"
msgid "Invalid object"
msgstr "Некоректний об’єкт"
msgid "Provided object is too short"
msgstr "Наданий об’єкт є надто коротким"
msgid "Provided object is too large"
msgstr "Наданий об’єкт є надто довгим"
msgid "Missing item in object"
msgstr "У об’єкті не вистачає елемента"
msgid "Not implemented"
msgstr "Не реалізовано"
msgid "Conflicting use"
msgstr "Суперечливе використання"
msgid "Invalid cipher mode"
msgstr "Некоректний режим шифрування"
msgid "Invalid flag"
msgstr "Некоректний прапорець"
msgid "Invalid handle"
msgstr "Некоректний обробник"
msgid "Result truncated"
msgstr "Список результатів обрізано"
msgid "Incomplete line"
msgstr "Незавершений рядок"
msgid "Invalid response"
msgstr "Некоректна відповідь"
msgid "No agent running"
msgstr "Агент не запущено"
msgid "Agent error"
msgstr "Помилка агента"
msgid "Invalid data"
msgstr "Некоректні дані"
msgid "Unspecific Assuan server fault"
msgstr "Невизначена помилка сервера Assuan"
msgid "General Assuan error"
msgstr "Загальна помилка бібліотеки Assuan"
msgid "Invalid session key"
msgstr "Некоректний ключ сеансу"
msgid "Invalid S-expression"
msgstr "Некоректний S-вираз"
msgid "Unsupported algorithm"
msgstr "Непідтримуваний алгоритм"
msgid "No pinentry"
msgstr "Немає pinentry"
msgid "pinentry error"
msgstr "Помилка pinentry"
msgid "Bad PIN"
msgstr "Помилковий пінкод"
msgid "Invalid name"
msgstr "Некоректне назва"
msgid "Bad data"
msgstr "Помилкові дані"
msgid "Invalid parameter"
msgstr "Некоректний параметр"
msgid "Wrong card"
msgstr "Помилкова картка"
msgid "No dirmngr"
msgstr "Немає dirmngr"
msgid "dirmngr error"
msgstr "Помилка dirmngr"
msgid "Certificate revoked"
msgstr "Сертифікат відкликано"
msgid "No CRL known"
msgstr "Немає жодної відомої CRL"
msgid "CRL too old"
msgstr "CRL застарий"
msgid "Line too long"
msgstr "Рядок надто довгий"
msgid "Not trusted"
msgstr "Ненадійний"
msgid "Operation cancelled"
msgstr "Дію скасовано"
msgid "Bad CA certificate"
msgstr "Помилковий сертифікат CA"
msgid "Certificate expired"
msgstr "Термін дії сертифіката минув"
msgid "Certificate too young"
msgstr "Сертифікат є надто новим"
msgid "Unsupported certificate"
msgstr "Непідтримуваний сертифікат"
msgid "Unknown S-expression"
msgstr "Невідомий S-вираз"
msgid "Unsupported protection"
msgstr "Непідтримуваний захист"
msgid "Corrupted protection"
msgstr "Захист пошкоджено"
msgid "Ambiguous name"
msgstr "Неоднозначна назва"
msgid "Card error"
msgstr "Помилка під час роботи з карткою"
msgid "Card reset required"
msgstr "Надіслано запит на скидання картки"
msgid "Card removed"
msgstr "Картку вилучено"
msgid "Invalid card"
msgstr "Некоректна картка"
msgid "Card not present"
msgstr "Немає картки"
msgid "No PKCS15 application"
msgstr "Немає програми обробки PKCS15"
msgid "Not confirmed"
msgstr "Не підтверджено"
msgid "Configuration error"
msgstr "Помилка налаштування"
msgid "No policy match"
msgstr "Немає відповідного правила"
msgid "Invalid index"
msgstr "Некоректний індекс"
msgid "Invalid ID"
msgstr "Некоректний ідентифікатор"
msgid "No SmartCard daemon"
msgstr "Немає фонової служби SmartCard"
msgid "SmartCard daemon error"
msgstr "Помилка фонової служби SmartCard"
msgid "Unsupported protocol"
msgstr "Непідтримуваний протокол"
msgid "Bad PIN method"
msgstr "Помилковий метод обробки пінкоду"
msgid "Card not initialized"
msgstr "Картку не ініціалізовано"
msgid "Unsupported operation"
msgstr "Непідтримувана дія"
msgid "Wrong key usage"
msgstr "Помилкове використання ключа"
msgid "Nothing found"
msgstr "Нічого не знайдено"
msgid "Wrong blob type"
msgstr "Помилковий тип бінарного коду"
msgid "Missing value"
msgstr "Не вистачає значення"
msgid "Hardware problem"
msgstr "Апаратні проблеми"
msgid "PIN blocked"
msgstr "Пінкод заблоковано"
msgid "Conditions of use not satisfied"
msgstr "Не задоволено умови користування"
msgid "PINs are not synced"
msgstr "Пінкоди не синхронізовано"
msgid "Invalid CRL"
msgstr "Некоректне значення CRL"
msgid "BER error"
msgstr "Помилка BER"
msgid "Invalid BER"
msgstr "Некоректне значення BER"
msgid "Element not found"
msgstr "Елемента не знайдено"
msgid "Identifier not found"
msgstr "Не знайдено ідентифікатора"
msgid "Invalid tag"
msgstr "Некоректний теґ"
msgid "Invalid length"
msgstr "Некоректна довжина"
msgid "Invalid key info"
msgstr "Некоректні дані щодо ключа"
msgid "Unexpected tag"
msgstr "Неочікуваний теґ"
msgid "Not DER encoded"
msgstr "Не закодовано DER"
msgid "No CMS object"
msgstr "Немає об’єкта CMS"
msgid "Invalid CMS object"
msgstr "Некоректний об’єкт CMS"
msgid "Unknown CMS object"
msgstr "Невідомий об’єкт CMS"
msgid "Unsupported CMS object"
msgstr "Непідтримуваний об’єкт CMS"
msgid "Unsupported encoding"
msgstr "Непідтримуване кодування"
msgid "Unsupported CMS version"
msgstr "Непідтримувана версія CMS"
msgid "Unknown algorithm"
msgstr "Невідомий алгоритм"
msgid "Invalid crypto engine"
msgstr "Некоректний рушій шифрування"
msgid "Public key not trusted"
msgstr "Відкритий ключ не є надійним"
msgid "Decryption failed"
msgstr "Спроба розшифрування зазнала невдачі"
msgid "Key expired"
msgstr "Строк дії ключа вичерпано"
msgid "Signature expired"
msgstr "Строк дії підпису вичерпано"
msgid "Encoding problem"
msgstr "Проблема з кодуванням"
msgid "Invalid state"
msgstr "Некоректний стан"
msgid "Duplicated value"
msgstr "Дублювання значення"
msgid "Missing action"
msgstr "Не вистачає дії"
msgid "ASN.1 module not found"
msgstr "Не знайдено модуля ASN.1"
msgid "Invalid OID string"
msgstr "Некоректний рядок OID"
msgid "Invalid time"
msgstr "Некоректний час"
msgid "Invalid CRL object"
msgstr "Некоректний об’єкт CRL"
msgid "Unsupported CRL version"
msgstr "Непідтримувана версія CRL"
msgid "Invalid certificate object"
msgstr "Некоректний об’єкт сертифікації"
msgid "Unknown name"
msgstr "Невідома назва"
msgid "A locale function failed"
msgstr "Помилка функції локалізації"
msgid "Not locked"
msgstr "Не заблоковано"
msgid "Protocol violation"
msgstr "Порушення протоколу"
msgid "Invalid MAC"
msgstr "Некоректна MAC-адреса"
msgid "Invalid request"
msgstr "Некоректний запит"
msgid "Unknown extension"
msgstr "Невідоме розширення"
msgid "Unknown critical extension"
msgstr "Невідоме критичне розширення"
msgid "Locked"
msgstr "Заблоковано"
msgid "Unknown option"
msgstr "Невідомий параметр"
msgid "Unknown command"
msgstr "Невідома команда"
msgid "Not operational"
msgstr "Використання неможливе"
msgid "No passphrase given"
msgstr "Не вказано пароля"
msgid "No PIN given"
msgstr "Не вказано пінкоду"
msgid "Not enabled"
msgstr "Не увімкнено"
msgid "No crypto engine"
msgstr "Немає рушія шифрування"
msgid "Missing key"
msgstr "Пропущено ключ"
msgid "Too many objects"
msgstr "Забагато об’єктів"
msgid "Limit reached"
msgstr "Досягнуто обмеження"
msgid "Not initialized"
msgstr "Не ініціалізовано"
msgid "Missing issuer certificate"
msgstr "Не вистачає сертифіката видавця"
msgid "No keyserver available"
msgstr "Немає доступних серверів ключів"
msgid "Invalid elliptic curve"
msgstr "Некоректна еліптична крива"
msgid "Unknown elliptic curve"
msgstr "Невідома еліптична крива"
msgid "Duplicated key"
msgstr "Дублювання ключа"
msgid "Ambiguous result"
msgstr "Неоднозначний результат"
msgid "No crypto context"
msgstr "Немає контексту шифрування"
msgid "Wrong crypto context"
msgstr "Помилковий контекст шифрування"
msgid "Bad crypto context"
msgstr "Некоректний контекст шифрування"
msgid "Conflict in the crypto context"
msgstr "Конфлікт у контексті шифрування"
msgid "Broken public key"
msgstr "Пошкоджений відкритий ключ"
msgid "Broken secret key"
msgstr "Пошкоджений закритий ключ"
msgid "Invalid MAC algorithm"
msgstr "Некоректний алгоритм MAC"
msgid "Operation fully cancelled"
msgstr "Дію повністю скасовано"
msgid "Operation not yet finished"
msgstr "Виконання дії ще не завершено"
msgid "Buffer too short"
msgstr "Занадто короткий буфер"
msgid "Invalid length specifier in S-expression"
msgstr "Некоректний специфікатор довжини у S-виразі"
msgid "String too long in S-expression"
msgstr "Занадто довгий рядок у S-виразі"
msgid "Unmatched parentheses in S-expression"
msgstr "Незакриті дужки у S-виразі"
msgid "S-expression not canonical"
msgstr "S-вираз не є канонічним"
msgid "Bad character in S-expression"
msgstr "Помилковий символ у S-виразі"
msgid "Bad quotation in S-expression"
msgstr "Помилкові лапки у S-виразі"
msgid "Zero prefix in S-expression"
msgstr "Нульовий префікс у S-виразі"
msgid "Nested display hints in S-expression"
msgstr "Вкладені настанови щодо показу у S-виразі"
msgid "Unmatched display hints"
msgstr "Невідповідні настанови щодо показу"
msgid "Unexpected reserved punctuation in S-expression"
msgstr "Неочікувана зарезервована пунктуація у S-виразі"
msgid "Bad hexadecimal character in S-expression"
msgstr "Помилковий шістнадцятковий символ у S-виразі"
msgid "Odd hexadecimal numbers in S-expression"
msgstr "Дивні шістнадцяткові числа у S-виразі"
msgid "Bad octal character in S-expression"
msgstr "Помилковий вісімковий символ у S-виразі"
msgid "Legacy key"
msgstr "Застарілий ключ"
-#| msgid "Buffer too short"
msgid "Request too short"
msgstr "Занадто короткий запит"
-#| msgid "Line too long"
msgid "Request too long"
msgstr "Надто довгий запит"
msgid "Object is in termination state"
msgstr "Об’єкт перебуває у стані переривання"
msgid "No certificate chain"
msgstr "Немає ланцюжка сертифікації"
msgid "Certificate is too large"
msgstr "Сертифікат є надто великим"
msgid "Invalid record"
msgstr "Некоректний запис"
msgid "The MAC does not verify"
msgstr "MAC не пройшов перевірку"
msgid "Unexpected message"
msgstr "Неочікуване повідомлення"
msgid "Compression or decompression failed"
msgstr "Помилка під час стискання або видобування"
msgid "A counter would wrap"
msgstr "Відлік буде автоматично розпочато з початку"
msgid "Fatal alert message received"
msgstr "Отримано критичне попереджувальне повідомлення"
msgid "No cipher algorithm"
msgstr "Немає алгоритму шифрування"
msgid "Missing client certificate"
msgstr "Не вистачає сертифіката клієнта"
msgid "Close notification received"
msgstr "Отримано сповіщення щодо закриття"
msgid "Ticket expired"
msgstr "Строк дії квитка вичерпано"
msgid "Bad ticket"
msgstr "Помилковий квиток"
msgid "Unknown identity"
msgstr "Невідомий профіль"
msgid "Bad certificate message in handshake"
msgstr "Помилкове повідомлення щодо сертифікації під час підтвердження зв’язку"
msgid "Bad certificate request message in handshake"
msgstr ""
"Помилкове повідомлення щодо запиту сертифікації під час підтвердження зв’язку"
msgid "Bad certificate verify message in handshake"
msgstr ""
"Помилкове повідомлення щодо перевірки сертифікації під час підтвердження "
"зв’язку"
msgid "Bad change cipher messsage in handshake"
msgstr "Помилкове повідомлення щодо зміни шифру під час підтвердження зв’язку"
msgid "Bad client hello message in handshake"
msgstr "Помилкове вітальне повідомлення клієнта під час підтвердження зв’язку"
msgid "Bad server hello message in handshake"
msgstr "Помилкове вітальне повідомлення сервера під час підтвердження зв’язку"
msgid "Bad server hello done message in hanshake"
msgstr ""
"Помилкове повідомлення про завершення вітання від сервера під час "
"підтвердження зв’язку"
msgid "Bad finished message in handshake"
msgstr "Помилкове завершальне повідомлення під час підтвердження зв’язку"
msgid "Bad server key exchange message in handshake"
msgstr ""
"Помилкове повідомлення щодо обміну ключами із сервером під час підтвердження "
"зв’язку"
msgid "Bad client key exchange message in handshake"
msgstr ""
"Помилкове повідомлення щодо обміну ключами із клієнтом під час підтвердження "
"зв’язку"
msgid "Bogus string"
msgstr "Фіктивний рядок"
msgid "Forbidden"
msgstr "Заборонено"
msgid "Key disabled"
msgstr "Ключ вимкнено"
msgid "Not possible with a card based key"
msgstr "Неможливе для ключа, заснованого на картці"
msgid "Invalid lock object"
msgstr "Некоректний об’єкт блокування"
msgid "General IPC error"
msgstr "Загальна помилка IPC"
msgid "IPC accept call failed"
msgstr "Помилка виклику прийняття IPC"
msgid "IPC connect call failed"
msgstr "Помилка з’єднувального виклику IPC"
msgid "Invalid IPC response"
msgstr "Некоректна відповідь IPC"
msgid "Invalid value passed to IPC"
msgstr "IPC передано некоректне значення"
msgid "Incomplete line passed to IPC"
msgstr "IPC передано незавершений рядок"
msgid "Line passed to IPC too long"
msgstr "Рядок, переданий IPC, є надто довгим"
msgid "Nested IPC commands"
msgstr "Вкладені команди IPC"
msgid "No data callback in IPC"
msgstr "Немає зворотного виклику щодо даних у IPC"
msgid "No inquire callback in IPC"
msgstr "Немає інформаційного зворотного виклику у IPC"
msgid "Not an IPC server"
msgstr "Не є сервером IPC"
msgid "Not an IPC client"
msgstr "Не є клієнтом IPC"
msgid "Problem starting IPC server"
msgstr "Проблеми із запуском сервера IPC"
msgid "IPC read error"
msgstr "Помилка читання IPC"
msgid "IPC write error"
msgstr "Помилка запису IPC"
msgid "Too much data for IPC layer"
msgstr "Забагато даних для шару IPC"
msgid "Unexpected IPC command"
msgstr "Неочікувана команда IPC"
msgid "Unknown IPC command"
msgstr "Невідома команда IPC"
msgid "IPC syntax error"
msgstr "Синтаксична помилка IPC"
msgid "IPC call has been cancelled"
msgstr "Виклик IPC було скасовано"
msgid "No input source for IPC"
msgstr "Немає джерела вхідних даних для IPC"
msgid "No output source for IPC"
msgstr "Немає місця виведення даних для IPC"
msgid "IPC parameter error"
msgstr "Помилка у параметрі IPC"
msgid "Unknown IPC inquire"
msgstr "Невідомий запит IPC"
-#| msgid "General IPC error"
msgid "General LDAP error"
msgstr "Загальна помилка LDAP"
-#| msgid "General error"
msgid "General LDAP attribute error"
msgstr "Загальна помилка атрибута LDAP"
-#| msgid "General error"
msgid "General LDAP name error"
msgstr "Загальна помилка назви LDAP"
-#| msgid "General Assuan error"
msgid "General LDAP security error"
msgstr "Загальна помилка захисту LDAP"
-#| msgid "General error"
msgid "General LDAP service error"
msgstr "Загальна помилка служби LDAP"
-#| msgid "General Assuan error"
msgid "General LDAP update error"
msgstr "Загальна помилка оновлення LDAP"
msgid "Experimental LDAP error code"
msgstr "Експериментальний код помилки LDAP"
-#| msgid "IPC write error"
msgid "Private LDAP error code"
msgstr "Код конфіденційної помилки LDAP"
-#| msgid "General IPC error"
msgid "Other general LDAP error"
msgstr "Інша загальна помилка LDAP"
-#| msgid "IPC connect call failed"
msgid "LDAP connecting failed (X)"
msgstr "Не вдалося з’єднатися із LDAP (X)"
-#| msgid "General error"
msgid "LDAP referral limit exceeded"
msgstr "Перевищення обмежень щодо спрямовування у LDAP"
msgid "LDAP client loop"
msgstr "Циклічний клієнт LDAP"
-#| msgid "Card reset required"
msgid "No LDAP results returned"
msgstr "Не повернуто результатів LDAP"
-#| msgid "Element not found"
msgid "LDAP control not found"
msgstr "Не знайдено керування LDAP"
-#| msgid "Not supported"
msgid "Not supported by LDAP"
msgstr "Не підтримується LDAP"
-#| msgid "Unexpected error"
msgid "LDAP connect error"
msgstr "Помилка з’єднання LDAP"
msgid "Out of memory in LDAP"
msgstr "Не вистачає пам’яті у LDAP"
msgid "Bad parameter to an LDAP routine"
msgstr "Помилковий параметр підпрограми LDAP"
-#| msgid "Unsupported operation"
msgid "User cancelled LDAP operation"
msgstr "Дію LDAP скасовано користувачем"
-#| msgid "Bad certificate"
msgid "Bad LDAP search filter"
msgstr "Помилковий фільтр пошуку LDAP"
-#| msgid "Unknown extension"
msgid "Unknown LDAP authentication method"
msgstr "Невідомий спосіб розпізнавання LDAP"
-#| msgid "Timeout"
msgid "Timeout in LDAP"
msgstr "Перевищення часу очікування у LDAP"
-#| msgid "dirmngr error"
msgid "LDAP decoding error"
msgstr "Помилка декодування LDAP"
-#| msgid "dirmngr error"
msgid "LDAP encoding error"
msgstr "Помилка кодування LDAP"
-#| msgid "IPC read error"
msgid "LDAP local error"
msgstr "Локальна помилка LDAP"
-#| msgid "Not an IPC server"
msgid "Cannot contact LDAP server"
msgstr "Не вдалося встановити зв’язок із сервером LDAP"
-#| msgid "Success"
msgid "LDAP success"
msgstr "Успіх LDAP"
-#| msgid "Configuration error"
msgid "LDAP operations error"
msgstr "Помилка дій LDAP"
-#| msgid "Protocol violation"
msgid "LDAP protocol error"
msgstr "Помилка протоколу LDAP"
msgid "Time limit exceeded in LDAP"
msgstr "Перевищено час очікування у LDAP"
msgid "Size limit exceeded in LDAP"
msgstr "Перевищено обмеження на розмір у LDAP"
msgid "LDAP compare false"
msgstr "Порівняння LDAP: не збігаються"
msgid "LDAP compare true"
msgstr "Порівняння LDAP: збігаються"
-#| msgid "Unknown extension"
msgid "LDAP authentication method not supported"
msgstr "Підтримки методу розпізнавання LDAP не передбачено"
msgid "Strong(er) LDAP authentication required"
msgstr "Потрібен потужніший спосіб розпізнавання LDAP"
-#| msgid "Fatal alert message received"
msgid "Partial LDAP results+referral received"
msgstr "Отримано часткові результати і спрямування LDAP"
-#| msgid "General error"
msgid "LDAP referral"
msgstr "Спрямування LDAP"
msgid "Administrative LDAP limit exceeded"
msgstr "Перевищено адміністративне обмеження LDAP"
msgid "Critical LDAP extension is unavailable"
msgstr "Недоступне критичне розширення LDAP"
-#| msgid "Card reset required"
msgid "Confidentiality required by LDAP"
msgstr "Конфіденційно потрібне LDAP"
msgid "LDAP SASL bind in progress"
msgstr "Виконуємо прив’язування SASL LDAP"
msgid "No such LDAP attribute"
msgstr "Немає такого атрибута LDAP"
-#| msgid "Invalid attribute"
msgid "Undefined LDAP attribute type"
msgstr "Невизначний тип атрибута LDAP"
-#| msgid "Unsupported protection"
msgid "Inappropriate matching in LDAP"
msgstr "Неприйнятна відповідність у LDAP"
-#| msgid "Protocol violation"
msgid "Constraint violation in LDAP"
msgstr "Порушення обмежень у LDAP"
msgid "LDAP type or value exists"
msgstr "Тип або значення LDAP існує"
-#| msgid "Invalid state"
msgid "Invalid syntax in LDAP"
msgstr "Некоректний синтаксис у LDAP"
-#| msgid "No CMS object"
msgid "No such LDAP object"
msgstr "Немає такого об’єкта LDAP"
-#| msgid "Hardware problem"
msgid "LDAP alias problem"
msgstr "Проблема псевдоніма LDAP"
-#| msgid "Invalid state"
msgid "Invalid DN syntax in LDAP"
msgstr "Некоректний синтаксис DN у LDAP"
msgid "LDAP entry is a leaf"
msgstr "Запис LDAP є листком"
-#| msgid "Encoding problem"
msgid "LDAP alias dereferencing problem"
msgstr "Проблемі з скасування прив’язки псевдоніма LDAP"
msgid "LDAP proxy authorization failure (X)"
msgstr "Помилка уповноваження проксі LDAP (X)"
-#| msgid "Unsupported protection"
msgid "Inappropriate LDAP authentication"
msgstr "Неприйнятне розпізнавання LDAP"
-#| msgid "Invalid card"
msgid "Invalid LDAP credentials"
msgstr "Некоректні реєстраційні дані LDAP"
msgid "Insufficient access for LDAP"
msgstr "Недостатні права доступу до LDAP"
msgid "LDAP server is busy"
msgstr "Сервер LDAP зайнято виконанням завдання"
-#| msgid "No keyserver available"
msgid "LDAP server is unavailable"
msgstr "Сервер LDAP недоступний"
msgid "LDAP server is unwilling to perform"
msgstr "Сервер LDAP не бажає працювати"
msgid "Loop detected by LDAP"
msgstr "LDAP виявлено цикл"
-#| msgid "Missing action"
msgid "LDAP naming violation"
msgstr "Порушення іменування LDAP"
-#| msgid "Protocol violation"
msgid "LDAP object class violation"
msgstr "Порушення класу об’єктів LDAP"
-#| msgid "Operation not yet finished"
msgid "LDAP operation not allowed on non-leaf"
msgstr "Дію LDAP не дозволено для об’єктів, які не є листками"
-#| msgid "Operation cancelled"
msgid "LDAP operation not allowed on RDN"
msgstr "Дію LDAP не дозволено над RDN"
msgid "Already exists (LDAP)"
msgstr "Вже існує (LDAP)"
msgid "Cannot modify LDAP object class"
msgstr "Не вдалося змінити клас об’єкта LDAP"
-#| msgid "Line too long"
msgid "LDAP results too large"
msgstr "Результати LDAP є надто великими"
-#| msgid "Operation cancelled"
msgid "LDAP operation affects multiple DSAs"
msgstr "Дія LDAP стосується декількох DSA"
msgid "Virtual LDAP list view error"
msgstr "Помилка перегляду списку віртуальної LDAP"
-#| msgid "General IPC error"
msgid "Other LDAP error"
msgstr "Інша помилка LDAP"
-#| msgid "Resources exhausted"
msgid "Resources exhausted in LCUP"
msgstr "Вичерпано ресурси у LCUP"
-#| msgid "Protocol violation"
msgid "Security violation in LCUP"
msgstr "Порушення захисту у LCUP"
-#| msgid "Invalid state"
msgid "Invalid data in LCUP"
msgstr "Некоректні дані у LCUP"
-#| msgid "Unsupported certificate"
msgid "Unsupported scheme in LCUP"
msgstr "Непідтримувана схема у LCUP"
-#| msgid "Card reset required"
msgid "Reload required in LCUP"
msgstr "Потрібне перезавантаження у LCUP"
-#| msgid "Success"
msgid "LDAP cancelled"
msgstr "LDAP скасовано"
-#| msgid "Not operational"
msgid "No LDAP operation to cancel"
msgstr "Немає дії LDAP для скасовування"
-#| msgid "Not operational"
msgid "Too late to cancel LDAP"
msgstr "Запізно для скасовування LDAP"
-#| msgid "Not an IPC server"
msgid "Cannot cancel LDAP"
msgstr "Не вдалося скасувати LDAP"
-#| msgid "Decryption failed"
msgid "LDAP assertion failed"
msgstr "Помилка оцінки LDAP"
msgid "Proxied authorization denied by LDAP"
msgstr "Уповноваження за допомогою проксі заборонено LDAP"
msgid "User defined error code 1"
msgstr "Визначений користувачем код помилки 1"
msgid "User defined error code 2"
msgstr "Визначений користувачем код помилки 2"
msgid "User defined error code 3"
msgstr "Визначений користувачем код помилки 3"
msgid "User defined error code 4"
msgstr "Визначений користувачем код помилки 4"
msgid "User defined error code 5"
msgstr "Визначений користувачем код помилки 5"
msgid "User defined error code 6"
msgstr "Визначений користувачем код помилки 6"
msgid "User defined error code 7"
msgstr "Визначений користувачем код помилки 7"
msgid "User defined error code 8"
msgstr "Визначений користувачем код помилки 8"
msgid "User defined error code 9"
msgstr "Визначений користувачем код помилки 9"
msgid "User defined error code 10"
msgstr "Визначений користувачем код помилки 10"
msgid "User defined error code 11"
msgstr "Визначений користувачем код помилки 11"
msgid "User defined error code 12"
msgstr "Визначений користувачем код помилки 12"
msgid "User defined error code 13"
msgstr "Визначений користувачем код помилки 13"
msgid "User defined error code 14"
msgstr "Визначений користувачем код помилки 14"
msgid "User defined error code 15"
msgstr "Визначений користувачем код помилки 15"
msgid "User defined error code 16"
msgstr "Визначений користувачем код помилки 16"
msgid "System error w/o errno"
msgstr "Системна помилка без номера"
msgid "Unknown system error"
msgstr "Невідома системна помилка"
msgid "End of file"
msgstr "Кінець файла"
msgid "Unknown error code"
msgstr "Помилка з невідомим кодом"
#, c-format
msgid "Usage: %s GPG-ERROR [...]\n"
msgstr "Користування: %s ПОМИЛКА-GPG [...]\n"
#, c-format
msgid "%s: warning: could not recognize %s\n"
msgstr "%s: попередження: не вдалося розпізнати %s\n"
#, fuzzy
#~| msgid "Resources exhausted"
#~ msgid "LCUP Resources exhausted"
#~ msgstr "Вичерпано ресурси"
#, fuzzy
#~| msgid "Invalid data"
#~ msgid "LCUP Invalid data"
#~ msgstr "Некоректні дані"
#, fuzzy
#~| msgid "Decryption failed"
#~ msgid "Assertion failed in lDAP"
#~ msgstr "Спроба розшифрування зазнала невдачі"
#, fuzzy
#~| msgid "General error"
#~ msgid "LDAP Other general error"
#~ msgstr "Загальна помилка"
#, fuzzy
#~| msgid "dirmngr error"
#~ msgid "Encoding error"
#~ msgstr "Помилка dirmngr"

File Metadata

Mime Type
text/x-diff
Expires
Thu, Feb 26, 6:40 PM (14 h, 52 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a4/c0/292b4db3ab42fb9d576c136d0d9f

Event Timeline