Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not take external buffers for storing DNS responses in the internal | 2013-04-30 | 1 | -3/+3 | |
| | | | | | async API. That is actually useless and it makes the code more complicated. The required buffers are always allocated when needed. | ||||
* | space cleanup; ok eric | 2013-04-01 | 1 | -4/+4 | |
| | |||||
* | Saner implementation for self-contained hostent and netent, and also | 2012-11-24 | 1 | -69/+77 | |
| | | | | a couple of fixes. | ||||
* | knf | 2012-11-24 | 1 | -10/+10 | |
| | |||||
* | make separate structures for pack and unpack | 2012-11-24 | 1 | -3/+3 | |
| | |||||
* | unused variables | 2012-09-07 | 1 | -2/+2 | |
| | |||||
* | When building dynamic hostent and netent, allocate a single linear buffer to | 2012-08-19 | 1 | -35/+32 | |
| | | | | | | hold both the structure and the data. The freehostent() and freenetent() API functions are not needed anymore. While there, ensure that the constructed addr and alias lists are really NULL terminated. | ||||
* | same code update and fix as for gethostnamadr_async | 2012-07-10 | 1 | -55/+77 | |
| | |||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+418 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |