summaryrefslogtreecommitdiffhomepage
path: root/buffer.c
AgeCommit message (Expand)Author
2017-05-20make buf_getstring fail prior to malloc if the buffer is shortMatt Johnston
2017-05-13reduce buf->pos if shrinkingMatt Johnston
2016-07-11additional length checksMatt Johnston
2016-01-01more hard tabFrancois Perrad
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-03-01allocate buffer and data in a single allocationMatt Johnston
2015-02-24Avoid cppcheck warningThorsten Horstmann
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2013-05-21merge in HEADMatt Johnston
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston