aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-06-08about to release 1.9.9V1-9-9Werner Koch1-1/+1
2004-05-11* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch1-0/+8
(start_connection_thread): Hack to simulate a ticker. * trustlist.c (agent_trustlist_housekeeping) (agent_reload_trustlist): New. Protected all global functions here with a simple counter which is sufficient for Pth. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. (list_cert_colon): Reorganized to be able to tell whether a root certificate is trusted.
2004-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch1-0/+6
(main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-04-30* protect-tool.c: New option --enable-status-msg.Werner Koch1-0/+4
(store_private_key): Print status messages for imported keys. (read_and_unprotect): Ditto for bad passphrase. * import.c (check_and_store): Do not update the stats for hidden imports of issuer certs. (popen_protect_tool): Request statusmessages from the protect-tool. (parse_p12): Detect status messages. Add new arg STATS and update them. (print_imported_summary): Include secret key stats.
2004-04-30* gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch1-0/+6
changing oLogFile. (current_logfile): New. * logging.c (log_set_file): Make sure the log stream will be closed even if the stderr fileno will be assigned to a new socket.
2004-04-26(start_scd): Do not register an event signal if weWerner Koch1-0/+5
are running as a pipe server.
2004-04-21* call-scd.c (start_scd): Send event-signal option. Always checkWerner Koch1-0/+8
that the scdaemon is still running. * gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity.
2004-04-16* gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch1-0/+5
detached. * logging.h (JNLIB_LOG_WITH_PREFIX): Add constants for the flag values. * logging.c (log_set_prefix): New flag DETACHED. (fun_writer): Take care of this flag. (log_test_fd): New.
2004-04-06(main): Use new libgcrypt thread library registerWerner Koch1-0/+5
scheme.
2004-03-232004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* gpg-agent.c (main): For now, always print the default config file name for --gpgconf-list.
2004-03-17* gpg-agent.c (main) <gpgconf>: Fixed default value quoting.Werner Koch1-0/+4
* scdaemon.c (main) <gpgconf>: Fixed default value quoting. * gpgsm.c (main) <gpgconf>: Fixed default value quoting.
2004-03-16(parse_rereadable_options): Use the newWerner Koch1-0/+6
DEFAULT_CACHE_TTL macro. (main): Updated --gpgconf-list output.
2004-02-21* command.c (cmd_passwd): Take acount of a key description.Werner Koch1-0/+10
* genkey.c (reenter_compare_cb): Do not set the error text. (agent_protect_and_store, agent_genkey): Force a re-enter after a non-matching passphrase. * query.c (agent_askpin): Add new arg INITIAL_ERRTEXT; changed all callers.
2004-02-19* protect-tool.c: New options --have-cert and --prompt.Werner Koch1-0/+14
(export_p12_file): Read a certificate from STDIN and pass it to p12_build. Detect a keygrip and construct the filename in that case. Unprotcet a key if needed. Print error messages for key formats we can't handle. (release_passphrase): New. (get_passphrase): New arg PROMPTNO. Return the allocated string. Changed all callers. * minip12.c: Revamped the build part. (p12_build): New args CERT and CERTLEN. * simple-pwquery.c (agent_open): Don't mangle INFOSTR. * export.c (export_p12, popen_protect_tool) (gpgsm_p12_export): New. * gpgsm.c (main): New command --export-secret-key-p12.
2004-02-18* protect-tool.c (main): Setup the used character set.Werner Koch1-0/+15
* gpg-agent.c (main): Ditto. * gpg-agent.c (set_debug): New. New option --debug-level. (main): New option --gpgconf-list.
2004-02-13* command.c (cmd_setkeydesc): New.Werner Koch1-0/+10
(register_commands): Add command SETKEYDESC. (cmd_pksign, cmd_pkdecrypt): Use the key description. (reset_notify): Reset the description. * findkey.c (unprotect): Add arg DESC_TEXT. (agent_key_from_file): Ditto. * pksign.c (agent_pksign): Ditto. * pkdecrypt.c (agent_pkdecrypt): Ditto. Made CIPHERTEXT an unsigned char*.
2004-02-13(main): New options --no-fail-on-exist, --homedir.Werner Koch1-0/+7
(store_private_key): Use them here.
2004-02-12Include cmacros.am for common flags.Werner Koch1-0/+5
(libexec_PROGRAMS): Put gpg-protect-tool there.
2004-02-10* minip12.c (parse_bag_encrypted_data): Finished implementation.Werner Koch1-0/+12
(p12_parse): Add callback args. * protect-tool.c (import_p12_cert_cb): New. (import_p12_file): Use it.
2004-02-03* findkey.c (agent_key_from_file): Extra paranoid wipe.Werner Koch1-0/+10
* protect.c (agent_unprotect): Ditto. (merge_lists): Ditto. Add arg RESULTLEN. * pkdecrypt.c (agent_pkdecrypt): Don't show the secret key even in debug mode. * protect.c: Add DSA and Elgamal description.
2004-01-29* agent.h (server_control_s): Add connection_fd field.Werner Koch1-1/+14
* command.c (start_command_handler): Init it here. * gpg-agent.c (agent_init_default_ctrl): and here. * call-scd.c: Add the CTRL arg to all functions calling start_scd and pass it to start_scd. Changed all callers (start_scd): Keep track of the current active connection. (agent_reset_scd): New. * command.c (start_command_handler): Call it here. * learncard.c (agent_handle_learn): Add arg CTRL; changed caller. (send_cert_back): Ditto.
2004-01-28(agent_marktrusted): Check whether the trustlist isWerner Koch1-0/+5
writable.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-1/+5
smartcard applications.
2004-01-24* call-scd.c (atfork_cb): New.Werner Koch1-0/+7
(start_scd): Make sure secmem gets cleared. * query.c (atfork_cb): New. (start_pinentry): Make sure secmem gets cleared.
2004-01-16* findkey.c (agent_key_from_file): Now return an error code soWerner Koch1-0/+9
that we have more detailed error messages in the upper layers. This fixes the handling pinentry's cancel button. * pksign.c (agent_pksign): Changed accordingly. * pkdecrypt.c (agent_pkdecrypt): Ditto. * command.c (cmd_passwd): Ditto.
2003-12-16(main): Set the prefixes for assuan logging.Werner Koch1-0/+4
2003-12-16* protect.c (do_encryption): Use gcry_create_nonce instad of theWerner Koch1-0/+5
obsolete WEAK_RANDOM.
2003-12-01* sexp-parse.h (snext): Don't use atoi_1 and digitp macros, soWerner Koch1-0/+5
that this file is useful by other applications too.
2003-10-31* command.c (cmd_get_confirmation): New command.Werner Koch1-0/+4
2003-08-202003-08-20 Timo Schulz <[email protected]>Timo Schulz1-1/+6
* pksign.c (do_encode_md): Allocate enough space. Cast md byte to unsigned char to prevent sign extension.
2003-08-142003-08-14 Timo Schulz <[email protected]>Timo Schulz1-0/+5
* pksign.c: do_encode_md: Due to the fact pkcs#1 padding is now in Libgcrypt, use the new interface.
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+565
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-419/+0
'GNUPG-1-9-BRANCH'.
2002-09-26* gpg-agent.c (handle_signal): Flush cache on SIGHUP.Werner Koch1-0/+9
* cache.c (agent_flush_cache): New. * gpg-agent.c, agent.h: Add --keep-display and --keep-tty. * query.c (start_pinentry): Implement them. The option passing needs more thoughts.
2002-09-09* gpg-agent.c (create_private_keys_directory)Werner Koch1-1/+7
(create_directories): New. (main): Try to create a home directory.
2002-09-052002-09-04 Neal H. Walfield <[email protected]>Neal Walfield1-0/+4
* gpg-agent.c (main): Use sigaction, not signal.
2002-09-052002-09-03 Neal H. Walfield <[email protected]>Neal Walfield1-0/+6
* findkey.c: Include <fcntl.h>. (agent_write_private_key): Prefer POSIX compatibity, open and fdopen, over the simplicity of GNU extensions, fopen(file, "x").
2002-08-22* query.c (agent_askpin): Provide the default desc text dependingNEWPG-0-9-1Werner Koch1-0/+6
on the pininfo. Do the basic PIN verification only when min_digist is set.
2002-08-21* query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0Werner Koch1-0/+5
(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.
2002-08-21* divert-scd.c (getpin_cb): Pass a more descritive text to theWerner Koch1-0/+11
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.
2002-08-16* call-scd.c (learn_status_cb): Handle CERTINFO status.Werner Koch1-0/+8
(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.
2002-08-09Minor fixesWerner Koch1-1/+11
2002-07-01typo fix.NEWPG-0-3-9Werner Koch1-1/+1
2002-06-29* query.c (start_pinentry): Use GNUPG_DERAULT_PINENTRY.Werner Koch1-0/+5
* call-scd.c (start_scd): Use GNUPG_DEFAULT_SCDAEMON.
2002-06-28* protect-tool.c (export_p12_file): New.Werner Koch1-0/+10
(main): New command --p12-export. * minip12.c (create_final,p12_build,compute_tag_length): New. (store_tag_length): New.
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-0/+27
* findkey.c (agent_write_private_key,agent_key_from_file) (agent_key_available): Use GNUPG_PRIVATE_KEYS_DIR constant. * gpg-agent.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * protect-tool.c (store_private_key): New. (import_p12_file): Store the new file if requested. (main): New options --force and --store. * gpg-agent.c (main): Set a global flag when runing detached. * query.c (start_pinentry): Pass the list of FD to keep in the child when not running detached. * call-scd.c (start_scd): Ditto.
2002-06-25* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8Werner Koch1-1/+13
(import_p12_file): New. (main): New command --p12-import. * minip12.c, minip12.h: New.
2002-06-17* agent.h: Add a callback function to the pin_entry_info structure.Werner Koch1-0/+15
* query.c (agent_askpin): Use the callback to check for a correct PIN. Removed the start_err_text argument becuase it is not anymore needed; changed callers. * findkey.c (unprotect): Replace our own check loop by a callback. (try_unprotect_cb): New. * genkey.c (reenter_compare_cb): New. (agent_genkey): Use this callback here. Fixed setting of the pi2 variable and a segv in case of an empty PIN. * divert-scd.c (getpin_cb): Removed some unused stuff and explained what we still have to change.
2002-06-13* gpgsm.c (main): New option --log-file.Werner Koch1-0/+4
2002-06-12* protect-tool.c: Add command --show-keygripWerner Koch1-0/+5
(show_keygrip): New.