aboutsummaryrefslogtreecommitdiffstats
path: root/common/dns-cert.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-30Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch1-72/+123
* common/dns-cert.c: Remove iobuf.h. (get_dns_cert): Rename to _get_dns_cert. Remove MAX_SIZE arg. Change iobuf arg to a estream-t. Rewrite function to make use of estream instead of iobuf. Require all parameters. Return an gpg_error_t error instead of the type. Add arg ERRSOURCE. * common/dns-cert.h (get_dns_cert): New macro to pass the error source to _gpg_dns_cert. * common/t-dns-cert.c (main): Adjust for changes in get_dns_cert. * g10/keyserver.c (keyserver_import_cert): Ditto. * doc/gpg.texi (GPG Configuration Options): Remove max-cert-size.
2011-11-30dns-cert.c: Use constants for better readability.Werner Koch1-8/+21
2011-11-30Re-indented dns-cert.cWerner Koch1-121/+122
2011-11-30Use separate test module for dns-cert.c.Werner Koch1-60/+2
* dns-cert.c (get_dns_cert): Factor test code out to ... * t-dns-cert.c: new file.
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-5/+5
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-0/+7
descriptors.
2009-12-08Unification of the search descriptor usage.Werner Koch1-1/+1
2009-12-08Support CERT records via ADNSWerner Koch1-9/+107
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-06-16Added missing filesWerner Koch1-0/+246