Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare a release.gnupg-1.4.9 | Werner Koch | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | Improved AES performance. | Werner Koch | 2008-03-22 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't | David Shaw | 2008-03-07 | 1 | -4/+5 |
| | | | | | understand '-n'. Use tr to trim the carriage return instead. | ||||
* | * configure.ac: Post-release update. | David Shaw | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | Preparing a release | Werner Koch | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | Fixd a W32 problems with ldaps. | Werner Koch | 2007-12-17 | 1 | -3/+12 |
| | |||||
* | Preparing a release candidate | Werner Koch | 2007-12-14 | 1 | -2/+3 |
| | |||||
* | Post release update | Werner Koch | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Preparing a release candidategnupg-1.4.8rc1 | Werner Koch | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -26/+26 |
| | | | | | Updated gettext. | ||||
* | * configure.ac: Change various help messages to use AC_HELP_STRING. | David Shaw | 2007-10-17 | 1 | -14/+21 |
| | |||||
* | * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being run | David Shaw | 2007-07-18 | 1 | -4/+4 |
| | | | | | | conditionally and it confuses the includes when doing later type checks. This is bug#810. | ||||
* | * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do | David Shaw | 2007-07-08 | 1 | -0/+1 |
| | | | | | | per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well. | ||||
* | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2007-06-13 | 1 | -3/+23 |
| | | | | | | | testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | ||||
* | Don't build shmtest unless we have shm. | David Shaw | 2007-04-16 | 1 | -0/+2 |
| | |||||
* | Use sysconf() when possible as not all platforms have getpagesize(). | David Shaw | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | * configure.ac: QNX puts resolver functions in libsocket. From Sean | David Shaw | 2007-04-15 | 1 | -6/+6 |
| | | | | | Boudreau. | ||||
* | Post release update | Werner Koch | 2007-03-05 | 1 | -2/+2 |
| | |||||
* | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Only check for libusb if we're building with card | David Shaw | 2006-12-21 | 1 | -1/+4 |
| | | | | | support. Noted by Gilles Espinasse. | ||||
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 1 | -74/+50 |
| | | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi. | ||||
* | * configure.ac: AM_CONDITIONAL must not be used inside an if/then. | David Shaw | 2006-12-08 | 1 | -13/+12 |
| | |||||
* | / | Werner Koch | 2006-12-07 | 1 | -1/+0 |
| | | | | | | | | | * configure.ac: Remove GNUPG_DATADIR for non-W32 systems. g10/ * Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR. * openfile.c (copy_options_file): Use log_info and not log_error to avoid error returns in case of a missing skeleton file. | ||||
* | Post release updates | Werner Koch | 2006-12-06 | 1 | -2/+2 |
| | |||||
* | Preparing a releasegnupg-1.4.6 | Werner Koch | 2006-12-06 | 1 | -1/+16 |
| | |||||
* | Preparing an RC | Werner Koch | 2006-11-29 | 1 | -2/+2 |
| | |||||
* | * configure.ac: --enable-minimal leaves out gettext and all resolver | David Shaw | 2006-11-06 | 1 | -15/+20 |
| | | | | | functions (SRV, PKA, & CERT). | ||||
* | fix for bug 537 and documentation fixes. | Werner Koch | 2006-10-02 | 1 | -0/+1 |
| | |||||
* | Move strsep() and ascii_isspace() to libcompat. | David Shaw | 2006-09-28 | 1 | -2/+2 |
| | |||||
* | Post release updates. | Werner Koch | 2006-08-01 | 1 | -2/+2 |
| | |||||
* | Forgot this one.gnupg-1.4.5 | Werner Koch | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 2006-07-28 | 1 | -2/+2 |
| | |||||
* | * configure.ac: Fix resolver autoconf code so it works (fails) | David Shaw | 2006-07-08 | 1 | -22/+25 |
| | | | | | properly with uClibc. | ||||
* | Post release version update | Werner Koch | 2006-06-25 | 1 | -2/+2 |
| | |||||
* | About to do a new release | Werner Koch | 2006-06-25 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Add --disable-optimization. This is handy for debugging | David Shaw | 2006-05-23 | 1 | -0/+9 |
| | | | | | so the compiler doesn't rearrange things and eliminate variables. | ||||
* | 2006-05-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-05-22 | 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. | ||||
* | Forgot to save the actual fix | Werner Koch | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | * NEWS: Note SHA-224 and DSA2. | David Shaw | 2006-04-27 | 1 | -24/+23 |
| | | | | | | * configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now. | ||||
* | use minimal posix sed | Werner Koch | 2006-04-12 | 1 | -1/+2 |
| | |||||
* | See ChangeLog | Werner Koch | 2006-04-08 | 1 | -3/+10 |
| | |||||
* | post release updates | Werner Koch | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Improved --disable-endian-check that doesn't involve | David Shaw | 2006-03-20 | 1 | -7/+15 |
| | | | | | changing #ifdefs in the rest of the code. | ||||
* | * configure.ac: Add --disable-endian-check for building fat binaries | David Shaw | 2006-03-20 | 1 | -1/+12 |
| | | | | | | | on OSX. * README: Add note on how to build a fat binary on OSX. | ||||
* | * configure.ac: Allow the DNS stuff to work on OSX by trying the | David Shaw | 2006-03-18 | 1 | -3/+23 |
| | | | | | Apple-specific BIND_8_COMPAT. | ||||
* | keep on walking towards rc3 | Werner Koch | 2006-03-09 | 1 | -2/+2 |
| | |||||
* | Preparing for an RC23 | Werner Koch | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed problem with PGP2 style signatures and mutilple plaintext data | Werner Koch | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Fix accidental enabling of SHA-384/512. Noted by Nelson | David Shaw | 2006-03-01 | 1 | -1/+1 |
| | | | | | H. F. Beebe. |