Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | 2015-09-14 | 1 | -1/+3 | |
| | |||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -1/+2 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 2014-03-26 | 1 | -3/+4 | |
| | | | | | | Include tweaks suggested by mpi@ ok deraadt@ | ||||
* | Cleanup and simplify the API to be exposed. Use better names for | 2014-03-25 | 1 | -9/+9 | |
| | | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@ | ||||
* | Make some symbols static and prefix all visible symbols with asr_ | 2013-07-12 | 1 | -3/+3 | |
| | | | | | | to prevent collisions with third-party programs. suggested by sthen@, ok theo@ | ||||
* | use paramaters instead of static storage in _gethostbyname() | 2013-05-29 | 1 | -26/+48 | |
| | |||||
* | Add minimal support for _res setup and update. | 2013-05-27 | 1 | -2/+14 | |
| | | | | | | | | Change res_init() to initialize the _res structure on first call, and udpate the global async context if changes were made by the user. All resolver functions now call res_init() internally. fixes issue spotted by otto@ | ||||
* | spacing | 2013-04-14 | 1 | -2/+2 | |
| | |||||
* | use the provided ALIGN() macro instead of re-inventing a square wheel. | 2013-04-04 | 1 | -7/+3 | |
| | | | | prodded by deraadt@ | ||||
* | space cleanup; ok eric | 2013-04-01 | 1 | -5/+5 | |
| | |||||
* | fix alignment issue in the structure filled by gethostby{name,addr}() | 2013-04-01 | 1 | -10/+23 | |
| | | | | spotted by naddy@ | ||||
* | knf | 2012-11-24 | 1 | -3/+3 | |
| | |||||
* | split asr_resolver.c into different files to overlay the libc/net | 2012-09-08 | 1 | -0/+153 | |
resolver implementation. |