aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually increase buffer size of t-dns-cert.c.Werner Koch2011-11-301-1/+1
* Re-indented dns-cert.cWerner Koch2011-11-301-121/+122
* Increase the default buffer size for DNS certificates.Werner Koch2011-11-301-0/+2
* Use separate test module for dns-cert.c.Werner Koch2011-11-305-62/+103
* Allow distribution of dotlock.* also under a modified BSD licenseWerner Koch2011-10-243-0/+77
* Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch2011-09-3030-205/+527
* Add prefix macro for dotlock functions.Werner Koch2011-09-303-8/+45
* Add dotlock_get_fd and dotlock_set_fd.Werner Koch2011-09-293-2/+37
* Make dotlock.c thread-safe on pthread systems.Werner Koch2011-09-292-25/+81
* Add a flag parameter to dotlock_create.Werner Koch2011-09-285-12/+24
* Allow arbitrary timeouts with dotlock.Werner Koch2011-09-282-37/+87
* Improved the dotlock module.Werner Koch2011-09-274-43/+529