summaryrefslogtreecommitdiff
path: root/src/network/proto.c
AgeCommit message (Collapse)AuthorLines
2014-06-24add routing protocols to getprotoent-family functionsTimo Teräs-0/+2
iptables and quagga need them to work.
2014-06-02add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs-0/+4
iptables and ipsec-tools among others require these to function properly.
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker-1/+3
based on patch by orc.
2014-02-13fix typo in table for getprotoent that caused out-of-bound readsRich Felker-1/+1
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.
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+58