Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-26 | 2 | -88/+90 |
| | | | | | * gpgconf-comp.c: Replace pathname by filename everywhere. | ||||
* | doc/ | Marcus Brinkmann | 2008-05-26 | 4 | -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 Koch | 2008-05-26 | 3 | -1/+37 |
| | |||||
* | doc/ | Marcus Brinkmann | 2008-05-19 | 4 | -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 Koch | 2008-05-09 | 2 | -1/+26 |
| | | | | | Fix in gpgconf for W32. | ||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 2 | -0/+7 |
| | |||||
* | Utilize new automake vars for proper installation into doc/. | Werner Koch | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | Allow standalone build. | Werner Koch | 2008-03-26 | 2 | -4/+20 |
| | |||||
* | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 2008-03-05 | 2 | -10/+85 |
| | |||||
* | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-27 | 2 | -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 Koch | 2008-02-19 | 1 | -0/+3 |
| | | | | | Extend PKITS framework | ||||
* | 2008-02-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-01 | 2 | -1/+6 |
| | | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz. | ||||
* | translation fixes | Werner Koch | 2008-01-22 | 2 | -4/+9 |
| | |||||
* | 2008-01-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-01-17 | 2 | -1/+17 |
| | | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either. | ||||
* | Doc fixes. | Werner Koch | 2007-12-12 | 1 | -2/+2 |
| | | | | | | Add more files to POTFILES. Protect against malloc bombs. | ||||
* | 2007-12-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-12-10 | 2 | -7/+32 |
| | | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group. | ||||
* | 2007-12-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-12-04 | 2 | -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 Brinkmann | 2007-12-03 | 2 | -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 Koch | 2007-11-19 | 2 | -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 Koch | 2007-10-24 | 3 | -16/+220 |
| | |||||
* | Changed wording of passphrase checking messages. | Werner Koch | 2007-10-24 | 2 | -2/+9 |
| | | | | | Fixed a segv in gpg-connect-agent. | ||||
* | New option --list-config for gpgconf. | Werner Koch | 2007-10-23 | 4 | -23/+98 |
| | |||||
* | Fixed wrong entry in the gpg-agent table. | Werner Koch | 2007-10-23 | 2 | -1/+7 |
| | |||||
* | Replace popen by our own code to help with Windows long files (e.g. those | Werner Koch | 2007-10-22 | 2 | -15/+45 |
| | | | | | with a space in the name). | ||||
* | Factored utf8 switching code out to i18n.c. | Werner Koch | 2007-10-19 | 2 | -32/+5 |
| | |||||
* | Enhanced gpg-conect-agent scripting. | Werner Koch | 2007-10-19 | 4 | -79/+504 |
| | | | | | Typo fixes in comments. | ||||
* | Fixed bug 842 (segv in gpgconf) | Werner Koch | 2007-10-19 | 2 | -1/+6 |
| | |||||
* | Allow ${foo} syntax for variables. | Werner Koch | 2007-10-12 | 2 | -3/+24 |
| | |||||
* | Add more sytem variables: cwd, foodir and serverpid. | Werner Koch | 2007-10-11 | 2 | -7/+50 |
| | |||||
* | * gpg-connect-agent.c (get_var): Expand environment variables. | Werner Koch | 2007-10-11 | 2 | -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 Koch | 2007-10-02 | 2 | -8/+92 |
| | | | | | Also add option --run. | ||||
* | Extended gpg-connect-agent. | Werner Koch | 2007-10-02 | 3 | -7/+448 |
| | | | | | New "GETINFO pid" command for scdaemon and gpg-agent. | ||||
* | Use Assuan socket wrapper calls. | Werner Koch | 2007-10-01 | 2 | -2/+21 |
| | | | | | Made socket servers secure under Windows. | ||||
* | Minor translation change. | Werner Koch | 2007-09-14 | 2 | -1/+5 |
| | |||||
* | Preparing 2.0.7gnupg-2.0.7 | Werner Koch | 2007-09-10 | 3 | -46/+82 |
| | |||||
* | 2007-09-04 Moritz Schulte <[email protected]> | Moritz Schulte | 2007-09-04 | 2 | -2/+6 |
| | | | | | * gpgsm-gencert.sh: Use printf instead of echo. | ||||
* | 2007-09-04 Moritz Schulte <[email protected]> | Moritz Schulte | 2007-09-04 | 2 | -0/+6 |
| | | | | | | * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared. | ||||
* | Make gpgconf --list-components also print the name of the executable program. | Werner Koch | 2007-08-31 | 2 | -7/+39 |
| | |||||
* | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2007-08-29 | 2 | -12/+171 |
| | | | | | easy parsable format. | ||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 5 | -11/+131 |
| | |||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 2 | -0/+13 |
| | | | | | (--max-passphrase-days). | ||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 4 | -6/+547 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Updated estream. | Werner Koch | 2007-08-22 | 2 | -1/+5 |
| | | | | | More changes for Windows. | ||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 2 | -18/+14 |
| | | | | | Fixed W32 compare_filenames | ||||
* | Typo fixes. | Werner Koch | 2007-07-17 | 2 | -0/+17 |
| | | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | ||||
* | 2007-07-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-07-16 | 2 | -2/+11 |
| | | | | | * gpg-connect-agent.c (main): Bail out if write fails. | ||||
* | Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5 | Werner Koch | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | 2007-07-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-07-04 | 2 | -1/+6 |
| | | | | | | * symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET]. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 18 | -72/+36 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 2 | -17/+68 |
| |