summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/name6.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of a spinlock with a mutex.deischen2003-05-041-6/+5
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-2/+2
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-4/+2
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-061-0/+19
* Allocate 64K recieve buffer for DNS responses.ume2002-09-161-27/+48
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-151-4/+10
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-131-5/+1
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Include more robust checking of end of buffer that more completelyimp2002-06-261-18/+10
* Avoid remote buffer overflow on hostbuf[].imp2002-06-261-1/+3
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-4/+4
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-8/+10
* Fix getipnodebyname(3) bug.nectar2000-09-071-3/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-138/+126
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tume2000-07-191-2/+2
* Previous commit broke the case of chained CNAME entries. Instead handlekris2000-07-031-6/+18
* Fix a nasty bug which would leave the struct hostent incompletely filled outkris2000-07-031-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* correct possible security issue(s) in name resolution, due to use ofitojun2000-05-101-177/+391
* Change getaddrinfo() resolve ordershin2000-04-201-31/+294
* Fix uninitialized variable.jlemon2000-03-151-1/+1
* Add in IPV4 NIS support.jlemon2000-03-091-0/+39
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-101-3/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-5/+5
* added IPv6 unspecified addr check for getipnodebyaddr.shin2000-01-131-0/+2
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-5/+5
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+1260
OpenPOWER on IntegriCloud