summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove references to rfc 2553, since 3493 obsoletes it;jmc2004-04-141-11/+2
* implement RFC3493 AI_NUMERICSERV. tedu okitojun2004-04-142-47/+40
* let rcmdsh work on hosts that don't have an ipv4 address.marc2004-04-011-3/+4
* remove some weirdness;jmc2004-03-141-2/+1
* fix formatting, Pedro Martellettotedu2004-03-021-3/+3
* do not recommend a format string error..; pbastos@rdc.puc-rio.brderaadt2004-03-011-3/+3
* remove redundant code, u_int8_t cannot be > 0xffotto2004-02-161-16/+2
* add MLINKS for 64-bit functions in byteorder(3);jmc2004-02-101-4/+6
* Add const type qualifier. ok jmc@nordin2004-02-012-4/+4
* sync protos with <netdb.h>;jmc2003-12-301-3/+3
* niels kindly dropped clause 3/4 from the license. tnx!itojun2003-12-121-6/+1
* we can skip arc4random() call here. markusitojun2003-12-121-2/+2
* correct non-repetitive ID code, based on comments from niels provos.itojun2003-12-101-12/+16
* ANSIfication; most from Patrick Latifimillert2003-10-061-72/+39
* Fix off-by-one, patch from Patrick Latifi; closes PR 3492millert2003-10-031-5/+5
* put 64bit macros/functions documentation back.fgsch2003-09-261-3/+20
* No need to include non-standard machine/endian.h header sincemillert2003-09-261-3/+13
* fix buffer size; leonard+gnats@itee.uq.edu.auderaadt2003-09-261-12/+7
* Do check for current pointer vs. buffer end before touching anymillert2003-09-252-7/+7
* revert for now.fgsch2003-09-211-20/+3
* document and declare 64-bit function/macros. ok millert@ deraadt@fgsch2003-09-211-3/+20
* update RFCs (from NetBSD);jmc2003-09-091-3/+13
* tweak;jmc2003-08-281-10/+10
* better formatting. from wiz@netbsditojun2003-08-281-4/+4
* use NI_NUMERICHOST for 2nd invocationitojun2003-08-281-2/+2
* add int error in CAVEATitojun2003-08-281-1/+2
* add CAVEATS sectionitojun2003-08-281-1/+55
* refer to RFCs consistently (RFC XXXX);jmc2003-08-087-37/+37
* sync struct addrinfo with what's in <netdb.h>;jmc2003-07-271-11/+11
* bug library/3297: lib/libc/net/get{addr,name}info should share mutexmarc2003-07-212-4/+9
* license oops; from teduderaadt2003-07-111-1/+4
* Mention environment variables used + some other minor fixes.millert2003-06-301-5/+31
* ensure we stay within the boundaries of our packetvincent2003-06-271-10/+15
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-23/+7
* KNF fixitojun2003-06-061-3/+3
* KNF, de-registeritojun2003-06-061-220/+154
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-9/+2
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-9/+1
* Remove the advertising clause in the UCB license which Berkeleyderaadt2003-06-031-7/+2
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0252-322/+114
* - section reorderjmc2003-05-308-66/+65
* fill ai_canonname field for numeric hostname, by the given hostname.itojun2003-05-141-8/+26
* costant -> constant;jmc2003-05-101-2/+2
* Add support for command line args in rshprog, e.g. "ssh -C".millert2003-05-052-11/+53
* typo in STANDARDS (this man page is getnameinfo, not getaddrinfo);jmc2003-05-031-2/+2
* typos;jmc2003-05-016-16/+15
* typos;jmc2003-05-012-19/+19
* typos;jmc2003-05-011-4/+4