aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/Marcus Brinkmann2008-05-191-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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-0/+5
| | | | | Fix in gpgconf for W32.
* Enhanced --auto-key-locate.Werner Koch2008-04-081-0/+4
|
* Allow standalone build.Werner Koch2008-03-261-0/+6
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-0/+7
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-271-0/+6
| | | | | | | * 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.
* 2008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-011-0/+5
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
* translation fixesWerner Koch2008-01-221-1/+6
|
* 2008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-171-0/+5
| | | | | | * 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-0/+5
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-041-0/+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-0/+6
| | | | | | | * 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.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+5
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Add a /while loop.Werner Koch2007-10-241-0/+1
|
* Changed wording of passphrase checking messages.Werner Koch2007-10-241-0/+5
| | | | | Fixed a segv in gpg-connect-agent.
* New option --list-config for gpgconf.Werner Koch2007-10-231-1/+8
|
* Fixed wrong entry in the gpg-agent table.Werner Koch2007-10-231-0/+6
|
* Replace popen by our own code to help with Windows long files (e.g. thoseWerner Koch2007-10-221-0/+6
| | | | | with a space in the name).
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-0/+2
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-0/+13
| | | | | Typo fixes in comments.
* Fixed bug 842 (segv in gpgconf)Werner Koch2007-10-191-0/+5
|
* Allow ${foo} syntax for variables.Werner Koch2007-10-121-0/+4
|
* Add more sytem variables: cwd, foodir and serverpid.Werner Koch2007-10-111-0/+2
|
* * gpg-connect-agent.c (get_var): Expand environment variables.Werner Koch2007-10-111-0/+8
| | | | | | | | | Suggested by Marc Mutz. (set_var): Return the value. (assign_variable): Add arg syslet. (main): New command /slet.
* Add commands /run and /bye so that we can better automate tests.Werner Koch2007-10-021-0/+1
| | | | | Also add option --run.
* Extended gpg-connect-agent.Werner Koch2007-10-021-0/+10
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-011-0/+9
| | | | | Made socket servers secure under Windows.
* Minor translation change.Werner Koch2007-09-141-0/+4
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-101-0/+2
|
* 2007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2007-09-041-0/+4
| | | | | * gpgsm-gencert.sh: Use printf instead of echo.
* 2007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2007-09-041-0/+5
| | | | | | * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.
* Make gpgconf --list-components also print the name of the executable program.Werner Koch2007-08-311-0/+5
|
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-1/+2
| | | | | easy parsable format.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-1/+10
|
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+5
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+12
| | | | | New tool gpg-check-pattern.
* Updated estream.Werner Koch2007-08-221-0/+4
| | | | | More changes for Windows.
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+5
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-0/+5
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* 2007-07-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-161-0/+4
| | | | | * gpg-connect-agent.c (main): Bail out if write fails.
* 2007-07-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-041-0/+5
| | | | | | * symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
* More W32 related changesWerner Koch2007-06-261-0/+11
|
* Made percent_escape more general.Werner Koch2007-06-191-0/+5
| | | | | | Added regression tests support to jnlib. W32 changes.
* 2007-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-181-0/+7
| | | | | | | | * 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-0/+10
| | | | | | | | | | | * 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.
* Build fixes for W32Werner Koch2007-06-151-0/+5
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+22
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-0/+11
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* agent/Marcus Brinkmann2007-05-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-0/+5
|