Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (copy_and_escape): Relaxed quoting. | Werner Koch | 2004-04-13 | 2 | -5/+11 | |
| | ||||||
* | (gpgsm_decrypt): Return GPG_ERR_NO_DATA if it is not a | Werner Koch | 2004-04-08 | 2 | -0/+10 | |
| | | | | | encrypted message. | |||||
* | Documented --force-crl-refresh | Werner Koch | 2004-04-07 | 1 | -0/+10 | |
| | ||||||
* | * gpgsm.c: New option --force-crl-refresh. | Werner Koch | 2004-04-07 | 5 | -2/+26 | |
| | | | | | * call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr. | |||||
* | (my_dgettext): Switch the codeset once to utf-8. | Werner Koch | 2004-04-07 | 2 | -2/+22 | |
| | | | | | Allow building with out NLS. | |||||
* | post release re-versioning | Werner Koch | 2004-04-06 | 2 | -1/+5 | |
| | ||||||
* | About to release 1.9.7V1-9-7 | Werner Koch | 2004-04-06 | 3 | -2/+4 | |
| | ||||||
* | * configure.ac: Require libgcrypt 1.1.94. | Werner Koch | 2004-04-06 | 20 | -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_NEWSIG | Werner Koch | 2004-04-06 | 2 | -0/+2 | |
| | ||||||
* | (main): Use new libgcrypt thread library register | Werner Koch | 2004-04-06 | 2 | -11/+21 | |
| | | | | | scheme. | |||||
* | Require libgcrypt 1.1.94. | Werner Koch | 2004-04-06 | 3 | -2/+8 | |
| | ||||||
* | Typo fix | Werner Koch | 2004-04-05 | 1 | -1/+1 | |
| | ||||||
* | * verify.c (gpgsm_verify): Print STATUS_NEWSIG for each signature. | Werner Koch | 2004-04-05 | 8 | -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 Koch | 2004-04-05 | 2 | -1/+6 | |
| | ||||||
* | (gpgsm_sign): Include a short list of capabilities. | Werner Koch | 2004-03-24 | 2 | -0/+23 | |
| | ||||||
* | Add dirmngr:allow-ocsp | Werner Koch | 2004-03-23 | 2 | -0/+4 | |
| | ||||||
* | 2004-03-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-03-23 | 2 | -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 Brinkmann | 2004-03-23 | 2 | -2/+4 | |
| | | | | | * gpgconf.c (main): Remove obsolete warning. | |||||
* | Make it work | Werner Koch | 2004-03-23 | 2 | -4/+12 | |
| | ||||||
* | add missing comma | Werner Koch | 2004-03-23 | 1 | -1/+1 | |
| | ||||||
* | (gc_options_gpg): New. | Werner Koch | 2004-03-23 | 2 | -0/+55 | |
| | | | | | (gc_component_t, gc_component): Add GC_BACKEND_GPG. | |||||
* | * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT> | Werner Koch | 2004-03-23 | 4 | -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 Brinkmann | 2004-03-23 | 2 | -2/+7 | |
| | | | | | * gpgconf-comp.c (gc_flag): Add missing flags. | |||||
* | (main) <gpgconf_list>: Fixed output for pcsc_driver. | Werner Koch | 2004-03-23 | 3 | -15/+11 | |
| | ||||||
* | 2004-03-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-03-23 | 2 | -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 Brinkmann | 2004-03-23 | 2 | -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 Koch | 2004-03-17 | 6 | -5/+17 | |
| | | | | | | * scdaemon.c (main) <gpgconf>: Fixed default value quoting. * gpgsm.c (main) <gpgconf>: Fixed default value quoting. | |||||
* | (gc_options_gpg_agent): Implemented. | Werner Koch | 2004-03-16 | 2 | -6/+123 | |
| | | | | | | (gc_options_gpgsm, gc_options_scdaemon): Implemented. (gc_backend_t): Add GC_BACKEND_SCDAEMON. | |||||
* | *** empty log message *** | Werner Koch | 2004-03-16 | 1 | -0/+4 | |
| | ||||||
* | (parse_rereadable_options): Use the new | Werner Koch | 2004-03-16 | 1 | -2/+3 | |
| | | | | | | DEFAULT_CACHE_TTL macro. (main): Updated --gpgconf-list output. | |||||
* | * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c | Werner Koch | 2004-03-16 | 10 | -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 Koch | 2004-03-16 | 3 | -16/+49 | |
| | ||||||
* | *** empty log message *** | Werner Koch | 2004-03-16 | 14 | -46/+200 | |
| | ||||||
* | * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7. | Werner Koch | 2004-03-16 | 3 | -3/+5 | |
| | ||||||
* | (parse_rereadable_options): Use the new | Werner Koch | 2004-03-16 | 2 | -17/+50 | |
| | | | | | | DEFAULT_CACHE_TTL macro. (main): Updated --gpgconf-list output. | |||||
* | (gc_options_gpg_agent): Implemented. | Werner Koch | 2004-03-16 | 2 | -0/+63 | |
| | ||||||
* | * dynload.h [__MINGW32__]: Define RTLD_LAZY. | Werner Koch | 2004-03-16 | 3 | -2/+10 | |
| | ||||||
* | (list_cert_colon): Hack to set the expired flag. | Werner Koch | 2004-03-15 | 4 | -10/+33 | |
| | ||||||
* | 2004-03-12 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-03-12 | 2 | -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 Brinkmann | 2004-03-12 | 2 | -7/+13 | |
| | | | | | | * gpgconf-comp.c (gc_component_change_options): Set the filenames of the option's backend, not of the component. | |||||
* | Removed special code for RISC OS; we | Werner Koch | 2004-03-09 | 2 | -2/+13 | |
| | | | | | don't want to clutter our code with system dependent stuff. | |||||
* | 2004-03-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-03-08 | 2 | -3/+8 | |
| | | | | | | * gpgconf-comp.c (retrieve_options_from_file): Quote each string in the list, not only the first. | |||||
* | Fix buglet. | Marcus Brinkmann | 2004-03-08 | 1 | -1/+1 | |
| | ||||||
* | post release development preparations | Werner Koch | 2004-03-06 | 2 | -1/+5 | |
| | ||||||
* | still preparing for a releaseV1-9-6 | Werner Koch | 2004-03-06 | 1 | -2/+2 | |
| | ||||||
* | Preparing for a release | Werner Koch | 2004-03-06 | 15 | -180/+423 | |
| | ||||||
* | (gpgsm_export): Make sure that we don't export more | Werner Koch | 2004-03-03 | 2 | -3/+16 | |
| | | | | | than one certificate. | |||||
* | (create_duptable, destroy_duptable) | Werner Koch | 2004-03-02 | 2 | -35/+149 | |
| | | | | | | (insert_duptable): New. (gpgsm_export): Avoid duplicates. | |||||
* | 2004-02-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-02-26 | 2 | -96/+121 | |
| | | | | | | * gpgconf-comp.c (gc_component_list_options): Do not print empty groups. | |||||
* | 2004-02-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-02-26 | 2 | -3/+292 | |
| | | | | | | | * gpgconf-comp.c (option_check_validity): Check if option is active. (change_options_file): Implement. |