aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * longlong.h: Remove space between \ and newline. gcc is complaining.David Shaw2002-08-242-2/+7
|
* * sig-check.c (do_check, do_check_messages): Emit the usual sig warningsDavid Shaw2002-08-233-9/+26
| | | | | | | | even for cached sigs. This also serves to protect against missing a sig expiring while cached. * getkey.c (merge_selfsigs_main): Don't check UID self-sigs twice.
* * faq.raw: Updated. New Maintainer is David D. Scribner.Werner Koch2002-08-232-393/+484
|
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-2341-8/+8463
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* * gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw2002-08-222-4/+10
|
* * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys intoDavid Shaw2002-08-226-113/+110
| | | | | | | | | | | | | | chk_self_sigs. This improves efficiency as the same signatures are not checked multiple times. Clarify when a subkey is revoked (any revocation signature, even if it is dated before the binding signature). * getkey.c (merge_selfsigs_subkey): Subkey revocation comments. * keylist.c (list_one): Stats are only for public key listings. * g10.c (main), options.skel: Default should be include-revoked for keyserver operations.
* * query.c (agent_askpin): Provide the default desc text dependingNEWPG-0-9-1Werner Koch2002-08-223-5/+14
| | | | | | on the pininfo. Do the basic PIN verification only when min_digist is set.
* * import.c (print_imported_summary): Cleaned up. Print newWerner Koch2002-08-213-20/+72
| | | | | | | | | not_imported value. (check_and_store): Update non_imported counter. (print_import_problem): New. (check_and_store): Print error status message. * server.c (get_status_string): Added STATUS_IMPORT_PROBLEM.
* * errors.h: Added STATUS_IMPORT_PROBLEM.Werner Koch2002-08-212-0/+5
|
* * import.c (import_print_stats): Print new non_imported counterWerner Koch2002-08-212-3/+14
| | | | | which is currently not used becuase we terminate on errors.
* * query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0Werner Koch2002-08-216-27/+37
| | | | | | | | | | | (agent_get_passphrase): Ditto. * Makefile.am: Renamed the binary protect-tool to gpg-protect-tool. * protect-tool.c: Removed the note about internal use only. * gpg-agent.c (main): New option --daemon so that the program is not accidently started in the background.
* use setlocale().Werner Koch2002-08-211-3/+3
|
* * scdaemon.c (main): New option --daemon so that the program isWerner Koch2002-08-212-4/+18
| | | | | not accidently started in the background.
* * vasprintf.c: Hack to handle NULL for %s.Werner Koch2002-08-212-2/+13
|
* * divert-scd.c (getpin_cb): Pass a more descritive text to theWerner Koch2002-08-215-19/+47
| | | | | | | | | | | pinentry. * Makefile.am: Renamed the binary protect-tool to gpg-protect-tool. * protect-tool.c: Removed the note about internal use only. * gpg-agent.c (main): New option --daemon so that the program is not accidently started in the background.
* * options.skel: Document no-include-attributes for keyserver-options.David Shaw2002-08-202-8/+17
|
* * gpgsm.c (main): Use the log file only in server mode.Werner Koch2002-08-206-31/+155
| | | | | | | | | | * import.c (print_imported_summary): New. (check_and_store): Update the counters, take new argument. (import_one): Factored out core of gpgsm_import. (gpgsm_import): Print counters. (gpgsm_import_files): New. * gpgsm.c (main): Use the new function for import.
* * DETAILS: Clarify that trust letters 'q' and '-' can be treatedDavid Shaw2002-08-203-6/+25
| | | | | | | identically. * gpg.sgml: Document --ignore-mdc-error.
* * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments.David Shaw2002-08-207-4/+39
| | | | | | | | | * export.c (do_export_stream): Fix noop bug in exporting sensitive revocation keys. * pkclist.c (do_edit_ownertrust): Comment out the option for showing trust paths until it can be implemented.
* * gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code fromDavid Shaw2002-08-193-12/+20
| | | | | | | | g10/hkp.c. * gpgkeys_ldap.c (get_key): Fix cosmetic URL display problem (extra ":" at the end).
* * NEWS: Document new ways to enable MDC, and change in automaticDavid Shaw2002-08-193-1/+22
| | | | | | | compression disabling. * configure.ac: No such thing as the "none" random gather any longer.
* Short note about interactive and import.Werner Koch2002-08-191-0/+3
|
* * getkey.c (get_user_id_native): Renamed to ..Werner Koch2002-08-1911-38/+120
| | | | | | | | | | | | (get_user_id_printable): this. Filter out all dangerous characters. Checked all usages. (get_user_id_string_native): Renamed to.. (get_user_id_string_printable): this. Filter out all dangerous characters. Checked all usages. * keyedit.c (show_basic_key_info): New. * keylist.c (print_fingerprint): New mode 3. * import.c (import_one): Use new function to display the user ID.
* 2002-08-16 Timo Schulz <[email protected]>Timo Schulz2002-08-183-1/+26
| | | | | | | | | * g10.c (main): enable opt.interactive. * import.c (import_one): Ask the user if the key shall be imported when the interactive mode is used. Useful to extract selected keys from a file.
* Made it compile.Werner Koch2002-08-163-6/+6
|
* * call-scd.c (learn_status_cb): Handle CERTINFO status.Werner Koch2002-08-166-36/+168
| | | | | | | | (agent_card_learn): Add args for certinfo cb. * learncard.c (release_certinfo,certinfo_cb): New. (send_cert_back): New. With factored out code from .. (agent_handle_learn): here. Return certinfo stuff.
* * assuan.h: Renamed Bad_Certificate_Path to Bad_Certificate_Chain.Werner Koch2002-08-162-1/+5
|
* Renamed an error code.Werner Koch2002-08-163-3/+3
|
* * scdaemon.c: Include i18n.h.Werner Koch2002-08-167-4/+148
| | | | | | | | | | | | | | * card-common.h (struct p15_private_s): Forward declaration. Add it to card_ctx_s. * card.c (card_close): Make sure private data is released. (card_enum_certs): New. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once. (p15_enum_certs): New. (card_p15_bind): Bind new function. * command.c (cmd_learn): Return information about the certificates.
* Renamed some configure flags.Werner Koch2002-08-161-2/+2
|
* *** empty log message ***Werner Koch2002-08-161-773/+0
|
* * certpath.c: Renamed to ..Werner Koch2002-08-164-5/+7
| | | | | | * certchain.c: this. Renamed all all other usages of "path" in the context of certificates to "chain".
* * call-agent.c (learn_cb): Special treatment when the issuerWerner Koch2002-08-1612-58/+69
| | | | | certificate is missing.
* * card-common.h (struct p15_private_s): Forward declaration. AddWerner Koch2002-08-165-17/+83
| | | | | | | | | it to card_ctx_s. * card.c (card_close): Make sure private data is released. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once.
* Removed a leftover conflict indicator.Werner Koch2002-08-161-1/+0
|
* * seckey-cert.c: Workaround to allow decryption of v3 keys createdWerner Koch2002-08-162-0/+31
| | | | | with a bug in the mpi_get_secure_buffer.
* * hkp.c (parse_hkp_index): Properly handle really large keys (5 digit keyDavid Shaw2002-08-142-4/+9
| | | | | length) in HKP searches.
* * encode.c (encode_simple): Fix problem with using compression algo 2 andDavid Shaw2002-08-135-47/+114
| | | | | | | | | | | | | | | | | | symmetric compressed files. * encode.c (encode_simple, encode_crypt): If we are not using a MDC, compress even if a file is already compressed. This is to help against the chosen ciphertext attack. * pkclist.c (select_algo_from_prefs): Fix requested algorithm bug so the request succeeds even if the requested algorithm is not the first found. * cipher.c (write_header), encode.c (use_mdc, encode_simple, encode_crypt, encrypt_filter), g10.c (main): Be more eager to use a MDC. We use a MDC if the keys directly support it, if the keys list AES (any) or TWOFISH anywhere in the prefs, or if the cipher chosen does not have a 64 bit blocksize.
* * cipher.h: Add AES aliases for RIJNDAEL algo numbers.David Shaw2002-08-132-3/+10
|
* * mpicoder.c (do_get_buffer): Don't remove leading zeros if theWerner Koch2002-08-132-6/+14
| | | | | MPI is marked as protected.
* * cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMYWerner Koch2002-08-122-5/+17
| | | | | is defined. It should only be defined for hard core debugging.
* Minor changes for gettextNEWPG-0-3-10Werner Koch2002-08-1010-5/+19
|
* * keylist.c (list_cert_colon): Print the short fingerprint in theWerner Koch2002-08-106-15/+53
| | | | | | | | key ID field. * fingerprint.c (gpgsm_get_short_fingerprint): New. * verify.c (gpgsm_verify): Print more verbose info for a good signature.
* * keybox-search.c (blob_cmp_fpr_part): New.Werner Koch2002-08-102-10/+45
| | | | | (has_short_kid, has_long_kid): Implemented.
* * decrypt.c (prepare_decryption): Hack to detected alreadyWerner Koch2002-08-092-25/+36
| | | | | unpkcsedone keys.
* Tweaked the build system so that make distcheck finanly said WellWerner Koch2002-08-098-43/+67
| | | | | Done.
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-094-3/+246
|
* Minor fixesWerner Koch2002-08-097-29/+60
|
* * gpgsm.c (emergency_cleanup): New.Werner Koch2002-08-098-225/+321
| | | | | | | | (main): Initialize the signal handler. * sign.c (gpgsm_sign): Reset the hash context for subsequent signers and release it at the end.
* * card.c (card_get_serial_and_stamp): Use the tokeinfo serialWerner Koch2002-08-095-52/+158
| | | | | number as a fallback. Add a special prefix for serial numbers.