| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The asymmetric quotes used by GNU in the past (`...') don't render
nicely on modern systems. We now use two \x27 characters ('...').
The proper solution would be to use the correct Unicode symmetric
quotes here. However this has the disadvantage that the system
requires Unicode support. We don't want that today. If Unicode is
available a generated po file can be used to output proper quotes. A
simple sed script like the one used for en@quote is sufficient to
change them.
The changes have been done by applying
sed -i "s/\`\([^'\`]*\)'/'\1'/g"
to most files and fixing obvious problems by hand. The msgid strings in
the po files were fixed with a similar command.
|
|
|
|
|
| |
Still one problem left; marked with a gcc #warning.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* curl-shim.h (curl_version): No need to provide a version for
curl-shim as it always matches the GnuPG version.
* gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl
we're using as part of --version.
* gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c
(show_help): Document --version.
|
|
|
|
|
| |
Registry key is not anymore required. Helpfiles are not properly located.
|
|
|
|
|
| |
Add copyright notices.
|
|
|
|
|
| |
Removed intl/.
|
|
|
|
|
|
|
| |
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
|
|
|
|
|
|
|
|
| |
* gpgkeys_ldap.c (send_key): Missing a free().
* curl-shim.c (curl_easy_perform): Some debugging items that may be
handy.
|
|
|
|
|
| |
Made readline support work.
|
| |
|
| |
|
|
|
|
| |
'GNUPG-1-9-BRANCH'.
|
|
|
|
|
|
| |
(printquoted): Use %-encoding instead of \-encoding. (search_key): Use new
keyserver key listing format.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* gpgkeys_ldap.c (send_key): Removed non-constant initializers.
|
|
|
|
|
|
| |
search_key, main): Some minor error reporting enhancements for use with
GPA (show reasons for KEY FAILED).
|
|
|
|
|
| |
using variables as array initializers.
|
|
|
|
|
|
|
|
| |
g10/hkp.c.
* gpgkeys_ldap.c (get_key): Fix cosmetic URL display problem (extra ":" at
the end).
|
| |
|
|
|
|
|
| |
string to determine whether to use pgpKey or pgpKeyV2.
|
|
|
|
|
| |
as a URI, but only if verbose.
|
|
|
|
|
|
|
|
|
|
|
| |
unparseable HKP response.
* gpgkeys_hkp.c (main): Warn on honor-http-proxy, broken-http-proxy, and
include-subkeys (not supported yet).
* gpgkeys_ldap.c (main), gpgkeys_hkp.c (http_connect, main): Fix some
shadowing warnings.
|
|
|