Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-12 | preparing a release | Werner Koch | 2 | -3/+13 | |
2009-01-08 | Add limited support for NetKey 3.0 cards. | Werner Koch | 1 | -8/+7 | |
2009-01-08 | Update spanish translation. | Werner Koch | 4 | -34/+28 | |
Cleanups. Allow utf-8 in email addresses. | |||||
2008-12-12 | Add rmd160.c. | Werner Koch | 5 | -0/+444 | |
Emit anotehr error code status line. | |||||
2008-12-12 | Add missing header file. | Werner Koch | 3 | -1/+29 | |
2008-12-11 | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 9 | -45/+189 | |
Fix SIG_ID computation. | |||||
2008-12-09 | Minor bug fix. | Werner Koch | 2 | -4/+8 | |
2008-12-09 | W32 fixgnupg-2.0.10rc1 | Werner Koch | 1 | -1/+1 | |
2008-12-09 | Flush keyserver search output. | Werner Koch | 4 | -64/+126 | |
Add trustdb chnages from 1.4. Check algo usage for batch key generation. | |||||
2008-12-09 | Minor fixes. | Werner Koch | 5 | -22/+51 | |
2008-12-05 | Add a custom prompt for the CSR generation. | Werner Koch | 2 | -7/+13 | |
Add a new percent escape fucntion. | |||||
2008-11-18 | Print library versions according to GNU standards. | Werner Koch | 3 | -51/+59 | |
2008-11-13 | Cleaned up unused gpgsm and gpg options. | Werner Koch | 3 | -114/+123 | |
2008-11-12 | Made arg_parse more readable. | Werner Koch | 2 | -345/+380 | |
2008-10-28 | fixed a bug in the prompt formatter. | Werner Koch | 2 | -0/+22 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 20 | -173/+460 | |
2008-10-17 | Use more warning options with modern GCCs. | Werner Koch | 3 | -6/+13 | |
Other minor changes. | |||||
2008-10-03 | * main.h, mainproc.c (check_sig_and_print), keylist.c | David Shaw | 9 | -34/+74 | |
(list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor. | |||||
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 6 | -35/+23 | |
2008-09-25 | * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses its | David Shaw | 2 | -2/+10 | |
modified status after a "clean" or "minimize" that doesn't need to do anything. | |||||
2008-09-25 | Fix bug #931 | Werner Koch | 2 | -16/+29 | |
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 4 | -4/+65 | |
2008-09-23 | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and | David Shaw | 2 | -143/+158 | |
pick a consensus winner across all keys. | |||||
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 4 | -54/+190 | |
2008-09-04 | * keyserver.c (keyserver_import_cert): Allow keyserver URLs in | David Shaw | 2 | -7/+6 | |
addition to full URLs in CERT records. | |||||
2008-08-13 | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 1 | -0/+5 | |
Doc fixes. | |||||
2008-08-11 | Cehck for expire date overflows. | Werner Koch | 1 | -15/+23 | |
2008-08-01 | Fix !EROFS bug. | Werner Koch | 2 | -1/+7 | |
Doc updates | |||||
2008-07-17 | Revert that last stupid setuid detection fix. | Werner Koch | 3 | -9/+4 | |
2008-07-17 | Do not run the setuid test if running under as root proper. | Werner Koch | 3 | -6/+11 | |
Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
2008-06-25 | g10/ | Marcus Brinkmann | 2 | -14/+7 | |
2008-06-25 Marcus Brinkmann <[email protected]> * gpg.c (enum cmd_and_opt_values): Remove option oEnableW32HandleTranslation. (opts): Remove option --enable-w32-handle-translation. (main): Remove variable w32_handle_translation. common/ 2008-06-25 Marcus Brinkmann <[email protected]> Revert last three changes related to handle translation. * sysutils.c: (FD_TRANSLATE_MAX, fd_translate, fd_translate_len) (translate_table_init, translate_table_lookup): Removed. * iobuf.c (check_special_filename): Do not use translate_table_lookup. * sysutils.h (translate_table_init, translate_table_lookup): Remove prototypes. | |||||
2008-06-19 | Robustness fix. | Werner Koch | 2 | -1/+5 | |
Add group to the --gpgconf-list. | |||||
2008-06-18 | 2008-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 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-16 | Add controlo statement %ask-passphrase | Werner Koch | 2 | -29/+74 | |
2008-06-13 | Implement dotlocking for W32. | Werner Koch | 1 | -1/+1 | |
2008-06-11 | Made --fixed-list-mode obsolete. | Werner Koch | 5 | -378/+335 | |
2008-06-01 | Changes the header presented before requesting the user ID. | Werner Koch | 2 | -3/+28 | |
2008-05-09 | Remove a warning. | Werner Koch | 1 | -1/+1 | |
2008-05-08 | Print a note for revoked signing keys. | Werner Koch | 2 | -2/+13 | |
2008-05-07 | --locate-key now returns several keys if they all match. | Werner Koch | 6 | -23/+82 | |
2008-05-07 | Add command --locate-key. | Werner Koch | 5 | -13/+81 | |
Fix auto-key-locate processing of "nodefault". | |||||
2008-04-18 | Adjust for the changed Camellia draft. | Werner Koch | 4 | -15/+42 | |
W32 gettext changes. Comment and typo fixes. | |||||
2008-04-16 | Test commit | David Shaw | 1 | -2/+2 | |
2008-04-16 | If there are multiple 0x19 backsigs, take the most recent one. (from 1.4). | Werner Koch | 3 | -27/+81 | |
add log-file and debug-level to the --gpgconf-list. | |||||
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 9 | -86/+185 | |
2008-04-07 | Minor cleanups. | Werner Koch | 4 | -7/+18 | |
Implemented key helper kdns | |||||
2008-04-02 | disable DSA2 for old Libgcrypts. | Werner Koch | 2 | -0/+13 | |
2008-03-26 | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 2 | -6/+12 | |
2008-03-25 | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 2 | -2/+7 | |
Registry key is not anymore required. Helpfiles are not properly located. | |||||
2008-03-25 | Fix bug 894. | Werner Koch | 4 | -7/+39 | |
Change default keyserver. Allow key protection with Camellia. |