summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getnetnamadr.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-271-2/+1
| | | | overflow problem differently.
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-3/+3
| | | | | DNSSEC stuff, among other things. There are also some renamed functions, I've left out the res_stubs.c from this commit in case cvs bombs out..
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-21/+7
|
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+9
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Sicnce this code shares the same fragment as gethostnamaddr:ache1995-03-241-10/+16
| | | | | | | | Change strtok() to strsep(), cause memory corruption for all programs which use strtok() too in the same time. Fix potential NULL reference, depends of /etc/hosts.conf format Fix the bug when service name fetched always from beginning of the line, not from parsed token.
* Use same configuration file, /etc/host.conf, for both gethost* andwollman1994-09-261-7/+9
| | | | | | getnet* configuration. (It's highly unlikely that you'd want to do something different, and network lookups aren't common enough to justify their own configuration file.)
* get* rework and new bind codepst1994-09-251-0/+190
OpenPOWER on IntegriCloud