aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-086-46/+180
|
* Fix card change detection.Werner Koch2009-01-052-2/+7
|
* Fixed some card related problems.Werner Koch2008-12-184-49/+236
|
* Minor fixes.Werner Koch2008-12-092-1/+5
|
* Align ticker to the full or half second.Werner Koch2008-12-082-6/+26
|
* Add option --card-timeout.Werner Koch2008-12-055-45/+78
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Print library versions according to GNU standards.Werner Koch2008-11-182-0/+35
|
* Minor cleanups.Werner Koch2008-11-112-7/+33
|
* Fixed the card removed with cached app bug. (Famous last fix).Werner Koch2008-11-035-46/+66
|
* Use bin2hex if possible.Werner Koch2008-11-038-53/+34
|
* Cosmetic fixWerner Koch2008-10-291-1/+2
|
* 2008-10-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-10-212-1/+11
| | | | | | * 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-209-6/+64
|
* Use more warning options with modern GCCs.Werner Koch2008-10-172-0/+19
| | | | | Other minor changes.
* Made scdaemon more robust on Windows.Werner Koch2008-10-155-18/+29
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-146-416/+687
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-293-7/+13
|
* 2008-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-09-282-2/+6
| | | | | * apdu.c (pcsc_get_status): Fix last change.
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-254-90/+482
|
* Improvements for 2k keys.Werner Koch2008-09-232-37/+144
|
* Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-09-232-0/+12
| | | | | | | | | * apdu.c (pcsc_get_status): Be more relaxed with the usable flag under Windows. M scd/ChangeLog M scd/apdu.c
* Untested fix for TPDU level exchange of large data (command chaining)Werner Koch2008-09-232-4/+9
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-2311-118/+551
|
* 2008-08-30 Moritz <[email protected]>Moritz Schulte2008-08-314-21/+32
| | | | | | | | | | | | | * 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.
* Fix new test for v2 cards.Werner Koch2008-08-182-2/+6
|
* Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch2008-08-131-1/+1
| | | | | Doc fixes.
* Fix APDU buffer problem under MAC OS.Werner Koch2008-08-112-6/+14
|
* prompt change.Werner Koch2008-07-302-2/+7
|
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-173-3/+68
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* Minor fixes.Werner Koch2008-06-261-1/+1
|
* Start support of TCOS 3 cards.Werner Koch2008-06-262-10/+100
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Add support for the TCOS NullPIN feature.Werner Koch2008-06-245-10/+92
|
* W32 related keyserver fixes.Werner Koch2008-04-211-1/+1
|
* Use default PIN flagWerner Koch2008-04-212-1/+24
|
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-1/+1
| | | | | | W32 gettext changes. Comment and typo fixes.
* Preparing a release.Werner Koch2008-03-262-21/+73
|
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-2/+9
| | | | | | * scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output.
* Support DSA2.Werner Koch2007-12-122-2/+2
| | | | | | Support Camellia for testing. More audit stuff.
* Fix for bug 851.Werner Koch2007-12-102-3/+49
| | | | | | Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
* Started to implement the audit log feature.Werner Koch2007-11-193-6/+26
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Extended gpg-connect-agent.Werner Koch2007-10-022-0/+12
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-013-38/+50
| | | | | Made socket servers secure under Windows.
* 2007-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-09-142-2/+13
| | | | | | * scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for W32 targets. Use it for create_socket_name.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-104-412/+4
|
* Factored common gpgconf constants outWerner Koch2007-08-022-17/+9
| | | | | Fixed W32 compare_filenames
* Applied exact length hack.Werner Koch2007-08-012-2/+16
|
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-051-1/+1
|
* Fixed card key generation of gpg2.Werner Koch2007-07-055-22/+89
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-0428-108/+60
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-043-6/+38
|