aboutsummaryrefslogtreecommitdiffstats
path: root/util/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modernize to automake 1.14.Werner Koch2015-01-191-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 Koch2009-07-211-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 Shaw2009-04-031-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-testDavid Shaw2009-03-131-5/+6
| | | | | compiling again.
* * Makefile.am: Use $(CC) instead of "cc" to compile, as the user mightDavid Shaw2008-09-051-4/+4
| | | | | be overriding the compiler.
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
| | | | | Updated gettext.
* Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw2006-09-281-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 Shaw2006-07-081-4/+4
| | | | | properly with uClibc.
* New code to do DNS CERT queries.David Shaw2005-12-231-1/+5
|
* * srv.c, Makefile.am: Only build srv.c if we need to.David Shaw2005-12-231-1/+5
|
* Some cleanup so we don't build files that are completely ifdeffed out. David Shaw2005-12-061-16/+22
| | | | | | This causes a warning on Sun's cc. Do the internal regex code as well for consistency.
* Implemented PKA trust modelWerner Koch2005-07-281-3/+8
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+1
|
* * cardglue.c (send_status_info): Make CTRL optional.Werner Koch2005-05-211-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 theWerner Koch2005-04-051-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 Shaw2004-02-201-2/+3
| | | | | * Makefile.am: Include @LIBOBJS@ for replacement functions.
* * g10u.c: Dead code. Remove.David Shaw2003-12-301-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 Koch2003-10-251-2/+2
|
* * http.c (connect_server): Use DNS SRV to get a server list. Fail over toDavid Shaw2003-03-111-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 Shaw2002-10-191-0/+3
| | | | | regexec.c: Add new regex files from glibc 2.3.1.
* Update head to match stable 1.0David Shaw2002-06-291-7/+24
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-3/+2
| | | | | that external library.
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-1/+1
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-10/+3
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-2/+11
|
* See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1999-11-131-1/+1
|
* See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1999-09-151-1/+1
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-071-4/+5
|
* See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1999-01-161-1/+5
|
* Epxerimenta support for GDBM keyings.Werner Koch1998-10-211-1/+1
|
* backupWerner Koch1998-10-121-1/+2
|
* gnupg extension are now workingWerner Koch1998-06-131-1/+1
|
* release 0.2.14Werner Koch1998-04-021-1/+1
|
* release 0.2.3Werner Koch1998-02-091-1/+1
|
* changed structure of trustdbWerner Koch1998-02-021-4/+4
|
* version 0.2.1Werner Koch1998-01-281-1/+1
|
* initially checkinWerner Koch1997-11-181-0/+13