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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
5
-66
/
+7
*
Remove support for "lookup yp" in /etc/resolv.conf. This historical
deraadt
2015-11-23
4
-239
/
+7
*
Set the name server counter in __res_state correctly if a nameserver
bluhm
2015-11-05
1
-2
/
+2
*
When filling the __res_state compatibiliy struct, a long list of
bluhm
2015-11-05
1
-4
/
+8
*
We are always using _PATH_RESCONF, so no need to remember the path on
eric
2015-10-28
3
-21
/
+6
*
Remove support for [addr]:port syntax from the "nameserver" line.
deraadt
2015-10-28
1
-22
/
+1
*
Switch to using SOCK_DNS flag, rather than the dnssocket() and
deraadt
2015-10-23
1
-3
/
+4
*
libc DNS functions will now use the new dnssocket() / dnsconnect()
deraadt
2015-10-18
1
-3
/
+3
*
fix conditionals
eric
2015-10-08
2
-4
/
+4
*
Handle case where no hint is passed in. Found as a crash of fdm by jturner@
deraadt
2015-10-08
2
-4
/
+4
*
getaddrinfo_async() shouldn't unconditionally intialize the resolver
deraadt
2015-10-07
3
-4
/
+14
*
getaddrinfo() should not res_init() unconditionally, but allow lower
deraadt
2015-10-07
1
-2
/
+3
*
Wrap <resolv.h> so that internal calls go direct
guenther
2015-10-05
2
-2
/
+4
*
Initially eric developers asr as a side-load style library for async DNS.
deraadt
2015-10-03
2
-65
/
+15
*
missing asr* -> _asr* symbol rename for building with debug code
eric
2015-10-03
3
-17
/
+17
*
make a && && & block more readable. no binary change.
deraadt
2015-10-02
1
-4
/
+7
*
remove bogus includes of err.h
eric
2015-09-20
8
-17
/
+9
*
use _PATH_RESCONF directly
eric
2015-09-20
1
-3
/
+2
*
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
8
-9
/
+22
*
Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
guenther
2015-09-14
4
-4
/
+9
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
13
-316
/
+224
*
Use SOCK_NONBLOCK in a couple more places
guenther
2015-09-09
1
-11
/
+3
*
use _PATH_RESCONF
deraadt
2015-09-02
1
-2
/
+2
*
Fix test against INADDR_LOOPBACK
jca
2015-08-16
1
-2
/
+2
*
Rename print_sockaddr() to avoid symbol visibility problems
jca
2015-06-20
3
-8
/
+8
*
make sure to check for resolv.conf update the first time the resolver
eric
2015-06-04
2
-2
/
+11
*
fix a possible off-by-one when reading /etc/hosts if it doesn't end
eric
2015-05-29
5
-13
/
+20
*
simply use _PATH_HOSTS where appropriate
eric
2015-05-26
5
-13
/
+7
*
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
2
-4
/
+13
*
getnameinfo(3) doesn't need to initialize the resolver when it's only used
eric
2015-05-25
1
-1
/
+150
*
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
*
gethostbyname(3) would fail when more than 16 addrs/aliases were returned.
brynet
2015-03-02
1
-7
/
+7
*
Limit AI_ADDRCONFIG effects to DNS queries.
jca
2015-02-14
2
-18
/
+19
*
fix a possible NULL-deref when trying to deref ifa->ifa_addr
gilles
2015-01-30
1
-1
/
+3
*
Move to the <limits.h> universe.
deraadt
2015-01-16
4
-5
/
+8
*
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
deraadt
2015-01-14
2
-14
/
+18
*
Nuke some obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
Fix a NULL deref when getting an actual result for an invalid hostname
eric
2014-11-02
2
-10
/
+9
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
4
-9
/
+9
*
Use _PATH_NETWORKS for "/etc/networks"
guenther
2014-09-15
1
-2
/
+2
*
Make queries using the search list for hostname lookups fail with
eric
2014-07-23
4
-5
/
+31
*
skip incomplete entries in /etc/hosts and /etc/networks
eric
2014-05-13
2
-2
/
+10
*
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
*
Don't default enable the debug functionality with its unprotected getenv().
guenther
2014-04-17
1
-5
/
+1
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
22
-158
/
+93
*
update manpage
eric
2014-03-26
1
-137
/
+81
[next]