summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/gethostnamadr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* careful buffer handlingderaadt1997-04-291-9/+9
|
* handle hex-like hostnamesderaadt1997-04-271-2/+3
|
* correct the paranoia checkderaadt1997-04-151-7/+10
|
* with this here commit i label myself not the swiftestderaadt1997-04-141-8/+6
|
* repair _hokcharderaadt1997-04-131-6/+8
|
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-031-5/+5
| | | | well.
* another lookup[] loop accidentderaadt1997-04-031-2/+4
|
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
|
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
|
* spelling errorderaadt1997-04-021-2/+2
|
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-206/+569
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* careful about MAXADDRS, abrown@eecs.harvard.eduderaadt1997-01-301-1/+3
|
* bzzztderaadt1996-09-281-11/+14
|
* more INADDRSZ pedantryderaadt1996-09-271-14/+11
|
* use INADDRSZ, more careful length checkingderaadt1996-09-271-7/+8
|
* be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵deraadt1996-09-261-14/+50
| | | | these ideas
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
|
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1996-08-051-1/+11
|
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-1/+1
| | | | | | | | | accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
* Pull in prototypestholo1996-03-251-8/+7
| | | | Do the right thing in presense of __STDC__
* netbsd: bind 4.9.3dm1996-02-191-2/+0
|
* gethostbyname("#.#.#.#") should fail; not return an incompletely andderaadt1995-11-201-0/+2
| | | | | | incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
* initial import of NetBSD treederaadt1995-10-181-0/+654