aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-261-86/+86
| | | | | * gpgconf-comp.c: Replace pathname by filename everywhere.
* doc/Marcus Brinkmann2008-05-261-16/+16
| | | | | | | | | | | | | | | | | | 2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.
* Make --runtime option of gpgconf under W32 work.Werner Koch2008-05-261-0/+17
|
* doc/Marcus Brinkmann2008-05-191-104/+147
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run.
* Updated German translation.Werner Koch2008-05-091-1/+21
| | | | | Fix in gpgconf for W32.
* Enhanced --auto-key-locate.Werner Koch2008-04-081-0/+3
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-271-0/+17
| | | | | | | * gpgconf-comp.c (option_check_validity): For now, error out on empty strings. (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY.
* Improve certificate chain construction.Werner Koch2008-02-191-0/+3
| | | | | Extend PKITS framework
* 2008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-011-1/+1
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
* translation fixesWerner Koch2008-01-221-3/+3
|
* 2008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-171-1/+12
| | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either.
* 2007-12-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-101-7/+27
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-041-2/+1
| | | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. (gc_process_gpgconf_conf): Likewise.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-031-1/+1
| | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field.
* New option --list-config for gpgconf.Werner Koch2007-10-231-11/+44
|
* Fixed wrong entry in the gpg-agent table.Werner Koch2007-10-231-1/+1
|
* Replace popen by our own code to help with Windows long files (e.g. thoseWerner Koch2007-10-221-15/+39
| | | | | with a space in the name).
* Fixed bug 842 (segv in gpgconf)Werner Koch2007-10-191-1/+1
|
* Minor translation change.Werner Koch2007-09-141-1/+1
|
* Make gpgconf --list-components also print the name of the executable program.Werner Koch2007-08-311-7/+34
|
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-11/+169
| | | | | easy parsable format.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-9/+100
|
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+8
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-6/+20
| | | | | New tool gpg-check-pattern.
* Factored common gpgconf constants outWerner Koch2007-08-021-18/+9
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-0/+12
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-17/+57
|
* Made percent_escape more general.Werner Koch2007-06-191-7/+8
| | | | | | Added regression tests support to jnlib. W32 changes.
* 2007-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-181-5/+23
| | | | | | | | * gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE. (copy_file): In error case, save/restore errno. Close SRC and DST. (gc_component_change_options): Catch error from unlink(). Remove target backup file before rename().
* 2007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-151-22/+73
| | | | | | | | | | | * gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function. (change_options_file, change_options_program) [HAVE_W32_SYSTEM]: Copy backup file. (gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace. (gc_process_gpgconf_conf): Rename fname to fname_arg and fname_buffer to fname, initialize fname with fname_arg, discarding const qualifier.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+7
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-1/+6
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* g10/ and sm/Werner Koch2007-04-131-1/+1
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* Make gpgconf aware of --p12-charset.Werner Koch2007-03-201-0/+3
|
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-115/+540
|
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-1/+1
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
| | | | | Some cleanups for 64 bit CPUs.
* .Werner Koch2006-10-231-0/+3
|
* Updated FSF's address.Werner Koch2006-06-201-17/+19
|
* g10/ does build again.Werner Koch2006-05-231-28/+0
|
* .Werner Koch2006-02-061-0/+3
|
* Preparing an interim releaseWerner Koch2005-11-281-2/+5
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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.
* * configure.ac: Do not build gpg by default.Werner Koch2005-04-211-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.
* Fixed description for dirmngr:honor-http-proxyWerner Koch2005-03-091-1/+1
|
* Add honor-http-proxy.Werner Koch2005-03-091-0/+3
|
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-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.
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-0/+18
|
* VArious hacks to make it at least build under W32.Werner Koch2004-12-131-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.