aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-05-035-7/+27
| | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together).
* * conventional.test, encrypt.test, encrypt-dsa.test,David Shaw2007-05-035-21/+31
| | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
* 2007-04-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-04-282-0/+7
| | | | | | * passphrase.c (passphrase_to_dek): Write missing passphrase status message in case of cancellation.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-2016-140/+119
|
* * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2007-04-202-12/+82
| | | | | | | | | and all ECDSA sizes. (get_dsa_qbits): New. (pk_algo_from_sexp): A key will never contain ecdsa as algorithm, so remove that.
* sm/Werner Koch2007-04-182-1/+11
| | | | | | * certcheck.c (do_encode_md): Support 160 bit ECDSA.
* * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch2007-04-162-2/+7
| | | | | by Alexander Feigl.
* * gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2007-04-152-23/+28
| | | | | documentation a bit.
* g10/ and sm/Werner Koch2007-04-1315-9/+144
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* * parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2007-04-062-22/+67
| | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here.
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-032-1/+16
| | | | | empty one.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-0310-52/+170
|
* kbx/Werner Koch2007-03-2013-49/+166
| | | | | | | | | | | | | | | | | | | | * keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
* Make gpgconf aware of --p12-charset.Werner Koch2007-03-203-0/+9
|
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-2010-18/+130
| | | | New option --p12-charset.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-194-29/+167
| | | | | was not utf-8 encoded.
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-1914-73/+214
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-1915-272/+723
| | | | | funopen.
* From STABLE-BRANCH-1-4David Shaw2007-03-142-2/+17
| | | | | | | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly.
* From STABLE-BRANCH-1-4David Shaw2007-03-144-6/+45
| | | | | | | | | | * gpgkeys_curl.c (main): Use curl_version_info to verify that the protocol we're about to use is actually available. * curl-shim.h, curl-shim.c (curl_free): Make into a macro. (curl_version_info): New. Only advertises "http" for our shim, of course.
* From STABLE-BRANCH-1-4David Shaw2007-03-102-2/+8
| | | | | | | * http.c (do_parse_uri): Remove the hkp port 11371 detection. We implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded.
* From STABLE-BRANCH-1-4David Shaw2007-03-103-1/+18
| | | | | | | | * gpgkeys_ldap.c (send_key): Missing a free(). * curl-shim.c (curl_easy_perform): Some debugging items that may be handy.
* From STABLE-BRANCH-1-4David Shaw2007-03-103-1/+13
| | | | | | | | * parse-packet.c (parse_signature): It's hex. * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz.
* Add new logo.Werner Koch2007-03-086-7/+2725
|
* Post release version number bumpWerner Koch2007-03-082-2/+6
|
* Well, missed to change the SVN flaggnupg-2.0.3Werner Koch2007-03-083-3/+10
|
* Preparing the 2.0.3 releaseWerner Koch2007-03-0832-16490/+17265
|
* Add extra flushsWerner Koch2007-03-082-1/+16
|
* Fix from 1.4:Werner Koch2007-03-083-5/+23
| | | | | | | | | | * keyedit.c (keyedit_menu): If we modify the keyblock (via fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid.
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-0715-64/+295
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-0613-120/+849
|
* Ported multiple-messages protection.Werner Koch2007-03-0511-37/+112
|
* Add new SVN only file README.maintWerner Koch2007-02-2614-27/+116
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
* UpdatedWerner Koch2007-02-262-2105/+2423
|
* * call-pinentry.c (start_pinentry): Fix for OS X to allow loadingWerner Koch2007-02-202-0/+14
| | | | | of the bundle. Tested by Benjamin Donnachie.
* doc/Werner Koch2007-02-185-2/+20
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* agent/Werner Koch2007-02-147-1/+68
| | | | | | | | | | * gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
* * export.c (do_export_stream): Allow reset-subkey-passwd alongWerner Koch2007-02-142-1/+9
| | | | | with sexp-format.
* Typo fixesWerner Koch2007-02-141-5/+6
|
* Fix for aegypten issue 720Werner Koch2007-02-052-0/+45
|
* Fix for Debian bug 402592Werner Koch2007-02-042-3/+18
|
* Fix NULL pointer dereferencegnupg-2.0.2Werner Koch2007-01-312-1/+3
|
* Updated po files for the releaseWerner Koch2007-01-3127-352/+353
|
* agent/Werner Koch2007-01-312-7/+23
| | | | | | | * command-ssh.c (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-3150-23098/+24903
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-3023-13/+286
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* jnlib/Werner Koch2007-01-256-6/+29
| | | | | | | * stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
* agent/Werner Koch2007-01-255-35/+41
| | | | | * genkey.c (check_passphrase_constraints): Get ngettext call right.
* agent/Werner Koch2007-01-2516-803/+996
| | | | | | | | | | | | | | | | | | | | | | | | | * protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
* * gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw2007-01-183-6/+11
| | | | | exclamation marks have an example. Give examples to the rest.