summaryrefslogtreecommitdiff
path: root/lib/libc/net/sethostent.c
AgeCommit message (Collapse)Author
2014-03-17fix memory leakchristos
XXX: pullup 6
2013-08-27move the host file getbyname and getbyaddr functions to sethostent.c sochristos
that they are in a separate file from the dns ones in order for libhack to use them.
2013-08-16Add not advertised reentrant functions: {get,set,end}hostent_r,christos
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use gethostbyaddr_r(3) so it is re-entrant (ahem __ypdomain). These are not being advertised because there is a bunch of different implementation of them that have a variety of type signatures. If people want to follow someone's implementation, it is now easy.
2012-03-20Use C89 Prototypes.matt
Remove use of __P
2007-01-27Appropriate versions are not supplied by bind anymore.christos
2007-01-27merge in resolver portion of bind-9.4.0-rc2christos
2004-08-17endhostent() and sethostent() should actaully do something now thatginsbach
gethostent() has been restored to libc. Reviewed by <christos>.
2004-05-21Finish bind9 resolver merge.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2000-01-22Delint.mycroft
Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
1998-10-14Need internal names for {end,set}hostent().kleink
1998-01-06$Id: -> Id: (to make hunting down other bad Ids easier).perry
1997-07-20merge bind 4.9.6 resolver. still need to fix <resolv.h>mrg
1997-07-13Fix RCSID'schristos
Fix gcc warnings Add missing prototypes Use "namespace.h"
1997-04-13merge in the bind 4.9.5-P1 resolver. we are now _mostly_ themrg
same as this, with our changes also included (resolv.conf and other minor differences).
1996-02-02merge with the resolver in bind 4.9.3-P1.mrg
1995-02-25clean up import. also convert everything to new Id format.cgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd