aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-01-08Make log_clock easier to read.Werner Koch1-1/+1
2013-01-07New function log_clock.Werner Koch2-0/+29
2012-12-18common: Add meta option ignore-invalid-option.Werner Koch2-6/+154
2012-12-13utf8conv.c: Add hacks for Android.Werner Koch1-14/+55
2012-12-12ssh: Support ECDSA keys.Werner Koch1-0/+28
2012-11-20Do not use a broken ttyname.Werner Koch3-6/+15
2012-08-24Fix left over use of jnlib on some platformsWerner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch28-102/+102
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-2/+0
2012-05-08common: Remove generated files only during maintainer-clean.Werner Koch1-1/+1
2012-04-26remove doubled words in a commentJim Meyering1-3/+3
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch53-288/+809
2012-03-27Fix timegm regression test.Werner Koch1-16/+14
2012-03-27Print warning for arguments not considered an option.Werner Koch2-1/+4
2012-02-07agent: New function agent_print_status.Werner Koch2-6/+24
2012-02-07common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch8-172/+136
2012-02-06common: Add function print_assuan_status.Werner Koch3-1/+61
2012-02-06common: Add a global variable to for the default error source.Werner Koch3-4/+29
2012-01-25Port to npth.Marcus Brinkmann8-87/+66
2012-01-20estream: Fix unclean usage of realloc.Werner Koch3-21/+38
2012-01-11estream: Avoid printing leading zeroes by %p on 32 bit systems.Werner Koch1-1/+1
2012-01-06gpg: Make the double space in the middle of a fingerprint optional.Werner Koch1-7/+10
2012-01-06gpg: Allow use of a standard space separated fingerprint.Werner Koch1-0/+40
2012-01-03Revert last change, add comment about link() return values.Marcus Brinkmann1-21/+11
2012-01-03Fix compiler warnings.Marcus Brinkmann1-9/+21
2011-12-15estream: New function es_fclose_snatch.Werner Koch2-1/+109
2011-12-13scd: New option --debug-assuan-log-cats.Werner Koch2-0/+14
2011-12-01Generate the ChangeLog from commit logs.Werner Koch3-1/+23
2011-11-30Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch4-89/+162
2011-11-30* common/estream.c (es_fopenmem_init): New.Werner Koch2-3/+39
2011-11-30Add parameter checks and extend documentation of estream.Werner Koch2-10/+35
2011-11-30dns-cert.c: Use constants for better readability.Werner Koch2-8/+25
2011-11-30Actually increase buffer size of t-dns-cert.c.Werner Koch1-1/+1
2011-11-30Re-indented dns-cert.cWerner Koch1-121/+122
2011-11-30Increase the default buffer size for DNS certificates.Werner Koch1-0/+2
2011-11-30Use separate test module for dns-cert.c.Werner Koch5-62/+103
2011-10-24Allow distribution of dotlock.* also under a modified BSD licenseWerner Koch3-0/+77
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch30-205/+527
2011-09-30Add prefix macro for dotlock functions.Werner Koch3-8/+45
2011-09-29Add dotlock_get_fd and dotlock_set_fd.Werner Koch3-2/+37
2011-09-29Make dotlock.c thread-safe on pthread systems.Werner Koch2-25/+81
2011-09-28Add a flag parameter to dotlock_create.Werner Koch5-12/+24