summaryrefslogtreecommitdiff
path: root/sshbuf-misc.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Add a sshbuf_read() that attempts to read(2) directly indjm@openbsd.org2022-01-251-1/+38
* upstream: oops, missed one more %pdjm@openbsd.org2021-08-111-2/+2
* upstream: support for RFC4648 base64url encoding; ok markusdjm@openbsd.org2020-06-221-1/+44
* upstream: make sshbuf_dump() args constdjm@openbsd.org2020-06-051-2/+2
* upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org2020-02-281-7/+4
* upstream: tidy headers; some junk snuck into sshbuf-misc.c anddjm@openbsd.org2020-01-261-1/+1
* upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org2020-01-261-1/+1
* wrap stdint.h include in HAVE_STDINT_HDamien Miller2019-10-091-1/+1
* upstream: let sshbuf_find/cmp take a void* for thedjm@openbsd.org2019-07-301-4/+3
* upstream: fix off-by-one in sshbuf_dtob64() base64 wrapping that coulddjm@openbsd.org2019-07-181-2/+2
* upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org2019-07-161-11/+46
* upstream: two more bounds-checking sshbuf counterparts to commondjm@openbsd.org2019-07-151-1/+38
* upstream: Remove some set but never used variables. ok daraadt@dtucker@openbsd.org2019-07-081-3/+2
* upstream commitdjm@openbsd.org2016-05-021-1/+24
* upstream commitdjm@openbsd.org2015-10-061-5/+5
* upstream commitmarkus@openbsd.org2015-03-271-2/+2
* Wrap stdint.h includes in ifdefs.Darren Tucker2015-02-231-0/+2
* upstream commitmillert@openbsd.org2015-02-071-1/+2
* - djm@cvs.openbsd.org 2014/06/24 01:13:21Damien Miller2014-07-021-5/+11
* - djm@cvs.openbsd.org 2014/04/30 05:29:56Damien Miller2014-05-151-0/+129