Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main): Add | David Shaw | 2009-05-11 | 2 | -23/+39 | |
| | | | | | support for SSLized HKP. | |||||
* | From 1.4: | David Shaw | 2009-05-11 | 6 | -16/+35 | |
| | | | | | | | | | | | | * curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version. | |||||
* | Doc fixes. | Werner Koch | 2009-05-08 | 2 | -3/+2 | |
| | ||||||
* | More support for Netkey cards. | Werner Koch | 2009-05-08 | 9 | -99/+375 | |
| | | | | | | Small changes to teh CCID driver. Support 2048 bit OpenPGP cards. | |||||
* | New helper function factored out of ../scd and equipped with test code. | Werner Koch | 2009-05-07 | 4 | -0/+288 | |
| | ||||||
* | Fix example. | Werner Koch | 2009-05-06 | 1 | -7/+8 | |
| | ||||||
* | Fix bug#1034. | Werner Koch | 2009-05-06 | 3 | -35/+42 | |
| | | | | | Remove dead code. | |||||
* | * gpgkeys_mailto.in: Set 'mail-from' as a keyserver-option, rather | David Shaw | 2009-05-05 | 2 | -27/+20 | |
| | | | | | than the ugly ?from= syntax. | |||||
* | Fix problem with incompatible gpg.conf files. | Werner Koch | 2009-04-19 | 2 | -1/+9 | |
| | ||||||
* | Add a tool to analyze the CCID protocol on the USB bus. | Werner Koch | 2009-04-17 | 3 | -1/+795 | |
| | ||||||
* | 2009-04-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-04-14 | 2 | -1/+12 | |
| | | | | | | * call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry. | |||||
* | Make gpgv error message about a missing keyring more useful. This fixes | Werner Koch | 2009-04-03 | 6 | -20/+63 | |
| | | | | | Debian#494040. Also implement readonly semantic for extra safety. | |||||
* | Print the card's S/N in a secret key listing. | Werner Koch | 2009-04-02 | 2 | -1/+13 | |
| | ||||||
* | Prepare for OpenPGP cards with extended length support. | Werner Koch | 2009-04-01 | 2 | -4/+13 | |
| | ||||||
* | Ported changes from 1.4. | Werner Koch | 2009-04-01 | 8 | -36/+153 | |
| | ||||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 29 | -372/+719 | |
| | | | | | Removed duplicated code (percent unescaping). | |||||
* | Implement decryption for TCOS 3 cards. | Werner Koch | 2009-03-30 | 13 | -121/+277 | |
| | ||||||
* | Signing using Netkey 3 cards does now work. | Werner Koch | 2009-03-26 | 14 | -50/+154 | |
| | ||||||
* | Fixed a trustlist update problem. | Werner Koch | 2009-03-26 | 4 | -36/+105 | |
| | | | | | Pretty format the marktrusted pinentry prompt. | |||||
* | Print NO_SECKEY status line in gpgsm. | Werner Koch | 2009-03-25 | 12 | -17/+62 | |
| | | | | | This fixes bug#1020. | |||||
* | log file fixes. | Werner Koch | 2009-03-25 | 32 | -41/+54 | |
| | ||||||
* | Preparing a snapshot. | Werner Koch | 2009-03-24 | 28 | -5902/+7317 | |
| | ||||||
* | Better syncronization of several smartcard sessions. | Werner Koch | 2009-03-24 | 5 | -18/+83 | |
| | ||||||
* | Allow deletion of ephemeral keys. | Werner Koch | 2009-03-23 | 2 | -4/+20 | |
| | ||||||
* | Fix keygrip computation for TCOS 3 cards. | Werner Koch | 2009-03-20 | 9 | -12/+115 | |
| | | | | | Emit PROGRESS status lines during --learn-card. | |||||
* | Add missing file. | Werner Koch | 2009-03-19 | 1 | -0/+188 | |
| | ||||||
* | Changed order of the confirmation questions for root certificates | Werner Koch | 2009-03-19 | 6 | -70/+125 | |
| | | | | | and stores negative answers in trustlist.txt. | |||||
* | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 2009-03-19 | 11 | -28/+252 | |
| | | | | | command. Restore the signal mask to solve a problem in Mono. | |||||
* | Add server option with-ephemeral-keys. | Werner Koch | 2009-03-18 | 14 | -74/+117 | |
| | | | | | Extend SCD LEARN command. | |||||
* | Enhanced last patch. | Werner Koch | 2009-03-17 | 4 | -58/+112 | |
| | ||||||
* | Move password repetition from gpg to gpg-agent. | Werner Koch | 2009-03-17 | 8 | -58/+106 | |
| | ||||||
* | * gpg.texi (GPG Configuration Options): Document keyserver-options | David Shaw | 2009-03-16 | 2 | -2/+13 | |
| | | | | | debug. | |||||
* | Remove duplicated code. | Werner Koch | 2009-03-16 | 8 | -25/+35 | |
| | ||||||
* | * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv). | David Shaw | 2009-03-15 | 3 | -6/+9 | |
| | | | | | * gpgv.c (my_strusage): Same. | |||||
* | * gpgv.c (my_strusage): Fix name of program in "Syntax" line. | David Shaw | 2009-03-15 | 2 | -1/+5 | |
| | ||||||
* | * http.c (do_parse_uri): Properly handle IPv6 literal addresses as per | David Shaw | 2009-03-13 | 2 | -6/+21 | |
| | | | | | RFC-2732. Adapted from patch by Phil Pennock. | |||||
* | Add new attribute KEY-ATTR. | Werner Koch | 2009-03-10 | 4 | -8/+54 | |
| | ||||||
* | New gpg-agent command to list key information. | Werner Koch | 2009-03-06 | 20 | -177/+598 | |
| | | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | |||||
* | New PIN Callback attributes in gpg-agent. | Werner Koch | 2009-03-05 | 13 | -163/+687 | |
| | | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
* | Fix segv.gnupg-2.0.11 | Werner Koch | 2009-03-03 | 2 | -1/+8 | |
| | ||||||
* | Argg again: Remove cruft from a test. | Werner Koch | 2009-03-03 | 1 | -1/+1 | |
| | ||||||
* | Arggg, forgot one other place. | Werner Koch | 2009-03-03 | 2 | -1/+3 | |
| | ||||||
* | fix for pkits. | Werner Koch | 2009-03-03 | 29 | -28/+32 | |
| | ||||||
* | Add --reload command to gpgconf. | Werner Koch | 2009-03-03 | 42 | -6466/+6590 | |
| | | | | | | Fix a problem in exechelp.c Get ready for a release. | |||||
* | Add missing option strings. | Werner Koch | 2009-03-02 | 5 | -3/+11 | |
| | ||||||
* | Modernized gpg-agent startup instructions | Werner Koch | 2009-03-02 | 3 | -11/+28 | |
| | ||||||
* | Fix bug#1003. | Werner Koch | 2009-03-02 | 2 | -3/+16 | |
| | ||||||
* | Fix a gpg2 problem with removed cards. | Werner Koch | 2009-02-27 | 9 | -16/+143 | |
| | | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon. | |||||
* | Fixed a nasty bug in scdaemon which led to a card reset if the card was | Werner Koch | 2009-02-25 | 9 | -20/+93 | |
| | | | | | | inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging. | |||||
* | Better debug output. | Werner Koch | 2009-02-24 | 2 | -85/+443 | |
| |