summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Collapse)Author
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-04-14remove references to rfc 2553, since 3493 obsoletes it;Jason McIntyre
ok itojun@
2004-04-14implement RFC3493 AI_NUMERICSERV. tedu okJun-ichiro itojun Hagino
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.Marco S Hyman
If it works it is fine with me -- millert@
2004-03-14remove some weirdness;Jason McIntyre
2004-03-02fix formatting, Pedro MartellettoTed Unangst
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-02-16remove redundant code, u_int8_t cannot be > 0xffOtto Moerbeek
ok deraadt@ millert@
2004-02-10add MLINKS for 64-bit functions in byteorder(3);Jason McIntyre
passes miod's "make sure it doesn't break libc or libpthread" test;
2004-02-01Add const type qualifier. ok jmc@Thomas Nordin
2003-12-30sync protos with <netdb.h>;Jason McIntyre
from Andrey Matveev;
2003-12-12niels kindly dropped clause 3/4 from the license. tnx!Jun-ichiro itojun Hagino
2003-12-12we can skip arc4random() call here. markusJun-ichiro itojun Hagino
2003-12-10correct non-repetitive ID code, based on comments from niels provos.Jun-ichiro itojun Hagino
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x". - skipping number is not needed, so disable it for 16bit generator (makes the repetition period to 30000)
2003-10-06ANSIfication; most from Patrick LatifiTodd C. Miller
OK deraadt@
2003-10-03Fix off-by-one, patch from Patrick Latifi; closes PR 3492Todd C. Miller
2003-09-26put 64bit macros/functions documentation back.Federico G. Schwindt
2003-09-26No need to include non-standard machine/endian.h header sinceTodd C. Miller
sys/types does that for us. Add a STANDARDS section that says what is and is not standard. OK fgsch@
2003-09-26fix buffer size; leonard+gnats@itee.uq.edu.auTheo de Raadt
2003-09-25Do check for current pointer vs. buffer end before touching anyTodd C. Miller
elements in the buffer. Fixes an out of bounds access. From aaron@; OK deraadt@
2003-09-21revert for now.Federico G. Schwindt
2003-09-21document and declare 64-bit function/macros. ok millert@ deraadt@Federico G. Schwindt
2003-09-09update RFCs (from NetBSD);Jason McIntyre
inet_makeaddr() uses in_addr_t types, not unsigned long. ok itojun@
2003-08-28tweak;Jason McIntyre
ok itojun@
2003-08-28better formatting. from wiz@netbsdJun-ichiro itojun Hagino
2003-08-28use NI_NUMERICHOST for 2nd invocationJun-ichiro itojun Hagino
2003-08-28add int error in CAVEATJun-ichiro itojun Hagino
2003-08-28add CAVEATS sectionJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-27sync struct addrinfo with what's in <netdb.h>;Jason McIntyre
ok itojun@
2003-07-21bug library/3297: lib/libc/net/get{addr,name}info should share mutexMarco S Hyman
'Looks right' deraadt@
2003-07-11license oops; from teduTheo de Raadt
2003-06-30Mention environment variables used + some other minor fixes.Todd C. Miller
jmc@ and henning@ OK
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
ok itojun
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd 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-06KNF fixJun-ichiro itojun Hagino
2003-06-06KNF, de-registerJun-ichiro itojun Hagino
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTheo de Raadt
rescinded 22 July 1999 (got skipped because it also had me in there)
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-30- section reorderJason McIntyre
- macro cleanup
2003-05-14fill ai_canonname field for numeric hostname, by the given hostname.Jun-ichiro itojun Hagino
folows new recommendation in RFC3493. markus ok
2003-05-10costant -> constant;Jason McIntyre
from NetBSD (Onno van der Linden).
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller
2003-05-03typo in STANDARDS (this man page is getnameinfo, not getaddrinfo);Jason McIntyre
from wiz@netbsd
2003-05-01typos;Jason McIntyre
2003-05-01typos;Jason McIntyre
ok itojun@