aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-21* NEWS: changes since 1.0.7.David Shaw1-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 soDavid Shaw1-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 keyserverDavid Shaw1-0/+13
interface.
2002-05-22* configure.ac: Check for strcasecmp and strncasecmp. RemovedWerner Koch1-2/+3
stricmp and memicmp checks.
2002-05-08configure.ac: If LDAP comes up unusable, try #including <lber.h> beforeDavid Shaw1-1/+16
giving up. Old versions of OpenLDAP require that.
2002-05-03configure.ac: In g10defs.h, use \ for the directory separator whenDavid Shaw1-0/+9
HAVE_DOSISH_SYSTEM is on.
2002-05-03* configure.ac: Add --disable-exec flag to disable all remote programDavid Shaw1-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-30configure.ac: Try and link to a sample LDAP program to check if the LDAPDavid Shaw1-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-29Bumbed version numberWerner Koch1-1/+1
2002-04-29Last preparations for 1.0.7Werner Koch1-1/+1
2002-04-25g10/Werner Koch1-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-22po/Werner Koch1-1/+1
* et.po, tr.po, cs.po, it.po, id.po: Updated.
2002-04-19preparing 1.0.7SNAP-1-0-6eWerner Koch1-2/+2
2002-04-17doc fixesWerner Koch1-1/+3
2002-04-09* configure.ac (ALL_LINGUAS): Added Czech, Galician and GreekWerner Koch1-1/+1
translations. s/es_ES/es/.
2002-04-09* configure.ac (ALL_LINGUAS): Added Czech translation.Werner Koch1-1/+1
2002-03-06* gpg.sgml: Add an entry for --export-ownertrust. Suggested byWerner Koch1-1/+1
Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
2002-03-05Alwayus define _GNU_SOURCE. Since this is always defined in config.h, theDavid Shaw1-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-03bumped version numberWerner Koch1-1/+1
2002-03-03released 1.0.6dWerner Koch1-1/+1
2001-12-22bumbed versionWerner Koch1-1/+1
2001-12-22About to released 1.0.6c snapshot.SNAP-1-0-6cWerner Koch1-2/+2
2001-12-22* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.Werner Koch1-0/+4
* acconfig.h: Removed, it should no longer be used.
2001-12-20Replace mkdtemp if the platform doesn't have itDavid Shaw1-0/+1
2001-12-20Have autoconf look for stat()David Shaw1-1/+1
2001-12-19* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin targetWerner Koch1-2/+8
* configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
2001-12-15Minor fixesWerner Koch1-1/+1
2001-12-06Build changes for keyserver codeDavid Shaw1-1/+32
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch1-1/+1
2001-10-23more fixes due to automake 1.5SNAP-1-0-6bWerner Koch1-10/+11
2001-09-28make check does work againWerner Koch1-2/+5
2001-09-09more bug fixesand some warning cleanupsWerner Koch1-4/+4
2001-09-06Revamped the keyring codeWerner Koch1-39/+0
2001-08-25Random changesWerner Koch1-9/+39
2001-08-20Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch1-36/+100
2001-08-20Applied Stefan's patches to support RISCOS.Werner Koch1-0/+5
2001-08-07More Windows and autoconf fixesWerner Koch1-2/+2
2001-07-27added and removed some filesWerner Koch1-47/+91
2001-06-12Fix for toupper('I') != 'i'Werner Koch1-14/+2
2001-05-28just released another snapshotWerner Koch1-1/+3
2001-04-17Estonian translation, .texi man pages.Werner Koch1-15/+6
2001-04-06Released snapshot 1.0.4gWerner Koch1-1/+1
2001-03-22The "Samba" bug fixes :-)Werner Koch1-13/+20
2001-03-13Keyserver access is now supported under W32Werner Koch1-1/+28
2001-01-18Changes for MingW32/CPD 0.3 and some bug fixesWerner Koch1-6/+0
2000-11-11Paul's LFS pacthes and started with pipemodeWerner Koch1-10/+2
2000-10-17About to release 1.0.4Werner Koch1-1/+10
2000-10-13Fixed VPATH buildingWerner Koch1-0/+1
2000-10-04See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch1-0/+6
2000-09-14See ChangeLog: Thu Sep 14 14:20:38 CEST 2000 Werner KochWerner Koch1-4/+9