Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Doc fix. | Werner Koch | 2006-12-08 | 3 | -2/+12 | |
| | | | | | Don't let gpg2 fail if the option skeleton file is missing | |||||
* | Makefile.am: Link to iconv for jnlib dependency. (OSX) | David Shaw | 2006-12-07 | 6 | -8/+23 | |
| | ||||||
* | (no commit message) | Werner Koch | 2006-12-06 | 1 | -0/+125 | |
| | ||||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 31 | -337/+542 | |
| | ||||||
* | * keyedit.c (menu_clean): Show "already minimized" rather than | David Shaw | 2006-12-03 | 2 | -1/+12 | |
| | | | | | | "already clean" when a minimized key is minimized again. From Dirk Traulsen. | |||||
* | * gpgkeys_hkp.c (search_key): HKP keyservers like the 0x to be present | David Shaw | 2006-12-03 | 2 | -0/+11 | |
| | | | | | when searching by keyID. | |||||
* | * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. | David Shaw | 2006-12-03 | 2 | -0/+9 | |
| | ||||||
* | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add | David Shaw | 2006-12-03 | 4 | -13/+28 | |
| | | | | | | | --passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1. | |||||
* | The usual po file updates.gnupg-2.0.1 | Werner Koch | 2006-11-28 | 27 | -378/+378 | |
| | ||||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 13 | -11/+40 | |
| | ||||||
* | * openfile.c (ask_outfile_name): Fixed buffer overflow occurring | Werner Koch | 2006-11-27 | 2 | -34/+41 | |
| | | | | | | if make_printable_string returns a longer string. Fixes bug 728. | |||||
* | Final fix for rc1gnupg-2.0.1rc1 | Werner Koch | 2006-11-23 | 2 | -1/+5 | |
| | ||||||
* | Preparing 2.0.1rc1 | Werner Koch | 2006-11-23 | 32 | -787/+798 | |
| | ||||||
* | Final fix which should now pass all tests. | Werner Koch | 2006-11-21 | 2 | -1/+3 | |
| | ||||||
* | Changed order of libs | Werner Koch | 2006-11-21 | 3 | -5/+7 | |
| | ||||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 132 | -5453/+7298 | |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 36 | -166/+497 | |
| | | | | | Some cleanups for 64 bit CPUs. | |||||
* | No need for thsi script. Use ./autogen.sh --build-w32 instead. | Werner Koch | 2006-11-15 | 1 | -15/+0 | |
| | ||||||
* | Silent GETEVENT command. Requires latest libassuan. | Werner Koch | 2006-11-14 | 6 | -3/+78 | |
| | | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them. | |||||
* | New command GETEVENTCOUNTER. | Werner Koch | 2006-11-14 | 8 | -1/+124 | |
| | | | | | | | | | | * command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto. | |||||
* | sm/ | Werner Koch | 2006-11-14 | 12 | -1701/+1381 | |
| | | | | | | | | | | | | | | * server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes. | |||||
* | Post release update | Werner Koch | 2006-11-11 | 2 | -2/+6 | |
| | ||||||
* | . | Werner Koch | 2006-11-11 | 37 | -3136/+1720 | |
| | ||||||
* | Fixed that nasty 64 bit but. | Werner Koch | 2006-11-10 | 2 | -10/+17 | |
| | ||||||
* | gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. | Werner Koch | 2006-11-09 | 4 | -4/+24 | |
| | | | | | Other minor fixes | |||||
* | post release updates | Werner Koch | 2006-11-06 | 3 | -16/+16 | |
| | ||||||
* | Preparing another releasegnupg-1.9.95 | Werner Koch | 2006-11-06 | 31 | -5933/+5236 | |
| | ||||||
* | * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change. | David Shaw | 2006-11-06 | 2 | -5/+8 | |
| | | | | | Key-not-found still has a HTML response. | |||||
* | * gpg.texi: Reference to --s2k-count in --s2k-mode. | David Shaw | 2006-11-06 | 2 | -2/+6 | |
| | ||||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 17 | -53/+158 | |
| | ||||||
* | Post release update | Werner Koch | 2006-10-24 | 29 | -9749/+9753 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+5 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+5 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+7 | |
| | | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable. | |||||
* | Preparing another releasegnupg-1.9.94 | Werner Koch | 2006-10-24 | 8 | -22/+68 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+6 | |
| | | | | | | * Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ... (gpg2keys_finger_CPPFLAGS): ... this. | |||||
* | . | Werner Koch | 2006-10-23 | 20 | -50/+173 | |
| | ||||||
* | Allow importing of web.de generated p12 files | Werner Koch | 2006-10-23 | 3 | -5/+14 | |
| | ||||||
* | Allow to select X.509 certificates using the keygrip. | Werner Koch | 2006-10-20 | 13 | -3/+251 | |
| | ||||||
* | * gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTML | David Shaw | 2006-10-20 | 2 | -1/+9 | |
| | | | | | coming back from a MR hkp query. | |||||
* | Fixes | Werner Koch | 2006-10-19 | 41 | -6033/+6137 | |
| | ||||||
* | Preparing a releasegnupg-1.9.93 | Werner Koch | 2006-10-18 | 8 | -26/+72 | |
| | ||||||
* | Fixed v3 keyids. | Werner Koch | 2006-10-18 | 2 | -3/+8 | |
| | ||||||
* | Fixed a bug with very long keys. | Werner Koch | 2006-10-18 | 3 | -217/+264 | |
| | ||||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 51 | -4882/+5380 | |
| | ||||||
* | Fixed aegypten bug 372 | Werner Koch | 2006-10-17 | 2 | -11/+19 | |
| | ||||||
* | Allow to cancel marktrusted. | Werner Koch | 2006-10-16 | 4 | -2/+21 | |
| | ||||||
* | Fixed aegypten bug 299 | Werner Koch | 2006-10-16 | 2 | -4/+78 | |
| | ||||||
* | * gpg.texi: Document --s2k-count. | David Shaw | 2006-10-13 | 2 | -0/+11 | |
| | ||||||
* | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 2006-10-13 | 6 | -5/+51 | |
| | | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations. |