Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When building dynamic hostent and netent, allocate a single linear buffer to | 2012-08-19 | 1 | -47/+42 | |
| | | | | | | 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. | ||||
* | unused variables | 2012-07-12 | 1 | -2/+2 | |
| | |||||
* | simplify the code, improve error handling and plug a potential fd leak on error | 2012-07-10 | 1 | -71/+101 | |
| | |||||
* | use the value actually passed to the function | 2012-07-10 | 1 | -2/+2 | |
| | |||||
* | fix a few warnings | 2012-04-25 | 1 | -3/+3 | |
| | |||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+592 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |