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
/
net
Age
Commit message (
Expand
)
Author
2000-02-23
- Put structure field descriptions in a tagged list.
Aaron Campbell
2000-02-23
add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
Jun-ichiro itojun Hagino
2000-02-23
add getifaddrs(3), from bsdi4.
Jun-ichiro itojun Hagino
2000-02-21
remove extra #ifdef (USE_GETIPNODEBY)
Jun-ichiro itojun Hagino
2000-02-18
do not perform sleep() every time we get ECONNREFUSED.
Jun-ichiro itojun Hagino
2000-02-17
to synchronize with progress of discussion for post
Jun-ichiro itojun Hagino
2000-02-16
add more comments from recent kame.
Jun-ichiro itojun Hagino
2000-02-15
make it possible to compile without -DINET6
Jun-ichiro itojun Hagino
2000-02-14
add BUGS section about getaddrinfo(3) search order.
Jun-ichiro itojun Hagino
2000-02-09
revise extended scoped address format support. delimiter and the order
Jun-ichiro itojun Hagino
2000-01-30
visit next addrinfo structure when rresvport_af() fails.
Jun-ichiro itojun Hagino
2000-01-28
don't permit freeaddrinfo(NULL). now the behavior is consistent
Jun-ichiro itojun Hagino
2000-01-27
avoid memory leakage on freeaddrinfo().
Jun-ichiro itojun Hagino
2000-01-27
add IPv6-ready rcmd() friends.
Jun-ichiro itojun Hagino
2000-01-26
fix RFC2553 conformance. AI_CANONNAME does not mean reverse query.
Jun-ichiro itojun Hagino
2000-01-26
man page updates from itojun
Theo de Raadt
2000-01-26
new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on...
Theo de Raadt
2000-01-18
Repair duplicate word occurences; (as found by a Perl script sent to us from
Aaron Campbell
2000-01-18
sync comment with code. remove #if 0'ed portion (AF filtering on name
Jun-ichiro itojun Hagino
2000-01-17
do not filter address families that are not supported by kernel.
Jun-ichiro itojun Hagino
2000-01-17
indent
Theo de Raadt
2000-01-17
sync with latest KAME version. now includes description on scoped addr
Jun-ichiro itojun Hagino
2000-01-17
remove #if 0'ed part.
Jun-ichiro itojun Hagino
2000-01-06
fix includes; bde
Theo de Raadt
2000-01-06
_THREAD_PRIVATE_* macros changed
David Leonard
2000-01-05
allow reverse lookup for v4 loopbacknet (127.0.0.0/8).
Jun-ichiro itojun Hagino
2000-01-05
Xr getnameinfo and friends
Theo de Raadt
2000-01-03
always enable IPv6 address in /etc/hosts (via _gethtent()).
Jun-ichiro itojun Hagino
1999-12-30
add the _af versions to the NAME chunk
Theo de Raadt
1999-12-30
replace NRL get{addr,name}info with KAME get{addr,name}info.
Jun-ichiro itojun Hagino
1999-12-17
more fixes from markus
Theo de Raadt
1999-12-17
nice error return; markus
Theo de Raadt
1999-12-17
oops
Theo de Raadt
1999-12-16
rresvport_af() and bindresvport_af()
Theo de Raadt
1999-12-16
incorrect bounds on strlcpy()
Theo de Raadt
1999-12-12
sync KAME rcsid.
Jun-ichiro itojun Hagino
1999-12-12
inet6_rthdr_reverse() is not available yet.
Jun-ichiro itojun Hagino
1999-12-11
prevent bogus reverse query for 1.0.0.0.in-addr.arpa.
Jun-ichiro itojun Hagino
1999-12-11
fix gethostbyname2(foo, AF_INET6).
Jun-ichiro itojun Hagino
1999-12-11
add inet6_option_* and inet6_rthdr_*.
Jun-ichiro itojun Hagino
1999-12-08
fix BIND820 bug in inet_pton(). it should bark if there's ambiguous
Jun-ichiro itojun Hagino
1999-12-07
fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...
Theo de Raadt
1999-11-17
Add missing MLINKs
Todd C. Miller
1999-09-27
Correct buffer size.
Alex Feldman
1999-09-03
typo
Theo de Raadt
1999-09-03
sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar
Theo de Raadt
1999-09-03
Use strtol() and strtoul() instead of atoi(). This allows us to catch
Todd C. Miller
1999-08-26
add an inner xor to make prediction attacks against the ids harder, due
Niels Provos
1999-07-08
use SIOCGIFCONF much more carefully
Theo de Raadt
1999-07-05
use .Li to refer to data types
Aaron Campbell
[next]