aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes.Werner Koch2008-12-095-7/+12
|
* Fix bug 901.Werner Koch2008-12-082-3/+18
|
* Add option --card-timeout.Werner Koch2008-12-053-22/+71
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Minor cleanups.Werner Koch2008-11-111-0/+2
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-205-7/+29
|
* Add /daatfile command to gpg-connect-agent.Werner Koch2008-10-012-13/+78
|
* Extend --list-dirs to print the bindir.Werner Koch2008-09-302-0/+6
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+2
| | | | | Cleanups
* 2008-08-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-1/+4
| | | | | | * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER.
* Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-1/+13
| | | | | | * gpgconf-comp.c (retrieve_options_from_file): Transfer the NO_CHANGE flag from the file name option to the list option.
* Fix !EROFS bug.Werner Koch2008-08-011-1/+1
| | | | | Doc updates
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-192-0/+14
|
* sm/Marcus Brinkmann2008-06-122-0/+7
| | | | | | | | | | | | | | | | 2008-06-12 Marcus Brinkmann <[email protected]> * gpgsm.h (struct keyserver_spec): New struct. (opt): Add member keyserver. * gpgsm.c (keyserver_list_free, parse_keyserver_line): New functions. (main): Implement --keyserver option. * call-dirmngr.c (prepare_dirmngr): Send LDAPSERVER commands. tools/ 2008-06-12 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
* 2008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-262-88/+90
| | | | | * gpgconf-comp.c: Replace pathname by filename everywhere.
* doc/Marcus Brinkmann2008-05-264-17/+43
| | | | | | | | | | | | | | | | | | 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-263-1/+37
|
* doc/Marcus Brinkmann2008-05-194-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.
* Updated German translation.Werner Koch2008-05-092-1/+26
| | | | | Fix in gpgconf for W32.
* Enhanced --auto-key-locate.Werner Koch2008-04-082-0/+7
|
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-1/+1
|
* Allow standalone build.Werner Koch2008-03-262-4/+20
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-052-10/+85
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-272-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.
* Improve certificate chain construction.Werner Koch2008-02-191-0/+3
| | | | | Extend PKITS framework
* 2008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-012-1/+6
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
* translation fixesWerner Koch2008-01-222-4/+9
|
* 2008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-172-1/+17
| | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either.
* Doc fixes.Werner Koch2007-12-121-2/+2
| | | | | | Add more files to POTFILES. Protect against malloc bombs.
* 2007-12-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-102-7/+32
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-042-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-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-032-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.
* Started to implement the audit log feature.Werner Koch2007-11-192-1/+6
| | | | | | | | 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-243-16/+220
|
* Changed wording of passphrase checking messages.Werner Koch2007-10-242-2/+9
| | | | | Fixed a segv in gpg-connect-agent.
* New option --list-config for gpgconf.Werner Koch2007-10-234-23/+98
|
* Fixed wrong entry in the gpg-agent table.Werner Koch2007-10-232-1/+7
|
* Replace popen by our own code to help with Windows long files (e.g. thoseWerner Koch2007-10-222-15/+45
| | | | | with a space in the name).
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-192-32/+5
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-194-79/+504
| | | | | Typo fixes in comments.
* Fixed bug 842 (segv in gpgconf)Werner Koch2007-10-192-1/+6
|
* Allow ${foo} syntax for variables.Werner Koch2007-10-122-3/+24
|
* Add more sytem variables: cwd, foodir and serverpid.Werner Koch2007-10-112-7/+50
|
* * gpg-connect-agent.c (get_var): Expand environment variables.Werner Koch2007-10-112-6/+40
| | | | | | | | | 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-022-8/+92
| | | | | Also add option --run.
* Extended gpg-connect-agent.Werner Koch2007-10-023-7/+448
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-012-2/+21
| | | | | Made socket servers secure under Windows.
* Minor translation change.Werner Koch2007-09-142-1/+5
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-103-46/+82
|
* 2007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2007-09-042-2/+6
| | | | | * gpgsm-gencert.sh: Use printf instead of echo.
* 2007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2007-09-042-0/+6
| | | | | | * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.