Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add RCSIDs to these; they make syncing portable a bit easier | 2017-10-20 | 1 | -0/+1 | |
| | |||||
* | no need to bzero allocated space now that we use use recallocarray; | 2017-06-01 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | fix casts re constness | 2017-06-01 | 1 | -1/+1 | |
| | |||||
* | Switch to recallocarray() for a few operations. Both growth and shrinkage | 2017-05-31 | 1 | -1/+1 | |
| | | | | | | are handled safely, and there also is no need for preallocation dances. Future changes in this area will be less error prone. Review and one bug found by markus | ||||
* | when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman | 2017-05-01 | 1 | -1/+2 | |
| | |||||
* | Use explicit_bzero() when zeroing before free() | 2015-09-11 | 1 | -1/+1 | |
| | | | | | from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu) ok millert@ djm@ | ||||
* | remove commented-out test code now that it has moved to a | 2015-01-15 | 1 | -175/+0 | |
| | | | | proper unit test | ||||
* | whitespace | 2015-01-14 | 1 | -2/+0 | |
| | |||||
* | avoid BIGNUM in KRL code by using a simple bitmap; | 2015-01-14 | 1 | -0/+387 | |
feedback and ok markus |