aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Define AM conditional HAVE_OPENSC.V1-9-10Werner Koch2004-07-227-12/+41
| | | | | | | | | | * Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k.
* * trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch2004-07-2214-200/+275
| | | | | | | | | | | | | (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip.
* * Makefile.am (sm): Build kbx only if gpgsm is to be build.Werner Koch2004-07-204-2/+16
| | | | | * maperror.c: Removed header ksba.h. Not required anymore.
* New option --enable-agent-only.Werner Koch2004-07-202-2/+24
|
* * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.Werner Koch2004-07-203-4/+28
|
* (gpgsm_validate_chain): The trust check didn'tWerner Koch2004-07-202-0/+8
| | | | | worked anymore, probably due to the changes at 2003-03-04. Fixed.
* (reader_table_s): Add function pointers for the backends.Werner Koch2004-07-166-558/+1226
| | | | | | | | | | | | | | | | | | (apdu_close_reader, apdu_get_status, apdu_activate) (send_apdu): Make use of them. (new_reader_slot): Intialize them to NULL. (dump_ccid_reader_status, ct_dump_reader_status): New. (dump_pcsc_reader_status): New. (open_ct_reader, open_pcsc_reader, open_ccid_reader) (open_osc_reader, open_rapdu_reader): Intialize function pointers. (ct_activate_card, ct_send_apdu, pcsc_send_apdu, osc_send_apdu) (error_string): Removed. Replaced by apdu_strerror. (get_ccid_error_string): Removed. (ct_activate_card): Remove the unused loop. (reset_ct_reader): Implemented. (ct_send_apdu): Activate the card if not yet done. (pcsc_send_apdu): Ditto.
* Initialize Pth which is now required.Werner Koch2004-07-012-1/+43
| | | | | (interactive_shell): New command "readpk".
* * card-util.c (change_login): Kludge to allow reading data from aWerner Koch2004-07-014-11/+146
| | | | | | | | | | | | | file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * call-agent.h: Add members for CA fingerprints. * call-agent.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them.
* (do_getattr): Fix for sending CA-FPR.Werner Koch2004-07-012-2/+11
|
* Added glossaryWerner Koch2004-06-292-3/+30
|
* Added some doc stuffWerner Koch2004-06-285-2/+30
|
* (log_set_file): Do not close an old logstream if itWerner Koch2004-06-212-6/+12
| | | | | used to be stderr or stdout.
* * sc-investigate.c (my_read_line): Renamed from read_line.Werner Koch2004-06-212-2/+6
|
* 2004-06-20 Moritz Schulte <[email protected]>Moritz Schulte2004-06-202-0/+5
| | | | | * gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
* * debugging.texi: New.Werner Koch2004-06-181-0/+82
| | | | | * gnupg.texi: Include it.
* * debugging.texi: New.Werner Koch2004-06-183-1/+9
| | | | | * gnupg.texi: Include it.
* * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.Werner Koch2004-06-184-44/+187
| | | | | | (update_stats): New. * kbxutil.c (main): New command --stats.
* (osc_get_status): Fixed type in function name. Noted byWerner Koch2004-06-162-1/+6
| | | | | Axel Thimm. Yes, I didn't tested it with OpenSC :-(.
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-147-36/+183
| | | | | | | | | | * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure.
* post release version bumpWerner Koch2004-06-082-1/+5
|
* about to release 1.9.9V1-9-9Werner Koch2004-06-084-3/+7
|
* * configure.ac: Require libksba 0.9.7.Werner Koch2004-06-0613-69/+118
| | | | | | | | | | | | | | | | * certreqgen.c (get_parameter_uint, create_request): Create an extension for key usage when requested. * gpgsm.c (main): Install emergency_cleanup also as an atexit handler. * verify.c (gpgsm_verify): Removed the separate error code handling for KSBA. We use shared error codes anyway. * export.c (export_p12): Removed debugging code. * encrypt.c (gpgsm_encrypt): Put the session key in to secure memory.
* * util.h (xtrycalloc_secure,xtrymalloc_secure): New.Werner Koch2004-06-062-1/+7
|
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-212-5/+6
| | | | | | | | * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its only option "max-replies" into LDAP group. (gc_component): Change description of dirmngr to "Directory Manager".
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-212-0/+17
| | | | | | * gpgconf-comp.c (gc_component_change_options): Move the per-process backup file into a standard location.
* * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch2004-05-116-42/+153
| | | | | | | | | | | | | | | | (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.
* * sign.c (gpgsm_sign): Include the error source in the final errorWerner Koch2004-05-116-12/+106
| | | | | | | | | | | | | | | message. * decrypt.c (gpgsm_decrypt): Ditto. * 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. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var.
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-118-8/+57
| | | | | | | | | | | | | | | (enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
* Also print agent and dirmngr info.Werner Koch2004-05-111-6/+13
|
* * gpgsm.h (opt): Add member CONFIG_FILENAME.Werner Koch2004-05-117-16/+38
| | | | | | | * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
* (log_set_file): Oops, don't close if LOGSTREAM is NULL.Werner Koch2004-05-052-1/+5
|
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-038-12/+51
| | | | | | | | | | (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.
* (main) <gpgconf>: Use gpg.conf and not /dev/null asWerner Koch2004-04-302-2/+9
| | | | | default filename.
* * protect-tool.c: New option --enable-status-msg.Werner Koch2004-04-304-12/+77
| | | | | | | | | | | | (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.
* Allow changing --log-fileWerner Koch2004-04-301-1/+1
|
* * gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch2004-04-304-8/+42
| | | | | | | | | 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.
* (check_and_store): Do not update the stats for hiddenWerner Koch2004-04-302-8/+20
| | | | | imports of issuer certs.
* Added more runtime flags for the gpg-agentWerner Koch2004-04-302-4/+9
| | | | | backend.
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-292-0/+11
| | | | | | | * gpgconf-comp.c (change_options_program): Turn on utf8-strings in the gpgconf specific part of the config file for the GnuPG backend.
* post release version bumpWerner Koch2004-04-292-1/+6
|
* autoupdatedV1-9-8Werner Koch2004-04-291-141/+141
|
* AddedWerner Koch2004-04-291-0/+107
|
* About to release 1.9.8Werner Koch2004-04-293-3/+10
|
* typo fixWerner Koch2004-04-291-1/+1
|
* * app-openpgp.c (do_setattr): Sync FORCE_CHV1.Werner Koch2004-04-292-1/+9
|
* * card-util.c (card_edit): Remove PIN verification.Werner Koch2004-04-293-33/+33
| | | | | | (generate_card_keys): New arg SERIALNO. Do PIN verification here after resetting forced_chv1.
* Add --ocsp-signer for the dirmngr backend.Werner Koch2004-04-282-0/+7
|
* * app-common.h: Do not include ksba.h for gnupg 1.Werner Koch2004-04-283-1/+6
|
* * gpgsm.c: New command --keydb-clear-some-cert-flags.Werner Koch2004-04-285-3/+127
| | | | | | | * keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED.