- Mar 15, 2005
-
-
Werner Koch authored
-
- Mar 14, 2005
-
-
Werner Koch authored
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New.
-
Werner Koch authored
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
-
- Mar 11, 2005
-
-
Werner Koch authored
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
-
- Mar 10, 2005
-
-
David Shaw authored
alias for http-proxy.
-
David Shaw authored
preventing --delete-secret-and-public-keys from deleting secret keys.
-
Werner Koch authored
earlier.
-
Werner Koch authored
when checking whether a resize is needed.
-
- Mar 07, 2005
-
-
Werner Koch authored
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
-
- Mar 01, 2005
-
-
David Shaw authored
problems on Mingw32.
-
- Feb 24, 2005
-
-
David Shaw authored
from a place where it is useful (i.e. --edit-key and not --sign-key).
-
- Feb 17, 2005
-
-
David Shaw authored
libexec, but calling them in libexec/gnupg.
-
- Feb 16, 2005
-
-
Werner Koch authored
-
Werner Koch authored
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
-
Werner Koch authored
* mk-w32-dist: Create the opt.ini using the available languages.
-
- Feb 15, 2005
-
-
Werner Koch authored
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
-
- Feb 12, 2005
-
-
David Shaw authored
* curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert.
-
- Feb 11, 2005
-
-
David Shaw authored
terms of the current HTTP iobuf API. * gpgkeys_curl.c [FAKE_CURL], Makefile.am: If FAKE_CURL is set, link with the iobuf code rather than libcurl.
-
David Shaw authored
* NEWS: Note Mister/Zuccherato CFB countermeasures.
-
- Feb 10, 2005
-
-
David Shaw authored
regards to the Mister and Zuccherato attack on OpenPGP CFB mode.
-
- Feb 06, 2005
-
-
David Shaw authored
is dirty and --interactive is set, do an --update-trustdb. If not interactive, do a --check_trustdb unless --no-auto-check-trustdb is set. * import.c (import_keys_internal): Moved from here. * keyserver.c (keyserver_refresh): Call it here after all refreshing has happened so that we don't rebuild after each preferred keyserver set of imports, but do one big rebuild at the end. This is Debian bug #293816, noted by Kurt Roeckx.
-
- Feb 05, 2005
-
-
David Shaw authored
regardless of --min-cert-level.
-
David Shaw authored
* gpgkeys_curl.c (main): Make sure the curl handle is cleaned up on failure.
-
David Shaw authored
backsigs code.
-
- Feb 04, 2005
-
-
Werner Koch authored
decent automakes.
-
David Shaw authored
-
- Feb 03, 2005
-
-
David Shaw authored
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
-
- Feb 01, 2005
-
-
David Shaw authored
http_close() calls. Noted by Phil Pennock.
-
David Shaw authored
server set that has some down servers. Noted by Phil Pennock.
-
David Shaw authored
-
David Shaw authored
before the encryption key. This is a partial workaround for a PGP bug (as of this writing, all versions including 8.1), that causes it to try and encrypt to the most recent subkey regardless of whether that subkey is actually an encryption type. In this case, the auth key is an RSA key so it succeeds.
-
- Jan 28, 2005
-
-
David Shaw authored
instead of 0x0000000000000000 for the invalid key ID since all-zeroes is reserved for the anonymous recipient. * keyedit.c (change_passphrase), keygen.c (generate_subkeypair): Fix a string ;)
-
- Jan 27, 2005
-
-
Werner Koch authored
ask for the passphrase. Return an error if the primary key is a plain stub. * keyedit.c (change_passphrase): Don't ever change any stub key. Print a note if a key consists of only stub keys. Reported by Dany Nativel. These are bugs #401 and #402.
-
Werner Koch authored
-
- Jan 26, 2005
-
-
David Shaw authored
address] syntax in keyserver URLs. (keyserver_typemap): Map ftps if we are supporting it.
-
Werner Koch authored
build environment. * mk-w32-dist: Add more support for above.
-
- Jan 25, 2005
-
-
Werner Koch authored
fixed at two places. Why at all didn't I used a goto to cleanup, tsss?
-