summaryrefslogtreecommitdiff
path: root/include/netdb.h
AgeCommit message (Expand)Author
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2022-11-02netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels
2022-09-29corrected RFC numbers in comments to proper onesHajimu UMEMOTO
2018-12-23Fix mismatch from r342379.Pedro F. Giffuni
2018-12-23gai_strerror() - Update string error messages according to RFC 3493.Pedro F. Giffuni
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-28Add NI_NUMERICSCOPE.Ed Schouten
2016-06-09Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston
2016-05-30Add missing types and constants to <netdb.h>.Ed Schouten
2015-12-20addrinfo.ai_family is an address family, not a protocol family.Hajimu UMEMOTO
2015-12-18Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).Hajimu UMEMOTO
2011-12-13Replace __const by const in all non-contributed source code.Ed Schouten
2010-04-04Add capability to use a db version of services. It is enabled byHajimu UMEMOTO
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2009-03-14Hide numerous BSD extensions in the POSIX namespace.David Schultz
2006-05-21Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO
2006-05-21Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO
2006-05-12Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO
2006-04-15- make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO
2006-03-21Update the resolver in libc to BIND9's one.Hajimu UMEMOTO
2005-07-22Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO
2005-06-03- Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO
2005-05-27disable defining NI_WITHSCOPEID. It was obsoleted, and was existHajimu UMEMOTO
2005-05-15- The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO
2005-04-27hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO
2005-02-14. Convert return type of gai_strerror() to 'const char *' as POSIX requires.Alexey Zelkin
2005-01-27implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO
2004-02-25Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman
2004-01-15remove EAI_NODATA aliased to EAI_NONAME.Hajimu UMEMOTO
2003-10-24style.Hajimu UMEMOTO
2003-10-24oops, EAI_NONAME is not EAINONAME.Hajimu UMEMOTO
2003-10-23workaround to have backward compatibility for EAI_NODATA.Hajimu UMEMOTO
2003-10-23oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.Hajimu UMEMOTO
2003-10-21stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-06-26Minor libc internal-only interface change for mapv4v6.Warner Losh
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-10-04Fixed order of includes. <sys/cdefs.h> must be included beforeBruce Evans
2001-09-05style(9) the structure definitions.David E. O'Brien
2001-07-22Remove namespace pollution.Mike Barcroft
2001-03-27give the "netgrent" functions a home in netdb.hAlfred Perlstein
2001-03-17Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO
2001-02-19Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO
2001-02-15Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO
2000-09-06Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine
2000-02-08Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.Yoshinobu Inoue
1999-12-28Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue
1999-08-27$Id$ -> $FreeBSD$Peter Wemm