| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
Suggested by Brian Gladman.
* fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po
* zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated.
* zh_CN.po: Hack to fix a format string mismatch.
* sk.po: Corrrected a format string.
* de.po: Fixed a few fuzzys and 1 untranslated messages
|
|
|
|
|
|
| |
I. Shajdo - need tocheck this first though and figure out how to properly
install alternate man pages.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
appropriate to strip policy and notations when remaking a sig. That
should only happen when specifically requested by the user.
|
|
|
|
|
| |
--symmetric messages.
|
|
|
|
|
|
|
| |
hash algorithm before we try to generate a passphrase using it. This
prevents hitting BUG() when generating a passphrase using a hash that we
don't have.
|
|
|
|
|
|
| |
expired user IDs. Also, once we've established that a given uid cannot or
will not be signed, don't continue to ask about each sig.
|
|
|
|
|
|
| |
* gpg.sgml: Clarify include-revoked a bit to note that keyservers might
not be accurate.
|
|
|
|
|
| |
New status tags PLAINTEXT and PLAINTEXT_LENGTH.
|
| |
|
| |
|
|
|
|
|
|
| |
received it within 17 minutes after sending out the notice to the
translators (and there are even uucp polling delays).
|
|
|
|
|
| |
successfully before we try and use it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
tweaks for --simple-sk-checksum (Debian 251795).
|
|
|
|
|
|
|
|
| |
continuing confusion and make room for possible changes in devel.
* parse-packet.c (parse_plaintext): Show the hex value for the literal
packet mode since it may not be printable.
|
| |
|
| |
|
|
|
|
|
|
| |
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a sed
expression.
|
|
|
|
|
| |
out when remaking a self-signature. Noted by Atom Smasher.
|
|
|
|
|
|
|
| |
close the files.
(do_generate_keypair): Create the secret key file using safe
permissions. Noted by Atom Smasher.
|
|
|
|
|
|
|
| |
* gpg.sgml: Document --no-use-embedded-filename and --min-cert-level.
* gpgv.sgml: Removed leftover </para>.
|
|
|
|
|
| |
large files in the same way as in encode.c.
|
|
|
|
|
|
| |
--charset applies to informational strings and does not recode messages
themselves.
|
|
|
|
|
| |
--no-default-keyring.
|
|
|
|
|
| |
Reported by Todd Vierling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
backsigs.
* getkey.c (merge_selfsigs_subkey): Find 0x19 backsigs on subkey selfsigs
and verify they are valid. If DO_BACKSIGS is not defined, fake this as
always valid.
* packet.h, parse-packet.c (parse_signature): Make parse_signature
non-static so we can parse 0x19s in self-sigs.
* main.h, sig-check.c (check_backsig): Check a 0x19 signature.
(signature_check2): Give a backsig warning if there is no or a bad 0x19
with signatures from a subkey.
|
|
|
|
|
| |
can_handle_critical): Parse and display 0x19 signatures.
|
|
|
|
|
| |
"hkp". They are not the same thing.
|
|
|
|
|
|
|
|
|
|
|
|
| |
of signing subkeys. Currently disabled. (write_keybinding): Call it here,
for signing subkeys only.
* sign.c (make_keysig_packet): Allow generating 0x19 signatures (same as
0x18 or 0x28, but used for backsigs).
* packet.h, build-packet.c (build_sig_subpkt): Add new SIGSUBPKT_SIGNATURE
type for embedded signatures.
|
|
|
|
|
| |
optional. Document --bzip2-decompress-lowmem.
|
|
|
|
|
|
|
|
| |
* plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that
requires end of line conversion. This is being considered for a UTF8 text
packet. If this doesn't take place, no major harm done. If it does take
place, we'll get a jump on starting the changeover.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
user ID so the new ID gets validity set. Reported by Owen Taylor.
|
|
|
|
|
|
|
| |
(packet header indicates a size larger than the actual packet) encrypted
data packets when not compressing and using a filename longer than 255
characters.
|
|
|
|
|
|
| |
--bzip2-decompress-lowmem since we do handle receiving a bzip2 message on
the stable branch.
|
|
|
|
|
|
| |
primary warning for subkey expiration changes. These cannot reorder
primaries.
|
|
|
|
|
|
|
|
|
| |
which self-sig we actually chose.
* keyedit.c (menu_expire, menu_set_primary_uid, menu_set_preferences): Use
it here to avoid updating non-used self-sigs and possibly promoting an old
self-sig into consideration again.
|
|
|
|
|
|
| |
Keep track of the unprotected subkey secret key so we can make a backsig
with it.
|
|
|
|
|
|
|
| |
generate_subkeypair): New is_subkey argument to set whether a generated
key is a subkey. Do not overload the ret_sk. This is some early cleanup
to do backsigs for signing subkeys.
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the first time.
* build-packet.c (do_comment, do_user_id): Try for a headerlen of 2 since
that's the smallest and most likely encoding for these packets
* keyedit.c (menu_addrevoker): Allow appointing a subkey as a designated
revoker if the user forces it via keyid!, so long as the subkey can
certify. Also use the proper date string when prompting for confirmation.
|
|
|
|
|
| |
with a 5-byte length that happens to be zero.
|