Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-02 | tools: Fix option parsing for gpg-zip. | Neal H. Walfield | 1 | -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-04 | mpicalc: Change copyright notice. | Werner Koch | 1 | -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-02 | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 1 | -2/+7 | |
* ChangeLog: New file. | |||||
2010-05-12 | Fix bug 1179 | Werner Koch | 1 | -0/+4 | |
2007-10-23 | Switched to GPLv3. | Werner Koch | 9 | -33/+21 | |
Updated gettext. | |||||
2007-04-16 | Don't build shmtest unless we have shm. | David Shaw | 2 | -1/+9 | |
2006-12-11 | Removed the use of g10defs.h. | Werner Koch | 5 | -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 Shaw | 2 | -1/+6 | |
2006-04-05 | * make-dns-cert.c: Some changes from Peter Palfrader to send errors to | David Shaw | 2 | -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 records | David Shaw | 3 | -1/+220 | |
so people don't have to do it manually. | |||||
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 2 | -10/+39 | |
2005-08-05 | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenames | David Shaw | 2 | -5/+24 | |
with spaces work properly. | |||||
2005-08-04 | Add gpg-zip, a la PGP Zip. | David Shaw | 3 | -0/+139 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 2 | -9/+9 | |
2005-06-20 | * gpg.sgml: Document smartcard related options. | Werner Koch | 1 | -1/+1 | |
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 4 | -4/+7 | |
2004-12-18 | Readline fix to be robust against platforms where readline has its own | David Shaw | 2 | -3/+8 | |
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses. | |||||
2004-10-28 | Inlcude LIBICONV | Werner Koch | 2 | -5/+11 | |
2004-10-01 | * gpgv.c (i18n_init): Always use LC_ALL.V1-3-90 | Werner Koch | 4 | -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 command | David Shaw | 2 | -0/+47 | |
line and write out GnuPG 'group' config lines. | |||||
2004-07-04 | * ring-a-party: ElGamal -> Elgamal | David Shaw | 2 | -5/+5 | |
2004-01-12 | * convert-from-106, lspgpot: Check for gpg binary before proceeding. | David Shaw | 4 | -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-28 | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 2 | -8/+8 | |
2003-12-06 | * gpgsplit.c (write_part): Split off decompression code. (handle_zlib): | David Shaw | 2 | -81/+182 | |
Move it here. (handle_bzip2): Add this to handle BZIP2 compressed messages. | |||||
2003-10-25 | Replaced INTLLIBS by LIBINTL. | Werner Koch | 2 | -4/+8 | |
2003-08-25 | * Makefile.am: Use NETLIBS instead of EGDLIBS. | David Shaw | 2 | -1/+5 | |
2003-07-10 | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 2 | -2/+6 | |
2003-05-31 | * Makefile.am: Some cleanup, and use DLLIBS for -ldl. | David Shaw | 2 | -20/+12 | |
2003-05-24 | * bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit all | David Shaw | 6 | -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 using | David Shaw | 2 | -1/+6 | |
capabilities. | |||||
2003-02-23 | * Makefile.am: Distribute convert-from-106. | David Shaw | 2 | -2/+4 | |
2003-02-23 | * convert-from-106: Script to automate the 1.0.6->later conversion. It | David Shaw | 2 | -0/+59 | |
marks all secret keys as ultimately trusted, adds the signature caches, and checks the trustdb. Moved from the scripts directory. | |||||
2002-11-09 | Fixed copyright year | Werner Koch | 1 | -1/+1 | |
2002-10-31 | added RISC OS module loading support | Stefan Bellon | 2 | -0/+12 | |
2002-10-23 | * gpgsplit.c: New options --secret-to-public and --no-split. | Werner Koch | 2 | -364/+597 | |
GNUified the indentation style. | |||||
2002-10-14 | Add simple tool to sign all keys in a keyring | Werner Koch | 1 | -0/+33 | |
2002-09-25 | * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses | David Shaw | 2 | -1/+6 | |
sockets. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 12 | -150/+813 | |
2000-12-21 | Does now work with libgcrypt | Werner Koch | 1 | -5/+6 | |
2000-12-19 | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 1 | -2/+2 | |
that external library. | |||||
2000-10-10 | Changed keyring handling - saving still does not work. | Werner Koch | 2 | -7/+44 | |
Added new cipher mode and updated cipher test program. | |||||
2000-09-18 | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2 | -2/+13 | |
2000-07-17 | See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch | Werner Koch | 4 | -3/+184 | |
2000-03-13 | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 1 | -2/+4 | |
2000-02-21 | See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner Koch | Werner Koch | 1 | -1/+0 | |
2000-01-31 | See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner Koch | Werner Koch | 5 | -22/+44 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -2/+1 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 2 | -10/+11 | |
1999-09-01 | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+44 | |
1999-07-14 | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |