summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC v1.14.6.1 and v1.14.6.2:Ken Smith2005-05-061-2/+24
* MFC: Don't ignore the last line of config files (/etc/hosts, /etc/services,Maxim Sobolev2005-03-315-15/+12
* Complete the MFC of the man pages from CURRENT to STABLE.George V. Neville-Neil2005-03-317-2/+1382
* MFC of new IPv6 related man pages from CURRENT to STABLE.George V. Neville-Neil2005-03-316-2355/+0
* MFC 1.12:Simon L. B. Nielsen2005-03-261-2/+3
* MFC:Christian Brueffer2005-02-281-6/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-181-0/+87
* MFC 1.40: make _getipnodebyname_multi() static.Hajimu UMEMOTO2005-02-041-1/+1
* MFC 1.57: use strdup().Hajimu UMEMOTO2005-02-041-2/+1
* MFC: implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-02-031-10/+13
* MFC 1.55: fill ai_canonname field for numeric hostname, by the givenHajimu UMEMOTO2005-02-031-7/+25
* MFC 1.54: query A RR before AAAA RR.Hajimu UMEMOTO2005-02-031-10/+10
* MFC:Tom Rhodes2005-01-181-1/+1
* MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-1/+1
* MFC rev. 1.17: fix includes.Maxim Konovalov2004-11-091-5/+4
* Bump the document date, since the content changed today.Peter Pentchev2004-08-063-3/+3
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) andPeter Pentchev2004-08-063-0/+4
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO2004-07-212-7/+1
* Markup nits.Ruslan Ermilov2004-07-071-2/+4
* Markup fixes.Ruslan Ermilov2004-07-053-128/+180
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0212-35/+66
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-303-3/+7
* Spelling fixes.Mike Pritchard2004-06-212-3/+3
* Rename variable name from `name' to `hostname'.Hajimu UMEMOTO2004-06-161-7/+7
* Date bump.Bruce M Simpson2004-06-141-1/+1
* Document some return values.Bruce M Simpson2004-06-141-1/+20
* use source address as a hint to determine destination addressHajimu UMEMOTO2004-06-021-50/+361
* Add Aerospace Corporation copyrights to EUI64 support files.Brooks Davis2004-06-012-0/+52
* Treat IPv4 private address as global scope rather than site scope.Hajimu UMEMOTO2004-05-311-1/+1
* use source address as a hint to determine destination address.Hajimu UMEMOTO2004-05-311-0/+111
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isBrooks Davis2004-05-263-2/+492
* Unbreak world.Ruslan Ermilov2004-04-211-3/+2
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesNate Lawson2004-04-211-5/+18
* Add a missing "*errp = h_errno" forgotten in rev 1.36.Pierre Beyssac2004-04-061-1/+2
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDPierre Beyssac2004-04-051-4/+12
* The previous commit changed the behavior of nsdispatch() in theJacques Vidrine2004-04-011-3/+1
* When a dynamic NSS module is built and linked against a threadJacques Vidrine2004-03-302-22/+42
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itDag-Erling Smørgrav2004-03-151-2/+2
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-2/+2
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-2512-52/+277
* add destination address selection support for getipnodebyname(3).Hajimu UMEMOTO2004-02-201-1/+225
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-1/+0
* Unbreak world.Ruslan Ermilov2004-02-071-2/+2
* getnetbyname fixes:Diomidis Spinellis2004-02-071-22/+67
* It was reported that when using nss_ldap, getgrent(3) would behaveJacques Vidrine2004-01-091-8/+15
* Work around a `warning: zero-length printf format string'.Jacques Vidrine2004-01-061-1/+1
* Add support for timeout: and attempts: resolver options.Murray Stokely2003-12-071-0/+20