| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
into full paths using $HOME if possible, or getpwuid/getpwnam if
necessary. (make_filename): Use it here.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
algorithms.
* keyedit.c (sign_uids): Don't request a signing key to make a
certification.
* keygen.c (do_add_key_flags): Force the certify flag on for all
primary keys, as the spec requires primary keys must be able to
certify (if nothing else, which key is going to issue the user ID
signature?) (print_key_flags): Show certify flag. (ask_key_flags,
ask_algo): Don't allow setting the C flag for subkeys.
* keyid.c (usagestr_from_pk), getkey.c (parse_key_usage): Distinguish
between a sign/certify key and a certify-only key.
|
| |
| |
| |
| |
| | |
Suggested by Michael Schierl.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
exact-email. (classify_ks_search): Mimic the gpg search modes instead
with *, =, <, and @.
* gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Call them
here. Suggested by Jason Harris.
|
| |
| |
| |
| |
| |
| |
| | |
import-clean, --status-file, --logger-file, --attribute-file,
--passphrase-file, --passphrase, and --command-file. Comment out the
"+word match" selection syntax since it isn't supported.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* main.h, misc.c (path_access): New. Same as access() but does a PATH
search like execlp.
* keyserver.c (curl_can_handle): Removed. Replaced by...
(curl_cant_handle): We are now relying on curl as the handler of last
resort. This is necessary because PGP LDAP and curl LDAP are apples
and oranges. (keyserver_typemap): Only test for ldap and ldaps.
(keyserver_spawn): If a given handler is unusable (as determined by
path_access()) then try gpgkeys_curl.
|
| |
| |
| |
| |
| | |
Minor cleanup to use bitfield flags instead of a bunch of integers.
|
| |
| |
| |
| |
| | |
to make switching from PGP command line to GPG easier.
|
| |
| |
| |
| |
| |
| |
| |
| | |
samples since it is being shut down.
* getkey.c (classify_user_id): Disable the '.' and '+' search modes
since they aren't supported yet.
|
| |
| |
| |
| |
| |
| |
| |
| | |
The last of exact-name and exact-email overrides the earlier.
* gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here to
do a name-only search.
|
| |
| |
| |
| |
| |
| | |
* gpgkeys_ldap.c (search_key): Use it here to escape reserved characters
in searches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
exact-email.
* gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here
to do an email-only search.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
--passphrase command line option. Only useful in very special
circumstances.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
search towards the given path for includes and libraries. Noted
by Jason Harris.
* Makefile.am: Distribute tar-ustar.m4.
* libcurl.m4: If a PATH is given to --with-libcurl, look for
curl-config in that path. Bias directory search towards the given
path for includes and libraries.
|
| |
| |
| |
| |
| |
| | |
so that gpg can get the key from DNS. This helps with opportunistic
encryption. No integration with the trust modell yet.
|
| |
| |
| |
| |
| | |
with spaces work properly.
|
| |
| |
| |
| |
| | |
file. Noted by Michael Schierl.
|
| |
| |
| |
| |
| | |
Noted by Michael Schierl.
|
| |
| |
| |
| |
| | |
we start our tree with one.
|
| | |
|
| |
| |
| |
| |
| | |
can then delete) to start the tree.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
version of curl (or curl-shim) when debug is set.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
report that it can handle it, and we don't want it to.
|
| |
| |
| |
| |
| | |
default. Add --enable-old-keyserver-helpers to not use curl.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
saved codeset.
(agent_open): Add arg ORIG_CODESET and switch back to it in case
of error. Changed all callers.
* zh_TW.po, fr.po, cs.po: Updated.
|
| | |
|
| |
| |
| |
| |
| |
| | |
match key expiry unless --ask-cert-expire is set. Suggested by Peter
Palfrader.
|
| | |
|
| |
| |
| |
| |
| |
| | |
* g10.c, options.h: New option --exit-on-status-write-error.
* status.c (write_status_text): Make use of this option.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to enable the uid walking when signing a key with no uids specified to
sign.
* keylist.c (list_keyblock_print): Fix silly typo. Noted by Greg
Sabino Mullane.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
protocols we handle. Directly pass them to curl or fake-curl and see if
an error comes back.
* curl-shim.h, curl-shim.c (handle_error), ksutil.c (curl_err_to_gpg_err):
Add support for CURLE_UNSUPPORTED_PROTOCOL in fake curl.
* Makefile.am: Don't need -DFAKE_CURL any longer since it's in config.h.
|
| |
| |
| |
| |
| |
| |
| |
| | |
to see if it can handle a particular protocol. (keyserver_typemap): Call
it here.
* Makefile.am: Pull in libcurl for curl_version_info() if used.
|
| | |
|
| | |
|