Age | Commit message (Collapse) | 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 | |
particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@ | |||
2003-07-21 | bug library/3297: lib/libc/net/get{addr,name}info should share mutex | Marco S Hyman | |
'Looks right' deraadt@ | |||
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman | |
Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@ | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
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 | |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||
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 | |
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | |||
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino | |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
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 | |
correct. | |||
2000-02-17 | to synchronize with progress of discussion for post | Jun-ichiro itojun Hagino | |
draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01), use "address%interface" notation for extended scoped IPv6 address. NOTE: the change affects link-local addresses only. I hope it to be the final change on it..... | |||
2000-02-16 | add more comments from recent kame. | Jun-ichiro itojun Hagino | |
prepare to swap extended scoped address notation. fe80::1%de0 is the most promised candidate, but since it is still very draft, i'm not sure when to switch - if you have any idea please let me know. in other words, do i allowed to change it every week? :-P (NOTE it is only for "extended" scoped address notation, which is not for daily use) | |||
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-ichiro itojun Hagino | |
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again). | |||
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 | |
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt | |||
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 | |
ones that are useful for all protocols, not just IPv6). |