Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-06-06 | implement dn_comp RFC 1035 domain name compression | Szabolcs Nagy | -1/+102 | |
the input name is validated, the other parameters are assumed to be valid (the list of already compressed names are not checked for infinite reference loops or out-of-bound offsets). names are handled case-sensitively for now. | ||||
2013-11-24 | Fix dn_comp prototype and add stub | Michael Forney | -0/+9 | |
This function is used by ping6 from iputils. |