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
/
gethostnamadr_async.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we don't receive a reply packet the res_send subquery will already have
martijn
2019-06-27
1
-7
/
+5
*
To allow us to get rid of /etc/networks, make getnetby*(3)
schwarze
2018-04-28
1
-3
/
+67
*
Put a common subq pointer in the query struct, rather than one in each
eric
2017-02-23
1
-6
/
+6
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
1
-7
/
+3
*
Remove support for "lookup yp" in /etc/resolv.conf. This historical
deraadt
2015-11-23
1
-132
/
+1
*
remove bogus includes of err.h
eric
2015-09-20
1
-2
/
+1
*
Wrap <asr.h> so internal calls go direct and all the symbols are weak
guenther
2015-09-14
1
-1
/
+4
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-25
/
+25
*
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
*
gethostbyname(3) would fail when more than 16 addrs/aliases were returned.
brynet
2015-03-02
1
-7
/
+7
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-2
/
+2
*
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
deraadt
2015-01-14
1
-7
/
+9
*
Fix a NULL deref when getting an actual result for an invalid hostname
eric
2014-11-02
1
-5
/
+4
*
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
-2
/
+9
*
skip incomplete entries in /etc/hosts and /etc/networks
eric
2014-05-13
1
-1
/
+5
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
1
-2
/
+3
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-16
/
+16
*
prefix structure names to avoid ambiguity and possible collisions when
eric
2014-03-14
1
-7
/
+7
*
Do not restrict chars in dname during label expansion, but validate resulting
eric
2014-02-26
1
-1
/
+6
*
report extra PTR records as aliases
eric
2014-02-17
1
-3
/
+2
*
most obvious unsigned char casts for ctype
deraadt
2013-11-24
1
-2
/
+3
*
missing symbol rename.
eric
2013-07-17
1
-2
/
+2
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-73
/
+10
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-8
/
+16
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-3
/
+3
*
spacing
deraadt
2013-04-14
1
-2
/
+2
*
properly follow the CNAME chain in reverse lookups
eric
2013-04-03
1
-5
/
+13
*
space cleanup; ok eric
deraadt
2013-04-01
1
-2
/
+2
*
rename field
eric
2013-04-01
1
-4
/
+4
*
Do not fail in gethostbyname_async() if there are multiple addresses in
eric
2013-03-29
1
-3
/
+3
*
Only use the search domains for DNS lookups, as the current resolver does.
eric
2013-03-27
1
-34
/
+12
*
Allow gethostbyname() to accept a numeric IP string.
eric
2012-12-17
1
-4
/
+47
*
Saner implementation for self-contained hostent and netent, and also
eric
2012-11-24
1
-95
/
+100
*
knf
eric
2012-11-24
1
-20
/
+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
-1
/
+7
*
implement basic YP support for gethostbyname_async()/gethostbyaddr_async()
eric
2012-09-04
1
-1
/
+121
*
When building dynamic hostent and netent, allocate a single linear buffer to
eric
2012-08-19
1
-47
/
+42
*
unused variables
eric
2012-07-12
1
-2
/
+2
*
simplify the code, improve error handling and plug a potential fd leak on error
eric
2012-07-10
1
-71
/
+101
*
use the value actually passed to the function
eric
2012-07-10
1
-2
/
+2
*
fix a few warnings
eric
2012-04-25
1
-3
/
+3
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+592