summaryrefslogtreecommitdiff
path: root/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-291-2/+4
* Remove accidentally committed abort()Matt Johnston2020-11-131-1/+0
* Fix fuzz-sshpacketmutator to workMatt Johnston2020-10-261-0/+1
* Add buf_decrpos()Matt Johnston2020-10-241-6/+11
* Avoid passing NULL to memcpyMatt Johnston2020-10-191-15/+1
* Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-261-6/+6
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-2/+20
* merge from mainMatt Johnston2018-02-171-1/+3
|\
| * make buf_getstring fail prior to malloc if the buffer is shortMatt Johnston2017-05-201-1/+3
* | Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-4/+4
|/
* reduce buf->pos if shrinkingMatt Johnston2017-05-131-0/+1
* additional length checksMatt Johnston2016-07-111-5/+6
* more hard tabFrancois Perrad2016-01-011-1/+1
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* allocate buffer and data in a single allocationMatt Johnston2015-03-011-17/+15
* Avoid cppcheck warningThorsten Horstmann2015-02-241-1/+3
* Some minor typo fixes, found by codespell.Thorsten Horstmann2015-02-241-1/+1
* merge in HEADMatt Johnston2013-05-211-2/+2
|\
| * Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-2/+2
* | Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-061-0/+5
|/
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-9/+9
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-0/+14
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-2/+2
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-0/+10
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* - added circular buffering for channelsMatt Johnston2004-08-261-1/+1
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-3/+6
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+325