aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch1-1/+1
2014-12-15gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch1-1/+2
2014-12-08http: Improve diagnostic messages.Werner Koch1-9/+32
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић2-3/+23
2014-11-25Fix buffer overflow in openpgp_oid_to_str.Werner Koch2-0/+11
2014-11-24Distinguish between ARGPARSE_AMBIGUOUS_{OPTION,COMMAND}Daniel Kahn Gillmor1-1/+1
2014-11-20Fix linker problem on OS X.Werner Koch1-3/+6
2014-11-19Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch3-14/+18
2014-11-19common: Change a string to a simlar one to ease translation.Werner Koch1-1/+1
2014-11-11Remove use of gnulib (part 2)Werner Koch5-9/+168
2014-11-11Remove use of gnulib (part 1)Werner Koch3-3/+5
2014-11-07w32: Fix http access module.Werner Koch1-8/+25
2014-11-07build: Improve test for ADNSWerner Koch3-9/+0
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-10-30tests: Speed up the genkey1024.test by using not so strong random.Werner Koch1-10/+35
2014-10-29common: Check option arguments for a valid range.Werner Koch2-8/+46
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch3-203/+78
2014-10-02First changes for future use of NTBTLS.Werner Koch3-34/+112
2014-09-18common: Do not build maintainer modules in non-maintainer mode.Werner Koch2-1/+9
2014-09-18common: Remove superfluous statements.Werner Koch2-12/+3
2014-09-12gpg: Use algorithm id 22 for EdDSA.Werner Koch1-2/+2
2014-09-10dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch1-3/+8
2014-09-02gpg: Fix export of NIST ECC keys.Werner Koch1-72/+60
2014-08-26Switch to the libgpg-error provided estream.Werner Koch20-7034/+69
2014-08-17estream: Change license from GPL to LPGL.Werner Koch4-24/+24
2014-08-11common: Fix typo in header inclusion protection macro.Werner Koch1-1/+1
2014-07-03tests: Fix end-of-all-ticks test for Western locales.Werner Koch1-0/+16
2014-06-30estream: Fix minor glitch in "%.*s" format.Werner Koch1-1/+3
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch2-8/+12
2014-06-30common: Minor code cleanup for a legacy OS.Werner Koch1-8/+7
2014-06-27dirmngr: Use the homedir based socket also under W32.Werner Koch1-4/+0
2014-06-13http: Print human readable GNUTLS status.Werner Koch1-1/+27
2014-06-10w32: Fix build problem with dirmngr.Werner Koch1-1/+1
2014-06-02gpg: Fix bug parsing a zero length user id.Werner Koch1-2/+17
2014-05-19http: Add callback to help logging of server certificates.Werner Koch2-20/+38
2014-05-16http: Allow overriding of the Host header.Werner Koch2-23/+45
2014-05-14w32: Make make_absfilename work with drive letters.Werner Koch1-1/+3
2014-05-08Make more use of *_NAME macros.Werner Koch1-1/+1
2014-05-07Make -jN work again.Werner Koch1-1/+4
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-3/+6
2014-05-05http: Add reference counting to the session object.Werner Koch3-47/+100
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch3-43/+178
2014-05-02common: Fix test for openpgp_oid_is_ed25519.Werner Koch1-1/+6
2014-05-02http: Revamp TLS API.Werner Koch5-217/+739
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch7-54/+37
2014-04-30estream: Implement "samethread" mode keyword.Werner Koch1-54/+107
2014-04-30estream: Fix deadlock in es_fileno.Werner Koch1-1/+1
2014-04-30estream: Add debug code to the lock functions.Werner Koch1-3/+39
2014-04-30estream: Replace locking macros by functions.Werner Koch1-148/+186
2014-04-30estream: Migrate from Pth to nPth.Werner Koch1-23/+22