| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
designated revoker means "sensitive", not "local". It's exportable under
the right circumstances.
* main.h, options.h, export.c (do_export_stream), g10.c (main), hkp.c
(hkp_export), keyserver.c (keyserver_spawn: Add a flag to skip attribute
packets and their signatures while exporting. This is to accomodate
keyservers (pksd again) that choke on attributes. Use keyserver-option
"include-attributes" to control it. This defaults to ON (i.e. don't
skip).
|
|
|
|
|
| |
string to determine whether to use pgpKey or pgpKeyV2.
|
|
|
|
|
|
|
|
|
| |
keyserver_work), hkp.c (hkp_ask_import, hkp_export, hkp_search): Use a
much more strict reading of RFC-2396 for the keyserver URIs. Specifically,
don't try and be smart about checking the value of ":port" so long as it
is all digits, and properly handle opaque data (those scheme specific
parts that do not start with "//").
|
|
|
|
|
|
|
|
|
|
| |
elegantly if there is no email address to send to. Show the GnuPG version
in the message body.
----------------------------------------------------------------------
gpgkeys_mailto.in CVS:
----------------------------------------------------------------------
|
|
|
|
|
|
| |
another MTA. We can use anything that follows the "$MAILPROG -t"
convention.
|
|
|
|
|
|
| |
that we don't run into an endless loop when reading a directory.
Noted by Andrew Suffield.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FIXED_PHOTO_VIEWER and DISABLE_PHOTO_VIEWER.
* mainproc.c (check_sig_and_print): Use --show-photos to show photos when
verifying a sig made by a key with a photo.
* keyserver.c (parse_keyserver_uri): Properly parse a URI with no :port
section and an empty file path, but with a terminating '/'.
(keyserver_work): Honor DISABLE_KEYSERVER_HELPERS.
* hkp.c (hkp_ask_import): Display keyserver URI as a URI, but only if
verbose.
* exec.c, g10.c: USE_EXEC_PATH -> FIXED_EXEC_PATH
|
|
|
|
|
| |
--with-exec-path and --with-photo-viewer.
|
|
|
|
|
| |
as a URI, but only if verbose.
|
| |
|
|
|
|
|
|
|
|
|
| |
--disable-keyserver-helpers, --enable-exec-path, and --with-photo-viewer.
* configure.ac: Add --with-photo-viewer to lock the viewer at compile time
and --disable-keyserver-helpers and --disable-photo-viewers to allow
disabling one without disabling the other.
|
|
|
|
|
|
|
|
| |
arguments when using assuan.
* server.c (cmd_recipient): No more need for extra blank in constants.
* import.c (print_imported_status): Ditto.
* gpgsm.c (main): Ditto.
|
|
|
|
|
| |
fixed value.
|
|
|
|
|
|
| |
USE_EXEC_PATH is defined at compile time, use it to lock the exec-path and
not allow the user to change it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
use the original keyserver URI for cosmetics rather than trying to
recreate it when needed.
* mainproc.c (check_sig_and_print): Properly disregard expired uids.
Make sure that the first uid listed is a real uid and not an attribute
(attributes should only be listed in the "aka" section). When there are
no valid textual userids, try for an invalid textual userid before using
any attribute uid.
|
|
|
|
|
| |
the fingerprint.
|
|
|
|
|
| |
warning.
|
|
|
|
|
|
|
|
|
|
|
|
| |
all callers.
* call-agent.c (learn_cb): Print info message only for real imports.
* import.c (gpgsm_import): Moved duplicated code to ...
(check_and_store): new function. Added magic to import the entire
chain. Print status only for real imports and moved printing code
to ..
(print_imported_status): New.
|
|
|
|
|
|
|
|
| |
call in very verbose mode.
* gpgsm.c (main): Use the same error codes for STATUS_INV_RECP as
with the server mode.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
viewers for Win32 since they are the defaults now.
* parse-packet.c (make_attribute_uidname), keylist.c (dump_attribs): Fix
two typecast warnings.
|
|
|
|
|
|
| |
mkdtemp.c (mkdtemp), photoid.c (parse_image_header): Fix some signedness
compiler warnings.
|
| |
|
| |
|
|
|
|
|
|
| |
* README: Marked as development version and moved most stuff of
the old INSTALL file to here.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
build the texi vesions of the manual pages anymore automatically.
|
|
|
|
|
| |
entry descriptions.
|
| |
|
|
|
|
|
|
| |
HAVE_DOSISH_SYSTEM is also set for OS/2 and plain DOS. Provide
constant missing in older mingw installations.
|
|
|
|
|
| |
include gpgv.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(HAVE_DEV_RANDOM_IOCTL): Removed test for it; it was never used.
* BUGS, AUTHORS: Add a note on how to send security related bug
reports.
|
|
|
|
|
|
| |
was never used and the configure test did set the wrong macro
anyway.
|
|
|
|
|
| |
shadowing warning.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* certpath.c (find_up): Try to retrieve an issuer key from an
external source and from the ephemeral key DB.
(find_up_store_certs_cb): New.
* keydb.c (keydb_set_ephemeral): Does now return the old
state. Call the backend only when required.
* call-dirmngr.c (start_dirmngr): Use GNUPG_DEFAULT_DIRMNGR.
(lookup_status_cb): Issue status only when CTRL is not NULL.
(gpgsm_dirmngr_lookup): Document that CTRL is optional.
* call-agent.c (start_agent): Use GNUPG_DEFAULT_AGENT.
|
|
|
|
|
| |
* call-scd.c (start_scd): Use GNUPG_DEFAULT_SCDAEMON.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Certificate.
|
| |
|