Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize to automake 1.14. | Werner Koch | 2015-01-19 | 1 | -3/+3 |
| | | | | | | | | | | | | * Makefile.am (AUTOMAKE_OPTIONS): Move to ... * configure.ac (AM_INIT_AUTOMAKE): here and add serial-tests. * keyserver/Makefile.am: Replace INCLUDES by AM_CPPFLAGS. * mpi/Makefile.am: Ditto. * util/Makefile.am: Ditto. * keyserver/Makefile.am: Ditto. Adjusted other things. * m4/intl.m4, m4/po.m4: Use autoconf's AC_PROG_MKDIR_P. | ||||
* | First set of changes to backport the new card code from 2.0. | Werner Koch | 2009-07-21 | 1 | -1/+2 |
| | | | | | | | | For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished. | ||||
* | * Makefile.am: Make srv.c part of libcompat instead of libutil. | David Shaw | 2009-04-03 | 1 | -4/+4 |
| | | | | | | | * srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ is too small these days. Use libc malloc and free as we're part of libcompat now which may not be linked to memory.c. | ||||
* | * Makefile.am, http.c (start_server): Minor tweaks to get http-test | David Shaw | 2009-03-13 | 1 | -5/+6 |
| | | | | | compiling again. | ||||
* | * Makefile.am: Use $(CC) instead of "cc" to compile, as the user might | David Shaw | 2008-09-05 | 1 | -4/+4 |
| | | | | | be overriding the compiler. | ||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -4/+2 |
| | | | | | Updated gettext. | ||||
* | Put in the basic wiring (just hextobyte for now) for a libcompat.a that | David Shaw | 2006-09-28 | 1 | -3/+12 |
| | | | | | | | can contain replacement files that can be linked to keyserver helpers without bringing in the whole libutil.a. libutil.a contains a complete copy of libcompat.a so we only need to link to one of them. | ||||
* | * configure.ac: Fix resolver autoconf code so it works (fails) | David Shaw | 2006-07-08 | 1 | -4/+4 |
| | | | | | properly with uClibc. | ||||
* | New code to do DNS CERT queries. | David Shaw | 2005-12-23 | 1 | -1/+5 |
| | |||||
* | * srv.c, Makefile.am: Only build srv.c if we need to. | David Shaw | 2005-12-23 | 1 | -1/+5 |
| | |||||
* | Some cleanup so we don't build files that are completely ifdeffed out. | David Shaw | 2005-12-06 | 1 | -16/+22 |
| | | | | | | This causes a warning on Sun's cc. Do the internal regex code as well for consistency. | ||||
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 1 | -3/+8 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | * cardglue.c (send_status_info): Make CTRL optional. | Werner Koch | 2005-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | (agent_scd_writekey, inq_writekey_parms): New. (agent_openpgp_storekey): Removed. * cardglue.h: Add a few more error code mappings. * keygen.c (copy_mpi): Removed. (save_unprotected_key_to_card): Changed to use agent_scd_writekey. * app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer version in gnupg 1.9 CVS. | ||||
* | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 2005-04-05 | 1 | -3/+15 |
| | | | | | | | old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support. | ||||
* | * mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New. | David Shaw | 2004-02-20 | 1 | -2/+3 |
| | | | | | * Makefile.am: Include @LIBOBJS@ for replacement functions. | ||||
* | * g10u.c: Dead code. Remove. | David Shaw | 2003-12-30 | 1 | -1/+1 |
| | | | | | | | | * Makefile.am: Don't compile g10u.c. * iobuf.c (block_filter): Properly handle a partial body stream that ends with a 5-byte length. | ||||
* | Replaced INTLLIBS by LIBINTL. | Werner Koch | 2003-10-25 | 1 | -2/+2 |
| | |||||
* | * http.c (connect_server): Use DNS SRV to get a server list. Fail over to | David Shaw | 2003-03-11 | 1 | -5/+6 |
| | | | | | | | A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code. | ||||
* | * Makefile.am, regcomp.c, regex.c, regex_internal.c, regex_internal.h, | David Shaw | 2002-10-19 | 1 | -0/+3 |
| | | | | | regexec.c: Add new regex files from glibc 2.3.1. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -7/+24 |
| | |||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 1 | -3/+2 |
| | | | | | that external library. | ||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -10/+3 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -2/+11 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1999-07-07 | 1 | -4/+5 |
| | |||||
* | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1999-01-16 | 1 | -1/+5 |
| | |||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -1/+1 |
| | |||||
* | backup | Werner Koch | 1998-10-12 | 1 | -1/+2 |
| | |||||
* | gnupg extension are now working | Werner Koch | 1998-06-13 | 1 | -1/+1 |
| | |||||
* | release 0.2.14 | Werner Koch | 1998-04-02 | 1 | -1/+1 |
| | |||||
* | release 0.2.3 | Werner Koch | 1998-02-09 | 1 | -1/+1 |
| | |||||
* | changed structure of trustdb | Werner Koch | 1998-02-02 | 1 | -4/+4 |
| | |||||
* | version 0.2.1 | Werner Koch | 1998-01-28 | 1 | -1/+1 |
| | |||||
* | initially checkin | Werner Koch | 1997-11-18 | 1 | -0/+13 |