Age | Commit message (Expand) | Author |
---|---|---|
2014-04-30 | New buffer API; the first installment of the conversion/replacement | Damien Miller |
2014-02-27 | off by one in range check | Damien Miller |
2014-02-27 | fix unsigned overflow that could lead to reading a short ssh protocol | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2013-11-08 | Include stdlib.h for free() as per the man page. | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2007-06-02 | memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca | Damien Miller |
2007-02-14 | typos in comments; ok jmc@ | Kevin Steves |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |