index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
getnameinfo.c
Age
Commit message (
Expand
)
Author
2002-11-11
Fix signed/unsigned comparison warnings. Catch error conditions
thorpej
2002-06-27
correct %d/%u mixup.
itojun
2002-05-22
Turn the flags argument to getnameinfo(3) back into an int (from unsigned
kleink
2002-05-22
use strlcpy, not strcpy
itojun
2002-05-14
More XNS5.2/POSIX-2001 alignment: change the flags argument to
kleink
2002-05-14
Align with XNS5.2/POSIX-2001: change hostlen and servlen arguments to
kleink
2002-03-04
More ipip references
sommerfeld
2001-11-15
make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.
itojun
2001-11-15
synchronize with kame better. get rid of #defines for ENI_xx.
itojun
2001-10-06
Put back AF_LINK support. This time, all the new code passes lint(1), modulo
bjh21
2001-10-05
Remove AF_LINK support. It generates lint warnings, and hence won't compile
bjh21
2001-10-05
make it at least compile (there's no /usr/include/net/if_ieee1394.h exist).
itojun
2001-10-04
Extend getnameinfo() to support AF_LINK sockaddrs. The intention is that
bjh21
2001-08-19
snprintf return value audit. inspired by deraadt
itojun
2001-04-26
Fix previous rev. the right way, using socklen_t.
kleink
2001-04-26
Fix lint problem caused by the changes for PR standards/12703.
tron
2001-01-25
make local constant arrays const
jdolecek
2001-01-04
sprinkle _DIAGASSERT() around
lukem
2000-09-25
remove merge error from kame.
itojun
2000-09-25
off-by-1 error in string length validation.
itojun
2000-08-07
sync comment with reality. from kame
itojun
2000-07-06
- remove unused vars
christos
2000-06-12
correct ENI_SALEN case to meet rfc2553bis.
itojun
2000-06-12
correct return value from getnameinfo to meet rf2553bis.
itojun
2000-06-04
correct arg type for getnameinfo(3) for RFC2553 conformance.
itojun
2000-04-26
bring in latest KAME implementation.
itojun
2000-04-24
add __RCSID().
itojun
2000-04-24
supply weak alias for IPv6-related library additions. sorry to be late.
itojun
2000-03-17
make this compile on non 4.4BSD systems
christos
2000-02-17
to synchronize with progress of discussion for post
itojun
2000-02-16
preparation to flip extended scoped address syntax.
itojun
2000-02-09
revise extended scoped address format support. delimiter and the order
itojun
2000-01-22
Partially delint.
mycroft
2000-01-17
remove #if 0'ed sections.
itojun
2000-01-05
allow reverse query for v4 loopbacknet (127.0.0.0/8).
itojun
1999-12-13
fix getaddrinfo(3) and getnameinfo(3).
itojun
1999-12-13
bring in latest KAME get{addr,name}info(3).
itojun
1999-08-22
Need "namespace.h".
kleink
1999-08-01
- provide reverse query for mapped address (::ffff:10.1.1.1).
itojun
1999-07-04
add NetBSD RCSID on top.
itojun
1999-07-01
add IPv6 support functions.
itojun