aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-1/+1
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-04-21* configure.ac: Do not build gpg by default.Werner Koch1-0/+6
* gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
2005-03-09Fixed description for dirmngr:honor-http-proxyWerner Koch1-1/+1
2005-03-09Add honor-http-proxy.Werner Koch1-0/+3
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch1-0/+6
* Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-0/+18
2004-12-13VArious hacks to make it at least build under W32.Werner Koch1-1/+1
* 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.
2004-11-24Add dirmngr options to gpgconf and updated the DE translationWerner Koch1-0/+3
2004-11-24Add --ignore-http-dp andWerner Koch1-0/+6
--ignore-ldap-dp.
2004-11-23* b64enc.c: Include stdio.h and string.hWerner Koch1-1/+23
* 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.
2004-10-01Made all strings for --log-file read the same.Werner Koch1-4/+4
2004-10-01* gpgconf-comp.c (my_dgettext): Also switch codeset and directoryWerner Koch1-4/+11
for the other used domains (i.e. dirmngr). * gpgconf.c (main): Fixed translation markers.
2004-09-29* gpgsm.texi (Configuration Options): Add --log-file.Werner Koch1-29/+43
* gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
2004-06-14* xreadline.c: New. Based on the iobuf_read_line function.Werner Koch1-36/+26
* 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.
2004-05-212004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+1
* 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".
2004-05-212004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+12
* gpgconf-comp.c (gc_component_change_options): Move the per-process backup file into a standard location.
2004-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch1-0/+3
(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.
2004-04-30Allow changing --log-fileWerner Koch1-1/+1
2004-04-30Added more runtime flags for the gpg-agentWerner Koch1-4/+4
backend.
2004-04-292004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* gpgconf-comp.c (change_options_program): Turn on utf8-strings in the gpgconf specific part of the config file for the GnuPG backend.
2004-04-28Add --ocsp-signer for the dirmngr backend.Werner Koch1-0/+3
2004-04-202004-04-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpgconf-comp.c (gc_options_gpg_agent): Change type of ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
2004-04-07(my_dgettext): Switch the codeset once to utf-8.Werner Koch1-2/+17
Allow building with out NLS.
2004-04-05Typo fixWerner Koch1-1/+1
2004-03-23Add dirmngr:allow-ocspWerner Koch1-0/+3
2004-03-232004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+4
* 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-23Make it workWerner Koch1-4/+11
2004-03-23add missing commaWerner Koch1-1/+1
2004-03-23(gc_options_gpg): New.Werner Koch1-0/+50
(gc_component_t, gc_component): Add GC_BACKEND_GPG.
2004-03-232004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+4
* gpgconf-comp.c (gc_flag): Add missing flags.
2004-03-232004-03-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-9/+64
* 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-16(gc_options_gpg_agent): Implemented.Werner Koch1-6/+121
(gc_options_gpgsm, gc_options_scdaemon): Implemented. (gc_backend_t): Add GC_BACKEND_SCDAEMON.
2004-03-16(gc_options_gpg_agent): Implemented.Werner Koch1-0/+59
2004-03-122004-03-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* 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-122004-03-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-7/+8
* gpgconf-comp.c (gc_component_change_options): Set the filenames of the option's backend, not of the component.
2004-03-09Removed special code for RISC OS; weWerner Koch1-2/+8
don't want to clutter our code with system dependent stuff.
2004-03-082004-03-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+3
* gpgconf-comp.c (retrieve_options_from_file): Quote each string in the list, not only the first.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-96/+118
* gpgconf-comp.c (gc_component_list_options): Do not print empty groups.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+288
* gpgconf-comp.c (option_check_validity): Check if option is active. (change_options_file): Implement.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-6/+0
* gpgconf-comp.c (retrieve_options_from_program): Remove broken string handling.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-12/+65
* gpgconf-comp.c (change_options_program): Support all types of options, including list types.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-82/+73
* README.gpgconf: Fix description of arguments. * gpgconf-comp.c (option_check_validity): Rewritten to properly support optional arguments in lists.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-13/+130
* 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-252004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-14/+21
* 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.
2004-02-252004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+8
* gpgconf-comp.c (gc_component_list_options): Correct output for lists of arg type none.
2004-02-242004-02-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-36/+137
* README.gpgconf: Revert last change. Add new flags "default", "default desc" and "no arg desc". Add new field ARGDEF. Add new field FLAG to backend interface. * gpgconf-comp.c (struct gc_option): Make flags of type unsigned long. (gc_component_list_options): Adjust type for flags. Add default argument field. (retrieve_options_from_program): Use "1" as value for non-option arguments, not "Y". (gc_component_change_options): Read in flags from input.
2004-02-232004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-11/+84
* gpgconf-comp.c (hextobyte): New function. (percent_deescape): New function. (get_config_pathname): Percent deescape pathname if taken from option (default) value. Use default value only if it exists and is not empty. Use empty string otherwise. Don't include leading quote in pathname. (change_options_program): Percent deescape string before writing it out.
2004-02-18Added empty components for gpgsm and scdaemon.Werner Koch1-0/+22
2004-02-01Fix copyright line.Marcus Brinkmann1-1/+1
2004-01-312004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-104/+204
* gpgconf-comp.c: Some bug fixes, parse only defaults from the program, and read the current values from the configuration file directly.