aboutsummaryrefslogtreecommitdiffstats
path: root/common/dns-cert.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch2011-11-301-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.
* dns-cert.c: Use constants for better readability.Werner Koch2011-11-301-8/+21
|
* Re-indented dns-cert.cWerner Koch2011-11-301-121/+122
|
* Use separate test module for dns-cert.c.Werner Koch2011-11-301-60/+2
| | | | | * dns-cert.c (get_dns_cert): Factor test code out to ... * t-dns-cert.c: new file.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-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.
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-0/+7
| | | | | descriptors.
* Unification of the search descriptor usage.Werner Koch2009-12-081-1/+1
|
* Support CERT records via ADNSWerner Koch2009-12-081-9/+107
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Added missing filesWerner Koch2006-06-161-0/+246