David Shaw
03d78479ff
* configure.ac: Move -lsocket and -lnsl checks before LDAP link tests so
...
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-11 21:50:13 +00:00
David Shaw
5b27bb8361
* configure.ac: Add a switch for the experimental external HKP keyserver
...
interface.
2002-06-06 00:17:27 +00:00
Werner Koch
018a5fd8bd
* configure.ac: Check for strcasecmp and strncasecmp. Removed
...
stricmp and memicmp checks.
2002-05-22 09:09:36 +00:00
David Shaw
5a797b494b
configure.ac: If LDAP comes up unusable, try #including <lber.h> before
...
giving up. Old versions of OpenLDAP require that.
2002-05-08 23:17:25 +00:00
David Shaw
154c4c3000
configure.ac: In g10defs.h, use \ for the directory separator when
...
HAVE_DOSISH_SYSTEM is on.
2002-05-03 14:42:49 +00:00
David Shaw
cc0074dc5a
* configure.ac: Add --disable-exec flag to disable all remote program
...
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-05-03 12:35:51 +00:00
David Shaw
4735060540
configure.ac: Try and link to a sample LDAP program to check if the LDAP
...
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-30 22:53:51 +00:00
Werner Koch
a8f2d55447
Last preparations for 1.0.7
2002-04-29 14:56:08 +00:00
Werner Koch
ab15f6d0d8
* doc/samplekeys.asc: Added gnupg distribution key 57548DCD.
...
* doc/faq.raw: Inserted Douglas Calvert as new maintainer.
* README: Fixed some minor things.
2002-04-29 09:18:14 +00:00
Werner Koch
ecbf6f4d46
g10/
...
* 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-25 08:30:35 +00:00
David Shaw
bf2c77073d
Update NEWS with recent changes
2002-04-25 03:19:38 +00:00
Werner Koch
a2c677c829
preparing 1.0.7
2002-04-19 10:32:01 +00:00
Werner Koch
e906ef5f5b
doc fixes
2002-04-17 15:59:30 +00:00
Werner Koch
d930e5d7b7
* configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek
...
translations. s/es_ES/es/.
2002-04-09 17:47:17 +00:00
Werner Koch
9eaf67cb15
* configure.ac (ALL_LINGUAS): Added Czech translation.
2002-04-09 13:01:28 +00:00
Werner Koch
c027e8610b
* gpg.sgml: Add an entry for --export-ownertrust. Suggested by
...
Bernhard Reiter.
* configure.ac (ALL_LINGUAS): s/pt_PT/pt/
2002-03-06 11:10:13 +00:00
David Shaw
bbf4faae1a
Alwayus define _GNU_SOURCE. Since this is always defined in config.h, the
...
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-05 04:48:29 +00:00
Werner Koch
6669a3f09a
released 1.0.6d
2002-03-03 14:59:43 +00:00
David Shaw
b60456db93
NEWS update about filesize/partial-length change in symmetric messages
2002-01-04 23:26:56 +00:00
Werner Koch
c59fc869c7
About to released 1.0.6c snapshot.
2001-12-22 13:56:19 +00:00
Werner Koch
4011228458
* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
...
* acconfig.h: Removed, it should no longer be used.
2001-12-22 11:19:06 +00:00
David Shaw
846a24fd74
Add acconfig.h for easier #define grouping
2001-12-21 23:12:20 +00:00
Werner Koch
7d3ba3ec8f
* Makefile.am (dist-hook): We should also look in include for
...
distfiles.
(EXTRA_DIST): Remove VERSION because it is generated by dist-hook.
2001-12-21 20:07:07 +00:00
David Shaw
ebaf170e74
Replace mkdtemp if the platform doesn't have it
2001-12-20 16:23:28 +00:00
David Shaw
4d6bda78c4
Have autoconf look for stat()
2001-12-20 04:36:09 +00:00
Werner Koch
2bcf57aac9
* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target
...
* configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
2001-12-19 18:05:22 +00:00
Werner Koch
b8f127c598
* Makefile.am (SUBDIRS): Add keyserver.
...
(dist-hook): Only look in mpi and scripts for distfiles; this way
we don't include those of a stale "make dist" directory.
2001-12-18 12:16:32 +00:00
Werner Koch
c67b9886c6
fixes for the 1.0.6b bugs David recently posted to gnupg-devel.
2001-11-08 13:26:00 +00:00
Werner Koch
b920ef23ca
more fixes due to automake 1.5
2001-10-23 08:04:00 +00:00
Werner Koch
cfd10815b3
Fixed the Read-Only keyring bug and changed the way the keydb interface
...
works.
2001-10-18 11:56:03 +00:00
Werner Koch
aa971d5c89
make check does work again
2001-09-28 10:43:03 +00:00
Werner Koch
d4cd7a3d4b
more bug fixesand some warning cleanups
2001-09-09 16:09:19 +00:00
Werner Koch
ed17c7afd0
Revamped the keyring code
2001-09-06 17:10:00 +00:00
Werner Koch
64d586ef17
Random changes
2001-08-25 09:35:43 +00:00
Werner Koch
98a8843e28
Implemented -cs and some fixes to the rfc1991 symmetric only mode
2001-08-20 19:10:34 +00:00
Werner Koch
23589ae0a2
Applied Stefan's patches to support RISCOS.
2001-08-20 11:53:05 +00:00
Werner Koch
bffeb8738b
More Windows and autoconf fixes
2001-08-07 15:35:13 +00:00
Werner Koch
6732700743
migration to autoconf 2.52 and bugfixes
2001-07-26 09:37:47 +00:00
Werner Koch
01fe1dd2a9
Fix for toupper('I') != 'i'
2001-06-12 18:42:40 +00:00
Werner Koch
e3b897b52d
About to release 1.0.6
2001-05-29 06:58:58 +00:00
Werner Koch
e354b518d3
just released another snapshot
2001-05-28 12:46:28 +00:00
Werner Koch
fc5ab236a2
fixed a testcase
2001-04-30 07:27:15 +00:00
Werner Koch
cc08ba73d4
Updated copyright notices and other doc fixes.
2001-04-28 18:53:00 +00:00
Werner Koch
7bf54c22e9
last hour fixes.
2001-04-28 10:43:25 +00:00
Werner Koch
397a73b685
Fixes for W32
2001-04-19 11:40:45 +00:00
Werner Koch
64ddc393e1
Estonian translation, .texi man pages.
2001-04-17 16:20:32 +00:00
Werner Koch
7cf01ff10d
Released snapshot 1.0.4g
2001-04-06 09:59:50 +00:00
Werner Koch
f3b2ef0b93
The "Samba" bug fixes :-)
2001-03-22 18:04:47 +00:00
Werner Koch
aaabc72ec0
Keyserver access is now supported under W32
2001-03-13 13:00:10 +00:00
Werner Koch
5e79cb47e0
worked on solving some bugs
2001-03-12 20:21:50 +00:00