Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print library versions according to GNU standards. | Werner Koch | 2008-11-18 | 2 | -0/+35 |
| | |||||
* | Minor cleanups. | Werner Koch | 2008-11-11 | 2 | -7/+33 |
| | |||||
* | Fixed the card removed with cached app bug. (Famous last fix). | Werner Koch | 2008-11-03 | 5 | -46/+66 |
| | |||||
* | Use bin2hex if possible. | Werner Koch | 2008-11-03 | 8 | -53/+34 |
| | |||||
* | Cosmetic fix | Werner Koch | 2008-10-29 | 1 | -1/+2 |
| | |||||
* | 2008-10-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-10-21 | 2 | -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 Koch | 2008-10-20 | 9 | -6/+64 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 2 | -0/+19 |
| | | | | | Other minor changes. | ||||
* | Made scdaemon more robust on Windows. | Werner Koch | 2008-10-15 | 5 | -18/+29 |
| | |||||
* | SCD changes for PC/SC under W32. | Werner Koch | 2008-10-14 | 6 | -416/+687 |
| | |||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 3 | -7/+13 |
| | |||||
* | 2008-09-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-09-28 | 2 | -2/+6 |
| | | | | | * apdu.c (pcsc_get_status): Fix last change. | ||||
* | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 2008-09-25 | 4 | -90/+482 |
| | |||||
* | Improvements for 2k keys. | Werner Koch | 2008-09-23 | 2 | -37/+144 |
| | |||||
* | Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-09-23 | 2 | -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 Koch | 2008-09-23 | 2 | -4/+9 |
| | |||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 11 | -118/+551 |
| | |||||
* | 2008-08-30 Moritz <[email protected]> | Moritz Schulte | 2008-08-31 | 4 | -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 Koch | 2008-08-18 | 2 | -2/+6 |
| | |||||
* | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 2008-08-13 | 1 | -1/+1 |
| | | | | | Doc fixes. | ||||
* | Fix APDU buffer problem under MAC OS. | Werner Koch | 2008-08-11 | 2 | -6/+14 |
| | |||||
* | prompt change. | Werner Koch | 2008-07-30 | 2 | -2/+7 |
| | |||||
* | Do not run the setuid test if running under as root proper. | Werner Koch | 2008-07-17 | 3 | -3/+68 |
| | | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card. | ||||
* | Minor fixes. | Werner Koch | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Start support of TCOS 3 cards. | Werner Koch | 2008-06-26 | 2 | -10/+100 |
| | | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | ||||
* | Add support for the TCOS NullPIN feature. | Werner Koch | 2008-06-24 | 5 | -10/+92 |
| | |||||
* | W32 related keyserver fixes. | Werner Koch | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | Use default PIN flag | Werner Koch | 2008-04-21 | 2 | -1/+24 |
| | |||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 1 | -1/+1 |
| | | | | | | W32 gettext changes. Comment and typo fixes. | ||||
* | Preparing a release. | Werner Koch | 2008-03-26 | 2 | -21/+73 |
| | |||||
* | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-09 | 2 | -2/+9 |
| | | | | | | * scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output. | ||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 2 | -2/+2 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Fix for bug 851. | Werner Koch | 2007-12-10 | 2 | -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 Koch | 2007-11-19 | 3 | -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 Koch | 2007-10-02 | 2 | -0/+12 |
| | | | | | New "GETINFO pid" command for scdaemon and gpg-agent. | ||||
* | Use Assuan socket wrapper calls. | Werner Koch | 2007-10-01 | 3 | -38/+50 |
| | | | | | Made socket servers secure under Windows. | ||||
* | 2007-09-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-09-14 | 2 | -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 Koch | 2007-08-10 | 4 | -412/+4 |
| | |||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 2 | -17/+9 |
| | | | | | Fixed W32 compare_filenames | ||||
* | Applied exact length hack. | Werner Koch | 2007-08-01 | 2 | -2/+16 |
| | |||||
* | Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5 | Werner Koch | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 5 | -22/+89 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 28 | -108/+60 |
| | | | | | Removed intl/. | ||||
* | A bunch of minor changes for Windows. | Werner Koch | 2007-07-04 | 3 | -6/+38 |
| | |||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 2 | -1/+4 |
| | | | | Windows. | ||||
* | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 2007-06-20 | 1 | -1/+1 |
| | |||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -1/+1 |
| | | | | | | Added regression tests support to jnlib. W32 changes. | ||||
* | jnlib/ | Marcus Brinkmann | 2007-06-18 | 2 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 6 | -4/+42 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 5 | -18/+16 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. |