index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshbuf-misc.c
Age
Commit message (
Expand
)
Author
2022-01-22
Add a sshbuf_read() that attempts to read(2) directly in to a
Damien Miller
2021-08-11
oops, missed one more %p
Damien Miller
2020-06-22
support for RFC4648 base64url encoding; ok markus
Damien Miller
2020-06-05
make sshbuf_dump() args const
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-01-25
tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2019-07-30
let sshbuf_find/cmp take a void* for the search/comparison
Damien Miller
2019-07-18
fix off-by-one in sshbuf_dtob64() base64 wrapping that could cause
Damien Miller
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
Damien Miller
2019-07-15
two more bounds-checking sshbuf counterparts to common string
Damien Miller
2019-07-07
Remove some set but never used variables. ok daraadt@
Darren Tucker
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2015-10-05
some more bzero->explicit_bzero, from Michael McConville
Damien Miller
2015-03-24
correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@
Markus Friedl
2015-02-05
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
Todd C. Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-04-30
New buffer API; the first installment of the conversion/replacement
Damien Miller