| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * gettextP.h: Add comment for HP/UX users. Local fix for GnuPG. | David Shaw | 2003-04-30 | 2 | -0/+10 |
* | * scdaemon.c: New options --print-atr and --reader-port | Werner Koch | 2003-04-29 | 8 | -11/+378 |
* | * Makefile.am: Use libassuan. Don't override LDFLAGS anymore. | Werner Koch | 2003-04-29 | 4 | -32/+33 |
* | * Makefile.am (LDFLAGS): Removed. | Werner Koch | 2003-04-29 | 3 | -19/+21 |
* | * util.h (fopencokokie): Removed prototype and struct. | Werner Koch | 2003-04-29 | 3 | -23/+10 |
* | * command.c (register_commands): Adjusted for new Assuan semantics. | Werner Koch | 2003-04-29 | 3 | -30/+34 |
* | Removed assuan because we now use libassuan | Werner Koch | 2003-04-29 | 17 | -3595/+0 |
* | * DETAILS (VALIDSIG): Add version, pk algo, digest algo, sig class, and a | David Shaw | 2003-04-27 | 3 | -30/+49 |
* | * BUGS: Fix bug reporting URL. | David Shaw | 2003-04-27 | 3 | -5/+38 |
* | * g10.c (main): Add --no-textmode. | David Shaw | 2003-04-27 | 8 | -29/+70 |
* | * sign.c (do_sign): Show the hash used when making a signature in verbose | David Shaw | 2003-04-26 | 7 | -26/+68 |
* | * config.links: Re-disable assembler on Darwin. Darwin 6.5 broke it | David Shaw | 2003-04-25 | 2 | -5/+9 |
* | * configure.ac: Big warning that TIGER/192 is being removed from the | David Shaw | 2003-04-23 | 3 | -6/+27 |
* | * import.c (import_revoke_cert): Remove ultimate trust when revoking an | David Shaw | 2003-04-23 | 8 | -18/+89 |
* | * Makefile.am, options.in: Rename options.in to options since it no longer | David Shaw | 2003-04-23 | 5 | -22/+54 |
* | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 2003-04-15 | 13 | -17/+209 |
* | * gpg.sgml: Document --enable-progress-filter. | Werner Koch | 2003-04-15 | 2 | -1/+15 |
* | * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional. | Werner Koch | 2003-04-15 | 3 | -7/+17 |
* | * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to | Werner Koch | 2003-04-15 | 2 | -2/+8 |
* | * 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 |