index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
buffer.c
Age
Commit message (
Expand
)
Author
2018-02-17
merge from main
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-05-20
make buf_getstring fail prior to malloc if the buffer is short
Matt Johnston
2017-05-13
reduce buf->pos if shrinking
Matt Johnston
2016-07-11
additional length checks
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-03-01
allocate buffer and data in a single allocation
Matt Johnston
2015-02-24
Avoid cppcheck warning
Thorsten Horstmann
2015-02-24
Some minor typo fixes, found by codespell.
Thorsten Horstmann
2013-05-21
merge in HEAD
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston