aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable.Werner Koch2015-02-261-1/+0
* gpg: Switch to a hash and CERT record based PKA system.Werner Koch2015-02-255-294/+139
* common: Allow requesting a specific certtype with get_dns_cert()Werner Koch2015-02-253-23/+34
* Move new mailbox.c source file to common/.Werner Koch2015-02-254-1/+337
* common: Add another test case to zb32.cWerner Koch2015-02-241-0/+3
* common: Fix regression due to commit 2183683b.Werner Koch2015-02-231-1/+0
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-117-38/+107
* gpg-agent: Use "pinentry-basic" as fallback.Werner Koch2015-02-042-2/+48
* Update copyright years.Werner Koch2015-02-032-3/+3
* w32: Allow for Unicocde installation directory.Werner Koch2015-02-011-13/+7
* gpg: Fix buffering problem in --list-config.Werner Koch2015-01-282-133/+0
* Add a hook to be called right after main.Werner Koch2015-01-282-0/+8
* gpg: Add dedicated error code for PGP-2 keys.Werner Koch2015-01-221-0/+1
* avoid future chance of using uninitialized memoryDaniel Kahn Gillmor2014-12-221-1/+1
* avoid double-close in unusual dotlock situationsDaniel Kahn Gillmor2014-12-221-2/+8
* agent: Keep the session environment for restricted connections.Werner Koch2014-12-191-1/+1
* gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch2014-12-151-1/+2
* http: Improve diagnostic messages.Werner Koch2014-12-081-9/+32
* gpg-agent: Add restricted connection feature.Мирослав Николић2014-11-272-3/+23
* Fix buffer overflow in openpgp_oid_to_str.Werner Koch2014-11-252-0/+11
* Distinguish between ARGPARSE_AMBIGUOUS_{OPTION,COMMAND}Daniel Kahn Gillmor2014-11-241-1/+1
* Fix linker problem on OS X.Werner Koch2014-11-201-3/+6
* Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch2014-11-193-14/+18
* common: Change a string to a simlar one to ease translation.Werner Koch2014-11-191-1/+1
* Remove use of gnulib (part 2)Werner Koch2014-11-115-9/+168
* Remove use of gnulib (part 1)Werner Koch2014-11-113-3/+5
* w32: Fix http access module.Werner Koch2014-11-071-8/+25
* build: Improve test for ADNSWerner Koch2014-11-073-9/+0
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-3/+2
* tests: Speed up the genkey1024.test by using not so strong random.Werner Koch2014-10-301-10/+35
* common: Check option arguments for a valid range.Werner Koch2014-10-292-8/+46
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-033-203/+78
* First changes for future use of NTBTLS.Werner Koch2014-10-023-34/+112
* common: Do not build maintainer modules in non-maintainer mode.Werner Koch2014-09-182-1/+9
* common: Remove superfluous statements.Werner Koch2014-09-182-12/+3
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-121-2/+2
* dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch2014-09-101-3/+8
* gpg: Fix export of NIST ECC keys.Werner Koch2014-09-021-72/+60
* Switch to the libgpg-error provided estream.Werner Koch2014-08-2620-7034/+69
* estream: Change license from GPL to LPGL.Werner Koch2014-08-174-24/+24
* common: Fix typo in header inclusion protection macro.Werner Koch2014-08-111-1/+1
* tests: Fix end-of-all-ticks test for Western locales.Werner Koch2014-07-031-0/+16
* estream: Fix minor glitch in "%.*s" format.Werner Koch2014-06-301-1/+3
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-302-8/+12
* common: Minor code cleanup for a legacy OS.Werner Koch2014-06-301-8/+7
* dirmngr: Use the homedir based socket also under W32.Werner Koch2014-06-271-4/+0
* http: Print human readable GNUTLS status.Werner Koch2014-06-131-1/+27
* w32: Fix build problem with dirmngr.Werner Koch2014-06-101-1/+1
* gpg: Fix bug parsing a zero length user id.Werner Koch2014-06-021-2/+17
* http: Add callback to help logging of server certificates.Werner Koch2014-05-192-20/+38