| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
* openfile.c (copy_options_file): Changed name of created file.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Prepared release.
|
| |
|
|
|
|
|
|
|
| |
* es.po, et.po, fr.po, gl.po, id.po, it.po, ja.po, tr.po: Updated
from TP site.
* ca.po: New from TP site.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* mpicoder.c: Add a '\n' to all log_bug functions.
|
| |
|
|
|
|
|
| |
when specified by fingerprint. Suggested by Enzo Michelangeli.
|
|
|
|
|
| |
[email protected].
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(--import/export-options may be used as well). Document --import-options
and --export-options with their various options. --show-photos now works
during signature verification as well. Document --exec-path. Note in
--simple-sk-checksum that the passphrase must be changed for this to take
effect. Note that --pgp7 does not disable MDC. Document
--no-mdc-warning.
|
| |
|
|
|
|
|
|
|
|
|
| |
decryption failed error if a MDC does not verify. Warn if a MDC is not
present (can disable via --no-mdc-warning).
* exec.c (exec_write), g10.c (main), keyserver.c (keyserver_spawn): Use
new DISABLE_KEYSERVER_PATH rather than FIXED_EXEC_PATH.
|
|
|
|
|
| |
--disable-keyserver-path
|
| |
|
|
|
|
|
| |
at all.
|
|
|
|
|
|
|
|
| |
user can revoke sigs from particular uids only.
* keylist.c (list_keyblock_print): Don't display expired uids in
--list-keys unless -v and not --list-sigs (just like revoked uids).
|
|
|
|
|
|
|
| |
"setpref" that a list of available algorithms can be printed with "gpg -v
--version". Note in "updpref" that we don't select keys via attribute
uids, so preferences there will be ignored.
|
|
|
|
|
| |
"WARNING"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
i386-openbsd files. OpenBSD (at least until version 3.1) has an older
assembler that won't work with the files in i386.
|
|
|
|
|
|
| |
version 3.1) has an older assembler that won't work with the files in
i386.
|
|
|
|
|
|
|
|
|
|
|
|
| |
delete_inv_parts), g10.c (main): New import-option
"repair-hkp-subkey-bug", which repairs as much as possible the HKP
mangling multiple subkeys bug. It is on by default for keyserver
receives, and off by default for regular --import.
* main.h, import.c (import, import_one, delete_inv_parts), hkp.c
(hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver import
options when doing keyserver receives.
|
|
|
|
|
|
|
|
| |
keyserver.c (keyserver_spawn): If the user does not use "exec-path",
completely replace $PATH with GNUPG_LIBEXECDIR before calling the
keyserver helper. If the user does use "exec-path", append
GNUPG_LIBEXECDIR after the specified path.
|
| |
|
|
|
|
|
| |
SUBST for Makefiles.
|
| |
|
| |
|
|
|
|
|
| |
the sake of modern compilers. Suggested by Marco Parrone.
|
|
|
|
|
|
| |
disk performance structure and increase it to the size required by
W2000.
|
| |
|
|
|
|
|
|
| |
* photoid.c (get_default_photo_command): Also use __MINGW32__
instead of HAVE_DOSISH_SYSTEM.
|
|
|
|
|
| |
offset problem with reversed ("no-") meanings.
|
|
|
|
|
| |
if found in the userid section of the key.
|
|
|
|
|
|
|
|
| |
(bad/missing binding sig) are also invalid.
* keylist.c (print_fingerprint): Show the primary as well as the secondary
key fingerprint in modes 1 & 2.
|
|
|
|
|
|
| |
* configure.ac: Replace the 'c:/' variables with 'c:\' due
to the fact we already use '\' in the remaining code.
|
|
|
|
|
|
|
|
|
|
|
|
| |
delete_inv_parts), keyserver.c (parse_keyserver_options): add new
--import-options option. The only current flag is "allow-local-sigs".
* g10.c (main): Don't disable MDC in pgp7 mode.
* options.h, g10.c (main), keyserver.c (parse_keyserver_options): Remove
old keyserver-option include-attributes now that there is an export-option
for the same thing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
g10.c (main): add new --export-options option. Current flags are
"include-non-rfc", "include-local-sigs", "include-attributes", and
"include-sensitive-revkeys".
* options.h, hkp.c (hkp_export), keyserver.c (parse_keyserver_options,
keyserver_spawn): try passing unknown keyserver options to export options,
and if successful, use them when doing a keyserver --send-key.
* build-packet.c (build_sig_subpkt): We do not generate
SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
|
|
|
|
|
|
|
|
| |
sensitive revkeys along with the revocation sig itself.
* keyserver.c (parse_keyserver_options): Simpler implementation that can
skip one pass over the options.
|
|
|
|
|
| |
(lock_all, unlock_all): Implemented.
|
|
|
|
|
|
|
|
|
|
| |
* gpgsm.c: Made --delete-key work.
* server.c (cmd_delkeys): New.
(register_commands): New command DELKEYS.
* decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is
used and a STATUS_ERROR with the algorithm oid.
|