Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a gpg2 problem with removed cards. | Werner Koch | 2009-02-27 | 2 | -0/+23 |
| | | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon. | ||||
* | Replace a call to BUG by an error return. | Werner Koch | 2009-02-24 | 2 | -7/+11 |
| | |||||
* | Fix bug#998. | Werner Koch | 2009-02-09 | 3 | -1/+33 |
| | |||||
* | Add a Geldkarte gadget application. | Werner Koch | 2009-01-27 | 2 | -0/+10 |
| | | | | | Minor other changes. | ||||
* | Add a sample key. | Werner Koch | 2009-01-13 | 4 | -3/+49 |
| | | | | | Detect and show the card type. | ||||
* | preparing a release | Werner Koch | 2009-01-12 | 2 | -3/+13 |
| | |||||
* | Add limited support for NetKey 3.0 cards. | Werner Koch | 2009-01-08 | 1 | -8/+7 |
| | |||||
* | Update spanish translation. | Werner Koch | 2009-01-08 | 4 | -34/+28 |
| | | | | | | Cleanups. Allow utf-8 in email addresses. | ||||
* | Add rmd160.c. | Werner Koch | 2008-12-12 | 5 | -0/+444 |
| | | | | | Emit anotehr error code status line. | ||||
* | Add missing header file. | Werner Koch | 2008-12-12 | 3 | -1/+29 |
| | |||||
* | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 2008-12-11 | 9 | -45/+189 |
| | | | | | Fix SIG_ID computation. | ||||
* | Minor bug fix. | Werner Koch | 2008-12-09 | 2 | -4/+8 |
| | |||||
* | W32 fixgnupg-2.0.10rc1 | Werner Koch | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | Flush keyserver search output. | Werner Koch | 2008-12-09 | 4 | -64/+126 |
| | | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation. | ||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 5 | -22/+51 |
| | |||||
* | Add a custom prompt for the CSR generation. | Werner Koch | 2008-12-05 | 2 | -7/+13 |
| | | | | | Add a new percent escape fucntion. | ||||
* | Print library versions according to GNU standards. | Werner Koch | 2008-11-18 | 3 | -51/+59 |
| | |||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 3 | -114/+123 |
| | |||||
* | Made arg_parse more readable. | Werner Koch | 2008-11-12 | 2 | -345/+380 |
| | |||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 2 | -0/+22 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 20 | -173/+460 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 3 | -6/+13 |
| | | | | | Other minor changes. | ||||
* | * main.h, mainproc.c (check_sig_and_print), keylist.c | David Shaw | 2008-10-03 | 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. | ||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 6 | -35/+23 |
| | |||||
* | * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses its | David Shaw | 2008-09-25 | 2 | -2/+10 |
| | | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything. | ||||
* | Fix bug #931 | Werner Koch | 2008-09-25 | 2 | -16/+29 |
| | |||||
* | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 2008-09-25 | 4 | -4/+65 |
| | |||||
* | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and | David Shaw | 2008-09-23 | 2 | -143/+158 |
| | | | | | pick a consensus winner across all keys. | ||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 4 | -54/+190 |
| | |||||
* | * keyserver.c (keyserver_import_cert): Allow keyserver URLs in | David Shaw | 2008-09-04 | 2 | -7/+6 |
| | | | | | addition to full URLs in CERT records. | ||||
* | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 2008-08-13 | 1 | -0/+5 |
| | | | | | Doc fixes. | ||||
* | Cehck for expire date overflows. | Werner Koch | 2008-08-11 | 1 | -15/+23 |
| | |||||
* | Fix !EROFS bug. | Werner Koch | 2008-08-01 | 2 | -1/+7 |
| | | | | | Doc updates | ||||
* | Revert that last stupid setuid detection fix. | Werner Koch | 2008-07-17 | 3 | -9/+4 |
| | |||||
* | Do not run the setuid test if running under as root proper. | Werner Koch | 2008-07-17 | 3 | -6/+11 |
| | | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card. | ||||
* | g10/ | Marcus Brinkmann | 2008-06-25 | 2 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | | | 2008-06-25 Marcus Brinkmann <marcus@g10code.de> * 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 <marcus@g10code.de> 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. | ||||
* | Robustness fix. | Werner Koch | 2008-06-19 | 2 | -1/+5 |
| | | | | | Add group to the --gpgconf-list. | ||||
* | 2008-06-18 Marcus Brinkmann <marcus@g10code.de> | 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. | ||||
* | Add controlo statement %ask-passphrase | Werner Koch | 2008-06-16 | 2 | -29/+74 |
| | |||||
* | Implement dotlocking for W32. | Werner Koch | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 5 | -378/+335 |
| | |||||
* | Changes the header presented before requesting the user ID. | Werner Koch | 2008-06-01 | 2 | -3/+28 |
| | |||||
* | Remove a warning. | Werner Koch | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -13/+81 |
| | | | | | Fix auto-key-locate processing of "nodefault". | ||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 4 | -15/+42 |
| | | | | | | 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. | ||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 9 | -86/+185 |
| |