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
/
getnameinfo.c
Age
Commit message (
Expand
)
Author
2005-03-25
ansify. ok deraadt@ moritz@
Otto Moerbeek
2004-09-15
unused variables
Theo de Raadt
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2003-07-21
bug library/3297: lib/libc/net/get{addr,name}info should share mutex
Marco S Hyman
2003-01-28
thread safer libc (note: safer, not safe)
Marco S Hyman
2002-06-27
ntohs() returns unsigned value
Jun-ichiro itojun Hagino
2002-05-22
more strlcpy and snprintf
Theo de Raadt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-15
make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.
Jun-ichiro itojun Hagino
2001-11-14
sync with kame better. open some renaming #defines (ENI_xx).
Jun-ichiro itojun Hagino
2001-08-20
cope with negative return value from snprintf.
Jun-ichiro itojun Hagino
2000-09-25
fix off-by-1 error.
Jun-ichiro itojun Hagino
2000-06-12
correct ENI_SALEN case to meet rfc2553bis.
Jun-ichiro itojun Hagino
2000-06-12
correct behavior against invalid sockaddr. previous code may return 0
Jun-ichiro itojun Hagino
2000-05-15
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
Jun-ichiro itojun Hagino
2000-04-26
const poisoning
Jun-ichiro itojun Hagino
2000-04-26
bring in latest KAME implementation.
Jun-ichiro itojun Hagino
2000-03-13
avoid unused variable by #ifdef
Jun-ichiro itojun Hagino
2000-03-13
don't process NI_NOFQDN, since the currently coded behavior is not specwise
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-09
revise extended scoped address format support. delimiter and the order
Jun-ichiro itojun Hagino
2000-01-17
remove #if 0'ed part.
Jun-ichiro itojun Hagino
2000-01-05
allow reverse lookup for v4 loopbacknet (127.0.0.0/8).
Jun-ichiro itojun Hagino
1999-12-30
replace NRL get{addr,name}info with KAME get{addr,name}info.
Jun-ichiro itojun Hagino
1999-07-03
cleaned up
Theo de Raadt
1999-06-23
Fixed compilation problems.
cmetz
1999-06-23
Removed portability ifdefs.
cmetz
1999-06-23
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
cmetz