aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * command.c (scd_update_reader_status_file): Write status files.Werner Koch2004-04-206-11/+68
| | | | | | | | | | | | | | * app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS.
* 2004-04-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-202-1/+6
| | | | | | * gpgconf-comp.c (gc_options_gpg_agent): Change type of ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
* * pcsc-wrapper.c: New.Werner Koch2004-04-2011-78/+1827
| | | | | | | | * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth.
* Include jnlib/types.h and remove our ownWerner Koch2004-04-202-11/+11
| | | | | definitions for byte.u16 and u32.
* Remove the fopencookie test. We don't need theWerner Koch2004-04-201-1/+0
| | | | | | dummy function because we conditionally use fopencookie, fpencookie or a replacement at place.
* * configure.ac: Remove the fopencookie test. We don't need theWerner Koch2004-04-202-3/+9
| | | | | | dummy function because we conditionally use fopencookie, fpencookie or a replacement at place.
* Removed this file from the CVS.Werner Koch2004-04-201-37/+0
|
* 2004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-192-2/+6
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* * gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch2004-04-165-33/+91
| | | | | | | | | | | 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.
* * misc.c (setup_pinentry_env): New.Werner Koch2004-04-135-2/+46
| | | | | | * import.c (popen_protect_tool): Call it. * export.c (popen_protect_tool): Call it.
* (copy_and_escape): Relaxed quoting.Werner Koch2004-04-132-5/+11
|
* (gpgsm_decrypt): Return GPG_ERR_NO_DATA if it is not aWerner Koch2004-04-082-0/+10
| | | | | encrypted message.
* Documented --force-crl-refreshWerner Koch2004-04-071-0/+10
|
* * gpgsm.c: New option --force-crl-refresh.Werner Koch2004-04-075-2/+26
| | | | | * call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr.
* (my_dgettext): Switch the codeset once to utf-8.Werner Koch2004-04-072-2/+22
| | | | | Allow building with out NLS.
* post release re-versioningWerner Koch2004-04-062-1/+5
|
* About to release 1.9.7V1-9-7Werner Koch2004-04-063-2/+4
|
* * configure.ac: Require libgcrypt 1.1.94.Werner Koch2004-04-0620-407/+609
| | | | | | | | | | Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT
* Add STATUS_NEWSIGWerner Koch2004-04-062-0/+2
|
* (main): Use new libgcrypt thread library registerWerner Koch2004-04-062-11/+21
| | | | | scheme.
* Require libgcrypt 1.1.94.Werner Koch2004-04-063-2/+8
|
* Typo fixWerner Koch2004-04-051-1/+1
|
* * verify.c (gpgsm_verify): Print STATUS_NEWSIG for each signature.Werner Koch2004-04-058-22/+159
| | | | | | | | | | | | | * certchain.c (gpgsm_validate_chain) <gpgsm_cert_use_cer_p>: Do not just warn if a cert is not suitable; bail out immediately. * call-dirmngr.c (isvalid_status_cb): New. (unhexify_fpr): New. Taken from ../g10/call-agent.c (gpgsm_dirmngr_isvalid): Add new arg CTRL, changed caller to pass it thru. Detect need to check the respondert cert and do that. * certchain.c (gpgsm_validate_chain): Add new arg FLAGS. Changed all callers.
* (STATUS_NEWSIG): New.Werner Koch2004-04-052-1/+6
|
* (gpgsm_sign): Include a short list of capabilities.Werner Koch2004-03-242-0/+23
|
* Add dirmngr:allow-ocspWerner Koch2004-03-232-0/+4
|
* 2004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-232-3/+9
| | | | | | | | * gpgconf-comp.c (gc_options_dirmngr): Set GC_OPT_FLAG_ARG_OPT for "LDAP Server". (change_options_file): Remove assertion that tests that this flag is not present. Handle an empty string in OPTION->new_value.
* 2004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-232-2/+4
| | | | | * gpgconf.c (main): Remove obsolete warning.
* Make it workWerner Koch2004-03-232-4/+12
|
* add missing commaWerner Koch2004-03-231-1/+1
|
* (gc_options_gpg): New.Werner Koch2004-03-232-0/+55
| | | | | (gc_component_t, gc_component): Add GC_BACKEND_GPG.
* * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT>Werner Koch2004-03-234-18/+133
| | | | | | | | * g10.c: New options --gpgconf-list, --debug-level and --log-file (set_debug): Add arg DEBUG_LEVEL. (main): Look at less and less version specific config files. From gnupg 1.3.
* 2004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-232-2/+7
| | | | | * gpgconf-comp.c (gc_flag): Add missing flags.
* (main) <gpgconf_list>: Fixed output for pcsc_driver.Werner Koch2004-03-233-15/+11
|
* 2004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-232-9/+74
| | | | | | | | | | | * gpgconf-comp.c: Include <signal.h>. (gc_backend): Add new member runtime_change. (gpg_agent_runtime_change): New function. (gc_component_change_options): New variable runtime. Initialize it. If an option is changed that has the GC_OPT_FLAG_RUNTIME bit set, also set the corresponding runtime variable. Finally, call the runtime_change callback of the backend if needed.
* 2004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-232-3/+12
| | | | | | * gpg-agent.c (main): For now, always print the default config file name for --gpgconf-list.
* * gpg-agent.c (main) <gpgconf>: Fixed default value quoting.Werner Koch2004-03-176-5/+17
| | | | | | * scdaemon.c (main) <gpgconf>: Fixed default value quoting. * gpgsm.c (main) <gpgconf>: Fixed default value quoting.
* (gc_options_gpg_agent): Implemented.Werner Koch2004-03-162-6/+123
| | | | | | (gc_options_gpgsm, gc_options_scdaemon): Implemented. (gc_backend_t): Add GC_BACKEND_SCDAEMON.
* *** empty log message ***Werner Koch2004-03-161-0/+4
|
* (parse_rereadable_options): Use the newWerner Koch2004-03-161-2/+3
| | | | | | DEFAULT_CACHE_TTL macro. (main): Updated --gpgconf-list output.
* * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.cWerner Koch2004-03-1610-102/+561
| | | | | | | | | | | | | | * app-nks.c (get_length_of_cert): Removed. * app-help.c: New. (app_help_read_length_of_cert): New. Code taken from above. New optional arg R_CERTOFF. * card-dinsig.c: Removed. * card.c (card_get_serial_and_stamp): Do not bind to the old and never finsiged card-dinsig.c. * iso7816.c (iso7816_read_binary): Allow for an NMAX > 254.
* (main): Implemented --gpgconf-list.Werner Koch2004-03-163-16/+49
|
* *** empty log message ***Werner Koch2004-03-1614-46/+200
|
* * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.Werner Koch2004-03-163-3/+5
|
* (parse_rereadable_options): Use the newWerner Koch2004-03-162-17/+50
| | | | | | DEFAULT_CACHE_TTL macro. (main): Updated --gpgconf-list output.
* (gc_options_gpg_agent): Implemented.Werner Koch2004-03-162-0/+63
|
* * dynload.h [__MINGW32__]: Define RTLD_LAZY.Werner Koch2004-03-163-2/+10
|
* (list_cert_colon): Hack to set the expired flag.Werner Koch2004-03-154-10/+33
|
* 2004-03-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-122-2/+3
| | | | | | | * gpgconf-comp.c (gc_component_change_options): Set the filenames of the option's backend, not of the component. Also use GC_BACKEND_NR, not GC_COMPONENT_NR.
* 2004-03-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-122-7/+13
| | | | | | * gpgconf-comp.c (gc_component_change_options): Set the filenames of the option's backend, not of the component.