Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A bunch of minor changes | Werner Koch | 2009-12-21 | 1 | -29/+16 |
| | |||||
* | Allow for default algorithms in a parameter file | Werner Koch | 2009-12-04 | 1 | -2/+2 |
| | |||||
* | Backported some stuff from trunk | Werner Koch | 2009-12-03 | 1 | -0/+5 |
| | |||||
* | Allow for numerical debug levels. | Werner Koch | 2009-12-03 | 1 | -6/+33 |
| | |||||
* | Ask for the keysize when generating a new card key. | Werner Koch | 2009-08-05 | 1 | -0/+1 |
| | |||||
* | * gpg.c (main): --pgp6 includes --disable-mdc. | David Shaw | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | Print verbose instructions in case of a corrupted trustdb. | Werner Koch | 2009-07-22 | 1 | -4/+2 |
| | |||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -3/+1 |
| | |||||
* | Changed default hash algorithm preferences | Werner Koch | 2009-07-09 | 1 | -5/+0 |
| | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -4/+30 |
| | |||||
* | Add full Camellia support. | David Shaw | 2009-06-05 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | | * configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here. | ||||
* | Fixed bug#1044. Use of --fingerprint with --with-fingerprint. | Werner Koch | 2009-05-20 | 1 | -6/+14 |
| | |||||
* | 2009-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-05-15 | 1 | -1/+0 |
| | | | | | | * gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now). | ||||
* | Ported changes from 1.4. | Werner Koch | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Move password repetition from gpg to gpg-agent. | Werner Koch | 2009-03-17 | 1 | -3/+3 |
| | |||||
* | * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv). | David Shaw | 2009-03-15 | 1 | -3/+3 |
| | | | | | * gpgv.c (my_strusage): Same. | ||||
* | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 2008-12-11 | 1 | -2/+4 |
| | | | | | Fix SIG_ID computation. | ||||
* | Minor bug fix. | Werner Koch | 2008-12-09 | 1 | -4/+4 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 1 | -11/+17 |
| | |||||
* | Print library versions according to GNU standards. | Werner Koch | 2008-11-18 | 1 | -51/+30 |
| | |||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 1 | -7/+8 |
| | |||||
* | Made arg_parse more readable. | Werner Koch | 2008-11-12 | 1 | -345/+376 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 1 | -16/+7 |
| | |||||
* | Revert that last stupid setuid detection fix. | Werner Koch | 2008-07-17 | 1 | -2/+2 |
| | |||||
* | Do not run the setuid test if running under as root proper. | Werner Koch | 2008-07-17 | 1 | -3/+3 |
| | | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card. | ||||
* | g10/ | Marcus Brinkmann | 2008-06-25 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | Add group to the --gpgconf-list. | ||||
* | 2008-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-18 | 1 | -0/+14 |
| | | | | | | | | | * 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. | ||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Add command --locate-key. | Werner Koch | 2008-05-07 | 1 | -3/+21 |
| | | | | | Fix auto-key-locate processing of "nodefault". | ||||
* | If there are multiple 0x19 backsigs, take the most recent one. (from 1.4). | Werner Koch | 2008-04-16 | 1 | -0/+3 |
| | | | | | add log-file and debug-level to the --gpgconf-list. | ||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 1 | -0/+3 |
| | |||||
* | disable DSA2 for old Libgcrypts. | Werner Koch | 2008-04-02 | 1 | -0/+9 |
| | |||||
* | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-09 | 1 | -44/+63 |
| | | | | | | | | * 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. | ||||
* | Add --logger-fd alias. | Werner Koch | 2008-01-26 | 1 | -0/+1 |
| | | | | | Ass card vendor 004. | ||||
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 1 | -1/+4 |
| | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -2/+47 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Try to make sure that the standard descriptors are connected when calling | Werner Koch | 2007-12-03 | 1 | -74/+1 |
| | | | | | gpgsm. | ||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -1/+4 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | ||||
* | Ported changes from 1.4. | Werner Koch | 2007-10-25 | 1 | -6/+30 |
| | | | | | Add copyright notices. | ||||
* | Print used library version with --version. | Werner Koch | 2007-09-14 | 1 | -1/+47 |
| | | | | | Typo fixes | ||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -5/+1 |
| | | | | | Fixed W32 compare_filenames | ||||
* | Typo fixes. | Werner Koch | 2007-07-17 | 1 | -0/+2 |
| | | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | ||||
* | Translate all file descriptors received from assuan. | Werner Koch | 2007-07-12 | 1 | -5/+5 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -0/+1 |
| | |||||
* | Fixed a problem in estream-printf.c. | Werner Koch | 2007-06-25 | 1 | -5/+5 |
| | | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups. | ||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -1/+1 |
| | | | | | | Added regression tests support to jnlib. W32 changes. | ||||
* | jnlib/ | Marcus Brinkmann | 2007-06-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list. |