aboutsummaryrefslogtreecommitdiffstats
path: root/util/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-19Modernize to automake 1.14.Werner Koch1-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.
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-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.
2009-04-03* Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw1-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.
2009-03-13* Makefile.am, http.c (start_server): Minor tweaks to get http-testDavid Shaw1-5/+6
compiling again.
2008-09-05* Makefile.am: Use $(CC) instead of "cc" to compile, as the user mightDavid Shaw1-4/+4
be overriding the compiler.
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2006-09-28Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw1-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.
2006-07-08* configure.ac: Fix resolver autoconf code so it works (fails)David Shaw1-4/+4
properly with uClibc.
2005-12-23New code to do DNS CERT queries.David Shaw1-1/+5
2005-12-23* srv.c, Makefile.am: Only build srv.c if we need to.David Shaw1-1/+5
2005-12-06Some cleanup so we don't build files that are completely ifdeffed out. David Shaw1-16/+22
This causes a warning on Sun's cc. Do the internal regex code as well for consistency.
2005-07-28Implemented PKA trust modelWerner Koch1-3/+8
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+1
2005-05-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch1-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.
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-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.
2004-02-20* mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New.David Shaw1-2/+3
* Makefile.am: Include @LIBOBJS@ for replacement functions.
2003-12-30* g10u.c: Dead code. Remove.David Shaw1-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.
2003-10-25Replaced INTLLIBS by LIBINTL.Werner Koch1-2/+2
2003-03-11* http.c (connect_server): Use DNS SRV to get a server list. Fail over toDavid Shaw1-5/+6
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code.
2002-10-19* Makefile.am, regcomp.c, regex.c, regex_internal.c, regex_internal.h,David Shaw1-0/+3
regexec.c: Add new regex files from glibc 2.3.1.
2002-06-29Update head to match stable 1.0David Shaw1-7/+24
2000-12-19Removed the libgcrypt stuff and started to modify the source to work withWerner Koch1-3/+2
that external library.
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-1/+1
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-10/+3
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-2/+11
1999-11-13See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1-1/+1
1999-09-15See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1-1/+1
1999-07-07See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1-4/+5
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-1/+5
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-1/+1
1998-10-12backupWerner Koch1-1/+2
1998-06-13gnupg extension are now workingWerner Koch1-1/+1
1998-04-02release 0.2.14Werner Koch1-1/+1
1998-02-09release 0.2.3Werner Koch1-1/+1
1998-02-02changed structure of trustdbWerner Koch1-4/+4
1998-01-28 version 0.2.1Werner Koch1-1/+1
1997-11-18initially checkinWerner Koch1-0/+13