aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * NEWS: changes since 1.0.7.David Shaw2002-06-211-0/+7
| | | | | | * 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 soDavid Shaw2002-06-111-0/+8
| | | | | | | | | 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 keyserverDavid Shaw2002-06-061-0/+5
| | | | | interface.
* * configure.ac: Check for strcasecmp and strncasecmp. RemovedWerner Koch2002-05-221-0/+5
| | | | | stricmp and memicmp checks.
* configure.ac: If LDAP comes up unusable, try #including <lber.h> beforeDavid Shaw2002-05-081-0/+5
| | | | | giving up. Old versions of OpenLDAP require that.
* configure.ac: In g10defs.h, use \ for the directory separator whenDavid Shaw2002-05-031-0/+3
| | | | | HAVE_DOSISH_SYSTEM is on.
* * configure.ac: Add --disable-exec flag to disable all remote programDavid Shaw2002-05-031-0/+7
| | | | | | | | | 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 LDAPDavid Shaw2002-04-301-0/+8
| | | | | | | 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.
* Last preparations for 1.0.7Werner Koch2002-04-291-1/+3
|
* * doc/samplekeys.asc: Added gnupg distribution key 57548DCD.Werner Koch2002-04-291-0/+4
| | | | | | * doc/faq.raw: Inserted Douglas Calvert as new maintainer. * README: Fixed some minor things.
* g10/Werner Koch2002-04-251-0/+4
| | | | | | | | | | | | | | | * 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
* Update NEWS with recent changesDavid Shaw2002-04-251-0/+4
|
* preparing 1.0.7SNAP-1-0-6eWerner Koch2002-04-191-0/+4
|
* doc fixesWerner Koch2002-04-171-0/+5
|
* * configure.ac (ALL_LINGUAS): Added Czech, Galician and GreekWerner Koch2002-04-091-1/+2
| | | | | translations. s/es_ES/es/.
* * configure.ac (ALL_LINGUAS): Added Czech translation.Werner Koch2002-04-091-0/+4
|
* * gpg.sgml: Add an entry for --export-ownertrust. Suggested byWerner Koch2002-03-061-0/+4
| | | | | | Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
* Alwayus define _GNU_SOURCE. Since this is always defined in config.h, theDavid Shaw2002-03-051-0/+8
| | | | | | | | 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
* released 1.0.6dWerner Koch2002-03-031-1/+5
|
* NEWS update about filesize/partial-length change in symmetric messagesDavid Shaw2002-01-041-0/+4
|
* About to released 1.0.6c snapshot.SNAP-1-0-6cWerner Koch2001-12-221-0/+3
|
* * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.Werner Koch2001-12-221-0/+5
| | | | | * acconfig.h: Removed, it should no longer be used.
* Add acconfig.h for easier #define groupingDavid Shaw2001-12-211-0/+5
|
* * Makefile.am (dist-hook): We should also look in include forWerner Koch2001-12-211-0/+6
| | | | | | distfiles. (EXTRA_DIST): Remove VERSION because it is generated by dist-hook.
* Replace mkdtemp if the platform doesn't have itDavid Shaw2001-12-201-0/+4
|
* Have autoconf look for stat()David Shaw2001-12-201-0/+4
|
* * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin targetWerner Koch2001-12-191-0/+5
| | | | | * configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
* * Makefile.am (SUBDIRS): Add keyserver.Werner Koch2001-12-181-0/+6
| | | | | | (dist-hook): Only look in mpi and scripts for distfiles; this way we don't include those of a stale "make dist" directory.
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-081-0/+4
|
* more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2001-10-231-0/+4
|
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-181-0/+4
| | | | | works.
* make check does work againWerner Koch2001-09-281-0/+9
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-091-0/+10
|
* Revamped the keyring codeWerner Koch2001-09-061-0/+4
|
* Random changesWerner Koch2001-08-251-0/+12
|
* Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch2001-08-201-0/+10
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-201-0/+4
|
* More Windows and autoconf fixesWerner Koch2001-08-071-0/+4
|
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-0/+19
|
* Fix for toupper('I') != 'i'Werner Koch2001-06-121-0/+5
|
* About to release 1.0.6Werner Koch2001-05-291-0/+4
|
* just released another snapshotWerner Koch2001-05-281-0/+4
|
* fixed a testcaseWerner Koch2001-04-301-0/+4
|
* Updated copyright notices and other doc fixes.Werner Koch2001-04-281-0/+4
|
* last hour fixes.Werner Koch2001-04-281-0/+4
|
* Fixes for W32Werner Koch2001-04-191-0/+3
|
* Estonian translation, .texi man pages.Werner Koch2001-04-171-0/+9
|
* Released snapshot 1.0.4gWerner Koch2001-04-061-0/+5
|
* The "Samba" bug fixes :-)Werner Koch2001-03-221-0/+5
|
* Keyserver access is now supported under W32Werner Koch2001-03-131-0/+4
|