| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bug library/3297: lib/libc/net/get{addr,name}info should share mutex | marc | 2003-07-21 | 2 | -4/+9 |
* | license oops; from tedu | deraadt | 2003-07-11 | 1 | -1/+4 |
* | Mention environment variables used + some other minor fixes. | millert | 2003-06-30 | 1 | -5/+31 |
* | ensure we stay within the boundaries of our packet | vincent | 2003-06-27 | 1 | -10/+15 |
* | Sync with share/misc/license.template and add missing DARPA credit | millert | 2003-06-17 | 1 | -9/+9 |
* | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | itojun | 2003-06-11 | 1 | -23/+7 |
* | KNF fix | itojun | 2003-06-06 | 1 | -3/+3 |
* | KNF, de-register | itojun | 2003-06-06 | 1 | -220/+154 |
* | terms 3 & 4 cleanup based on "terms" file | deraadt | 2003-06-03 | 1 | -9/+2 |
* | fix various 3/4 licenses according to "terms" file | deraadt | 2003-06-03 | 1 | -9/+1 |
* | Remove the advertising clause in the UCB license which Berkeley | deraadt | 2003-06-03 | 1 | -7/+2 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | millert | 2003-06-03 | 1 | -23/+12 |
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 52 | -322/+114 |
* | - section reorder | jmc | 2003-05-30 | 8 | -66/+65 |
* | fill ai_canonname field for numeric hostname, by the given hostname. | itojun | 2003-05-14 | 1 | -8/+26 |
* | costant -> constant; | jmc | 2003-05-10 | 1 | -2/+2 |
* | Add support for command line args in rshprog, e.g. "ssh -C". | millert | 2003-05-05 | 2 | -11/+53 |
* | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | jmc | 2003-05-03 | 1 | -2/+2 |
* | typos; | jmc | 2003-05-01 | 6 | -16/+15 |
* | typos; | jmc | 2003-05-01 | 2 | -19/+19 |
* | typos; | jmc | 2003-05-01 | 1 | -4/+4 |
* | always widen the imputed netmask if it is narrower than the specified octets. | henning | 2003-04-25 | 1 | -3/+3 |
* | sprintf -> snprintf | tdeval | 2003-04-05 | 1 | -6/+12 |
* | strcpy/strcat -> strlcpy/strlcat | tdeval | 2003-04-05 | 1 | -3/+4 |
* | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | jason | 2003-03-17 | 1 | -3/+3 |
* | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | itojun | 2003-03-07 | 1 | -2/+3 |
* | .Xr typos; | jmc | 2003-03-06 | 1 | -2/+2 |
* | .Xr's; | jmc | 2003-03-06 | 1 | -2/+2 |
* | date should be written formally: .Dd Month day, year | david | 2003-03-06 | 2 | -4/+4 |
* | missing #include in SYNOPSIS, found by Daniel Lucq | henning | 2003-03-04 | 1 | -1/+2 |
* | strlcpy, check retval from sprintf | itojun | 2003-03-04 | 3 | -11/+18 |
* | s/strncpy/strlcpy/ | itojun | 2003-03-04 | 1 | -4/+4 |
* | Fix bogus inet_net_pton() translation example. | cedric | 2003-02-24 | 1 | -2/+2 |
* | thread safer libc (note: safer, not safe) | marc | 2003-01-28 | 11 | -264/+338 |
* | inet6 fixes from jmc@prioris.mini.pw.edu.pl | deraadt | 2003-01-18 | 2 | -21/+13 |
* | more writeable -> writable by torh | henning | 2002-12-15 | 1 | -2/+2 |
* | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | millert | 2002-11-14 | 1 | -22/+37 |
* | Describe the actual operation of inet_net_pton with a few examples. | marc | 2002-10-26 | 1 | -32/+65 |
* | missing arg; peterw@ifost.org.au | deraadt | 2002-09-25 | 1 | -2/+2 |
* | ansi pedantic. ok deraadt@ | jakob | 2002-09-07 | 1 | -11/+12 |
* | use socklen_t where needed; henning pvalchev ok | deraadt | 2002-09-06 | 2 | -5/+5 |
* | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | itojun | 2002-08-28 | 1 | -2/+4 |
* | allocate 64K recieve buffer for DNS responses. | itojun | 2002-08-27 | 3 | -48/+78 |
* | deal with negative return value from snprintf. | itojun | 2002-08-23 | 1 | -3/+5 |
* | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun | 2002-08-22 | 2 | -2/+18 |
* | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | itojun | 2002-08-19 | 3 | -36/+76 |
* | remove obsolete comment, no SIOCGIFCONF path any more | itojun | 2002-08-09 | 1 | -5/+2 |
* | unifdef for auditability. | itojun | 2002-08-09 | 1 | -112/+5 |
* | more strlcpy; itojun ok | deraadt | 2002-07-30 | 1 | -4/+4 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | itojun | 2002-07-29 | 1 | -2/+8 |