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