index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
netdb.h
Age
Commit message (
Expand
)
Author
2015-01-18
Stop including <sys/param.h> from <netdb.h>. Portable software must either
Theo de Raadt
2014-04-28
Implement AI_ADDRCONFIG
sperreault
2012-09-15
Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.
Philip Guenthe
2012-01-17
net_addrcmp() dies. found out to be a horrific function by eric
Theo de Raadt
2011-07-07
fix typos; while here, improve spacing in comments.
Igor Sobrado
2011-04-05
Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@
Matthew Dempsky
2009-06-02
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)
Jasper Lievisse Adriaanse
2009-05-07
fix confusing comment; ok krw@
Jacek Masiulaniec
2005-12-13
First step in include files overhaul. Use __FOO_VISIBLE (as defined
Todd C. Miller
2005-06-08
Make gethostbyaddr() prototype match POSIX. This means len is now
Todd C. Miller
2004-12-20
gai_strerror() should return const char *; OK deraadt@
Todd C. Miller
2004-11-17
remove NI_WITHSCOPEID
Jun-ichiro itojun Hagino
2004-10-25
Change return value of reentrant getproto* and getserv* to match the
Todd C. Miller
2004-10-17
Reentrant versions of getprotoent(3) and getservent(3). Adapted from
Todd C. Miller
2004-04-14
implement RFC3493 AI_NUMERICSERV. tedu ok
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-03
compatiblity -> compatibility
Theo de Raadt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-06
add getrrsetbyname(3) - API to retrieve arbitrary DNS records
Jakob Schlyter
2001-06-05
repair copyright notices for NRL & cmetz; cmetz
Theo de Raadt
2001-02-21
change ai_addrlen to socklen_t. now it conforms to
Jun-ichiro itojun Hagino
2000-10-04
Remove parameter names in prototypes (always a bad idea)
Marc Espie
2000-05-15
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
Jun-ichiro itojun Hagino
2000-02-09
revise extended scoped address format support. delimiter and the order
Jun-ichiro itojun Hagino
1999-12-30
replace NRL get{addr,name}info with KAME get{addr,name}info.
Jun-ichiro itojun Hagino
1999-07-03
proto net_addrcmp()
Theo de Raadt
1999-06-23
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
cmetz
1999-06-05
getaddrinfo() info prototypes and such; cmetz
Theo de Raadt
1997-04-05
Use in_addr_t not u_long.
Todd C. Miller
1997-03-13
BIND 4.9.5 includes.
Jason Downs
1996-02-19
netbsd: bind 4.9.3
dm
1995-10-18
initial import of NetBSD tree
Theo de Raadt