aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Add dummy option --with-subkey-fingerprint.Werner Koch2016-08-171-0/+5
* gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor2016-08-091-1/+1
* g10: Fix --list-packets.NIIBE Yutaka2016-06-281-2/+1
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-12-191-0/+7
* gpg: Reject signatures made with MD5.Werner Koch2015-12-191-0/+7
* gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch2015-12-171-5/+1
* Obsolete option --no-sig-create-check.Werner Koch2015-09-011-3/+1
* Release 1.4.19.gnupg-1.4.19Werner Koch2015-02-271-3/+2
* gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor2014-10-031-1/+21
* Allow use of --debug-level=LEVEL without '='.Werner Koch2014-09-291-1/+1
* Update config.{guess,sub} and some copyright notices.Werner Koch2013-12-101-0/+1
* gpg: Change armor Version header to emit only the major version.Werner Koch2013-11-271-2/+3
* gpg: Do not require a trustdb with --always-trust.Werner Koch2013-10-111-5/+3
* gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch2013-08-021-0/+6
* Fix potential heap corruption in "gpg -v --version"Werner Koch2012-12-151-43/+39
* Support the not anymore patented IDEA cipher algorithm.Werner Koch2012-11-081-50/+8
* Fix typos spotted during translationsWerner Koch2012-08-241-2/+2
* Replace file locking by the new portable dotlock code.Werner Koch2012-01-101-2/+2
* Update copyright years.Werner Koch2012-01-101-1/+1
* On VMS use --batch by default if in batch mode.Werner Koch2011-09-121-0/+12
* Add pubkey letters e and E for ECC.Werner Koch2011-07-011-39/+41
* * gpg.c (main): Do not provide a default forDavid Shaw2010-10-291-6/+1
* Ignore some GnuPG-2 only options.Werner Koch2010-06-011-1/+8
* * gpg.c (main): --pgp6 includes --disable-mdc.David Shaw2009-07-311-0/+1
* Parse EXTCAP lines from the card.Werner Koch2009-07-231-4/+2
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-211-0/+1
* Remove Camellia restriction.David Shaw2009-06-051-9/+1
* Fix bug#1044.Werner Koch2009-05-201-6/+14
* * gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.David Shaw2008-12-211-1/+1
* Revert that last stupid setuid detection fix.Werner Koch2008-07-171-1/+1
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-091-44/+66
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-141-0/+3
* * gpg.c (print_algo_names): New. (list_config): Use it here for theDavid Shaw2007-11-281-1/+35
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
* * gpg.c (main): Add --require-cross-certification toDavid Shaw2007-10-231-2/+3
* * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default.David Shaw2007-10-231-9/+9
* * options.h, gpg.c (main), misc.c (compliance_option_string): AddDavid Shaw2007-10-171-1/+24
* * gpg.c (main): Fix typo. Noted by John Clizbe.David Shaw2007-07-191-1/+1
* Add an extra warning for Camellia.Werner Koch2007-07-091-0/+8
* * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it isDavid Shaw2007-04-161-2/+5
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-051-4/+15
* * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass inDavid Shaw2007-02-011-2/+2
* Removed references to removed g10defs.h file.Werner Koch2006-12-131-1/+0
* Removed the use of g10defs.h.Werner Koch2006-12-111-1/+1
* * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): AddDavid Shaw2006-12-031-0/+4
* New command --gpgconf-test.Werner Koch2006-10-231-0/+6
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-131-0/+32
* do no use reopen_std under W32.Werner Koch2006-06-271-2/+2
* * options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs,David Shaw2006-06-221-0/+15
* * gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we areDavid Shaw2006-05-231-0/+62