Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino | |
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | |||
2003-06-06 | KNF fix | Jun-ichiro itojun Hagino | |
2003-06-06 | KNF, de-register | Jun-ichiro itojun Hagino | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Theo de Raadt | |
rescinded 22 July 1999 (got skipped because it also had me in there) | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | - section reorder | Jason McIntyre | |
- macro cleanup | |||
2003-05-14 | fill ai_canonname field for numeric hostname, by the given hostname. | Jun-ichiro itojun Hagino | |
folows new recommendation in RFC3493. markus ok | |||
2003-05-10 | costant -> constant; | Jason McIntyre | |
from NetBSD (Onno van der Linden). | |||
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | Todd C. Miller | |
2003-05-03 | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | Jason McIntyre | |
from wiz@netbsd | |||
2003-05-01 | typos; | Jason McIntyre | |
2003-05-01 | typos; | Jason McIntyre | |
ok itojun@ | |||
2003-05-01 | typos; | Jason McIntyre | |
ok jakob@ | |||
2003-04-25 | always widen the imputed netmask if it is narrower than the specified octets. | Henning Brauer | |
fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@ | |||
2003-04-05 | sprintf -> snprintf | Thierry Deval | |
ok tedu@, hints deraadt@, millert@ | |||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval | |
ok tedu@, hints by deraadt@ and millert@ | |||
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
2003-03-06 | .Xr's; | Jason McIntyre | |
typos in man page section ok deraadt@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer | |
ok millert@ | |||
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino | |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino | |
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger | |
ok henning@ | |||
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@ | |||
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-15 | more writeable -> writable by torh | Henning Brauer | |
2002-11-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd C. Miller | |
o check __dn_skipname() return value for errors o fix sanity checking of reverse records, getnetbyname() may not have been working before. | |||
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman | |
Also add caution regarding dst field initialization. operation text OK millert@ | |||
2002-09-25 | missing arg; peterw@ifost.org.au | Theo de Raadt | |
2002-09-07 | ansi pedantic. ok deraadt@ | Jakob Schlyter | |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt | |
2002-08-28 | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | Jun-ichiro itojun Hagino | |
from onoe@sm.sony.co.jp | |||
2002-08-27 | allocate 64K recieve buffer for DNS responses. | Jun-ichiro itojun Hagino | |
2002-08-23 | deal with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino | |
draft-itojun-v6ops-v4mapped-harmful-00.txt | |||
2002-08-19 | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | Jun-ichiro itojun Hagino | |
more pickier string manipulation. deraadt ok | |||
2002-08-09 | remove obsolete comment, no SIOCGIFCONF path any more | Jun-ichiro itojun Hagino | |
2002-08-09 | unifdef for auditability. | Jun-ichiro itojun Hagino | |
2002-07-30 | more strlcpy; itojun ok | Theo de Raadt | |
2002-07-29 | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Jun-ichiro itojun Hagino | |
(need some string-manipulation cleanup near here) | |||
2002-07-25 | more snprintf and strlcpy; help from millert | Theo de Raadt | |
2002-07-25 | kill more strcpy | Theo de Raadt | |
2002-07-25 | cleanup | Theo de Raadt | |
2002-07-24 | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | Jun-ichiro itojun Hagino | |