aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-19doc/Marcus Brinkmann4-108/+177
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.
2008-05-09Updated German translation.Werner Koch2-1/+26
Fix in gpgconf for W32.
2008-04-08Enhanced --auto-key-locate.Werner Koch2-0/+7
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-1/+1
2008-03-26Allow standalone build.Werner Koch2-4/+20
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch2-10/+85
2008-02-272008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+23
* 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-19Improve certificate chain construction.Werner Koch1-0/+3
Extend PKITS framework
2008-02-012008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
2008-01-22translation fixesWerner Koch2-4/+9
2008-01-172008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+17
* gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either.
2007-12-12Doc fixes.Werner Koch1-2/+2
Add more files to POTFILES. Protect against malloc bombs.
2007-12-102007-12-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-7/+32
* gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
2007-12-042007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+2
* 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-032007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+7
* 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.
2007-11-19Started to implement the audit log feature.Werner Koch2-1/+6
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-24Add a /while loop.Werner Koch3-16/+220
2007-10-24Changed wording of passphrase checking messages.Werner Koch2-2/+9
Fixed a segv in gpg-connect-agent.
2007-10-23New option --list-config for gpgconf.Werner Koch4-23/+98
2007-10-23Fixed wrong entry in the gpg-agent table.Werner Koch2-1/+7
2007-10-22Replace popen by our own code to help with Windows long files (e.g. thoseWerner Koch2-15/+45
with a space in the name).
2007-10-19Factored utf8 switching code out to i18n.c.Werner Koch2-32/+5
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch4-79/+504
Typo fixes in comments.
2007-10-19Fixed bug 842 (segv in gpgconf)Werner Koch2-1/+6
2007-10-12Allow ${foo} syntax for variables.Werner Koch2-3/+24
2007-10-11Add more sytem variables: cwd, foodir and serverpid.Werner Koch2-7/+50
2007-10-11* gpg-connect-agent.c (get_var): Expand environment variables.Werner Koch2-6/+40
Suggested by Marc Mutz. (set_var): Return the value. (assign_variable): Add arg syslet. (main): New command /slet.
2007-10-02Add commands /run and /bye so that we can better automate tests.Werner Koch2-8/+92
Also add option --run.
2007-10-02Extended gpg-connect-agent.Werner Koch3-7/+448
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-10-01Use Assuan socket wrapper calls.Werner Koch2-2/+21
Made socket servers secure under Windows.
2007-09-14Minor translation change.Werner Koch2-1/+5
2007-09-10Preparing 2.0.7gnupg-2.0.7Werner Koch3-46/+82
2007-09-042007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2-2/+6
* gpgsm-gencert.sh: Use printf instead of echo.
2007-09-042007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2-0/+6
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.
2007-08-31Make gpgconf --list-components also print the name of the executable program.Werner Koch2-7/+39
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch2-12/+171
easy parsable format.
2007-08-29New command --check-programs for gpgconf.Werner Koch5-11/+131
2007-08-28Add more passphrase policy rules.Werner Koch2-0/+13
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch4-6/+547
New tool gpg-check-pattern.
2007-08-22Updated estream.Werner Koch2-1/+5
More changes for Windows.
2007-08-02Factored common gpgconf constants outWerner Koch2-18/+14
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch2-0/+17
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-162007-07-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+11
* gpg-connect-agent.c (main): Bail out if write fails.
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch1-1/+1
2007-07-042007-07-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
2007-07-04Changed to GPLv3.Werner Koch18-72/+36
Removed intl/.
2007-06-26More W32 related changesWerner Koch2-17/+68
2007-06-19Made percent_escape more general.Werner Koch2-7/+13
Added regression tests support to jnlib. W32 changes.
2007-06-182007-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-5/+30
* 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-152007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-22/+83
* 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.