aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_buffer.c
AgeCommit message (Expand)AuthorFilesLines
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