summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* update the little endian processor list to give it a chance of matchingtedu2017-07-082-6/+6
* make the description strings match the codederaadt2017-05-031-10/+10
* Remove "len < 0" check; len is socklen_t (uint32_t) so can't bemillert2017-04-271-2/+2
* size is unsigned so using ==0 not <=0 when checking for buffer exhaustionmillert2017-03-061-4/+4
* Pull in a change from the bind 8 resolver that fixes a potentialmillert2017-03-061-10/+16
* Add support for RES_USE_DNSSECjca2017-02-271-5/+2
* Add EDNS0 support.jca2017-02-181-4/+3
* in resolver(3), document that _EDNS0 and _DNSSEC are no ops;jmc2017-01-241-6/+17
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-2/+2
* Nuke some trailing tabs.krw2016-12-151-3/+3
* Fix regressions introduce in the fix for CVE-2016-6559.millert2016-12-081-6/+5
* Fix a typo, decrement rem, don't increment for single digit hex bytes.millert2016-12-071-2/+2
* CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).millert2016-12-061-19/+35
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-214-11/+10
* Obvious minor fixes:schwarze2016-08-052-36/+57
* Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughmartijn2016-08-051-3/+3
* Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther2016-05-291-9/+9
* rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).millert2016-05-282-9/+9
* Use getaddrinfo() instead of the non-standard gethostbyname2().millert2016-05-281-5/+14
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-232-90/+20
* Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byguenther2016-05-231-5/+1
* Remove old NeXT-specific cruft. From mmcc@millert2016-05-011-13/+1
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-051-4/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-54/+1
* un-vax;jmc2016-03-101-3/+3
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-281-3/+2
* gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withtim2015-12-191-6/+8
* tweak previous;jmc2015-12-162-4/+5
* Remove support for HOSTALIASES from the resolver. This "open and parsederaadt2015-12-162-15/+6
* s/begining/beginning/gmmcc2015-12-141-2/+2
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-242-7/+10
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-212-6/+6
* update NAME section to include all documented functions,jmc2015-11-104-12/+12
* inet(4), not inet(3);jmc2015-11-081-3/+3
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio2015-10-233-88/+73
* Use waitpid() instead of wait() to avoid returning early from another childguenther2015-10-231-2/+3
* Cast ctype function arguments to unsigned char.mmcc2015-10-221-2/+2
* Wrap <resolv.h> so that internal calls go directguenther2015-10-053-5/+11
* wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther2015-10-041-0/+2
* recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2015-10-042-2/+4
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-143-3/+7
* Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2015-09-142-2/+4
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-149-9/+24
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-135-5/+11
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-124-2/+6
* _getnetbyaddr and _getnetbyname appear to be historical accidents inderaadt2015-09-113-103/+2
* tweak Nd after previous; ok mpijmc2015-09-101-2/+2
* Remove link_addr(3). A function to encode the name of an interface inmpi2015-09-103-136/+8