aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-02tools: Fix option parsing for gpg-zip.Neal H. Walfield1-4/+6
* tools/gpg-zip.in: Correctly set GPG when --gpg is specified. Correctly set TAR when --tar is specified. Pass TAR_ARGS to tar. (cherry-picked by dkg from master branch's 84ebf15b06e435453b2f58775f97a3a1c61a7e55) -- Signed-off-by: Neal H. Walfield <[email protected]> Co-authored-by: Michael Mönch <[email protected]> GnuPG-bug-id 1351 GnuPG-bug-id 1442
2013-09-04mpicalc: Change copyright notice.Werner Koch1-2/+5
-- Except for a minor change by David Shaw, all code has been written by me. After termination of my copyright assignment, I change that notice to reflect the new legal state. Signed-off-by: Werner Koch <[email protected]>
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-2/+7
* ChangeLog: New file.
2010-05-12Fix bug 1179Werner Koch1-0/+4
2007-10-23Switched to GPLv3.Werner Koch9-33/+21
Updated gettext.
2007-04-16Don't build shmtest unless we have shm.David Shaw2-1/+9
2006-12-11Removed the use of g10defs.h.Werner Koch5-4/+18
This required some code cleanups and the introduction of a few accessor ducntions in mpi.
2006-04-20* make-dns-cert.c (main): Small exit code tweak from Peter Palfrader.David Shaw2-1/+6
2006-04-05* make-dns-cert.c: Some changes from Peter Palfrader to send errors toDavid Shaw2-20/+53
stderr and allow spaces in a fingerprint. Also warn when a key is over 16k (as that is the default max-cert-size) and fail when a key is over 64k as that is the DNS limit in many places.
2006-04-04* make-dns-cert.c: New program to generate properly formatted CERT recordsDavid Shaw3-1/+220
so people don't have to do it manually.
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch2-10/+39
2005-08-05* gpg-zip.in: Add --decrypt functionality. Fix quoting so filenamesDavid Shaw2-5/+24
with spaces work properly.
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw3-0/+139
2005-07-27Converted all m_free to xfree etc.Werner Koch2-9/+9
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch1-1/+1
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch4-4/+7
2004-12-18Readline fix to be robust against platforms where readline has its ownDavid Shaw2-3/+8
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.
2004-10-28Inlcude LIBICONVWerner Koch2-5/+11
2004-10-01* gpgv.c (i18n_init): Always use LC_ALL.V1-3-90Werner Koch4-13/+7
* bftest.c (i18n_init): Always use LC_ALL. * shmtest.c (i18n_init): Ditto. * mpicalc.c (i18n_init): Ditto.
2004-09-14* pgpgroup-to-gpggroup: New perl script to take groups from PGP commandDavid Shaw2-0/+47
line and write out GnuPG 'group' config lines.
2004-07-04* ring-a-party: ElGamal -> ElgamalDavid Shaw2-5/+5
2004-01-12* convert-from-106, lspgpot: Check for gpg binary before proceeding.David Shaw4-7/+24
Don't hardcode the path to gpg. * gpgsplit.c (handle_bzip2): Remove two cut and paste typecast errors. Noted by Stefan Bellon.
2003-12-28cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon2-8/+8
2003-12-06* gpgsplit.c (write_part): Split off decompression code. (handle_zlib):David Shaw2-81/+182
Move it here. (handle_bzip2): Add this to handle BZIP2 compressed messages.
2003-10-25Replaced INTLLIBS by LIBINTL.Werner Koch2-4/+8
2003-08-25* Makefile.am: Use NETLIBS instead of EGDLIBS.David Shaw2-1/+5
2003-07-10* Makefile.am: Use W32LIBS where appropriate.David Shaw2-2/+6
2003-05-31* Makefile.am: Some cleanup, and use DLLIBS for -ldl.David Shaw2-20/+12
2003-05-24* bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit allDavid Shaw6-45/+46
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* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are usingDavid Shaw2-1/+6
capabilities.
2003-02-23* Makefile.am: Distribute convert-from-106.David Shaw2-2/+4
2003-02-23* convert-from-106: Script to automate the 1.0.6->later conversion. ItDavid Shaw2-0/+59
marks all secret keys as ultimately trusted, adds the signature caches, and checks the trustdb. Moved from the scripts directory.
2002-11-09Fixed copyright yearWerner Koch1-1/+1
2002-10-31added RISC OS module loading supportStefan Bellon2-0/+12
2002-10-23* gpgsplit.c: New options --secret-to-public and --no-split.Werner Koch2-364/+597
GNUified the indentation style.
2002-10-14Add simple tool to sign all keys in a keyringWerner Koch1-0/+33
2002-09-25* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD usesDavid Shaw2-1/+6
sockets.
2002-06-29Update head to match stable 1.0David Shaw12-150/+813
2000-12-21Does now work with libgcryptWerner Koch1-5/+6
2000-12-19Removed the libgcrypt stuff and started to modify the source to work withWerner Koch1-2/+2
that external library.
2000-10-10Changed keyring handling - saving still does not work.Werner Koch2-7/+44
Added new cipher mode and updated cipher test program.
2000-09-18See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2-2/+13
2000-07-17See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch4-3/+184
2000-03-13See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch1-2/+4
2000-02-21See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner KochWerner Koch1-1/+0
2000-01-31See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner KochWerner Koch5-22/+44
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-2/+1
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch2-10/+11
1999-09-01See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1-0/+44
1999-07-14See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner KochWerner Koch1-1/+1