summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Collapse)Author
2001-12-09- be consistent about using "u_char" instead of "unsigned char"lukem
- delint
2001-12-08Implement AF_INET6 back-ends for inet_net_ntop() and inet_net_pton(), fromlukem
the BIND 8.3.0-T2A sources. Thanks to Paul Vixie for the pointer to it.
2001-12-08ansi knflukem
2001-12-08Add .Osgmcgarry
2001-12-01ansi knf. remove unused cruftlukem
2001-11-29Delete the old BUGS section entry:ross
> On the VAX bytes are handled backwards from most everyone else in > the world. This is not expected to be fixed in the near future. Multiple levels of irony there...
2001-11-15sync with reality; scope identifier comes with the result even withoutitojun
NI_WITHSCOPEID.
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.itojun
sync with kame.
2001-11-15synchronize with kame better. get rid of #defines for ENI_xx.itojun
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-10-22sort sectionswiz
2001-10-22Add a reference to recv(2) as well.kleink
2001-10-22Add a sockatmark(3), the 1003.1g wrapper around SIOCATMARK.kleink
2001-10-06Put back AF_LINK support. This time, all the new code passes lint(1), modulobjh21
bin/14175. It should pass lint on a native i386 build, but I can't test that.
2001-10-05Remove AF_LINK support. It generates lint warnings, and hence won't compilebjh21
on i386. I'll re-commit once I've understood and fixed the problems.
2001-10-05make it at least compile (there's no /usr/include/net/if_ieee1394.h exist).itojun
avoid overrun with snprintf. be careful about snprintf return value.
2001-10-04Extend getnameinfo() to support AF_LINK sockaddrs. The intention is thatbjh21
anything that wants to print a link-layer address should go through here, rather than re-inventing the wheel.
2001-10-04Actually, we don't have libhesiod -- the functions are in libc.wiz
Noted by Gregory McGarry.
2001-09-16mdoc'ify.wiz
2001-09-16Sort sections, sort SEE ALSO, and misc. fixes.wiz
2001-09-16Boring whitespace fixes.wiz
2001-09-13make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.itojun
don't connect datagram socket if RES_INSECURE1. needed to implement IPv6 anycast UDP DNS queries as documented in <draft-ietf-ipngwg-dns-discovery-02.txt>. sync with kame.
2001-08-22sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).itojun
as discussed on tech-net.
2001-08-20cope with sa_len < sizeof(struct sockaddr).itojun
From: Patrik Lindergren <patrik@datacom.nu> sync with kame
2001-08-20use snprintf, not sprintf. sync with kame.itojun
2001-08-19snprintf return value audit. inspired by deraadtitojun
2001-08-05there's no host.conf in netbsd. pointed out by smbitojun
2001-07-22make sure we do not touch *pp outside of parts[4].itojun
2001-07-08remove trailing whitespacejdolecek
2001-06-25Change ns_addr() to allocate 'addr' on stack, rather than using a global -jdolecek
we don't need a global variable here.
2001-06-17Fix fallout from variable string format audit, so that this works again.jdolecek
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-29remove obsolete MAN lines for getipnodeby* (has been comented out)itojun
2001-04-29copy-paste mistake; s/getaddrinfo/getnameinfo/itojun
2001-04-26Fix previous rev. the right way, using socklen_t.kleink
2001-04-26Fix lint problem caused by the changes for PR standards/12703.tron
2001-04-26Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t inkleink
accordance with XNS5.2; fixes PR standards/12703.
2001-04-10Fix date.wiz
2001-02-28it seems that gethostent(3) is no longer supplied in libc.itojun
couple of wording corrections. From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
2001-02-13Replace strcpy with strlcpy and bounds check.sommerfeld
From mheffner@vt.edu via freebsd-audit@freebsd.org via hesiod@mit.edu
2001-02-12fix listener side example. from deraadt, sync with kameitojun
2001-02-12use standard IPv6 address comparison macros. sync with kameitojun
2001-01-26- scope separater is percentage, not atmark.itojun
- typo in example. s/err1/errx/. - some wording improvements. sync with kame.
2001-01-25make local constant arrays constjdolecek
2001-01-24make sure "qname" argument to getanswer() is properly given. from lukemitojun
2001-01-05do not refer getnodebyaddr.itojun
sync with latest kame.
2001-01-04ensure that buf1 in res_queriesmatch() isn't dereferenced beforelukem
testing with _DIAGASSERT(buf1 != NULL). (damn those pesky initialisations in declarations... :)
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-12-20remove redundant declarations.christos
2000-12-20add _nsyylineno declarationchristos