aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Removed special code for RISC OS; weWerner Koch2004-03-092-2/+13
| | | | | don't want to clutter our code with system dependent stuff.
* 2004-03-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-082-3/+8
| | | | | | * gpgconf-comp.c (retrieve_options_from_file): Quote each string in the list, not only the first.
* Fix buglet.Marcus Brinkmann2004-03-081-1/+1
|
* post release development preparationsWerner Koch2004-03-062-1/+5
|
* still preparing for a releaseV1-9-6Werner Koch2004-03-061-2/+2
|
* Preparing for a releaseWerner Koch2004-03-0615-180/+423
|
* (gpgsm_export): Make sure that we don't export moreWerner Koch2004-03-032-3/+16
| | | | | than one certificate.
* (create_duptable, destroy_duptable)Werner Koch2004-03-022-35/+149
| | | | | | (insert_duptable): New. (gpgsm_export): Avoid duplicates.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-262-96/+121
| | | | | | * gpgconf-comp.c (gc_component_list_options): Do not print empty groups.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-262-3/+292
| | | | | | | * gpgconf-comp.c (option_check_validity): Check if option is active. (change_options_file): Implement.
* (compare_certs): New.Werner Koch2004-02-262-4/+46
| | | | | | (gpgsm_validate_chain): Fixed infinite certificate checks after bad signatures.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-262-6/+3
| | | | | | * gpgconf-comp.c (retrieve_options_from_program): Remove broken string handling.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-263-13/+77
| | | | | | * gpgconf-comp.c (change_options_program): Support all types of options, including list types.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-263-100/+92
| | | | | | | * README.gpgconf: Fix description of arguments. * gpgconf-comp.c (option_check_validity): Rewritten to properly support optional arguments in lists.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-263-13/+141
| | | | | | | | | | | * README.gpgconf (NAME): Add info about optional arg and arg type 0. * gpgconf-comp.c (gc_component_change_options): Parse list of arg type 0 options. (option_check_validity): Add new argument NEW_VALUE_NR. Perform rigorous validity checks. (change_options_program): Disable an option also if we have a new value for it.
* 2004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-252-14/+26
| | | | | | | | | * gpgconf-comp.c (struct gc_option): Add new member new_flags. (option_check_validity): Check OPTION->new_flags beside OPTION->new_value. Add new argument FLAGS. (gc_component_change_options): Support default flag correctly. (change_options_program): Likewise.