Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bin2hex if possible. | Werner Koch | 2008-11-03 | 8 | -53/+34 |
| | |||||
* | Check that the socket is well and served by us. | Werner Koch | 2008-10-29 | 6 | -95/+260 |
| | |||||
* | Cosmetic fix | Werner Koch | 2008-10-29 | 29 | -28/+30 |
| | |||||
* | Fix last chnage. Reported by Tom Pegios. | Werner Koch | 2008-10-29 | 2 | -1/+6 |
| | |||||
* | Fixed w32-gettext. | Werner Koch | 2008-10-28 | 29 | -55/+60 |
| | |||||
* | Remove debug code. | Werner Koch | 2008-10-28 | 28 | -4971/+4968 |
| | |||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 32 | -85/+129 |
| | |||||
* | auto po updates. | Werner Koch | 2008-10-23 | 27 | -20244/+20218 |
| | |||||
* | Try to start the agent before invoking the protect-tool. | Werner Koch | 2008-10-23 | 3 | -4/+23 |
| | |||||
* | Help dirmngr to use supplied trust anchors. | Werner Koch | 2008-10-21 | 6 | -14/+66 |
| | |||||
* | 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 | 84 | -217/+857 |
| | |||||
* | Fix a bug in estream_snprintf. Found by a failed t-gettime under Windows. | Werner Koch | 2008-10-19 | 3 | -11/+52 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 14 | -11/+82 |
| | | | | | Other minor changes. | ||||
* | Reset the context lock flag after a failed dirmngr start which may happend | Werner Koch | 2008-10-17 | 2 | -8/+34 |
| | | | | | due to --disable-dirmngr. | ||||
* | Made scdaemon more robust on Windows. | Werner Koch | 2008-10-15 | 10 | -22/+55 |
| | |||||
* | SCD changes for PC/SC under W32. | Werner Koch | 2008-10-14 | 36 | -8827/+10430 |
| | |||||
* | Add --delete-keys as alias for --delete-key. | Werner Koch | 2008-10-13 | 2 | -1/+6 |
| | |||||
* | Explain how to delete a secret X.509 key. | Werner Koch | 2008-10-13 | 3 | -2/+13 |
| | |||||
* | * main.h, mainproc.c (check_sig_and_print), keylist.c | David Shaw | 2008-10-03 | 9 | -34/+74 |
| | | | | | | | | | (list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor. | ||||
* | Add /daatfile command to gpg-connect-agent. | Werner Koch | 2008-10-01 | 4 | -13/+90 |
| | |||||
* | Fix bug #922 | Werner Koch | 2008-09-30 | 2 | -327/+382 |
| | |||||
* | Extend --list-dirs to print the bindir. | Werner Koch | 2008-09-30 | 2 | -0/+6 |
| | |||||
* | Add gpgsm server command GETINFO agent-check. | Werner Koch | 2008-09-30 | 8 | -4/+48 |
| | | | | | Fix tests. | ||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 27 | -271/+348 |
| | |||||
* | 2008-09-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-09-28 | 2 | -2/+6 |
| | | | | | * apdu.c (pcsc_get_status): Fix last change. | ||||
* | * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses its | David Shaw | 2008-09-25 | 2 | -2/+10 |
| | | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything. | ||||
* | Fix bug #931 | Werner Koch | 2008-09-25 | 2 | -16/+29 |
| | |||||
* | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 2008-09-25 | 11 | -105/+579 |
| | |||||
* | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and | David Shaw | 2008-09-23 | 2 | -143/+158 |
| | | | | | pick a consensus winner across all keys. | ||||
* | * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. | David Shaw | 2008-09-23 | 2 | -2/+17 |
| | |||||
* | 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 | 18 | -174/+746 |
| | |||||
* | * keyserver.c (keyserver_import_cert): Allow keyserver URLs in | David Shaw | 2008-09-04 | 2 | -7/+6 |
| | | | | | addition to full URLs in CERT records. | ||||
* | Workaround for a mingw runtime bug. | Werner Koch | 2008-09-04 | 3 | -2/+12 |
| | |||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 44 | -5924/+5965 |
| | | | | | Cleanups | ||||
* | 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. | ||||
* | Add a warning nite to --throw-keyds. | Werner Koch | 2008-08-28 | 2 | -8/+11 |
| | |||||
* | * configure.ac: Use printf for the most portable SVN version | David Shaw | 2008-08-27 | 2 | -5/+5 |
| | | | | | detection. | ||||
* | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't | David Shaw | 2008-08-27 | 2 | -2/+8 |
| | | | | | understand '-n'. Use tr to trim the carriage return instead. | ||||
* | Avoid passing NULL to printf while debugging. | Werner Koch | 2008-08-19 | 2 | -14/+28 |
| | |||||
* | 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 | 5 | -2/+17 |
| | | | | | Doc fixes. | ||||
* | Cehck for expire date overflows. | Werner Koch | 2008-08-11 | 2 | -19/+33 |
| | |||||
* | Fix APDU buffer problem under MAC OS. | Werner Koch | 2008-08-11 | 2 | -6/+14 |
| | |||||
* | 2008-08-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-08-08 | 3 | -32/+115 |
| | | | | | | | | | | | | | | | | * gpgsm.h (struct server_control_s): Remove member dirmngr_seen. * call-dirmngr.c (dirmngr2_ctx, dirmngr_ctx_locked) (dirmngr2_ctx_locked): New global variables. (prepare_dirmngr): Don't check dirmngr_seen anymore. (start_dirmngr): Move bunch of code to ... (start_dirmngr_ext): ... this new function. (release_dirmngr, start_dirmngr2, release_dirmngr2): New functions. (gpgsm_dirmngr_isvalid): Call release_dirmngr. (gpgsm_dirmngr_lookup): Call release_dirmngr. If dirmngr_ctx is locked, use dirmngr2_locked. (gpgsm_dirmngr_run_command): Call release_dirmngr. | ||||
* | Add a warning note to --allow-multiple-messages. | Werner Koch | 2008-08-07 | 2 | -6/+10 |
| | | | | | s/Sylpeed-Claws/Claws-Mail/. | ||||
* | 2008-08-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-08-06 | 2 | -1/+4 |
| | | | | | | * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER. |