Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-09-03 | Updated the german translation | Werner Koch | 2 | -0/+5 | |
2008-04-23 | Fixed a C-89 incompatibility. | Werner Koch | 4 | -0/+84 | |
Minor changes to make it build on Debian bo. Thanks to Alain Guibert. | |||||
2008-02-15 | Preparing a test release | Werner Koch | 5 | -108/+242 | |
2007-12-17 | Fixed a W32 ldaps problem. | Werner Koch | 2 | -1/+8 | |
2007-06-15 | 2007-06-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+3 | |
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and ulonglong.m4. | |||||
2007-06-15 | 2007-06-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+5 | |
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 4 | -110/+13 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-05-15 | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 3 | -0/+56 | |
2007-05-09 | Preparing 2.0.4gnupg-2.0.4 | Werner Koch | 5 | -7/+20 | |
2007-05-07 | Upgraded gettext. | Werner Koch | 15 | -380/+560 | |
Fixed accidental dependency on libgcrypt 1.3.0. | |||||
2006-12-13 | Added missing files. | Werner Koch | 4 | -0/+440 | |
Changed direntry in gnupg.texi from gpg to gpg2. | |||||
2006-11-21 | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 29 | -345/+553 | |
good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
2006-11-20 | Made some PIN pads work. | Werner Koch | 2 | -0/+6 | |
Some cleanups for 64 bit CPUs. | |||||
2006-11-14 | Silent GETEVENT command. Requires latest libassuan. | Werner Koch | 2 | -2/+21 | |
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them. | |||||
2006-10-10 | Various changes | Werner Koch | 4 | -28/+237 | |
2006-09-06 | Minor changes and typo fixes. | Werner Koch | 1 | -3/+36 | |
2006-08-27 | Missing m4 macros | David Shaw | 3 | -0/+345 | |
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2 | -2/+2 | |
shows no prblems. Needs more testing of course. | |||||
2006-07-27 | Preparing a new releasegnupg-1.9.22 | Werner Koch | 3 | -1/+42 | |
2006-07-12 | * tar-ustar.m4: Use dd instead of strings as it's more likely to be | David Shaw | 2 | -1/+6 | |
around. Suggested by Nelson H. F. Beebe. | |||||
2006-07-11 | * tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect to | David Shaw | 2 | -2/+5 | |
/dev/null instead. | |||||
2006-07-11 | * tar-ustar.m4: Pass tar data through strings so that greps that don't | David Shaw | 2 | -1/+7 | |
grep in binary files (Solaris) can detect the string. Noted by Mark Davies. | |||||
2006-06-30 | Added keyserver directory from trunk | Werner Koch | 3 | -0/+104 | |
2006-06-25 | About to do a new release | Werner Koch | 2 | -1/+14 | |
2006-05-22 | 2006-05-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+59 | |
* 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-10 | * libcurl.m4: Fix mistaken AC_SUBST when curl is not found. | David Shaw | 2 | -1/+8 | |
2006-01-17 | * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines. | David Shaw | 2 | -6/+13 | |
2006-01-16 | * libcurl.m4: Remove GOPHER, as that is not supported in libcurl any | David Shaw | 2 | -4/+8 | |
longer. | |||||
2005-11-06 | * libusb.m4: Check for libusb-config and if we find it, use --libs and | David Shaw | 2 | -3/+28 | |
--cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries. | |||||
2005-10-21 | * readline.m4: Check for rl_completion_func_t and rl_completion_matches. | David Shaw | 2 | -1/+8 | |
2005-08-05 | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 4 | -18/+44 | |
search towards the given path for includes and libraries. Noted by Jason Harris. * Makefile.am: Distribute tar-ustar.m4. * libcurl.m4: If a PATH is given to --with-libcurl, look for curl-config in that path. Bias directory search towards the given path for includes and libraries. | |||||
2005-08-04 | Add gpg-zip, a la PGP Zip. | David Shaw | 2 | -0/+48 | |
2005-07-20 | CURLINFO_NOW -> CURLVERSION_NOW | David Shaw | 1 | -1/+1 | |
2005-07-20 | Typo. | David Shaw | 1 | -1/+1 | |
2005-07-20 | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). | David Shaw | 2 | -2/+9 | |
2005-06-22 | * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has a | David Shaw | 2 | -3/+9 | |
clean curl-config. | |||||
2005-04-24 | * libcurl.m4: Add a check for curl_free() since older versions of | David Shaw | 2 | -1/+24 | |
libcurl don't have it. Substitute free() as an alternative. | |||||
2005-03-21 | * readline.m4: Check for completion functionality. | David Shaw | 3 | -7/+12 | |
* ldap.m4: Comments. | |||||
2005-03-17 | * ldap.m4: New. Moved from configure.ac. | David Shaw | 2 | -0/+92 | |
2005-03-01 | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build | David Shaw | 2 | -4/+9 | |
problems on Mingw32. | |||||
2005-02-04 | * libcurl.m4: More comments. | David Shaw | 2 | -7/+5 | |
2005-01-25 | * libcurl.m4: All versions of curl-config support --feature. | David Shaw | 2 | -6/+11 | |
2005-01-22 | * libcurl.m4: Note that FTPS existed, but wasn't fully | David Shaw | 2 | -14/+38 | |
standards-compliant until version 7.11.0. | |||||
2005-01-18 | * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to match | David Shaw | 2 | -5/+10 | |
automake syntax. | |||||
2005-01-03 | * Makefile.am, libusb.m4: New libusb check macro. | David Shaw | 3 | -1/+55 | |
2004-12-24 | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 3 | -68/+179 | |
libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4. | |||||
2004-12-23 | * libcurl.m4: OSX has a problem with their curl-config script. | David Shaw | 2 | -0/+11 | |
2004-12-23 | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 3 | -9/+33 | |
rl_catch_signals. * libcurl.m4: Don't require curl-config to be present since it seems some binary packages don't include it. Allow users to specify LIBCURL and LIBCURL_INCLUDES for us. | |||||
2004-12-22 | * libcurl.m4: Be much more strict with libcurl by trying to compile and | David Shaw | 2 | -1/+38 | |
link a test program that uses the features that we need. | |||||
2004-12-21 | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 2 | -0/+45 | |