aboutsummaryrefslogtreecommitdiff
path: root/src/network/proto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect protocol name and number for egp•••previously if you called getprotobyname("egp") you would get NULL because \008 is invalid octal and so the protocol id was interpreted as 0 and name as "8egp". Andrew Kelley2016-05-041-1/+1
* add missing protocols to protoent lookup functionsTimo Teräs2016-01-061-1/+16
* make protocol table zero byte separated and add ipv6 protocolsTimo Teräs2015-02-101-22/+26
* add routing protocols to getprotoent-family functions•••iptables and quagga need them to work. Timo Teräs2014-06-241-0/+2
* add ipsec and tunneling protocols to getprotoent-family functions•••iptables and ipsec-tools among others require these to function properly. Timo Teräs2014-06-021-0/+4
* add ipv6 and icmpv6 to getprotoent-family functions•••based on patch by orc. Rich Felker2014-02-131-1/+3
* fix typo in table for getprotoent that caused out-of-bound reads•••this was unlikely to lead to any crash or dangerous behavior, but caused adjacent string constants to be treated as part of the protocols table, possibly returning nonsensical results for unknown protocol names/numbers or when getprotoent was called in a loop to enumerate all protocols. Rich Felker2014-02-131-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+58