aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-09Minor fixes.Werner Koch2-1/+5
2008-12-08Align ticker to the full or half second.Werner Koch2-6/+26
2008-12-05Add option --card-timeout.Werner Koch5-45/+78
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-18Print library versions according to GNU standards.Werner Koch2-0/+35
2008-11-11Minor cleanups.Werner Koch2-7/+33
2008-11-03Fixed the card removed with cached app bug. (Famous last fix).Werner Koch5-46/+66
2008-11-03Use bin2hex if possible.Werner Koch8-53/+34
2008-10-29Cosmetic fixWerner Koch1-1/+2
2008-10-212008-10-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+11
* command.c (open_card): If connect error is SW_HOST_NO_CARD, return a more descriptive error.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch9-6/+64
2008-10-17Use more warning options with modern GCCs.Werner Koch2-0/+19
Other minor changes.
2008-10-15Made scdaemon more robust on Windows.Werner Koch5-18/+29
2008-10-14SCD changes for PC/SC under W32.Werner Koch6-416/+687
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch3-7/+13
2008-09-282008-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+6
* apdu.c (pcsc_get_status): Fix last change.
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch4-90/+482
2008-09-23Improvements for 2k keys.Werner Koch2-37/+144
2008-09-23Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+12
* apdu.c (pcsc_get_status): Be more relaxed with the usable flag under Windows. M scd/ChangeLog M scd/apdu.c
2008-09-23Untested fix for TPDU level exchange of large data (command chaining)Werner Koch2-4/+9
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch11-118/+551
2008-08-312008-08-30 Moritz <[email protected]>Moritz Schulte4-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.
2008-08-18Fix new test for v2 cards.Werner Koch2-2/+6
2008-08-13Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch1-1/+1
Doc fixes.
2008-08-11Fix APDU buffer problem under MAC OS.Werner Koch2-6/+14
2008-07-30prompt change.Werner Koch2-2/+7
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch3-3/+68
Documentation fixes. Some enhancements for the new OpenPGP Card.
2008-06-26Minor fixes.Werner Koch1-1/+1
2008-06-26Start support of TCOS 3 cards.Werner Koch2-10/+100
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
2008-06-24Add support for the TCOS NullPIN feature.Werner Koch5-10/+92
2008-04-21W32 related keyserver fixes.Werner Koch1-1/+1
2008-04-21Use default PIN flagWerner Koch2-1/+24
2008-04-18Adjust for the changed Camellia draft.Werner Koch1-1/+1
W32 gettext changes. Comment and typo fixes.
2008-03-26Preparing a release.Werner Koch2-21/+73
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+9
* scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output.
2007-12-12Support DSA2.Werner Koch2-2/+2
Support Camellia for testing. More audit stuff.
2007-12-10Fix for bug 851.Werner Koch2-3/+49
Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
2007-11-19Started to implement the audit log feature.Werner Koch3-6/+26
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-02Extended gpg-connect-agent.Werner Koch2-0/+12
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-10-01Use Assuan socket wrapper calls.Werner Koch3-38/+50
Made socket servers secure under Windows.
2007-09-142007-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+13
* scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for W32 targets. Use it for create_socket_name.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch4-412/+4
2007-08-02Factored common gpgconf constants outWerner Koch2-17/+9
Fixed W32 compare_filenames
2007-08-01Applied exact length hack.Werner Koch2-2/+16
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch1-1/+1
2007-07-05Fixed card key generation of gpg2.Werner Koch5-22/+89
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch28-108/+60
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch3-6/+38
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2-1/+4
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-1/+1
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.