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