aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved smartcard robustness.Werner Koch2009-05-131-4/+20
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-36/+1
| | | | | Removed duplicated code (percent unescaping).
* Implement decryption for TCOS 3 cards.Werner Koch2009-03-301-5/+6
|
* Signing using Netkey 3 cards does now work.Werner Koch2009-03-261-1/+9
|
* Better syncronization of several smartcard sessions.Werner Koch2009-03-241-7/+33
|
* Add server option with-ephemeral-keys.Werner Koch2009-03-181-48/+56
| | | | | Extend SCD LEARN command.
* Add new attribute KEY-ATTR.Werner Koch2009-03-101-0/+12
|
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-11/+24
| | | | | | 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-031-1/+3
|
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-271-0/+32
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* New scd getinfo subcommand deny_adminWerner Koch2009-02-121-0/+6
|
* Change default gpgsm cipher back to 3DES.Werner Koch2009-02-091-1/+1
| | | | | Typo fixes.
* Add a sample key.Werner Koch2009-01-131-1/+2
| | | | | Detect and show the card type.
* Minor fixesWerner Koch2009-01-121-1/+1
|
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-081-1/+1
|
* Fixed some card related problems.Werner Koch2008-12-181-30/+91
|
* Add option --card-timeout.Werner Koch2008-12-051-7/+11
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Minor cleanups.Werner Koch2008-11-111-7/+28
|
* Fixed the card removed with cached app bug. (Famous last fix).Werner Koch2008-11-031-18/+23
|
* Use bin2hex if possible.Werner Koch2008-11-031-3/+1
|
* Cosmetic fixWerner Koch2008-10-291-1/+2
|
* 2008-10-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-10-211-1/+6
| | | | | | * command.c (open_card): If connect error is SW_HOST_NO_CARD, return a more descriptive error.
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+6
|
* Use more warning options with modern GCCs.Werner Koch2008-10-171-0/+14
| | | | | Other minor changes.
* Made scdaemon more robust on Windows.Werner Koch2008-10-151-3/+7
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-141-5/+38
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-35/+76
|
* 2008-08-30 Moritz <[email protected]>Moritz Schulte2008-08-311-14/+14
| | | | | | | | | | | | | * scdaemon.c (main): Use estream_asprintf instead of asprintf. * command.c (update_reader_status_file): Likewise. (cmd_serialno): Use estream_asprintf instead of asprintf and xfree instead of free to release memory allocated through (estream_)asprintf. (cmd_learn): Likewise. (pin_cb): Likewise. * app-openpgp.c (get_public_key): Likewise.
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-171-1/+1
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* Add support for the TCOS NullPIN feature.Werner Koch2008-06-241-4/+10
|
* Extended gpg-connect-agent.Werner Koch2007-10-021-0/+8
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Fixed card key generation of gpg2.Werner Koch2007-07-051-11/+62
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-041-1/+8
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+19
| | | | | See the ChangeLogs for details.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-0/+21
|
* Final fix for rc1gnupg-2.0.1rc1Werner Koch2006-11-231-1/+1
|
* Made some PIN pads work.Werner Koch2006-11-201-18/+40
| | | | | Some cleanups for 64 bit CPUs.
* Fix for bug 537Werner Koch2006-10-021-1/+1
|
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-021-1/+1
| | | | | | | * command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-2/+2
|
* Let scdaemon call a script on status changesWerner Koch2006-09-071-0/+43
|
* The big Assuan error code removal.Werner Koch2006-09-061-55/+51
|
* 2006-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-021-4/+10
| | | | | | | | * command.c (get_reader_slot): Return the slot_table index, not the APDU slot number. (update_reader_status_file): Use the slot_table index in the update_card_removed invocation.
* 2006-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-011-3/+31
| | | | | * command.c (cmd_getinfo): Handle status command.
* 2006-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-08-301-1/+4
| | | | | | * command.c (do_reset): Delay resetting CTRL->reader_slot until after update_card_removed invocation.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* Added command APDUWerner Koch2006-04-111-0/+128
|
* Allo RMD160 signaturesWerner Koch2006-03-211-3/+25
|
* Fixed card removal problemsWerner Koch2006-03-011-124/+152
|