| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * md.c (md_start_debug): Need to open the file in binary mode. | Werner Koch | 2003-04-15 | 2 | -2/+6 |
* | * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fix quoting of r.e. using | Werner Koch | 2003-04-15 | 2 | -1/+6 |
* | * srv.c (main): Test against wwwkeys.pgp.net. | David Shaw | 2003-04-13 | 3 | -2/+10 |
* | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 2003-04-10 | 11 | -67/+175 |
* | * main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 2003-04-09 | 4 | -10/+22 |
* | * gpgkeys_hkp.c (dehtmlize, parse_hkp_index): Fix memory corruption bug on | David Shaw | 2003-04-09 | 2 | -1/+8 |
* | * autogen.sh: Add options to build for coldfire and uClinux. | Werner Koch | 2003-04-08 | 2 | -2/+121 |
* | * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper. | Werner Koch | 2003-04-08 | 2 | -2/+6 |
* | Add primary key fingerprint to VALIDSIG status. | Werner Koch | 2003-04-08 | 5 | -9/+43 |
* | * DETAILS: Don't specify which hash is used to make up the namehash since | David Shaw | 2003-04-07 | 5 | -874/+1192 |
* | * dcigettext.c (plural_lookup): Name conflict on some platforms with | David Shaw | 2003-04-07 | 2 | -5/+10 |
* | * configure.ac: Use much more accurate method to determine whether | David Shaw | 2003-04-07 | 5 | -32/+56 |
* | * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash. | David Shaw | 2003-04-04 | 3 | -21/+29 |
* | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 2003-03-24 | 7 | -14/+48 |
* | * acinclude.m4 (GNUPG_CHECK_ENDIAN): When crosscompiling assume | Werner Koch | 2003-03-24 | 4 | -7/+29 |
* | * argparse.c (default_strusage): Change copyright date. | David Shaw | 2003-03-23 | 2 | -2/+11 |
* | * srv.h, srv.c (getsrv): Use unsigned char rather than char. Noted by | David Shaw | 2003-03-15 | 2 | -6/+8 |
* | * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv" | David Shaw | 2003-03-11 | 5 | -5/+20 |
* | * http.c (connect_server): Use DNS SRV to get a server list. Fail over to | David Shaw | 2003-03-11 | 5 | -55/+387 |
* | * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2003-03-11 | 2 | -1/+6 |
* | * gpgkeys_hkp.c (get_key): Properly handle CRLF line endings in the | David Shaw | 2003-03-11 | 3 | -3/+28 |
* | * http.h: Add HTTP_FLAG_TRY_SRV. | David Shaw | 2003-03-11 | 2 | -1/+6 |
* | * configure.ac: Look for res_query so we can use DNS SRV, and add | David Shaw | 2003-03-11 | 2 | -0/+48 |
* | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2003-03-10 | 2 | -1/+12 |
* | * configure.ac: Define @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2003-03-04 | 2 | -1/+6 |
* | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 2003-03-04 | 13 | -26/+103 |
* | * keyserver.c (keyserver_spawn): Include various pieces of information | David Shaw | 2003-02-26 | 4 | -9/+100 |
* | * 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 |