spelling fixes (underun prefered relase encyption confunder)
[abartlet@samba.org: From Samba debian package at https://salsa.debian.org/samba-team/samba/-/blob/master/debian/patches/heimdal-spelling.patch?ref_type=heads] Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c753ed5b7f
commit
c80c04b235
lib
asn1
base
gssapi/spnego
hx509
krb5
sqlite
po
@ -23,7 +23,7 @@ error_code MIN_CONSTRAINT, "ASN.1 too few elements"
|
||||
error_code MAX_CONSTRAINT, "ASN.1 too many elements"
|
||||
error_code EXACT_CONSTRAINT, "ASN.1 wrong number of elements"
|
||||
error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
|
||||
error_code INDEF_UNDERRUN, "ASN.1 BER indefinte encoding underun"
|
||||
error_code INDEF_UNDERRUN, "ASN.1 BER indefinte encoding underrun"
|
||||
error_code GOT_BER, "ASN.1 got BER encoded when expected DER"
|
||||
error_code INDEF_EXTRA_DATA, "ASN.1 EoC tag contained data"
|
||||
end
|
||||
|
@ -566,7 +566,7 @@ dotype(unsigned char *buf, size_t len, char **argv, size_t *size)
|
||||
"BER indefinte encoding overun", typename);
|
||||
case ASN1_INDEF_UNDERRUN:
|
||||
errx(1, "Could not decode and print data as type %s: "
|
||||
"BER indefinte encoding underun", typename);
|
||||
"BER indefinte encoding underrun", typename);
|
||||
case ASN1_GOT_BER:
|
||||
errx(1, "Could not decode and print data as type %s: "
|
||||
"BER encoding when DER expected", typename);
|
||||
|
@ -701,7 +701,7 @@ heim_auto_release(heim_object_t ptr)
|
||||
}
|
||||
|
||||
if (tls == NULL || (ar = tls->current) == NULL)
|
||||
heim_abort("no auto relase pool in place, would leak");
|
||||
heim_abort("no auto release pool in place, would leak");
|
||||
|
||||
HEIMDAL_MUTEX_lock(&ar->pool_mutex);
|
||||
HEIM_TAILQ_INSERT_HEAD(&ar->pool, p, autorel);
|
||||
|
@ -747,7 +747,7 @@ acceptor_start
|
||||
HEIMDAL_MUTEX_unlock(&ctx->ctx_id_mutex);
|
||||
return gss_mg_set_error_string(GSS_C_NO_OID, GSS_S_NO_CONTEXT,
|
||||
*minor_status,
|
||||
"SPNEGO acceptor didn't find a prefered mechanism");
|
||||
"SPNEGO acceptor didn't find a preferred mechanism");
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1506,7 +1506,7 @@ _hx509_calculate_path(hx509_context context,
|
||||
if (path->len > max_depth) {
|
||||
hx509_cert_free(current);
|
||||
hx509_set_error_string(context, 0, HX509_PATH_TOO_LONG,
|
||||
"Path too long while bulding "
|
||||
"Path too long while building "
|
||||
"certificate chain");
|
||||
return HX509_PATH_TOO_LONG;
|
||||
}
|
||||
|
@ -62,8 +62,8 @@ error_code SIG_INVALID_FORMAT, "Invalid format on signature"
|
||||
error_code OID_MISMATCH, "Mismatch between oids"
|
||||
error_code NO_PROMPTER, "No prompter function defined"
|
||||
error_code SIGNATURE_WITHOUT_SIGNER, "Signature requires signer, but none available"
|
||||
error_code RSA_PUBLIC_ENCRYPT, "RSA public encyption failed"
|
||||
error_code RSA_PRIVATE_ENCRYPT, "RSA private encyption failed"
|
||||
error_code RSA_PUBLIC_ENCRYPT, "RSA public encryption failed"
|
||||
error_code RSA_PRIVATE_ENCRYPT, "RSA private encryption failed"
|
||||
error_code RSA_PUBLIC_DECRYPT, "RSA public decryption failed"
|
||||
error_code RSA_PRIVATE_DECRYPT, "RSA private decryption failed"
|
||||
error_code ALGORITHM_BEST_BEFORE, "Algorithm has passed its best before date"
|
||||
|
@ -1226,7 +1226,7 @@ decrypt_internal_derived(krb5_context context,
|
||||
if (len < checksum_sz + et->confoundersize) {
|
||||
krb5_set_error_message(context, KRB5_BAD_MSIZE,
|
||||
N_("Encrypted data shorter then "
|
||||
"checksum + confunder", ""));
|
||||
"checksum + confounder", ""));
|
||||
return KRB5_BAD_MSIZE;
|
||||
}
|
||||
|
||||
@ -1301,7 +1301,7 @@ decrypt_internal_enc_then_cksum(krb5_context context,
|
||||
if (len < checksum_sz + et->confoundersize) {
|
||||
krb5_set_error_message(context, KRB5_BAD_MSIZE,
|
||||
N_("Encrypted data shorter then "
|
||||
"checksum + confunder", ""));
|
||||
"checksum + confounder", ""));
|
||||
return KRB5_BAD_MSIZE;
|
||||
}
|
||||
|
||||
@ -1383,7 +1383,7 @@ decrypt_internal(krb5_context context,
|
||||
if (len < checksum_sz + et->confoundersize) {
|
||||
krb5_set_error_message(context, KRB5_BAD_MSIZE,
|
||||
N_("Encrypted data shorter then "
|
||||
"checksum + confunder", ""));
|
||||
"checksum + confounder", ""));
|
||||
return KRB5_BAD_MSIZE;
|
||||
}
|
||||
|
||||
@ -1445,7 +1445,7 @@ decrypt_internal_special(krb5_context context,
|
||||
if (len < cksum_sz + et->confoundersize) {
|
||||
krb5_set_error_message(context, KRB5_BAD_MSIZE,
|
||||
N_("Encrypted data shorter then "
|
||||
"checksum + confunder", ""));
|
||||
"checksum + confounder", ""));
|
||||
return KRB5_BAD_MSIZE;
|
||||
}
|
||||
|
||||
|
@ -95906,7 +95906,7 @@ static int vdbeSorterFlushPMA(VdbeSorter *pSorter){
|
||||
** the background thread from a sub-tasks previous turn is still running,
|
||||
** skip it. If the first (pSorter->nTask-1) sub-tasks are all still busy,
|
||||
** fall back to using the final sub-task. The first (pSorter->nTask-1)
|
||||
** sub-tasks are prefered as they use background threads - the final
|
||||
** sub-tasks are preferred as they use background threads - the final
|
||||
** sub-task uses the main thread. */
|
||||
for(i=0; i<nWorker; i++){
|
||||
int iTest = (pSorter->iPrev + i + 1) % nWorker;
|
||||
|
@ -273,7 +273,7 @@ msgstr "Signatur erfordert Unterzeichner, aber keiner verfügbar"
|
||||
#. 073
|
||||
#. 074
|
||||
#: ../lib/hx509/hx509_err.c:84 ../lib/hx509/hx509_err.c:85
|
||||
msgid "RSA public encyption failed"
|
||||
msgid "RSA public encryption failed"
|
||||
msgstr "RSA-Verschlüsselung mit öffentlichem Schlüssel fehlgeschlagen"
|
||||
|
||||
#. 075
|
||||
|
@ -267,7 +267,7 @@ msgstr ""
|
||||
#. 073
|
||||
#. 074
|
||||
#: ../lib/hx509/hx509_err.c:84 ../lib/hx509/hx509_err.c:85
|
||||
msgid "RSA public encyption failed"
|
||||
msgid "RSA public encryption failed"
|
||||
msgstr ""
|
||||
|
||||
#. 075
|
||||
|
@ -325,9 +325,8 @@ msgstr "Verschlüsselungstyp %s ist deaktiviert."
|
||||
msgid "checksum type %s is disabled"
|
||||
msgstr "Prüfsummentyp %s ist deaktiviert."
|
||||
|
||||
# FIXME: s/confunder/confounder/
|
||||
#: lib/krb5/crypto.c:2958
|
||||
msgid "Encrypted data shorter then checksum + confunder"
|
||||
msgid "Encrypted data shorter then checksum + confounder"
|
||||
msgstr "verschlüsselte Daten kürzer als Prüfsumme + Störfaktor"
|
||||
|
||||
#: lib/krb5/crypto.c:3585
|
||||
|
@ -549,7 +549,7 @@ msgid "checksum type %s is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: lib/krb5/crypto.c:2958
|
||||
msgid "Encrypted data shorter then checksum + confunder"
|
||||
msgid "Encrypted data shorter then checksum + confounder"
|
||||
msgstr ""
|
||||
|
||||
#: lib/krb5/crypto.c:3585
|
||||
|
@ -540,7 +540,7 @@ msgid "checksum type %s is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: lib/krb5/crypto.c:2979
|
||||
msgid "Encrypted data shorter then checksum + confunder"
|
||||
msgid "Encrypted data shorter then checksum + confounder"
|
||||
msgstr ""
|
||||
|
||||
#: lib/krb5/crypto.c:3589
|
||||
|
Loading…
x
Reference in New Issue
Block a user