aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix recent patch 9ff72e4.Werner Koch2013-08-011-1/+1
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-013-60/+198
* common: Fix a build error when using adns.Werner Koch2013-08-011-4/+5
* common: Comment out unused code.Werner Koch2013-07-312-4/+2
* New debug functions log_printcanon and log_printsexp.Werner Koch2013-05-223-0/+104
* w32: Add icons and version information.Werner Koch2013-05-073-1/+34
* Make sure to call fflush if estream_t is backed with stdioDaiki Ueno2013-04-191-0/+1
* scd: move SCDaemon to libexecdir.NIIBE Yutaka2013-04-011-1/+1
* Merge branch 'master' into key-storage-workkey-storage-workWerner Koch2013-03-201-10/+0
|\
| * Require libgpg-error 1.11.Werner Koch2013-03-051-10/+0
| * common: Add func has_leading_keyword.Werner Koch2013-02-222-0/+25
* | Add code to allow for late memory cleanup.Werner Koch2013-03-202-0/+49
* | common: Add func has_leading_keyword.Werner Koch2013-02-212-0/+25
* | Merge branch 'master' into key-storage-workWerner Koch2013-02-124-3/+123
|\|
| * agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-063-0/+121
| * Remove unused status codesWerner Koch2013-01-301-3/+0
| * gpg: Add status line PINENTRY_LAUNCHED.Werner Koch2013-01-301-0/+2
* | gpg: Cache keybox searches.Werner Koch2013-01-081-2/+3
* | Make log_clock easier to read.Werner Koch2013-01-081-1/+1
* | New function log_clock.Werner Koch2013-01-072-0/+29
|/
* common: Add meta option ignore-invalid-option.Werner Koch2012-12-182-6/+154
* utf8conv.c: Add hacks for Android.Werner Koch2012-12-131-14/+55
* ssh: Support ECDSA keys.Werner Koch2012-12-121-0/+28
* Do not use a broken ttyname.Werner Koch2012-11-203-6/+15
* Fix left over use of jnlib on some platformsWerner Koch2012-08-241-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0528-102/+102
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-081-2/+0
* common: Remove generated files only during maintainer-clean.Werner Koch2012-05-081-1/+1
* remove doubled words in a commentJim Meyering2012-04-261-3/+3
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-2053-288/+809
* Fix timegm regression test.Werner Koch2012-03-271-16/+14
* Print warning for arguments not considered an option.Werner Koch2012-03-272-1/+4
* agent: New function agent_print_status.Werner Koch2012-02-072-6/+24
* common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch2012-02-078-172/+136
* common: Add function print_assuan_status.Werner Koch2012-02-063-1/+61
* common: Add a global variable to for the default error source.Werner Koch2012-02-063-4/+29
* Port to npth.Marcus Brinkmann2012-01-258-87/+66
* estream: Fix unclean usage of realloc.Werner Koch2012-01-203-21/+38
* estream: Avoid printing leading zeroes by %p on 32 bit systems.Werner Koch2012-01-111-1/+1
* gpg: Make the double space in the middle of a fingerprint optional.Werner Koch2012-01-061-7/+10
* gpg: Allow use of a standard space separated fingerprint.Werner Koch2012-01-061-0/+40
* Revert last change, add comment about link() return values.Marcus Brinkmann2012-01-031-21/+11
* Fix compiler warnings.Marcus Brinkmann2012-01-031-9/+21
* estream: New function es_fclose_snatch.Werner Koch2011-12-152-1/+109
* scd: New option --debug-assuan-log-cats.Werner Koch2011-12-132-0/+14
* Generate the ChangeLog from commit logs.Werner Koch2011-12-013-1/+23
* Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch2011-11-304-89/+162
* * common/estream.c (es_fopenmem_init): New.Werner Koch2011-11-302-3/+39
* Add parameter checks and extend documentation of estream.Werner Koch2011-11-302-10/+35
* dns-cert.c: Use constants for better readability.Werner Koch2011-11-302-8/+25