aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-84/+3
2014-08-14gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch1-13/+6
2014-08-13gpg: Add list-option "show-usage".Werner Koch1-0/+2
2014-07-23gpg: Add command --quick-gen-keyWerner Koch1-0/+13
2014-07-03gpg: Make show-uid-validity the default.Werner Koch1-1/+3
2014-06-26gpg,gpgsm: Simplify wrong_args function.Werner Koch1-4/+2
2014-06-05gpg: Auto-migrate existing secring.gpg.Werner Koch1-0/+37
2014-06-03Add new option --with-secret.Werner Koch1-0/+6
2014-05-08Make more use of *_NAME macros.Werner Koch1-1/+2
2014-03-27gpg: Add commands --quick-sign-key and --quick-lsign-key.Werner Koch1-0/+25
2014-03-17gpg: Reject signatures made with MD5.Werner Koch1-0/+7
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-0/+4
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-1/+4
2014-03-07gpg: Do not require a trustdb with --always-trust.Werner Koch1-5/+1
2014-02-10gpg: Allow building without any trust model support.Werner Koch1-4/+35
2014-02-07gpg: Change --print-mds to output enabled OpenPGP algos.Werner Koch1-15/+19
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-0/+3
2014-01-31gpg: Improve --version algo info output.Werner Koch1-13/+64
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch1-2/+3
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-9/+9
2013-08-02gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch1-7/+20
2013-04-22Fix potential heap corruption in "gpg -v --version".Werner Koch1-43/+40
2013-02-07gpg: Add pinentry-mode feature.Werner Koch1-1/+13
2013-01-07New function log_clock.Werner Koch1-2/+7
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch1-8/+5
2012-08-24Fix typos spotted during translationsDavid Prévot1-2/+2
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-36/+36
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-5/+0
2012-03-27Print warning for arguments not considered an option.Werner Koch1-2/+12
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-0/+1
2011-11-06Allow creating subkeys using an existing keyWerner Koch1-2/+2
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-1/+1
2011-09-23Renamed the lock functions.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-97/+97
2011-02-02Sample ECC keys and message do now work.Werner Koch1-0/+3
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-1/+1
2011-01-18Keyserver search and get basically works again.Werner Koch1-5/+5
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-17/+18
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-2/+2
2010-11-17Smartcard related updatesWerner Koch1-2/+2
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-1/+1
2010-10-13More agent support for gpg.Werner Koch1-0/+10
2010-10-08Add new option --with-keygripWerner Koch1-0/+6
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-40/+38
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-25/+26
2010-08-18Fix regression in logging.Werner Koch1-81/+84
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-4/+0
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-16/+7
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-5/+9