summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.26 -> 1.28: Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-2/+8
* Revert previous checkin to unbreak build.Archie Cobbs2000-07-192-10/+10
* Backout ``const'ify parameters to ethers(3) routines'' patchRuslan Ermilov2000-07-192-10/+10
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tHajimu UMEMOTO2000-07-191-2/+2
* MFC: const'ify parameters to ethers(3) routines.Archie Cobbs2000-07-192-10/+10
* MFC: Merge KAME 2000/07 code.Kris Kennaway2000-07-156-153/+529
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+542
* MFC rev 1.4: Remove extraneous commas and fix run-on mark-up.Sheldon Hearn2000-07-031-6/+6
* MFC: (rev 1.13) fix a null-dereference problem.Ruslan Ermilov2000-07-031-5/+17
* MFC: DNS IPv6 transport supportHajimu UMEMOTO2000-07-012-59/+153
* MFC: Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-291-190/+1216
* correct possible security issue(s) in name resolution, due to use ofJun-ichiro itojun Hagino2000-05-131-175/+389
* MFC: rev 1.4, typo fixesAlexey Zelkin2000-05-121-2/+2
* MFC: One author name per call to %A.Sheldon Hearn2000-05-101-2/+5
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-061-1/+1
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2219-0/+38
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-202-75/+317
* Merge rev 1.7, uninitialized variable fix.Jonathan Lemon2000-03-151-1/+1
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.Yoshinobu Inoue2000-03-122-2/+60
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalYoshinobu Inoue2000-03-121-2/+2
* Correct MLINKS contents for rcmd.3, because it is obsolete due toYoshinobu Inoue2000-03-121-3/+4
* Import from KAME. Advanced API related function descriptions.Yoshinobu Inoue2000-03-123-1/+790
* Add in IPV4 NIS support.Jonathan Lemon2000-03-091-0/+39
* More grammer, wording, and mdoc fixes.Yoshinobu Inoue2000-03-091-26/+20
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-6/+18
* -Reflect function name change.Yoshinobu Inoue2000-03-021-36/+83
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-022-5/+10
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-192-9/+6
* Fix coredump in gethostbyaddr() when the returned answer is too large toBill Fenner2000-02-161-0/+4
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-1/+5
* Let getaddrinfo() and related functions supports traditional IPv4 formatYoshinobu Inoue2000-02-102-4/+10
* IPv6 scoped addr format is changed as recent KAME change.Yoshinobu Inoue2000-02-092-6/+16
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-28/+53
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-274-31/+36
* Allow reverse lookup for loopback addr.Yoshinobu Inoue2000-01-271-1/+1
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenYoshinobu Inoue2000-01-261-2/+1
* bindresvport related changesYoshinobu Inoue2000-01-261-2/+2
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areYoshinobu Inoue2000-01-261-116/+17
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-253-5/+33
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-132-69/+231
* added IPv6 unspecified addr check for getipnodebyaddr.Yoshinobu Inoue2000-01-131-0/+2
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseYoshinobu Inoue2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-124-33/+33
* Fixed missing include in synopsis.Bruce Evans2000-01-052-4/+4
* Fixed missing include in synopsis.Bruce Evans2000-01-051-0/+1
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsRobert Watson1999-12-281-3/+4
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-288-4/+3657
* Make this compile with -Wall -WerrorPeter Wemm1999-12-271-1/+2
* Fixed missing includes in synopsis.Bruce Evans1999-12-231-0/+2