Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-06-21 | * NEWS: changes since 1.0.7. | David Shaw | 1 | -7/+13 | |
* configure.ac: Set new version number (1.1.90), and fix Solaris compiler flags for shared objects. | |||||
2002-06-11 | * configure.ac: Move -lsocket and -lnsl checks before LDAP link tests so | David Shaw | 1 | -32/+44 | |
they work properly on Solaris. Noted by David Champion. Also, check for the Mozilla LDAP library if the OpenLDAP library check fails. Put -lsocket and -lnsl in NETLIBS rather than LIBS so not all programs are forced to link to them. | |||||
2002-06-06 | * configure.ac: Add a switch for the experimental external HKP keyserver | David Shaw | 1 | -0/+13 | |
interface. | |||||
2002-05-22 | * configure.ac: Check for strcasecmp and strncasecmp. Removed | Werner Koch | 1 | -2/+3 | |
stricmp and memicmp checks. | |||||
2002-05-08 | configure.ac: If LDAP comes up unusable, try #including <lber.h> before | David Shaw | 1 | -1/+16 | |
giving up. Old versions of OpenLDAP require that. | |||||
2002-05-03 | configure.ac: In g10defs.h, use \ for the directory separator when | David Shaw | 1 | -0/+9 | |
HAVE_DOSISH_SYSTEM is on. | |||||
2002-05-03 | * configure.ac: Add --disable-exec flag to disable all remote program | David Shaw | 1 | -13/+23 | |
execution. --disable-exec implies --disable-ldap and --disable-mailto. Also look in /usr/lib for sendmail. If sendmail is not found, do not default - just fail. * exec.c: Provide stubs for exec_ functions when NO_EXEC is defined. | |||||
2002-04-30 | configure.ac: Try and link to a sample LDAP program to check if the LDAP | David Shaw | 1 | -2/+17 | |
we're about to use is really sane. The most common problem (using a very old OpenLDAP), could be fixed with an extra #include, but this would not be very portable to other LDAP libraries. | |||||
2002-04-29 | Bumbed version number | Werner Koch | 1 | -1/+1 | |
2002-04-29 | Last preparations for 1.0.7 | Werner Koch | 1 | -1/+1 | |
2002-04-25 | g10/ | Werner Koch | 1 | -3/+2 | |
* g10.c, options.h: New options --display, --ttyname, --ttytype, --lc-ctype, --lc-messages to be used with future versions of the gpg-agent. * passphrase.c (agent_send_option,agent_send_all_options): New. (agent_open): Send options to the agent. * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit do_sync because revalidation_mark does it only if when the timestamp actually changes. / * configure.ac: Check for locale.h and setlocale | |||||
2002-04-22 | po/ | Werner Koch | 1 | -1/+1 | |
* et.po, tr.po, cs.po, it.po, id.po: Updated. | |||||
2002-04-19 | preparing 1.0.7SNAP-1-0-6e | Werner Koch | 1 | -2/+2 | |
2002-04-17 | doc fixes | Werner Koch | 1 | -1/+3 | |
2002-04-09 | * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek | Werner Koch | 1 | -1/+1 | |
translations. s/es_ES/es/. | |||||
2002-04-09 | * configure.ac (ALL_LINGUAS): Added Czech translation. | Werner Koch | 1 | -1/+1 | |
2002-03-06 | * gpg.sgml: Add an entry for --export-ownertrust. Suggested by | Werner Koch | 1 | -1/+1 | |
Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/ | |||||
2002-03-05 | Alwayus define _GNU_SOURCE. Since this is always defined in config.h, the | David Shaw | 1 | -9/+1 | |
various autoconf tests should be tested with it enabled. This also works around a compiler warning caused by a minor header bug in glibc 2.1 that causes fseeko to be defined when building gpg, but not when tested for in configure | |||||
2002-03-03 | bumped version number | Werner Koch | 1 | -1/+1 | |
2002-03-03 | released 1.0.6d | Werner Koch | 1 | -1/+1 | |
2001-12-22 | bumbed version | Werner Koch | 1 | -1/+1 | |
2001-12-22 | About to released 1.0.6c snapshot.SNAP-1-0-6c | Werner Koch | 1 | -2/+2 | |
2001-12-22 | * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here. | Werner Koch | 1 | -0/+4 | |
* acconfig.h: Removed, it should no longer be used. | |||||
2001-12-20 | Replace mkdtemp if the platform doesn't have it | David Shaw | 1 | -0/+1 | |
2001-12-20 | Have autoconf look for stat() | David Shaw | 1 | -1/+1 | |
2001-12-19 | * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target | Werner Koch | 1 | -2/+8 | |
* configure.ac [CYGWIN32]: Don't build tiger. By Disastry. | |||||
2001-12-15 | Minor fixes | Werner Koch | 1 | -1/+1 | |
2001-12-06 | Build changes for keyserver code | David Shaw | 1 | -1/+32 | |
2001-11-08 | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 1 | -1/+1 | |
2001-10-23 | more fixes due to automake 1.5SNAP-1-0-6b | Werner Koch | 1 | -10/+11 | |
2001-09-28 | make check does work again | Werner Koch | 1 | -2/+5 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 1 | -4/+4 | |
2001-09-06 | Revamped the keyring code | Werner Koch | 1 | -39/+0 | |
2001-08-25 | Random changes | Werner Koch | 1 | -9/+39 | |
2001-08-20 | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 1 | -36/+100 | |
2001-08-20 | Applied Stefan's patches to support RISCOS. | Werner Koch | 1 | -0/+5 | |
2001-08-07 | More Windows and autoconf fixes | Werner Koch | 1 | -2/+2 | |
2001-07-27 | added and removed some files | Werner Koch | 1 | -47/+91 | |
2001-06-12 | Fix for toupper('I') != 'i' | Werner Koch | 1 | -14/+2 | |
2001-05-28 | just released another snapshot | Werner Koch | 1 | -1/+3 | |
2001-04-17 | Estonian translation, .texi man pages. | Werner Koch | 1 | -15/+6 | |
2001-04-06 | Released snapshot 1.0.4g | Werner Koch | 1 | -1/+1 | |
2001-03-22 | The "Samba" bug fixes :-) | Werner Koch | 1 | -13/+20 | |
2001-03-13 | Keyserver access is now supported under W32 | Werner Koch | 1 | -1/+28 | |
2001-01-18 | Changes for MingW32/CPD 0.3 and some bug fixes | Werner Koch | 1 | -6/+0 | |
2000-11-11 | Paul's LFS pacthes and started with pipemode | Werner Koch | 1 | -10/+2 | |
2000-10-17 | About to release 1.0.4 | Werner Koch | 1 | -1/+10 | |
2000-10-13 | Fixed VPATH building | Werner Koch | 1 | -0/+1 | |
2000-10-04 | See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+6 | |
2000-09-14 | See ChangeLog: Thu Sep 14 14:20:38 CEST 2000 Werner Koch | Werner Koch | 1 | -4/+9 | |