summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bitmap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add RCSIDs to these; they make syncing portable a bit easierdjm2017-10-201-0/+1
|
* no need to bzero allocated space now that we use use recallocarray;djm2017-06-011-2/+2
| | | | ok deraadt@
* fix casts re constnessdjm2017-06-011-1/+1
|
* Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt2017-05-311-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 Kalimandjm2017-05-011-1/+2
|
* Use explicit_bzero() when zeroing before free()guenther2015-09-111-1/+1
| | | | | from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu) ok millert@ djm@
* remove commented-out test code now that it has moved to adjm2015-01-151-175/+0
| | | | proper unit test
* whitespacedjm2015-01-141-2/+0
|
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-0/+387
feedback and ok markus