Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug #947 (expire time overflow) | Werner Koch | 2008-08-11 | 2 | -6/+17 | |
| | ||||||
* | Fix !EROFS bug | Werner Koch | 2008-08-01 | 2 | -1/+7 | |
| | ||||||
* | Revert that last stupid setuid detection fix. | Werner Koch | 2008-07-17 | 2 | -2/+2 | |
| | ||||||
* | Ignore gpg2 introduced keywords for --auto-key-locate. | Werner Koch | 2008-04-30 | 2 | -0/+11 | |
| | | | | | Minor W32 installer fix. | |||||
* | Add Camellia-192. | David Shaw | 2008-04-17 | 2 | -3/+7 | |
| | ||||||
* | * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19 | David Shaw | 2008-04-13 | 2 | -27/+78 | |
| | | | | | backsigs, take the most recent one. | |||||
* | Fixed URL. | Werner Koch | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | Powerpc64 fix. | Werner Koch | 2008-03-25 | 2 | -2/+5 | |
| | ||||||
* | Change default keyserver. | Werner Koch | 2008-03-25 | 2 | -3/+9 | |
| | ||||||
* | * import.c (collapse_uids): Fix bug 894: possible memory corruption | David Shaw | 2008-03-24 | 2 | -2/+24 | |
| | | | | | around deduplication of user IDs. | |||||
* | * parse-packet.c (parse_key): Parse a secret key encrypted with | David Shaw | 2008-03-17 | 2 | -1/+7 | |
| | | | | | Camellia. | |||||
* | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-09 | 2 | -44/+73 | |
| | | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function. | |||||
* | Add card vendor 004. | Werner Koch | 2008-01-26 | 2 | -3/+13 | |
| | ||||||
* | Fixed a regression in gpg_dermor.gnupg-1.4.8rc2 | Werner Koch | 2007-12-14 | 2 | -0/+9 | |
| | ||||||
* | Updated ZH po file. | Werner Koch | 2007-12-12 | 4 | -3/+26 | |
| | | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess} | |||||
* | * trustdb.c (sanitize_regexp): New. Protect against dangerous regexps | David Shaw | 2007-12-12 | 2 | -11/+94 | |
| | | | | | | | (malloc bombs) by force-commenting any characters aside from the ones we explicitly want. (check_regexp): Use it here before passing the regexp to regcomp(). | |||||
* | Allow decryption using type 20 Elgamal keys. | Werner Koch | 2007-12-11 | 2 | -3/+15 | |
| | ||||||
* | Fixed auto generation of the key stub. | Werner Koch | 2007-12-10 | 5 | -4/+65 | |
| | | | | | | Fixed bug 851. Allow decryption using type 20 Elgamal keys. | |||||
* | Comment typ fixes. | Werner Koch | 2007-12-03 | 2 | -2/+20 | |
| | | | | | Workaround for bad translations of the capability menu. | |||||
* | * sig-check.c (do_check): Code to try both the incorrect and correct | David Shaw | 2007-11-28 | 4 | -16/+49 | |
| | | | | | | | | | SHA-224 DER prefixes when verifying a signature. See the change itself for more discussion. * main.h, seskey.c (do_encode_md): Rename to pkcs1_encode_md and make non-static. | |||||
* | * gpg.c (print_algo_names): New. (list_config): Use it here for the | David Shaw | 2007-11-28 | 2 | -1/+41 | |
| | | | | | | "ciphername" and "digestname" config items so we can get a script-parseable list of the names. | |||||
* | Grammar fix | Werner Koch | 2007-11-19 | 2 | -1/+5 | |
| | ||||||
* | * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ to | Werner Koch | 2007-11-12 | 2 | -8/+14 | |
| | | | | | | | overcome problems with Mac OS 10.5 which seems to include stdbool.h silently. | |||||
* | * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include the | David Shaw | 2007-10-27 | 2 | -1/+4 | |
| | | | | | 0x. | |||||
* | * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner. | David Shaw | 2007-10-27 | 2 | -1/+5 | |
| | ||||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 78 | -308/+158 | |
| | | | | | Updated gettext. | |||||
* | * gpg.c (main): Add --require-cross-certification to | David Shaw | 2007-10-23 | 2 | -2/+6 | |
| | | | | | --openpgp/--rfc4880 mode. | |||||
* | * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default. | David Shaw | 2007-10-23 | 2 | -9/+16 | |
| | | | | | | | Enable --require-cross-certification by default. --openpgp (--rfc4880) is the same as --rfc2440 except with "--enable-dsa2 --no-rfc2440-text --escape-from-lines". | |||||
* | * misc.c (compliance_option_string, compliance_failure): Minor | David Shaw | 2007-10-21 | 3 | -31/+52 | |
| | | | | | | | cleanup. * armor.c (is_armor_header): Comment about 4880. | |||||
* | * options.h, gpg.c (main), misc.c (compliance_option_string): Add | David Shaw | 2007-10-17 | 5 | -9/+47 | |
| | | | | | | | | | --rfc4880, and make --openpgp an alias to it. --rfc2440 now stands alone. For now, use the old 2440 defaults for 4880. * keyedit.c (keyedit_menu): Use compliance_option_string() instead of printing the compliance modes here. | |||||
* | * import.c (collapse_uids): Significant speedup for de-duping user | David Shaw | 2007-09-02 | 2 | -67/+84 | |
| | | | | | IDs. | |||||
* | Improved detection of ketrings specified several times. | Werner Koch | 2007-08-24 | 2 | -1/+6 | |
| | ||||||
* | * gpg.c (main): Fix typo. Noted by John Clizbe. | David Shaw | 2007-07-19 | 2 | -1/+3 | |
| | ||||||
* | * armor.c (parse_header_line): Improve test so that the header test | David Shaw | 2007-07-19 | 2 | -16/+25 | |
| | | | | | only allows "Hash" in the signed data section. | |||||
* | * armor.c (is_armor_tag): New. Detect if an armor header matches | David Shaw | 2007-07-18 | 2 | -2/+34 | |
| | | | | | | | 2440bis-21. (parse_header_line): Call it here, as bis-21 requires warning the user (but continuing to process the message) when seeing an unknown header. | |||||
* | Add an extra warning for Camellia. | Werner Koch | 2007-07-09 | 3 | -2/+35 | |
| | | | | | | Minor W32 fix Address change. | |||||
* | * encode.c (encode_crypt): Missed one call to setup_plaintext_name(). | David Shaw | 2007-07-06 | 2 | -16/+7 | |
| | | | | | This is bug#809. | |||||
* | * sign.c (mk_notation_policy_etc): expect all sigs that this is called | David Shaw | 2007-06-12 | 2 | -43/+24 | |
| | | | | | | | | for are >=v4. (write_signature_packets, make_keysig_packet): Only call it for >=v4 sigs. This allows --force-v3-sigs and --force-v4-certs to enable or disable notations, policies, and keyserver URLs. This is bug#800. | |||||
* | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 2007-04-17 | 5 | -7/+24 | |
| | | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
* | * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it is | David Shaw | 2007-04-16 | 3 | -4/+16 | |
| | | | | | | present. Note that autoconf protects us against a strings.h that cannot be used together with string.h. | |||||
* | * parse-packet.c (parse_marker): New. Enforce that the marker | David Shaw | 2007-04-04 | 2 | -22/+65 | |
| | | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here. | |||||
* | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() | David Shaw | 2007-03-14 | 2 | -2/+16 | |
| | | | | | | tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly. | |||||
* | Add extra fflush (stdout) | Werner Koch | 2007-03-08 | 2 | -0/+15 | |
| | ||||||
* | * keyedit.c (keyedit_menu): If we modify the keyblock (via | David Shaw | 2007-03-06 | 3 | -2/+20 | |
| | | | | | | | | | fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid. | |||||
* | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 2007-03-05 | 6 | -21/+93 | |
| | ||||||
* | * parse-packet.c (parse_signature): It's hex. | David Shaw | 2007-02-14 | 3 | -1/+11 | |
| | | | | | | * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz. | |||||
* | Fix for Debian bug 402592 | Werner Koch | 2007-02-04 | 2 | -3/+24 | |
| | ||||||
* | Missed one caller. | David Shaw | 2007-02-01 | 1 | -1/+1 | |
| | ||||||
* | * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass in | David Shaw | 2007-02-01 | 6 | -27/+39 | |
| | | | | | | the time to use to calculate the expiration offset, rather than querying it internally. Change all callers. | |||||
* | * keygen.c (do_generate_keypair, proc_parameter_file, | David Shaw | 2007-01-31 | 2 | -35/+62 | |
| | | | | | | generate_keypair, generate_subkeypair): Pass a timestamp through to all the gen_xxx functions. |