aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC:Sam Lawrance2006-11-072-4/+18
* MFC 1.85: do not overload the port number on to the return value ofHajimu UMEMOTO2006-07-301-8/+9
* MFC 1.59, 1.60:Hajimu UMEMOTO2006-07-291-89/+161
* MFC 1.81-1.83:Hajimu UMEMOTO2006-07-291-64/+43
* MFC 1.84: remove obsolete comments.Hajimu UMEMOTO2006-07-251-8/+0
* MFC 1.31: Use a prototype for res_init().Stefan Farfeleder2006-07-201-1/+1
* MFC:Hajimu UMEMOTO2006-07-1749-8593/+1595
* MFC 1.79: fix indent.Hajimu UMEMOTO2006-05-111-9/+9
* MFC:Hajimu UMEMOTO2006-03-292-7/+28
* MFC: Handle the errors returned by res_querydomain() in same manner.Hajimu UMEMOTO2006-03-092-0/+40
* MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9'sHajimu UMEMOTO2006-03-063-85/+420
* MFC:Hajimu UMEMOTO2006-03-042-18/+40
* MFC 1.55: The KAME's getipnodebyaddr() code honor theHajimu UMEMOTO2005-11-181-0/+1
* MFC (by ume)Xin LI2005-10-082-3/+3
* MFC (by ume)Xin LI2005-10-081-4/+3
* MFC: a lot of manpage fixes from HEAD.Giorgos Keramidas2005-09-241-1/+1
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-181-1/+1
* MFC 1.12: don't accept invalid form of an address like 1:2:3:4:5:6:7::8.Hajimu UMEMOTO2005-07-291-0/+4
* MFC: Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO2005-07-221-3/+0
* Markup fixes.Ruslan Ermilov2005-06-161-7/+10
* Assorted markup fixes.Ruslan Ermilov2005-06-154-18/+22
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-101-2/+0
* reflect type change of n_net and getnetbyaddr(3).Hajimu UMEMOTO2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-034-17/+1
* reduce cast.Hajimu UMEMOTO2005-05-271-3/+3
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-156-25/+37
* Submitted by: Jinmei Tatuya, Hajimu UmemotoGeorge V. Neville-Neil2005-05-142-4/+4
* raise readability bit.Hajimu UMEMOTO2005-05-131-7/+7
* free ypbuf only when yp_match() succeed.Hajimu UMEMOTO2005-05-131-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-21/+8
* fix signed/unsigned comparison warnings.Hajimu UMEMOTO2005-05-031-5/+5
* the 3rd argument of getsockname() should be socklen_t*.Hajimu UMEMOTO2005-05-022-2/+4
* oops, we don't need previous change.Hajimu UMEMOTO2005-05-011-8/+4
* make it compilable without YP definition.Hajimu UMEMOTO2005-05-011-5/+9
* don't see RES_USE_INET6 when called from getipnodeby*().Hajimu UMEMOTO2005-05-011-6/+14
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedHajimu UMEMOTO2005-04-303-6/+17
* handling RES_USE_INET6 better.Hajimu UMEMOTO2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-1/+1
* _gethostbynisname() didn't support RES_USE_INET6.Hajimu UMEMOTO2005-04-301-0/+9
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-6/+18
* - do validation check and IPv4-mapped IPv6 address handling beforeHajimu UMEMOTO2005-04-292-36/+41
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.Hajimu UMEMOTO2005-04-294-4/+4
* our get{addr,name}info() is considered thread-safe.Hajimu UMEMOTO2005-04-292-8/+0
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.Hajimu UMEMOTO2005-04-292-5/+11
* sync _map_v4v6_host*() with bind9's. it treats align better bit.Hajimu UMEMOTO2005-04-284-18/+15
* we don't need mutex lock to call _gethostbynis*(), anymore.Hajimu UMEMOTO2005-04-282-19/+2
* make gethostby*() thread-safe.Hajimu UMEMOTO2005-04-286-285/+478
* _gethostbynis{addr,name}() can handle an IPv6, now.Hajimu UMEMOTO2005-04-281-16/+11
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-288-175/+339
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-276-0/+17