Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 <[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. | |||||
* | Robustness fix. | Werner Koch | 2008-06-19 | 2 | -1/+5 | |
| | | | | | Add group to the --gpgconf-list. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 4 | -7/+18 | |
| | | | | | Implemented key helper kdns | |||||
* | disable DSA2 for old Libgcrypts. | Werner Koch | 2008-04-02 | 2 | -0/+13 | |
| | ||||||
* | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 2008-03-26 | 2 | -6/+12 | |
| | ||||||
* | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 2008-03-25 | 2 | -2/+7 | |
| | | | | | Registry key is not anymore required. Helpfiles are not properly located. | |||||
* | Fix bug 894. | Werner Koch | 2008-03-25 | 4 | -7/+39 | |
| | | | | | | Change default keyserver. Allow key protection with Camellia. | |||||
* | Fix for v3 keys. | Werner Koch | 2008-03-18 | 2 | -1/+6 | |
| | ||||||
* | Fixed an email/DN bug. | Werner Koch | 2008-03-13 | 2 | -4/+11 | |
| | | | | | Changed pinentry prompts. | |||||
* | Comment fixes. | Werner Koch | 2008-03-06 | 2 | -3/+7 | |
| | | | | | Convey the new envvars when using simple-pwquery. | |||||
* | Poems for AllowSetForegroundWindow (W32) | Werner Koch | 2008-02-14 | 2 | -24/+82 | |
| | ||||||
* | Always search missing certifcates using a running Dirmngr's cache. | Werner Koch | 2008-02-13 | 2 | -1/+36 | |
| | ||||||
* | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-09 | 2 | -44/+70 | |
| | | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function. | |||||
* | Fixed yesterday's W32 fix. | Werner Koch | 2008-01-30 | 2 | -1/+2 | |
| | ||||||
* | W32 fix for trustdb creation. | Werner Koch | 2008-01-30 | 2 | -3/+18 | |
| | ||||||
* | Fixed a W32 crash in gpg2 when creating a new keyring. | Werner Koch | 2008-01-29 | 2 | -3/+21 | |
| | | | | | Typo fixes. | |||||
* | Add --logger-fd alias. | Werner Koch | 2008-01-26 | 3 | -0/+11 | |
| | | | | | Ass card vendor 004. | |||||
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 2 | -1/+9 | |
| | ||||||
* | Allow type 20 keys only with option --rfc2440. | Werner Koch | 2007-12-12 | 2 | -0/+22 | |
| | ||||||
* | Doc fixes. | Werner Koch | 2007-12-12 | 2 | -11/+96 | |
| | | | | | | Add more files to POTFILES. Protect against malloc bombs. | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 12 | -33/+156 | |
| | | | | | | Support Camellia for testing. More audit stuff. | |||||
* | Allow decryption using type 20 Elgamal keys. | Werner Koch | 2007-12-11 | 2 | -4/+15 | |
| | ||||||
* | Fix for bug 851. | Werner Koch | 2007-12-10 | 3 | -2/+15 | |
| | | | | | | Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20. | |||||
* | Created help files form the current po entries. | Werner Koch | 2007-12-04 | 2 | -259/+53 | |
| | ||||||
* | Allow configuraton of pinentry tooltip. | Werner Koch | 2007-12-04 | 2 | -2/+19 | |
| | | | | | Other minor buf fixes. |