| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
* autogen.sh: Added ACLOCAL_FLAGS.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
* import.c (popen_protect_tool): Call it.
* export.c (popen_protect_tool): Call it.
|
| | |
|
| |
| |
| |
| |
| | |
encrypted message.
|
| | |
|
| |
| |
| |
| |
| | |
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr.
|
| |
| |
| |
| |
| | |
Allow building with out NLS.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| | |
scheme.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| | |
* gpgconf.c (main): Remove obsolete warning.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(gc_component_t, gc_component): Add GC_BACKEND_GPG.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| | |
* gpgconf-comp.c (gc_flag): Add missing flags.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| | |
* gpg-agent.c (main): For now, always print the default config
file name for --gpgconf-list.
|
| |
| |
| |
| |
| |
| | |
* scdaemon.c (main) <gpgconf>: Fixed default value quoting.
* gpgsm.c (main) <gpgconf>: Fixed default value quoting.
|
| |
| |
| |
| |
| |
| | |
(gc_options_gpgsm, gc_options_scdaemon): Implemented.
(gc_backend_t): Add GC_BACKEND_SCDAEMON.
|
| | |
|
| |
| |
| |
| |
| |
| | |
DEFAULT_CACHE_TTL macro.
(main): Updated --gpgconf-list output.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
DEFAULT_CACHE_TTL macro.
(main): Updated --gpgconf-list output.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| | |
* gpgconf-comp.c (gc_component_change_options): Set the filenames
of the option's backend, not of the component.
|
| |
| |
| |
| |
| | |
don't want to clutter our code with system dependent stuff.
|
| |
| |
| |
| |
| |
| | |
* gpgconf-comp.c (retrieve_options_from_file): Quote each string
in the list, not only the first.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
than one certificate.
|