Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide all unnecessary asr / resolver related API with _ prefixes. | 2015-09-09 | 1 | -13/+13 | |
| | | | | direction & ok guenther | ||||
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 2014-03-26 | 1 | -2/+3 | |
| | | | | | | Include tweaks suggested by mpi@ ok deraadt@ | ||||
* | prefix structure names to avoid ambiguity and possible collisions when | 2014-03-14 | 1 | -27/+27 | |
| | | | | | | the API gets public. ok deraadt@ | ||||
* | Do not restrict chars in dname during label expansion, but validate resulting | 2014-02-26 | 1 | -5/+1 | |
| | | | | | | hostnames before returning them to the caller. ok deraadt@ | ||||
* | most obvious unsigned char casts for ctype | 2013-11-24 | 1 | -2/+2 | |
| | | | | ok jca krw ingo | ||||
* | Make some symbols static and prefix all visible symbols with asr_ | 2013-07-12 | 1 | -12/+73 | |
| | | | | | | to prevent collisions with third-party programs. suggested by sthen@, ok theo@ | ||||
* | spacing | 2013-04-14 | 1 | -2/+2 | |
| | |||||
* | make sure we always point before the current offset. | 2013-04-02 | 1 | -2/+2 | |
| | | | | spotted by matthew@ | ||||
* | space cleanup; ok eric | 2013-04-01 | 1 | -12/+12 | |
| | |||||
* | properly handle scope when parsing IPv6 addresses. | 2013-03-29 | 1 | -2/+32 | |
| | | | | ok bluhm@ naddy@ sthen@ | ||||
* | knf | 2012-11-24 | 1 | -7/+6 | |
| | |||||
* | make separate structures for pack and unpack | 2012-11-24 | 1 | -30/+39 | |
| | |||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+450 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |