aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-09-28Allow arbitrary timeouts with dotlock.Werner Koch2-37/+87
2011-09-27Improved the dotlock module.Werner Koch4-43/+529
2011-09-23Renamed the lock functions.Werner Koch4-323/+445
2011-09-22Remove support for RISCOS from dotlock.cWerner Koch1-58/+7
2011-08-10Fixed set but unused variable bugsWerner Koch6-24/+26
2011-07-20Support a confirm flag for ssh.Werner Koch1-7/+0
2011-07-20New functions to compute an ssh style fingerprint.Werner Koch5-1/+473
2011-06-01Fix size_t vs int issues.Marcus Brinkmann2-0/+5
2011-05-20Require libgpg-error 1.10Werner Koch2-15/+4
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch3-3/+14
2011-04-12Add code for explicit selection of pooled A records.Werner Koch3-0/+16
2011-03-03Simplify the management of the stream list in estream.cWerner Koch2-66/+83
2011-03-01Add new functions to convert iso time strings.Werner Koch6-24/+253
2011-02-15Fix ChnageLog entries.Werner Koch1-0/+5
2011-02-12fixed --list-keys on Linux64 bitAndrey Jivsov1-2/+3