Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the TCOS NullPIN feature. | Werner Koch | 2008-06-24 | 6 | -12/+95 |
| | |||||
* | Code cleanup. | Werner Koch | 2008-06-23 | 2 | -14/+18 |
| | |||||
* | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 2008-06-19 | 4 | -0/+24 |
| | |||||
* | Robustness fix. | Werner Koch | 2008-06-19 | 4 | -10/+28 |
| | | | | | Add group to the --gpgconf-list. | ||||
* | 2008-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-18 | 2 | -1/+6 |
| | | | | | * sysutils.c (TRANS_MAX): Bump up to 350 to be on the safe side. | ||||
* | 2008-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-18 | 2 | -0/+22 |
| | | | | | | | | | * gpg.c (enum cmd_and_opt_values): New option oEnableW32HandleTranslation. (opts): New option --enable-w32-handle-translation. (main): New variable w32_handle_translation to keep track of option. | ||||
* | 2008-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-18 | 4 | -1/+141 |
| | | | | | | | | | | | | | * sysutils.h (translate_table_init, translate_table_lookup): New prototypes. * sysutils.c: Include <ctype.h>. (FD_TRANSLATE_MAX): New macro. (fd_translate, fd_translate_len): New static variables. (translate_table_init, translate_table_lookup): New functions. (translate_sys2libc_fd_int): Translate file descriptor. * iobuf.c (check_special_filename): Translate handle values from special filenames. | ||||
* | Add controlo statement %ask-passphrase | Werner Koch | 2008-06-16 | 6 | -29/+94 |
| | |||||
* | [W32] Change location of /etc. | Werner Koch | 2008-06-16 | 3 | -1/+38 |
| | |||||
* | 2008-06-13 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-13 | 2 | -1/+5 |
| | | | | | * call-dirmngr.c (prepare_dirmngr): Fix error code to ignore. | ||||
* | Clarify descrition for field 10. | Werner Koch | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | Implement dotlocking for W32. | Werner Koch | 2008-06-13 | 4 | -126/+266 |
| | |||||
* | sm/ | Marcus Brinkmann | 2008-06-12 | 6 | -33/+181 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Removed unused variable. | Werner Koch | 2008-06-11 | 2 | -7/+7 |
| | |||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 8 | -380/+343 |
| | |||||
* | Add Base64 decoder. Not yet used but complements out encoder. | Werner Koch | 2008-06-09 | 5 | -3/+330 |
| | |||||
* | As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time. | Werner Koch | 2008-06-05 | 3 | -5/+15 |
| | | | | | Typo fix. | ||||
* | Changes the header presented before requesting the user ID. | Werner Koch | 2008-06-01 | 33 | -3260/+3846 |
| | |||||
* | The Spanish translation is now up to to date. Modulo some changes I did | Werner Koch | 2008-05-28 | 2 | -1010/+908 |
| | | | | | since the last release. | ||||
* | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 2008-05-27 | 46 | -114/+194 |
| | | | | | | Replaced almost all free by xfree. Translation fixes. | ||||
* | Minor bug fixes and document new gpg-connect-feature. | Werner Koch | 2008-05-26 | 4 | -12/+19 |
| | |||||
* | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-26 | 3 | -89/+91 |
| | | | | | * gpgconf-comp.c: Replace pathname by filename everywhere. | ||||
* | doc/ | Marcus Brinkmann | 2008-05-26 | 6 | -17/+54 |
| | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | Fix --output option used when with --export-secret-kety-p12. | Werner Koch | 2008-05-20 | 4 | -3/+8 |
| | |||||
* | doc/ | Marcus Brinkmann | 2008-05-19 | 6 | -113/+198 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-15 | 2 | -8/+18 |
| | | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key. | ||||
* | Remove a warning. | Werner Koch | 2008-05-09 | 28 | -28/+28 |
| | |||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 34 | -5977/+6261 |
| | | | | | Fix in gpgconf for W32. | ||||
* | Print a note for revoked signing keys. | Werner Koch | 2008-05-08 | 2 | -2/+13 |
| | |||||
* | --locate-key now returns several keys if they all match. | Werner Koch | 2008-05-07 | 6 | -23/+82 |
| | |||||
* | Add command --locate-key. | Werner Koch | 2008-05-07 | 7 | -13/+103 |
| | | | | | Fix auto-key-locate processing of "nodefault". | ||||
* | Fixed bug#907. | Werner Koch | 2008-05-06 | 39 | -9775/+10563 |
| | | | | | Fixed a segv in keybox and made it more robust. | ||||
* | add gpg-zip man page. | Werner Koch | 2008-05-06 | 5 | -4/+158 |
| | |||||
* | Fixed a C-89 incompatibility. | Werner Koch | 2008-04-23 | 8 | -1/+99 |
| | | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert. | ||||
* | W32 related keyserver fixes. | Werner Koch | 2008-04-21 | 10 | -42/+67 |
| | |||||
* | Use default PIN flag | Werner Koch | 2008-04-21 | 2 | -1/+24 |
| | |||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 15 | -69/+166 |
| | | | | | | W32 gettext changes. Comment and typo fixes. | ||||
* | Test commit | David Shaw | 2008-04-16 | 1 | -2/+2 |
| | |||||
* | If there are multiple 0x19 backsigs, take the most recent one. (from 1.4). | Werner Koch | 2008-04-16 | 3 | -27/+81 |
| | | | | | add log-file and debug-level to the --gpgconf-list. | ||||
* | Add executable flag to test scripts. | Werner Koch | 2008-04-15 | 16 | -0/+0 |
| | |||||
* | * gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Make sure all libcurl | David Shaw | 2008-04-14 | 4 | -13/+21 |
| | | | | | | | | number options are passed as long. * curl-shim.c (curl_easy_setopt): Minor tweak to match the real curl better - libcurl uses 'long', not 'unsigned int'. | ||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 14 | -97/+227 |
| | |||||
* | Allow requesting TCP queries. | Werner Koch | 2008-04-07 | 1 | -15/+21 |
| | |||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 17 | -27/+768 |
| | | | | | Implemented key helper kdns | ||||
* | Fixed last yat2m change. | Werner Koch | 2008-04-03 | 4 | -9/+20 |
| | | | | | Add a similar change to @file and @env. | ||||
* | disable DSA2 for old Libgcrypts. | Werner Koch | 2008-04-02 | 2 | -0/+13 |
| | |||||
* | Fix a problem with dirmngr looked up certificates. | Werner Koch | 2008-04-01 | 10 | -44/+133 |
| | | | | | Typo fixes. | ||||
* | Fix problem when using the fallback dirmngr. | Werner Koch | 2008-03-31 | 2 | -1/+6 |
| | |||||
* | Add CVE number. | Werner Koch | 2008-03-28 | 1 | -1/+1 |
| |