Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-09-04 | Allow uid sand key election using a '*'. | Werner Koch | 1 | -0/+6 | |
2009-09-03 | Fix bug#1122. | Werner Koch | 1 | -0/+9 | |
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files. | |||||
2009-09-03 | Fix bug#1011. | Werner Koch | 1 | -6/+10 | |
2009-08-26 | Expand a ~ in the ca-cert-file argument. | Werner Koch | 1 | -1/+1 | |
2009-08-26 | Fix debian bug#543530 | Werner Koch | 1 | -0/+5 | |
2009-08-20 | 2009-08-20 Daiki Ueno <[email protected]> | Werner Koch | 1 | -0/+7 | |
* mainproc.c (proc_encrypted): Clear passphrase cached with S2K cache ID if decryption failed. * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid. * gpgv.c (passphrase_clear_cache): New stub. | |||||
2009-08-11 | Ask to insert the right OpenPGP card. | Werner Koch | 1 | -0/+7 | |
2009-08-06 | Improved detection of bad/invalid signer keys. | Werner Koch | 1 | -0/+6 | |
2009-08-05 | Enable readline support in --card-edit. | Werner Koch | 1 | -0/+4 | |
better cope with re-inserted cards. | |||||
2009-08-05 | Ask for the keysize when generating a new card key. | Werner Koch | 1 | -0/+13 | |
2009-07-31 | * gpg.c (main): --pgp6 includes --disable-mdc. | David Shaw | 1 | -0/+4 | |
2009-07-30 | Comment changes. | Werner Koch | 1 | -1/+1 | |
Changed --learn-card. | |||||
2009-07-23 | Try a DNS-SD lookup to find a domain-specific LDAP server before | David Shaw | 1 | -0/+5 | |
resorting to keys.{domain}. | |||||
2009-07-22 | Make use of the card's extended capabilities. | Werner Koch | 1 | -0/+7 | |
2009-07-22 | Emit CARDCTRL status lines. | Werner Koch | 1 | -0/+8 | |
2009-07-22 | Print verbose instructions in case of a corrupted trustdb. | Werner Koch | 1 | -0/+7 | |
2009-07-20 | Fix bug 1091. | Werner Koch | 1 | -0/+10 | |
Doc fixes. Replace assert by error message. | |||||
2009-07-13 | [g10] | Werner Koch | 1 | -0/+8 | |
* exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created. | |||||
2009-07-09 | Support writing of existing keys with non-matching key sizes. | Werner Koch | 1 | -0/+3 | |
2009-07-09 | Changed default hash algorithm preferences | Werner Koch | 1 | -0/+11 | |
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 1 | -1/+13 | |
2009-06-24 | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 1 | -0/+12 | |
Still one problem left; marked with a gcc #warning. | |||||
2009-06-17 | Preparing for 2.0.12.gnupg-2.0.12 | Werner Koch | 1 | -0/+3 | |
2009-06-17 | Add readcert command. | Werner Koch | 1 | -0/+12 | |
fix reading large certificates. | |||||
2009-06-09 | app-openpgp changes | Werner Koch | 1 | -0/+8 | |
2009-06-05 | Add full Camellia support. | David Shaw | 1 | -0/+16 | |
* 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. | |||||
2009-06-02 | Fix for bug#1066. | Werner Koch | 1 | -0/+4 | |
A couple of minor changes. | |||||
2009-05-26 | Fix a signal cleanup problem. | Werner Koch | 1 | -0/+10 | |
Fix zero length MPI reading. | |||||
2009-05-20 | Fixed bug#1044. Use of --fingerprint with --with-fingerprint. | Werner Koch | 1 | -0/+3 | |
2009-05-20 | Allow generation of DSA2 keys without --enable-dsa2. | Werner Koch | 1 | -1/+5 | |
2009-05-20 | Fix bug#1056. | Werner Koch | 1 | -0/+5 | |
2009-05-18 | New gpgsm server option no-encrypt-to. | Werner Koch | 1 | -0/+12 | |
Add caching for symkey encryption. Minor cleanups. | |||||
2009-05-17 | Changed default algo and size. | Werner Koch | 1 | -0/+9 | |
2009-05-15 | Made card key generate with backup key work for 2048 bit. | Werner Koch | 1 | -0/+21 | |
Improved card key generation prompts. | |||||
2009-05-15 | 2009-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+5 | |
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now). | |||||
2009-05-13 | Print keyid in gpg --list-packets. | Werner Koch | 1 | -0/+7 | |
Add some not yet code to app-nks.c Changed batch mode expiration time computation | |||||
2009-05-11 | Fix bug 1045. | Werner Koch | 1 | -0/+3 | |
2009-05-11 | Print 'empty file' warning only with --verbose. | Werner Koch | 1 | -0/+7 | |
2009-05-11 | * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well. | David Shaw | 1 | -0/+5 | |
From 1.4. | |||||
2009-05-06 | Fix bug#1034. | Werner Koch | 1 | -0/+7 | |
Remove dead code. | |||||
2009-04-03 | Make gpgv error message about a missing keyring more useful. This fixes | Werner Koch | 1 | -0/+13 | |
Debian#494040. Also implement readonly semantic for extra safety. | |||||
2009-04-01 | Ported changes from 1.4. | Werner Koch | 1 | -0/+13 | |
2009-04-01 | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 1 | -0/+8 | |
Removed duplicated code (percent unescaping). | |||||
2009-03-25 | Print NO_SECKEY status line in gpgsm. | Werner Koch | 1 | -0/+4 | |
This fixes bug#1020. | |||||
2009-03-17 | Enhanced last patch. | Werner Koch | 1 | -0/+5 | |
2009-03-17 | Move password repetition from gpg to gpg-agent. | Werner Koch | 1 | -0/+16 | |
2009-03-15 | * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv). | David Shaw | 1 | -0/+3 | |
* gpgv.c (my_strusage): Same. | |||||
2009-03-15 | * gpgv.c (my_strusage): Fix name of program in "Syntax" line. | David Shaw | 1 | -0/+4 | |
2009-02-27 | Fix a gpg2 problem with removed cards. | Werner Koch | 1 | -0/+5 | |
Allow runtime conf change for scdaemon. New commands for scdaemon. | |||||
2009-02-24 | Replace a call to BUG by an error return. | Werner Koch | 1 | -0/+5 | |