| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * distfiles, gnupg.spec.in: convert-from-106 is in the tools directory | David Shaw | 2003-02-23 | 3 | -2/+4 |
* | * Makefile.am: Distribute convert-from-106. | David Shaw | 2003-02-23 | 2 | -2/+4 |
* | * convert-from-106: Script to automate the 1.0.6->later conversion. It | David Shaw | 2003-02-23 | 2 | -0/+59 |
* | * convert-from-106: Move to the tools directory. | David Shaw | 2003-02-23 | 2 | -52/+4 |
* | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 2003-02-22 | 6 | -17/+101 |
* | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 2003-02-22 | 2 | -3/+10 |
* | * configure.ac: Add --disable-idea for IDEA. Note that disabling IDEA | David Shaw | 2003-02-22 | 2 | -29/+40 |
* | * g10.c (main): Accept "s1" in addition to "idea" to match the other | David Shaw | 2003-02-22 | 4 | -1/+17 |
* | * configure.ac: Add --disable-xxx options for CAST5, BLOWFISH, AES (all), | David Shaw | 2003-02-21 | 2 | -13/+107 |
* | * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in default prefs | David Shaw | 2003-02-21 | 2 | -4/+22 |
* | * cipher.c (setup_cipher_table): #ifdef all optional ciphers. | David Shaw | 2003-02-21 | 3 | -4/+22 |
* | * g10.c (main): Use 3DES instead of CAST5 if we don't have CAST5 support. | David Shaw | 2003-02-21 | 2 | -19/+38 |
* | * keydb.h, getkey.c (classify_user_id, classify_user_id2): Make 'exact' a | David Shaw | 2003-02-12 | 7 | -34/+127 |
* | * exec.c (set_exec_path): Add debugging line. | David Shaw | 2003-02-12 | 3 | -61/+110 |
* | * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ as | David Shaw | 2003-02-12 | 2 | -1/+8 |
* | * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so that | David Shaw | 2003-02-12 | 2 | -18/+33 |
* | * Makefile.am, md.c (load_digest_module): Only build in SHA384/512 and | David Shaw | 2003-02-12 | 3 | -6/+14 |
* | * types.h: Try and use uint64_t for a 64-bit type. | David Shaw | 2003-02-12 | 2 | -0/+11 |
* | * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so it | David Shaw | 2003-02-12 | 2 | -1/+6 |
* | * armor.c (parse_hash_header, armor_filter): Accept the new SHAs in the | David Shaw | 2003-02-04 | 3 | -19/+51 |
* | * sha256.c, sha512.c: New. | David Shaw | 2003-02-04 | 6 | -2/+792 |
* | * cipher.h: Add constants for new SHAs. | David Shaw | 2003-02-04 | 2 | -0/+7 |
* | * NEWS: Add notes about disabled keys, trustdb tweaks, and "revuid". | David Shaw | 2003-02-02 | 2 | -1/+18 |
* | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 2003-02-02 | 3 | -16/+17 |
* | * gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is not a | David Shaw | 2003-01-29 | 2 | -4/+9 |
* | * DETAILS: Document trust depth, value, and regexp. | David Shaw | 2003-01-27 | 2 | -2/+10 |
* | * mainproc.c (list_node): Show signature expiration date in with-colons | David Shaw | 2003-01-27 | 3 | -7/+35 |
* | * g10.c (add_group): Trim whitespace after a group name so it does not | David Shaw | 2003-01-16 | 5 | -7/+26 |
* | * trustdb.c (init_trustdb, get_validity): Don't use a changed trust model | David Shaw | 2003-01-15 | 3 | -3/+13 |
* | * gpg.sgml: Minor language tweaks, spell check, copyright date, | David Shaw | 2003-01-15 | 3 | -18/+28 |
* | * packet.h, parse-packet.c (setup_user_id), free-packet.c (free_user_id), | David Shaw | 2003-01-14 | 8 | -39/+65 |
* | * g10.c (add_group): Fixed group parsing to allow more than one | Werner Koch | 2003-01-14 | 2 | -2/+10 |
* | * tdbio.c (tdbio_set_dbname): Fix assertion failure with | David Shaw | 2003-01-12 | 2 | -3/+17 |
* | * trustdb.c (get_validity_info, get_ownertrust_info, trust_letter): | David Shaw | 2003-01-11 | 4 | -48/+98 |
* | * armor.c (armor_filter): Comment about PGP's end of line tab problem. | David Shaw | 2003-01-11 | 10 | -58/+65 |
* | Updated from latest NewPG project | Werner Koch | 2003-01-09 | 13 | -129/+266 |
* | Updated from latest NewPG project | Werner Koch | 2003-01-09 | 28 | -175/+902 |
* | * keygen.c (keygen_set_std_prefs): Warn when setting an IDEA preference | David Shaw | 2003-01-07 | 2 | -1/+12 |
* | * trustdb.c (get_validity_info): 'd' for disabled is not a validity value | David Shaw | 2003-01-07 | 2 | -2/+3 |
* | * gpgkeys_hkp.c (get_key): Use options=mr when getting a key so keyserver | David Shaw | 2003-01-06 | 2 | -1/+7 |
* | * packet.h, tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record), | David Shaw | 2003-01-06 | 5 | -93/+178 |
* | * DETAILS: Document disabled flag in capabilities field. | David Shaw | 2003-01-06 | 2 | -3/+10 |
* | * keylist.c (print_capabilities): Show 'D' for disabled keys in | David Shaw | 2003-01-06 | 3 | -3/+21 |
* | * import.c (import_one): Only do the work to create the status display for | David Shaw | 2003-01-03 | 4 | -10/+27 |
* | * keydb.c (keydb_add_resource): Don't assume that try_make_homedir | Werner Koch | 2003-01-02 | 3 | -15/+46 |
* | * getkey.c (merge_selfsigs_main), main.h, sig-check.c | David Shaw | 2002-12-29 | 4 | -13/+29 |
* | * keyserver.c (keyserver_refresh): Don't print the "refreshing..." line if | David Shaw | 2002-12-27 | 3 | -7/+26 |
* | * gpg.sgml: Clarify --no-permission-warning to note that the permission | David Shaw | 2002-12-27 | 2 | -3/+18 |
* | * NEWS: Add note about convert-from-106 script. | David Shaw | 2002-12-27 | 2 | -0/+8 |
* | fixed type problem | Stefan Bellon | 2002-12-27 | 2 | -1/+5 |