Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-06 | implement dn_comp RFC 1035 domain name compression | Szabolcs Nagy | 1 | -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 | 1 | -0/+9 | |
This function is used by ping6 from iputils. |