Age | Commit message (Expand) | Author |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
2000-04-16 | avoid misunderstanding in history portion, okay'ed by aaron. | Jun-ichiro itojun Hagino |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-28 | typo | Theo de Raadt |
2000-03-16 | workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 only | Jun-ichiro itojun Hagino |
2000-03-13 | fix error handling in yp case. | 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-03-01 | $OpenBSD$ | Todd T. Fries |
2000-02-29 | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | Jun-ichiro itojun Hagino |
2000-02-25 | make getaddrinfo obey search order declared in resolv.conf. | Jun-ichiro itojun Hagino |
2000-02-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino |
2000-02-23 | Small bits of clean-up. | Aaron Campbell |
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 |