aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-05-09tests: Fix buffer test without NARG macro supportAndreas Schneider1-0/+3
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano FidĂȘncio1-11/+11
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano FidĂȘncio1-6/+6
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-35/+35
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-12/+20
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2014-09-07buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis1-0/+1
2014-09-07buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis1-2/+3
2014-08-15tests: Fix memory leak in buffer test.Andreas Schneider1-0/+2
2014-08-06tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis1-1/+27
2014-08-06tests: test for ssh_buffer_(un)packAris Adamantiadis1-0/+98
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-5/+5
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-2/+2
2013-06-18tests: Check return values of buffer functions.Andreas Schneider1-3/+7
2013-06-17tests: Use memory assert functions.Andreas Schneider1-7/+10
2013-06-13tests: Don't leak memory.Andreas Schneider1-1/+2
2012-11-27test: Try to fetch wrong values in buffer.Aris Adamantiadis1-0/+33
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis1-1/+5
2010-12-28tests: Migrate torture_buffer to cmockery.Andreas Schneider1-40/+38
2010-10-03resolve memory consumption bugAris Adamantiadis1-1/+2
2010-10-03Fix prepend bugAris Adamantiadis1-0/+8
2010-10-03test the buffer_prepend_data functionAris Adamantiadis1-1/+22
2010-10-03Added buffer test caseAris Adamantiadis1-0/+67