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
Age
Commit message (
Expand
)
Author
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-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2013-06-01
Move search domain iteration code in res_search_async.c where it belongs.
Eric Faurot
2013-06-01
Make hostaliases work for gethostbyname() and getaddrinfo() when
Eric Faurot
2013-06-01
Update asr_hostaliases() to make all necessary checks in the function.
Eric Faurot
2013-06-01
iterating over the ns list only matters for res_send_async.c, so move
Eric Faurot
2013-05-29
use paramaters instead of static storage in _gethostbyname()
Eric Faurot
2013-05-27
Add minimal support for _res setup and update.
Eric Faurot
2013-04-30
various small fixes;
Jason McIntyre
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-30
copy input flags in result addrinfo structures.
Eric Faurot
2013-04-17
check return value of strdup(), fix mem leak in error path and take
Otto Moerbeek
2013-04-17
give a timespec a name that is easier to verify
Theo de Raadt
2013-04-14
spacing
Theo de Raadt
2013-04-11
Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit
Otto Moerbeek
2013-04-09
show what we parsed in debug output; ok guether@
Otto Moerbeek
2013-04-08
Do not fail if the user buffer is too short to hold the packet: fill it up
Eric Faurot
2013-04-08
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
Christopher Zimmermann
2013-04-05
do not fail on EINTR
Eric Faurot
2013-04-04
fix alignment issue in getnetby{addr,name}() too.
Eric Faurot
2013-04-04
use the provided ALIGN() macro instead of re-inventing a square wheel.
Eric Faurot
2013-04-03
properly follow the CNAME chain in reverse lookups
Eric Faurot
2013-04-03
Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
Matthew Dempsky
2013-04-02
add comment for how EINPROGRESS is handled there.
Eric Faurot
2013-04-02
make sure we always point before the current offset.
Eric Faurot
2013-04-02
better implementation for tcp_read() that can get the packet length in
Eric Faurot
2013-04-01
If more than one lookup line is found in resolv.conf, the latest one
Eric Faurot
2013-04-01
properly check for domain name truncation at various places and fail
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
rename field
Eric Faurot
2013-04-01
simpler and saner implementation for tcp_write(). now fully handles
Eric Faurot
2013-04-01
fix alignment issue in the structure filled by gethostby{name,addr}()
Eric Faurot
2013-03-31
Principle of least astonishment: implement nameserver retry/backoff as
Eric Faurot
2013-03-30
allow "0" as service name for raw sockets.
Eric Faurot
2013-03-30
Do not assume local nameserver if resolv.conf doesn't exist, just use
Eric Faurot
2013-03-30
don't ever skip reload the very first time; detective work by rpe@; ok eric@
Otto Moerbeek
2013-03-29
properly handle scope when parsing IPv6 addresses.
Eric Faurot
2013-03-29
res_querydomain()'s code to terminate the domain with '.' had the assignment
Philip Guenther
2013-03-29
correctly show the scope for IPv6 addresses in getnameinfo()
Eric Faurot
2013-03-29
Do not fail in gethostbyname_async() if there are multiple addresses in
Eric Faurot
2013-03-28
accept and use any protocol specified by the caller.
Eric Faurot
2013-03-27
explicitely -> explicitly;
Jason McIntyre
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-09
tweak options
Eric Faurot
[next]