| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* stringhelp.c (w32_strerror) [W32]: New.
* w32-pth.c, w32-pth.h: Added real code written by Timo Schulz.
Not finished, though.
* gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
|
| |
|
|
|
|
|
| |
--ignore-ldap-dp.
|
|
|
|
|
|
|
|
|
| |
* gpgsm.c: New option --prefer-system-dirmngr.
* call-dirmngr.c (start_dirmngr): Implement this option.
* gpgconf-comp.c <dirmngr>: Add the proxy options.
<gpgsm>: Add --prefer-system-daemon.
|
| |
|
|
|
|
|
| |
* gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
|
| |
|
|
|
|
|
|
|
| |
for the other used domains (i.e. dirmngr).
* gpgconf.c (main): Fixed translation markers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kbxutil.c (i18n_init): Always use LC_ALL.
* gpgsm.c (i18n_init): Always use LC_ALL.
* certdump.c (gpgsm_format_name): Factored code out to ..
(gpgsm_format_name2): .. new.
(gpgsm_print_name): Factored code out to ..
(gpgsm_print_name2): .. new.
(print_dn_part): New arg TRANSLATE. Changed all callers.
(print_dn_parts): Ditto.
(gpgsm_format_keydesc): Do not translate the SUBJECT; we require
it to stay UTF-8 but we still want to filter out bad control
characters.
* gpgconf.c (i18n_init): Always use LC_ALL.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* gpgconf-comp.c: Made the entries fro GROUPs translatable.
Include i18n.h.
(my_dgettext): Hack to use the gnupg2 domain.
|
|
|
|
|
| |
* gpgsm-gencert.sh: New file.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* 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".
|
|
|
|
|
|
| |
* gpgconf-comp.c (gc_component_change_options): Move the
per-process backup file into a standard location.
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
| |
backend.
|
|
|
|
|
|
|
| |
* gpgconf-comp.c (change_options_program): Turn on utf8-strings in
the gpgconf specific part of the config file for the GnuPG
backend.
|
| |
|
|
|
|
|
|
| |
* gpgconf-comp.c (gc_options_gpg_agent): Change type of
ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
(gc_options_gpgsm, gc_options_scdaemon): Implemented.
(gc_backend_t): Add GC_BACKEND_SCDAEMON.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* gpgconf-comp.c (gc_component_list_options): Do not print empty
groups.
|
|
|
|
|
|
|
| |
* gpgconf-comp.c (option_check_validity): Check if option is
active.
(change_options_file): Implement.
|
|
|
|
|
|
| |
* gpgconf-comp.c (retrieve_options_from_program): Remove broken
string handling.
|
|
|
|
|
|
| |
* gpgconf-comp.c (change_options_program): Support all types of
options, including list types.
|
|
|
|
|
|
|
| |
* README.gpgconf: Fix description of arguments.
* gpgconf-comp.c (option_check_validity): Rewritten to properly
support optional arguments in lists.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* gpgconf-comp.c (gc_component_list_options): Correct output for
lists of arg type none.
|