index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
/
getaddrinfo_async.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
1
-4
/
+1
*
Remove support for "lookup yp" in /etc/resolv.conf. This historical
deraadt
2015-11-23
1
-101
/
+1
*
fix conditionals
eric
2015-10-08
1
-2
/
+2
*
Handle case where no hint is passed in. Found as a crash of fdm by jturner@
deraadt
2015-10-08
1
-2
/
+2
*
getaddrinfo_async() shouldn't unconditionally intialize the resolver
deraadt
2015-10-07
1
-2
/
+5
*
remove bogus includes of err.h
eric
2015-09-20
1
-2
/
+1
*
remove unused static function
eric
2015-09-20
1
-18
/
+1
*
Wrap <asr.h> so internal calls go direct and all the symbols are weak
guenther
2015-09-14
1
-1
/
+2
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-118
/
+21
*
Fix test against INADDR_LOOPBACK
jca
2015-08-16
1
-2
/
+2
*
fix a possible off-by-one when reading /etc/hosts if it doesn't end
eric
2015-05-29
1
-3
/
+3
*
simply use _PATH_HOSTS where appropriate
eric
2015-05-26
1
-2
/
+2
*
Kill outdated comment.
jca
2015-05-25
1
-2
/
+2
*
Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.
eric
2015-05-25
1
-2
/
+6
*
AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.
jca
2015-05-05
1
-4
/
+10
*
Move the AI_ADDRCONFIG setup to its own function.
jca
2015-05-05
1
-18
/
+41
*
Limit AI_ADDRCONFIG effects to DNS queries.
jca
2015-02-14
1
-17
/
+16
*
fix a possible NULL-deref when trying to deref ifa->ifa_addr
gilles
2015-01-30
1
-1
/
+3
*
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
deraadt
2015-01-14
1
-7
/
+9
*
Nuke some obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-2
/
+2
*
Make queries using the search list for hostname lookups fail with
eric
2014-07-23
1
-1
/
+7
*
remove warning by adding explicit parentheses around && within ||
chl
2014-05-10
1
-4
/
+4
*
Implement AI_ADDRCONFIG
sperreault
2014-04-28
1
-2
/
+39
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
1
-2
/
+4
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-21
/
+22
*
prefix structure names to avoid ambiguity and possible collisions when
eric
2014-03-14
1
-6
/
+6
*
fix support for HOSTALIASES.
eric
2014-03-03
1
-14
/
+12
*
need more #include files for resolv.h, for the non-YP case, which happens
deraadt
2014-02-26
1
-1
/
+3
*
Do not restrict chars in dname during label expansion, but validate resulting
eric
2014-02-26
1
-10
/
+3
*
Better search strategy for getaddrinfo. The address family loop must
eric
2014-02-17
1
-14
/
+161
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-12
/
+12
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-5
/
+15
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-3
/
+3
*
copy input flags in result addrinfo structures.
eric
2013-04-30
1
-1
/
+2
*
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
chrisz
2013-04-08
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-3
/
+3
*
allow "0" as service name for raw sockets.
eric
2013-03-30
1
-2
/
+2
*
accept and use any protocol specified by the caller.
eric
2013-03-28
1
-14
/
+10
*
Only use the search domains for DNS lookups, as the current resolver does.
eric
2013-03-27
1
-38
/
+27
*
knf
eric
2012-11-24
1
-23
/
+22
*
make separate structures for pack and unpack
eric
2012-11-24
1
-3
/
+3
*
include yp headers if necessary.
eric
2012-09-06
1
-2
/
+8
*
Get rid of the hostaddr_async subquery and merge its behaviour
eric
2012-09-05
1
-64
/
+290
*
Make hostaddr_async() return a linked list of struct addrinfo. First
eric
2012-09-05
1
-23
/
+20
*
Improve error reporting in getnameinfo_async() and getaddrinfo_async().
eric
2012-08-18
1
-37
/
+16
*
properly report EAI_SERVICE when the given servname is not defined for
eric
2012-07-13
1
-2
/
+4
*
Better handling of servname in getaddrinfo_async. Do not necessarily
eric
2012-07-10
1
-11
/
+16
*
fix a few warnings
eric
2012-04-25
1
-2
/
+2
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+500