summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/name6.c
Commit message (Expand)AuthorAgeFilesLines
* 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