summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-126-22/+36
* Fix alignment problem on AMD64.ume2006-05-021-4/+4
* `cache' couldn't co-exist with `compat'.ume2006-04-301-2/+3
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-2815-522/+3635
* - make reentrant version of netdb functions glibc style API, andume2006-04-1516-705/+1258
* fix indent.ume2006-04-011-9/+9
* Expose res_update and friends again. At least, ports/mail/spamilterume2006-03-304-111/+31
* If the query choked with EDNS0, retry without EDNS0.ume2006-03-281-8/+24
* - Use ANSI C prototype.ume2006-03-253-152/+59
* When res_nquerydomain() returns SERVFAIL, we should try next domain.ume2006-03-241-1/+9
* When res_send() fails, we should reserve an error code.ume2006-03-241-2/+2
* Update the resolver in libc to BIND9's one.ume2006-03-2141-7838/+365
* When we are doing initialization against q, use its own size, notdelphij2006-03-211-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+1
* ns_name_skip was recently redefined to __ns_name_skipdeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+247
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Correct a comment.deischen2006-02-273-22/+6
* Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includesume2006-02-263-85/+420
* - Just query 'as is', if there is a trailing dot in the name.ume2006-02-242-18/+40
* Fix inet6_opt_get_val() prototype.ru2005-11-231-1/+1
* Add missing includes.ru2005-11-231-1/+3
* The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASESume2005-11-151-0/+1
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedstefanf2005-08-202-0/+2
* Respect the YES_HESIOD build variable.phk2005-08-061-2/+8
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* don't accept invalid form of an address like 1:2:3:4:5:6:7::8.ume2005-07-271-0/+4
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-221-3/+0
* refer RFC 3542 rather than RFC 2292bis.ume2005-07-193-4/+4
* fixed the validation code of routing header length in inet6_rth_getaddr().ume2005-07-191-4/+3
* Markup fixes.ru2005-06-161-7/+10
* Assorted markup fixes.ru2005-06-154-18/+22
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-101-2/+0
* reflect type change of n_net and getnetbyaddr(3).ume2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structume2005-06-034-17/+1
* reduce cast.ume2005-05-271-3/+3
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-156-25/+37
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-142-4/+4
* raise readability bit.ume2005-05-131-7/+7
* free ypbuf only when yp_match() succeed.ume2005-05-131-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-132-21/+8
* fix signed/unsigned comparison warnings.ume2005-05-031-5/+5
* the 3rd argument of getsockname() should be socklen_t*.ume2005-05-022-2/+4
* oops, we don't need previous change.ume2005-05-011-8/+4
* make it compilable without YP definition.ume2005-05-011-5/+9
* don't see RES_USE_INET6 when called from getipnodeby*().ume2005-05-011-6/+14
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-303-6/+17
* handling RES_USE_INET6 better.ume2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.ume2005-04-301-1/+1
OpenPOWER on IntegriCloud