aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-14dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2-6/+12
2014-03-14gpg: Print the actual used keyserver address.Werner Koch1-1/+1
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch3-12/+67
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-0/+6
2014-03-12http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2-0/+3
2014-03-07Use attribute __gnu_printf__ also in estream header files.Werner Koch2-10/+18
2014-03-07Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch1-2/+9
2014-03-07Silence several warnings when building under Windows.Werner Koch3-2/+9
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch14-4/+46
2014-03-07common: Fix build problem with Sun Studio compiler.Werner Koch1-4/+6
2014-03-07w32: Define WINVER only if needed.Werner Koch1-1/+3
2014-03-07w32: Remove unused code.Werner Koch1-98/+0
2014-03-07ssh: Add support for Putty.Werner Koch2-0/+58
2014-03-07Allow marking options as ignored.Werner Koch2-14/+31
2014-03-06common: Fix recent commit 55656208.Werner Koch1-3/+3
2014-02-26common: Replace all macros in strusage() returned strings.Werner Koch1-71/+5
2014-02-26common: New function map_static_macro_string.Werner Koch5-2/+281
2014-02-26common: New function get_membuf_shrink.Werner Koch2-0/+26
2014-02-26common: Require an installed libiconv.Werner Koch1-89/+4
2014-02-10tests: Avoid segv if dns cert lookup is not configured.Werner Koch1-4/+4
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-4/+3
2014-01-31gpg: Use only OpenPGP cipher algo ids.Werner Koch1-3/+1
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2-9/+12
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-0/+62
2014-01-29include: Remove this directory.Werner Koch5-11/+536
2014-01-17Remove unused u64 type definitions.Werner Koch1-14/+0
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+7
2014-01-08w32: Add macro for the registry key.Werner Koch2-2/+2
2013-12-05gpg: Change OID of Ed25519 and add Brainpool oids.Werner Koch1-6/+27
2013-11-29common: Add put_membuf_printf.Werner Koch2-0/+26
2013-11-18Make use of the *_NAME etc macros.Werner Koch6-16/+18
2013-11-18Add strusage macro replacement feature.Werner Koch1-32/+71
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch3-1/+131
2013-10-04gpg: Limit the nesting level of I/O filters.Werner Koch1-0/+11
2013-08-01w32: Fix recent patch 9ff72e4.Werner Koch1-1/+1
2013-08-01w32: Add code to support a portable use of GnuPG.Werner Koch3-60/+198
2013-08-01common: Fix a build error when using adns.Werner Koch1-4/+5
2013-07-31common: Comment out unused code.Werner Koch2-4/+2
2013-05-22New debug functions log_printcanon and log_printsexp.Werner Koch3-0/+104
2013-05-07w32: Add icons and version information.Werner Koch3-1/+34
2013-04-19Make sure to call fflush if estream_t is backed with stdioDaiki Ueno1-0/+1
2013-04-01scd: move SCDaemon to libexecdir.NIIBE Yutaka1-1/+1
2013-03-20Add code to allow for late memory cleanup.Werner Koch2-0/+49
2013-03-05Require libgpg-error 1.11.Werner Koch1-10/+0
2013-02-22common: Add func has_leading_keyword.Werner Koch2-0/+25
2013-02-21common: Add func has_leading_keyword.Werner Koch2-0/+25
2013-02-06agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch3-0/+121
2013-01-30Remove unused status codesWerner Koch1-3/+0
2013-01-30gpg: Add status line PINENTRY_LAUNCHED.Werner Koch1-0/+2
2013-01-08gpg: Cache keybox searches.Werner Koch1-2/+3