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