summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2002-08-23deal with negative return value from snprintf.Jun-ichiro itojun Hagino
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameJun-ichiro itojun Hagino
2002-08-19snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),Jun-ichiro itojun Hagino
2002-08-09remove obsolete comment, no SIOCGIFCONF path any moreJun-ichiro itojun Hagino
2002-08-09unifdef for auditability.Jun-ichiro itojun Hagino
2002-07-30more strlcpy; itojun okTheo de Raadt
2002-07-29query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Jun-ichiro itojun Hagino
2002-07-25more snprintf and strlcpy; help from millertTheo de Raadt
2002-07-25kill more strcpyTheo de Raadt
2002-07-25cleanupTheo de Raadt
2002-07-24have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.Jun-ichiro itojun Hagino
2002-07-01more type pedantJun-ichiro itojun Hagino
2002-07-01lint clean (and don't mixup signed/unsigned). from martin husemannJun-ichiro itojun Hagino
2002-07-01make more pedantic check on strtoul. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-06-29correct port range check. from deraadt. sync w/kame. bind-bugs have alread...Jun-ichiro itojun Hagino
2002-06-27%d -> %u. mostly in #ifdef DEBUG.Jun-ichiro itojun Hagino
2002-06-27%d/%u mixup (in #ifdef DEBUG)Jun-ichiro itojun Hagino
2002-06-27ntohs() returns unsigned valueJun-ichiro itojun Hagino
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-05-22more strlcpy and snprintfTheo de Raadt
2002-05-18do not reverse-lookup scoped ipv6 address - it is meaningless as there'sJun-ichiro itojun Hagino
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Initial cleanup:Mike Pechkin
2002-03-12Tack on MagniComp (BSD) license since this originally came from rdist.Todd C. Miller
2002-03-07Xr getifaddrs(3) and networking(4) in SEE ALSO section.Todd C. Miller
2002-03-07Replace SIOCGIFCONF-using NRL versions with KAME versions that useTodd C. Miller
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt
2002-01-02more pid_t useTheo de Raadt
2002-01-02Add missing .Os. deraadt@ okThomas Nordin
2001-11-15sync with reality; scope identifier comes even without NI_WITHSCOPEID.Jun-ichiro itojun Hagino
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-10-01typoTodd C. Miller
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
2001-08-20cope with negative return value from snprintf.Jun-ichiro itojun Hagino
2001-08-20use snprintf, not sprintf. sync with kameJun-ichiro itojun Hagino
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
2001-08-08add CAVEATS section that talks about trust and the AD-bitJakob Schlyter
2001-08-07KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokeTheo de Raadt
2001-08-07add copyright notices; noted as missing by itojunTheo de Raadt