aboutsummaryrefslogtreecommitdiff
path: root/include/netdb.h
Commit message (Expand)AuthorAgeFilesLines
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+1
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-281-3/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-091-0/+1
* Add missing types and constants to <netdb.h>.Ed Schouten2016-05-301-0/+12
* addrinfo.ai_family is an address family, not a protocol family.Hajimu UMEMOTO2015-12-201-1/+1
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).Hajimu UMEMOTO2015-12-181-1/+1
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-1/+1
* Add capability to use a db version of services. It is enabled byHajimu UMEMOTO2010-04-041-0/+1
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Hide numerous BSD extensions in the POSIX namespace.David Schultz2009-03-141-24/+30
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO2006-05-211-7/+0
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-211-3/+4
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-121-2/+9
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-0/+26
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-2/+2
* Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO2005-07-221-19/+0
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-031-21/+0
* disable defining NI_WITHSCOPEID. It was obsoleted, and was existHajimu UMEMOTO2005-05-271-1/+1
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-5/+46
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-12/+0
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.Alexey Zelkin2005-02-141-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-01-271-3/+5
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-251-2/+3
* remove EAI_NODATA aliased to EAI_NONAME.Hajimu UMEMOTO2004-01-151-1/+0
* style.Hajimu UMEMOTO2003-10-241-1/+1
* oops, EAI_NONAME is not EAINONAME.Hajimu UMEMOTO2003-10-241-1/+1
* workaround to have backward compatibility for EAI_NODATA.Hajimu UMEMOTO2003-10-231-0/+1
* oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.Hajimu UMEMOTO2003-10-231-0/+6
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-0/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-7/+7
* Minor libc internal-only interface change for mapv4v6.Warner Losh2002-06-261-1/+1
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-50/+49
* Fixed order of includes. <sys/cdefs.h> must be included beforeBruce Evans2001-10-041-9/+6
* style(9) the structure definitions.David E. O'Brien2001-09-051-4/+4
* Remove namespace pollution.Mike Barcroft2001-07-221-2/+2
* give the "netgrent" functions a home in netdb.hAlfred Perlstein2001-03-271-0/+5
* Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO2001-03-171-2/+1
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-191-1/+2
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-2/+15
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-10/+0
* Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.Yoshinobu Inoue2000-02-081-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+77
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)Peter Wemm1998-06-111-4/+9
* Make this compile with the -traditional cc flag.Steve Price1997-08-161-2/+2
* merge in bind-4.9.6 changes (only effect is __res_send #define reverted)Peter Wemm1997-06-271-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.Peter Wemm1996-12-301-5/+5