summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv
Commit message (Collapse)AuthorAgeFilesLines
* Check if the filedes of kevent is expected one. Though ourume2006-08-041-0/+4
| | | | | | | | | old resolver opened just one socket, BIND9's resolver may open more than one sockets. And, BIND9's resolver doesn't close the socket on timeout. So, we need this check. Reported by: freebsd-cvs-src__at__oldach.net (Helge Oldach), bz Hinted by: rwatson
* _close() should be called instead of close() here.ume2006-08-041-2/+6
|
* Nuke some compatibility crufts of resolver for 6.X and earlier.ume2006-05-213-15/+0
| | | | X-MFC after: never
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-215-7/+60
| | | | | | support. X-MFC after: never
* This commit was generated by cvs2svn to compensate for changes in r158782,ume2006-05-213-0/+2089
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of BIND 9.3.2ume2006-05-213-0/+2089
| |
| * Oops, remove the file I imported into wrong place.ume2006-03-211-47/+0
| |
* | Don't test if RES_INIT is set to see res_state structure isume2006-04-081-1/+1
| | | | | | | | | | initialized. Some application may reset RES_INIT. Use the way in __res_vinit(), instead.
* | Expose res_update and friends again. At least, ports/mail/spamilterume2006-03-302-6/+2
| | | | | | | | | | | | | | | | | | uses them. Now, we have res_nupdate and res_nmkupdate as well, but they are still based on our old resolver for binary backward compatibility. So, they don't provide new features such as TSIG support. Reported by: pointyhat via kris
* | Add __collate_load_error and __collate_range_cmp to the list ofdeischen2006-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | FBSDprivate locale symbols. These functions are needed by libcompat. Add _cleanup to the list of stdio FBSDprivate symbols. Some third party applications use this. This will be removed and replaced by fcloseall() once libc version is bumped. Add _res to the list of resolv symbols. Found by: portbuilder runs (thanks Kris!)
* | When res_nquerydomain() returns SERVFAIL, we should try next domain.ume2006-03-241-4/+17
| |
* | It's not enough to provide symbol map files; you also have to add themdes2006-03-231-0/+2
| | | | | | | | | | | | to ${SYM_MAPS}. This unbreaks world with SYMVER_ENABLED. Pointy hat to: ume
* | - Merge our local changes.ume2006-03-2113-57/+578
| | | | | | | | - Exclude unnecessary functions for us.
* | This commit was generated by cvs2svn to compensate for changes in r156954,ume2006-03-211-47/+0
|/ | | | which included commits to RCS files with non-trunk default branches.
* Vendor import of BIND 9.3.2ume2006-03-2112-0/+4648
OpenPOWER on IntegriCloud