Haven’t been blogging for a while because I’ve been deep in coding and HOWTO-writing. Follows the (slightly edited) text of an email I wrote to the NTPsec devel list that I I think might be of interest to a lot of my audience. One of the questions I get a lot is: How do you… Continue reading More scenes from the life of a system architect
Tag: NTP
NTPsec dodges 8 of 11 CVEs because we’d pre-hardened the code
While most of the NTPsec team was off at Penguicon, the NTP Classic people shipped a release patched for eleven security vulnerabilities in their code. Which might have been pretty embarrassing, if those vulnerabilities were in our code, too. People would be right to wonder, given NTPsec’s security focus, why we didn’t catch all these… Continue reading NTPsec dodges 8 of 11 CVEs because we’d pre-hardened the code
NTPsec’s beta is released
You’ve heard me uttering teasers about it for months. Now it’s here. The repository is available for cloning; we’re shipping the 0.9.0 beta of NTPsec. You can browse the web pages or clone the git repository by one of several methods. You can “wget https://github.com/NTPsec/ntpsec/archive/NTPsec_0_9_0.tar.gz” to get a tarball. This is an initial beta and… Continue reading NTPsec’s beta is released
NTPsec is not quite a full rewrite
In the wake of the Ars Technica article on NTP vulnerabilities, and Slashdot coverage, there has been sharply increased public interest in the work NTPsec is doing. A lot of people have gotten the idea that I’m engaged in a full rewrite of the code, however, and that’s not accurate. What’s actually going on is… Continue reading NTPsec is not quite a full rewrite
Are tarballs obsolete?
NTPsec is preparing for a release, which brought a question to the forefront of my mind. Are tarballs obsolete?
I improved time last night
Sometimes you find performance improvements in the simplest places. Last night I improved the time-stepping precision of NTP by a factor of up to a thousand. With a change of less than 20 lines. The reason I was able to do this is because the NTP code had not caught up to a change in… Continue reading I improved time last night