diff options
author | Werner Koch <[email protected]> | 2003-12-23 11:05:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-23 11:05:00 +0000 |
commit | e11529f290556057446283850d5f60a8e353ce6e (patch) | |
tree | 2954a46da6c0b63a26ad0b1c5db2c914778b3ce3 | |
parent | * apdu.c (apdu_send_le): Send a get_response with the indicated (diff) | |
download | gnupg-e11529f290556057446283850d5f60a8e353ce6e.tar.gz gnupg-e11529f290556057446283850d5f60a8e353ce6e.zip |
* Makefile.am: New.
* watchgnupg.c: New.
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 148 | ||||
-rw-r--r-- | tools/Makefile.am | 23 |
2 files changed, 9 insertions, 162 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index d34913df0..af8225bc1 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,148 +1,10 @@ -2003-12-06 David Shaw <[email protected]> +2003-12-23 Werner Koch <[email protected]> - * gpgsplit.c (write_part): Split off decompression code. - (handle_zlib): Move it here. - (handle_bzip2): Add this to handle BZIP2 compressed messages. + * Makefile.am: New. + * watchgnupg.c: New. -2003-10-25 Werner Koch <[email protected]> - * Makefile.am: Replaced INTLLIBS by LIBINTL. - -2003-08-24 David Shaw <[email protected]> - - * Makefile.am: Use NETLIBS instead of EGDLIBS. - -2003-07-10 David Shaw <[email protected]> - - * Makefile.am: Use W32LIBS where appropriate. - -2003-05-30 David Shaw <[email protected]> - - * Makefile.am: Some cleanup, and use DLLIBS for -ldl. - -2003-05-24 David Shaw <[email protected]> - - * bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit all - preprocessor instructions to remove whitespace before the - '#'. This is not required by C89, but there are some compilers out - there that don't like it. - -2003-03-11 David Shaw <[email protected]> - - * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using - capabilities. - -2003-02-22 David Shaw <[email protected]> - - * Makefile.am: Distribute convert-from-106. - - * convert-from-106: Script to automate the 1.0.6->later - conversion. It marks all secret keys as ultimately trusted, adds - the signature caches, and checks the trustdb. Moved from the - scripts directory. - -2002-10-31 Stefan Bellon <[email protected]> - - * gpgsplit.c (write_part) [__riscos__]: Use riscos_load_module() - to load ZLib module. - -2002-10-23 Werner Koch <[email protected]> - - * gpgsplit.c: New options --secret-to-public and --no-split. - GNUified the indentation style. - -2002-09-25 David Shaw <[email protected]> - - * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses - sockets. - -2002-05-07 Stefan Bellon <[email protected]> - - * gpgsplit.c (create_filename): Use EXTSEP_S instead of ".". - -2002-04-23 David Shaw <[email protected]> - - * Makefile.am: Do not list libraries in -lxxx format in a - dependency line. - -2002-01-02 Stefan Bellon <[email protected]> - - * gpgsplit.c [__riscos__]: Added RISC OS specific file name - code. - - * gpgsplit.c (write_part): Introduced two explicit casts. - -2001-12-21 David Shaw <[email protected]> - - * gpgsplit.c (pkttype_to_string): PKT_PHOTO_ID -> PKT_ATTRIBUTE - -2001-10-23 Werner Koch <[email protected]> - - * Makefile.am (gpgsplit_LDADD): Add ZLIBS. - -2001-09-18 Werner Koch <[email protected]> - - * gpgsplit.c: New option --uncompress. - (write_part): Handle old style uncompressing. - -2001-06-20 Werner Koch <[email protected]> - - * gpgsplit.c: New. - * Makefile.am (bin_PROGRAMS): Install gpgsplit. - -2001-03-27 Werner Koch <[email protected]> - - * mail-signed-keys: Add option --dry-run. - -2001-03-21 Werner Koch <[email protected]> - - * shmtest.c: Add sys/types.h - -Fri Sep 15 18:40:36 CEST 2000 Werner Koch <[email protected]> - - * ring-a-party: An array start at offset 1 no 0. Many thanks to Mike - for finding this bug. - -Thu Sep 14 14:20:38 CEST 2000 Werner Koch <[email protected]> - - * ring-a-party: Flush the last key. - -Wed Jul 5 13:28:45 CEST 2000 Werner Koch <wk@> - - * mail-signed-keys: New. - -Tue May 23 09:19:00 CEST 2000 Werner Koch <[email protected]> - - * ring-a-party: New. - -Thu Jul 8 16:21:27 CEST 1999 Werner Koch <[email protected]> - - * lspgpot: New - -Wed Jul 7 13:08:40 CEST 1999 Werner Koch <[email protected]> - - * Makefile.am: Support for libtool. - -Tue Jun 8 13:36:25 CEST 1999 Werner Koch <[email protected]> - - * mpicalc.c (main): hex digits may now be lowercase - (do_mulm): new. - -Thu Dec 10 20:15:36 CET 1998 Werner Koch <[email protected]> - - * mpicalc.c (main): Moved initialization out of definition. - -Mon May 18 15:39:22 1998 Werner Koch ([email protected]) - - * mk-tdata.c: New. - -Tue Apr 7 19:50:41 1998 Werner Koch ([email protected]) - - * bftest.c: Now supports all availabe ciphers. - - - - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 2003 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -151,5 +13,3 @@ Tue Apr 7 19:50:41 1998 Werner Koch ([email protected]) This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - diff --git a/tools/Makefile.am b/tools/Makefile.am index e52d49d36..c22fb8f36 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,8 @@ -# Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. -# +# Makefile.am - Tools directory +# Copyright (C) 2003 Free Software Foundation, Inc. +# # This file is part of GnuPG. -# +# # GnuPG is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -16,18 +17,4 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -## Process this file with automake to produce Makefile.in - -EXTRA_DIST = lspgpot ring-a-party mail-signed-keys convert-from-106 -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a - -bin_PROGRAMS = gpgsplit -noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest - -gpgsplit_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @ZLIBS@ -mpicalc_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @W32LIBS@ -bftest_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @NETLIBS@ -shmtest_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ - -gpgsplit mpicalc bftest shmtest: $(needed_libs) +EXTRA_DIST = watchgnupg.c |