aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Print library versions according to GNU standards.Werner Koch2008-11-189-102/+162
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-1334-8836/+8690
|
* Made arg_parse more readable.Werner Koch2008-11-1233-713/+935
|
* use $() instead of backticks.Werner Koch2008-11-122-9/+14
|
* Reorder libs in kbx. Werner Koch2008-11-1130-2219/+2228
|
* Minor cleanups.Werner Koch2008-11-1136-55/+91
|
* Revamped the W32 gettext implementation.Werner Koch2008-11-048-1086/+1118
|
* 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
|
* Check that the socket is well and served by us.Werner Koch2008-10-296-95/+260
|
* Cosmetic fixWerner Koch2008-10-2929-28/+30
|
* Fix last chnage. Reported by Tom Pegios.Werner Koch2008-10-292-1/+6
|
* Fixed w32-gettext.Werner Koch2008-10-2829-55/+60
|
* Remove debug code.Werner Koch2008-10-2828-4971/+4968
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-2832-85/+129
|
* auto po updates.Werner Koch2008-10-2327-20244/+20218
|
* Try to start the agent before invoking the protect-tool.Werner Koch2008-10-233-4/+23
|
* Help dirmngr to use supplied trust anchors.Werner Koch2008-10-216-14/+66
|
* 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-2084-217/+857
|
* Fix a bug in estream_snprintf. Found by a failed t-gettime under Windows.Werner Koch2008-10-193-11/+52
|
* Use more warning options with modern GCCs.Werner Koch2008-10-1714-11/+82
| | | | | Other minor changes.
* Reset the context lock flag after a failed dirmngr start which may happendWerner Koch2008-10-172-8/+34
| | | | | due to --disable-dirmngr.
* Made scdaemon more robust on Windows.Werner Koch2008-10-1510-22/+55
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-1436-8827/+10430
|
* Add --delete-keys as alias for --delete-key.Werner Koch2008-10-132-1/+6
|
* Explain how to delete a secret X.509 key.Werner Koch2008-10-133-2/+13
|
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-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 Koch2008-10-014-13/+90
|
* Fix bug #922Werner Koch2008-09-302-327/+382
|
* Extend --list-dirs to print the bindir.Werner Koch2008-09-302-0/+6
|
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-308-4/+48
| | | | | Fix tests.
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-2927-271/+348
|
* 2008-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-09-282-2/+6
| | | | | * apdu.c (pcsc_get_status): Fix last change.
* * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2008-09-252-2/+10
| | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything.
* Fix bug #931Werner Koch2008-09-252-16/+29
|
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-2511-105/+579
|
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-232-143/+158
| | | | | pick a consensus winner across all keys.
* * gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2008-09-232-2/+17
|
* 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-2318-174/+746
|
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-042-7/+6
| | | | | addition to full URLs in CERT records.
* Workaround for a mingw runtime bug.Werner Koch2008-09-043-2/+12
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-0344-5924/+5965
| | | | | Cleanups
* 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.
* Add a warning nite to --throw-keyds.Werner Koch2008-08-282-8/+11
|
* * configure.ac: Use printf for the most portable SVN versionDavid Shaw2008-08-272-5/+5
| | | | | detection.
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-08-272-2/+8
| | | | | understand '-n'. Use tr to trim the carriage return instead.