Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * NEWS: changes since 1.0.7. | David Shaw | 2002-06-21 | 1 | -7/+13 |
| | | | | | | * configure.ac: Set new version number (1.1.90), and fix Solaris compiler flags for shared objects. | ||||
* | * configure.ac: Move -lsocket and -lnsl checks before LDAP link tests so | David Shaw | 2002-06-11 | 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. | ||||
* | * configure.ac: Add a switch for the experimental external HKP keyserver | David Shaw | 2002-06-06 | 1 | -0/+13 |
| | | | | | interface. | ||||
* | * configure.ac: Check for strcasecmp and strncasecmp. Removed | Werner Koch | 2002-05-22 | 1 | -2/+3 |
| | | | | | stricmp and memicmp checks. | ||||
* | configure.ac: If LDAP comes up unusable, try #including <lber.h> before | David Shaw | 2002-05-08 | 1 | -1/+16 |
| | | | | | giving up. Old versions of OpenLDAP require that. | ||||
* | configure.ac: In g10defs.h, use \ for the directory separator when | David Shaw | 2002-05-03 | 1 | -0/+9 |
| | | | | | HAVE_DOSISH_SYSTEM is on. | ||||
* | * configure.ac: Add --disable-exec flag to disable all remote program | David Shaw | 2002-05-03 | 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. | ||||
* | configure.ac: Try and link to a sample LDAP program to check if the LDAP | David Shaw | 2002-04-30 | 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. | ||||
* | Bumbed version number | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | Last preparations for 1.0.7 | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | g10/ | Werner Koch | 2002-04-25 | 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 | ||||
* | po/ | Werner Koch | 2002-04-22 | 1 | -1/+1 |
| | | | | | * et.po, tr.po, cs.po, it.po, id.po: Updated. | ||||
* | preparing 1.0.7SNAP-1-0-6e | Werner Koch | 2002-04-19 | 1 | -2/+2 |
| | |||||
* | doc fixes | Werner Koch | 2002-04-17 | 1 | -1/+3 |
| | |||||
* | * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek | Werner Koch | 2002-04-09 | 1 | -1/+1 |
| | | | | | translations. s/es_ES/es/. | ||||
* | * configure.ac (ALL_LINGUAS): Added Czech translation. | Werner Koch | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | * gpg.sgml: Add an entry for --export-ownertrust. Suggested by | Werner Koch | 2002-03-06 | 1 | -1/+1 |
| | | | | | | Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/ | ||||
* | Alwayus define _GNU_SOURCE. Since this is always defined in config.h, the | David Shaw | 2002-03-05 | 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 | ||||
* | bumped version number | Werner Koch | 2002-03-03 | 1 | -1/+1 |
| | |||||
* | released 1.0.6d | Werner Koch | 2002-03-03 | 1 | -1/+1 |
| | |||||
* | bumbed version | Werner Koch | 2001-12-22 | 1 | -1/+1 |
| | |||||
* | About to released 1.0.6c snapshot.SNAP-1-0-6c | Werner Koch | 2001-12-22 | 1 | -2/+2 |
| | |||||
* | * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here. | Werner Koch | 2001-12-22 | 1 | -0/+4 |
| | | | | | * acconfig.h: Removed, it should no longer be used. | ||||
* | Replace mkdtemp if the platform doesn't have it | David Shaw | 2001-12-20 | 1 | -0/+1 |
| | |||||
* | Have autoconf look for stat() | David Shaw | 2001-12-20 | 1 | -1/+1 |
| | |||||
* | * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target | Werner Koch | 2001-12-19 | 1 | -2/+8 |
| | | | | | * configure.ac [CYGWIN32]: Don't build tiger. By Disastry. | ||||
* | Minor fixes | Werner Koch | 2001-12-15 | 1 | -1/+1 |
| | |||||
* | Build changes for keyserver code | David Shaw | 2001-12-06 | 1 | -1/+32 |
| | |||||
* | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | more fixes due to automake 1.5SNAP-1-0-6b | Werner Koch | 2001-10-23 | 1 | -10/+11 |
| | |||||
* | make check does work again | Werner Koch | 2001-09-28 | 1 | -2/+5 |
| | |||||
* | more bug fixesand some warning cleanups | Werner Koch | 2001-09-09 | 1 | -4/+4 |
| | |||||
* | Revamped the keyring code | Werner Koch | 2001-09-06 | 1 | -39/+0 |
| | |||||
* | Random changes | Werner Koch | 2001-08-25 | 1 | -9/+39 |
| | |||||
* | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 2001-08-20 | 1 | -36/+100 |
| | |||||
* | Applied Stefan's patches to support RISCOS. | Werner Koch | 2001-08-20 | 1 | -0/+5 |
| | |||||
* | More Windows and autoconf fixes | Werner Koch | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | added and removed some files | Werner Koch | 2001-07-27 | 1 | -0/+814 |