summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf-getput-basic.c
AgeCommit message (Expand)Author
2022-05-25revert previous; it was broken (spotted by Theo)Damien Miller
2022-05-25make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled viaDamien Miller
2020-06-05make sshbuf_putb(b, NULL) a no-opDamien Miller
2019-12-13allow sshbuf_put_stringb(buf, NULL); ok markus@Damien Miller
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien Miller
2019-07-14add some functions to perform random-access read/write operationsDamien Miller
2017-06-01fix casts re constnessDamien Miller
2016-06-16Include stdarg.h for va_copy as per man page.Darren Tucker
2015-10-20Compare pointers to NULL rather than 0.mmcc
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2014-12-04convert KRL code to new buffer APIDamien Miller
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller