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
/
lib
/
libc
/
asr
/
gethostnamadr_async.c
Age
Commit message (
Expand
)
Author
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2015-01-14
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
Theo de Raadt
2014-11-02
Fix a NULL deref when getting an actual result for an invalid hostname
Eric Faurot
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2014-07-23
Make queries using the search list for hostname lookups fail with
Eric Faurot
2014-05-13
skip incomplete entries in /etc/hosts and /etc/networks
Eric Faurot
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-03-25
Cleanup and simplify the API to be exposed. Use better names for
Eric Faurot
2014-03-14
prefix structure names to avoid ambiguity and possible collisions when
Eric Faurot
2014-02-26
Do not restrict chars in dname during label expansion, but validate resulting
Eric Faurot
2014-02-17
report extra PTR records as aliases
Eric Faurot
2013-11-24
most obvious unsigned char casts for ctype
Theo de Raadt
2013-07-17
missing symbol rename.
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-01
Make hostaliases work for gethostbyname() and getaddrinfo() when
Eric Faurot
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-14
spacing
Theo de Raadt
2013-04-03
properly follow the CNAME chain in reverse lookups
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
rename field
Eric Faurot
2013-03-29
Do not fail in gethostbyname_async() if there are multiple addresses in
Eric Faurot
2013-03-27
Only use the search domains for DNS lookups, as the current resolver does.
Eric Faurot
2012-12-17
Allow gethostbyname() to accept a numeric IP string.
Eric Faurot
2012-11-24
Saner implementation for self-contained hostent and netent, and also
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-11-24
make separate structures for pack and unpack
Eric Faurot
2012-09-06
include yp headers if necessary.
Eric Faurot
2012-09-04
implement basic YP support for gethostbyname_async()/gethostbyaddr_async()
Eric Faurot
2012-08-19
When building dynamic hostent and netent, allocate a single linear buffer to
Eric Faurot
2012-07-12
unused variables
Eric Faurot
2012-07-10
simplify the code, improve error handling and plug a potential fd leak on error
Eric Faurot
2012-07-10
use the value actually passed to the function
Eric Faurot
2012-04-25
fix a few warnings
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot