Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-07-28 | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 1 | -2/+2 | |
2006-07-08 | * configure.ac: Fix resolver autoconf code so it works (fails) | David Shaw | 1 | -22/+25 | |
properly with uClibc. | |||||
2006-06-25 | Post release version update | Werner Koch | 1 | -2/+2 | |
2006-06-25 | About to do a new release | Werner Koch | 1 | -1/+1 | |
2006-05-23 | * configure.ac: Add --disable-optimization. This is handy for debugging | David Shaw | 1 | -0/+9 | |
so the compiler doesn't rearrange things and eliminate variables. | |||||
2006-05-22 | 2006-05-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -18/+1 | |
* configure.ac: Remove check for noexecstack and invoke CL_AS_NOEXECSTACK instead. m4/ 2006-05-22 Marcus Brinkmann <[email protected]> * noexecstack.m4: New file. | |||||
2006-05-16 | Forgot to save the actual fix | Werner Koch | 1 | -2/+2 | |
2006-04-27 | * NEWS: Note SHA-224 and DSA2. | David Shaw | 1 | -24/+23 | |
* configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now. | |||||
2006-04-12 | use minimal posix sed | Werner Koch | 1 | -1/+2 | |
2006-04-08 | See ChangeLog | Werner Koch | 1 | -3/+10 | |
2006-04-03 | post release updates | Werner Koch | 1 | -1/+1 | |
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 1 | -1/+1 | |
2006-03-20 | * configure.ac: Improved --disable-endian-check that doesn't involve | David Shaw | 1 | -7/+15 | |
changing #ifdefs in the rest of the code. | |||||
2006-03-20 | * configure.ac: Add --disable-endian-check for building fat binaries | David Shaw | 1 | -1/+12 | |
on OSX. * README: Add note on how to build a fat binary on OSX. | |||||
2006-03-18 | * configure.ac: Allow the DNS stuff to work on OSX by trying the | David Shaw | 1 | -3/+23 | |
Apple-specific BIND_8_COMPAT. | |||||
2006-03-09 | keep on walking towards rc3 | Werner Koch | 1 | -2/+2 | |
2006-03-09 | Preparing for an RC23 | Werner Koch | 1 | -1/+1 | |
2006-03-06 | Fixed problem with PGP2 style signatures and mutilple plaintext data | Werner Koch | 1 | -1/+1 | |
2006-03-01 | * configure.ac: Fix accidental enabling of SHA-384/512. Noted by Nelson | David Shaw | 1 | -1/+1 | |
H. F. Beebe. | |||||
2006-02-19 | * configure.ac: Try linking the UINT64_C test program (rather than | David Shaw | 1 | -2/+2 | |
just compiling it) as UINT64_C looks like a (missing) function, causing a false positive. Noted by Claus Assmann. | |||||
2006-02-14 | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 1 | -2/+2 | |
2006-02-09 | Lock random seed file | Werner Koch | 1 | -0/+1 | |
2006-01-22 | * configure.ac: Add define for EXEEXT so we can find keyserver helpers | David Shaw | 1 | -0/+3 | |
on systems that use extensions. | |||||
2005-12-23 | New code to do DNS CERT queries. | David Shaw | 1 | -3/+13 | |
2005-12-23 | * configure.ac: Split PKA checking off from DNS SRV checking. | David Shaw | 1 | -16/+31 | |
Currently PKA is only enabled if HTTP or HKP is enabled which is not necessary. | |||||
2005-12-06 | Some cleanup so we don't build files that are completely ifdeffed out. | David Shaw | 1 | -4/+9 | |
This causes a warning on Sun's cc. Do the internal regex code as well for consistency. | |||||
2005-12-06 | * Makefile.am: Some cleanup so we don't build files that are completely | David Shaw | 1 | -6/+18 | |
ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency. | |||||
2005-11-03 | Fix various build warnings reported by Joe Vender on MinGW. | David Shaw | 1 | -0/+1 | |
2005-10-14 | * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip. | David Shaw | 1 | -11/+0 | |
* configure.ac: Remove the backsig configure options since this is all done at runtime now. | |||||
2005-10-11 | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2), | David Shaw | 1 | -4/+4 | |
keygen.c (make_backsig): Did some backsig interop testing with the PGP folks. All is well, so I'm turning generation of backsigs on for new keys. Checking for backsigs on verification is still off. | |||||
2005-10-05 | Fixes for the g10.c -> gpg.c renamed | Werner Koch | 1 | -1/+1 | |
2005-10-03 | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+1 | |
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression. | |||||
2005-09-20 | * mainproc.c (proc_symkey_enc): Take care of a canceled passphrase | Werner Koch | 1 | -2/+2 | |
prompt. | |||||
2005-08-31 | * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenames | David Shaw | 1 | -2/+2 | |
into full paths using $HOME if possible, or getpwuid/getpwnam if necessary. (make_filename): Use it here. | |||||
2005-08-09 | * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD. | David Shaw | 1 | -6/+0 | |
2005-08-04 | Add gpg-zip, a la PGP Zip. | David Shaw | 1 | -1/+2 | |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -1/+3 | |
2005-07-27 | * NEWS, configure.ac: Switch over to using curl or fake-curl by | David Shaw | 1 | -48/+10 | |
default. Add --enable-old-keyserver-helpers to not use curl. | |||||
2005-07-26 | post release version number updates | Werner Koch | 1 | -1/+1 | |
2005-07-26 | Preparing a release | Werner Koch | 1 | -1/+1 | |
2005-07-20 | * configure.ac: Add a define for FAKE_CURL. | David Shaw | 1 | -0/+1 | |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 1 | -1/+8 | |
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it | |||||
2005-06-21 | Post release version number update | Werner Koch | 1 | -1/+1 | |
2005-06-21 | Preparing a release candidate | Werner Koch | 1 | -1/+1 | |
2005-06-13 | * configure.ac: Add check for no-pointer-sign warning keyword, and | David Shaw | 1 | -1/+15 | |
disable. This is gcc4 specific. | |||||
2005-05-31 | . | Werner Koch | 1 | -1/+1 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -3/+3 | |
2005-04-17 | * configure.ac: Remove --disable-old-hkp - use new HKP handler for | David Shaw | 1 | -10/+4 | |
--with-libcurl or --enable-fake-curl. | |||||
2005-04-16 | * configure.ac: Add --disable-old-hkp option that can be used along | David Shaw | 1 | -0/+8 | |
with --with-libcurl to build the curl version of HKP. | |||||
2005-04-12 | Check for memrchr() | David Shaw | 1 | -2/+1 | |