| Commit message (Expand) | Author | Files | Lines |
2008-03-25 | Fixed URL. | Werner Koch | 1 | -1/+1 |
2008-03-25 | Powerpc64 fix. | Werner Koch | 2 | -2/+5 |
2008-03-25 | Change default keyserver. | Werner Koch | 2 | -3/+9 |
2008-03-24 | * import.c (collapse_uids): Fix bug 894: possible memory corruption | David Shaw | 2 | -2/+24 |
2008-03-17 | * parse-packet.c (parse_key): Parse a secret key encrypted with | David Shaw | 2 | -1/+7 |
2008-02-09 | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -44/+73 |
2008-01-26 | Add card vendor 004. | Werner Koch | 2 | -3/+13 |
2007-12-14 | Fixed a regression in gpg_dermor.gnupg-1.4.8rc2 | Werner Koch | 2 | -0/+9 |
2007-12-12 | Updated ZH po file. | Werner Koch | 4 | -3/+26 |
2007-12-12 | * trustdb.c (sanitize_regexp): New. Protect against dangerous regexps | David Shaw | 2 | -11/+94 |
2007-12-11 | Allow decryption using type 20 Elgamal keys. | Werner Koch | 2 | -3/+15 |
2007-12-10 | Fixed auto generation of the key stub. | Werner Koch | 5 | -4/+65 |
2007-12-03 | Comment typ fixes. | Werner Koch | 2 | -2/+20 |
2007-11-28 | * sig-check.c (do_check): Code to try both the incorrect and correct | David Shaw | 4 | -16/+49 |
2007-11-28 | * gpg.c (print_algo_names): New. (list_config): Use it here for the | David Shaw | 2 | -1/+41 |
2007-11-19 | Grammar fix | Werner Koch | 2 | -1/+5 |
2007-11-12 | * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ to | Werner Koch | 2 | -8/+14 |
2007-10-27 | * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include the | David Shaw | 2 | -1/+4 |
2007-10-27 | * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner. | David Shaw | 2 | -1/+5 |
2007-10-23 | Switched to GPLv3. | Werner Koch | 78 | -308/+158 |
2007-10-23 | * gpg.c (main): Add --require-cross-certification to | David Shaw | 2 | -2/+6 |
2007-10-23 | * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default. | David Shaw | 2 | -9/+16 |
2007-10-21 | * misc.c (compliance_option_string, compliance_failure): Minor | David Shaw | 3 | -31/+52 |
2007-10-17 | * options.h, gpg.c (main), misc.c (compliance_option_string): Add | David Shaw | 5 | -9/+47 |
2007-09-02 | * import.c (collapse_uids): Significant speedup for de-duping user | David Shaw | 2 | -67/+84 |
2007-08-24 | Improved detection of ketrings specified several times. | Werner Koch | 2 | -1/+6 |
2007-07-19 | * gpg.c (main): Fix typo. Noted by John Clizbe. | David Shaw | 2 | -1/+3 |
2007-07-19 | * armor.c (parse_header_line): Improve test so that the header test | David Shaw | 2 | -16/+25 |
2007-07-18 | * armor.c (is_armor_tag): New. Detect if an armor header matches | David Shaw | 2 | -2/+34 |
2007-07-09 | Add an extra warning for Camellia. | Werner Koch | 3 | -2/+35 |
2007-07-06 | * encode.c (encode_crypt): Missed one call to setup_plaintext_name(). | David Shaw | 2 | -16/+7 |
2007-06-12 | * sign.c (mk_notation_policy_etc): expect all sigs that this is called | David Shaw | 2 | -43/+24 |
2007-04-17 | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 5 | -7/+24 |
2007-04-16 | * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it is | David Shaw | 3 | -4/+16 |
2007-04-04 | * parse-packet.c (parse_marker): New. Enforce that the marker | David Shaw | 2 | -22/+65 |
2007-03-14 | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() | David Shaw | 2 | -2/+16 |
2007-03-08 | Add extra fflush (stdout) | Werner Koch | 2 | -0/+15 |
2007-03-06 | * keyedit.c (keyedit_menu): If we modify the keyblock (via | David Shaw | 3 | -2/+20 |
2007-03-05 | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 6 | -21/+93 |
2007-02-14 | * parse-packet.c (parse_signature): It's hex. | David Shaw | 3 | -1/+11 |
2007-02-04 | Fix for Debian bug 402592 | Werner Koch | 2 | -3/+24 |
2007-02-01 | Missed one caller. | David Shaw | 1 | -1/+1 |
2007-02-01 | * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass in | David Shaw | 6 | -27/+39 |
2007-01-31 | * keygen.c (do_generate_keypair, proc_parameter_file, | David Shaw | 2 | -35/+62 |
2007-01-31 | * keyedit.c (sign_uids): Another multiple to single timestamp | David Shaw | 2 | -12/+9 |
2007-01-31 | * sign.c (write_plaintext_packet): Take timestamp from outside. | David Shaw | 2 | -10/+20 |
2007-01-31 | * main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): Remove | David Shaw | 4 | -10/+9 |
2007-01-30 | * keygen.c (make_backsig, write_direct_sig, write_selfsigs) | David Shaw | 2 | -7/+17 |
2007-01-15 | * parse-packet.c (read_protected_v3_mpi): Make sure to stop | Werner Koch | 3 | -2/+9 |
2006-12-15 | * options.skel: Tweak some examples to match reality and update the | David Shaw | 2 | -23/+23 |