| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
menu_addrevoker), keylist.c (list_keyblock_print, print_fingerprint): Show
"T" or the trust depth for trust signatures, and add spaces to some
strings to make room for it.
* packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
parse_signature): Parse trust signature values.
* tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Reserve a byte
for the minimum ownertrust value (for use with trust signatures).
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
used for cipher/hash plugins, and include gpgv, gpgsplit, and the new
gnupg.7 man page.
|
| |
| |
| |
| |
| | |
protocol and program version.
|
| |
| |
| |
| |
| | |
* gpg.sgml: Clarify --force-mdc, and document --disable-mdc.
|
| |
| |
| |
| |
| |
| |
| | |
parse_import_options), g10.c (main): New import-option "convert-sk-to-pk"
to convert a secret key into a public key during import. It is on by
default.
|
| |
| |
| |
| |
| | |
GNUified the indentation style.
|
| |
| |
| |
| |
| | |
has been assigned.
|
| |
| |
| |
| |
| | |
platforms where INTLLIBS is set.
|
| | |
|
| |
| |
| |
| |
| | |
internal regex code or not.
|
| |
| |
| |
| |
| | |
regexec.c: Add new regex files from glibc 2.3.1.
|
|/
|
|
|
|
|
|
|
| |
* keylist.c: (print_pubkey_info): New.
(print_seckey_info): New.
* main.h: Prototypes for the new functions.
* delkey.c (do_delete_key): Use it here.
* revoke.c (gen_desig_revoke): Ditto.
|
| |
|
| |
|
|
|
|
|
|
|
| |
(ALL_LINGUAS): Removed all except for de. During development it
might not be a good idea to keep all of them - they get outdated
too soon and diff files will be far too large.
|
|
|
|
|
| |
due to non-working modules/as. Suggested by Gordon Worley.
|
|
|
|
|
| |
names. Suggested by Simon Josefsson.
|
|
|
|
|
|
| |
be enhanced to also show the current trust level. Suggested by
Florian Weimer.
|
|
|
|
|
| |
how it works with LDAP.
|
|
|
|
|
| |
addresses until one answers for both MINGW32 and not MINGW32.
|
|
|
|
|
| |
before the options file is loaded.
|
| |
|
| |
|
|
|
|
|
|
| |
--pgp2 mode as PGP 2 can't handle the unknown length literal packet.
Reported by Michael Richardson.
|
| |
|
|
|
|
|
|
| |
(parse_hkp_index): Use new keyserver key listing format, and add support
for disabled keys via include-disabled.
|
|
|
|
|
|
| |
(printquoted): Use %-encoding instead of \-encoding. (search_key): Use new
keyserver key listing format.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
show_prompt, keyserver_search_prompt, keyserver_spawn): Go to version 1 of
the keyserver protocol. This is a better design, similar to
--with-colons, that allows for keys with multiple user IDs rather than
using multiple keys. It also matches the machine readable pksd format.
Also use a prettier --search-keys listing format that can fill different
size windows (currently set at 24 lines).
|
| |
|
|
|
|
|
| |
NetBSD. Reported by Christian Biere.
|
|
|
|
|
|
|
|
| |
connected to a file. This is to avoid NetBSD to complain about
set{u,g}id programs invoked with fd 0, 2 closed. Reported by
Cristian Biere.
(start_gatherer): Likewise. Reordered code.
|
|
|
|
|
|
| |
(do_generate_keypair): Use it to print the fingerprint.
(generate_subkeypair): Likewise.
|
| |
|
|
|
|
|
|
| |
Also, do not allow appointing the same revoker twice, and report
ALREADY_SIGNED if the user tries it.
|
|
|
|
|
| |
connect().
|
|
|
|
|
| |
case of error.
|
|
|
|
|
|
|
|
|
|
|
|
| |
each item. (main): Call fail_all from here, as needed. Also add a
NO_MEMORY error in an appropriate place and fix error return code.
(ldap_err_to_gpg_err): Add KEYSERVER_UNREACHABLE.
* gpgkeys_hkp.c (fail_all): New function to unwind a keylist and error
each item. (main): Call fail_all from here. Also add a NO_MEMORY error in
an appropriate place. (get_key): Use new UNREACHABLE error for network
errors.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* keylist.c (print_capabilities): Properly indicate per-key capabilities
of sign&encrypt primary keys that have secret-parts-missing (i.e. no
capabilities at all)
* mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
|
|
|
|
|
|
| |
"LDAPLIBS" variable so users can try and suggest the right dependencies
for their platform.
|
|
|
|
|
|
|
|
|
| |
function as they may not have all their fields filled in.
* sig-check.c (signature_check2): Use new is_primary flag to check rather
than comparing main_keyid with keyid as this still works in the case of a
not fully filled in pk.
|
|
|
|
|
|
|
|
| |
warning.
* passphrase.c (agent_get_passphrase): Fixed signed/unsigned char
problem in %-escaping. Noted by Ingo Kl�cker.
|
|
|
|
|
| |
log_warning severity level from info to error.
|
|
|
|
|
| |
log_info and log_error via log_set_strict.
|
|
|
|
|
|
| |
command which can be switched between log_info and log_error via
log_set_strict.
|
|
|
|
|
|
|
| |
schemes are case-insensitive.
* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
|