aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix keygrip computation for TCOS 3 cards.Werner Koch2009-03-209-12/+115
| | | | | Emit PROGRESS status lines during --learn-card.
* Add missing file.Werner Koch2009-03-191-0/+188
|
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-196-70/+125
| | | | | and stores negative answers in trustlist.txt.
* Make sure not to leak file descriptors if running gpg-agent with aWerner Koch2009-03-1911-28/+252
| | | | | command. Restore the signal mask to solve a problem in Mono.
* Add server option with-ephemeral-keys.Werner Koch2009-03-1814-74/+117
| | | | | Extend SCD LEARN command.
* Enhanced last patch.Werner Koch2009-03-174-58/+112
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-178-58/+106
|
* * gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2009-03-162-2/+13
| | | | | debug.
* Remove duplicated code.Werner Koch2009-03-168-25/+35
|
* * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw2009-03-153-6/+9
| | | | | * gpgv.c (my_strusage): Same.
* * gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw2009-03-152-1/+5
|
* * http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw2009-03-132-6/+21
| | | | | RFC-2732. Adapted from patch by Phil Pennock.
* Add new attribute KEY-ATTR.Werner Koch2009-03-104-8/+54
|
* New gpg-agent command to list key information.Werner Koch2009-03-0620-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 Koch2009-03-0513-163/+687
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Fix segv.gnupg-2.0.11Werner Koch2009-03-032-1/+8
|
* Argg again: Remove cruft from a test.Werner Koch2009-03-031-1/+1
|
* Arggg, forgot one other place.Werner Koch2009-03-032-1/+3
|
* fix for pkits.Werner Koch2009-03-0329-28/+32
|
* Add --reload command to gpgconf.Werner Koch2009-03-0342-6466/+6590
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Add missing option strings.Werner Koch2009-03-025-3/+11
|
* Modernized gpg-agent startup instructionsWerner Koch2009-03-023-11/+28
|
* Fix bug#1003.Werner Koch2009-03-022-3/+16
|
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-279-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 wasWerner Koch2009-02-259-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 Koch2009-02-242-85/+443
|
* Replace a call to BUG by an error return.Werner Koch2009-02-242-7/+11
|
* Fix bug 1001.Werner Koch2009-02-199-9/+32
| | | | | Documentation updates.
* New scd getinfo subcommand deny_adminWerner Koch2009-02-125-5/+16
|
* Fix bug#998.Werner Koch2009-02-094-3/+35
|
* Change default gpgsm cipher back to 3DES.Werner Koch2009-02-094-3/+13
| | | | | Typo fixes.
* Make --allow-admin the default.Werner Koch2009-01-2832-2315/+2342
|
* Return the balance of a Geldkarte.Werner Koch2009-01-272-18/+90
|
* Add a Geldkarte gadget application.Werner Koch2009-01-2712-9/+433
| | | | | Minor other changes.
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-205-9/+55
|
* Add a few translations to the audit-log.Werner Koch2009-01-1931-2570/+3227
|
* Add a sample key.Werner Koch2009-01-137-4/+55
| | | | | Detect and show the card type.
* Post release updatesWerner Koch2009-01-122-3/+7
|
* The Russion translation arrived just in time.gnupg-2.0.10Werner Koch2009-01-122-723/+299
|
* Minor fixesWerner Koch2009-01-124-2/+11
|
* preparing a releaseWerner Koch2009-01-1235-375/+397
|
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-087-54/+187
|
* Fix error detectionWerner Koch2009-01-082-6/+12
|
* Update spanish translation.Werner Koch2009-01-089-277/+256
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Fix card change detection.Werner Koch2009-01-052-2/+7
|
* Updated tr anz zh_TW.Werner Koch2009-01-0528-2515/+2172
|
* Fixed some card related problems.Werner Koch2008-12-1832-3722/+3909
|
* Fix signal handling race condition.Werner Koch2008-12-172-14/+32
|
* Small doc fixes.Werner Koch2008-12-123-6/+12
|
* Add rmd160.c.Werner Koch2008-12-125-0/+444
| | | | | Emit anotehr error code status line.