Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for radical source tree reorganization. zack/build-layout-experiment | Zack Weinberg | 2017-06-08 | 1 | -438/+0 |
| | | | | | | | | | | All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control). | ||||
* | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 2017-04-13 | 1 | -2/+137 |
| | | | | | | | This bug did not affect name resolution because those functions indirectly call ns_name_pack with a buffer which is always larger than the generated query packet, even in the case of the longest-possible domain name. | ||||
* | resolv: Add test coverage for ns_name_unpack, ns_name_ntop | Florian Weimer | 2017-04-04 | 1 | -0/+303 |