Age | Commit message (Expand) | Author |
---|---|---|
2017-10-20 | add RCSIDs to these; they make syncing portable a bit easier | Damien Miller |
2017-06-01 | no need to bzero allocated space now that we use use recallocarray; | Damien Miller |
2017-06-01 | fix casts re constness | Damien Miller |
2017-05-31 | Switch to recallocarray() for a few operations. Both growth and shrinkage | Theo de Raadt |
2017-05-01 | when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman | Damien Miller |
2015-09-11 | Use explicit_bzero() when zeroing before free() | Philip Guenther |
2015-01-15 | remove commented-out test code now that it has moved to a | Damien Miller |
2015-01-14 | whitespace | Damien Miller |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |