summaryrefslogtreecommitdiffstats
path: root/tests/unittests/torture_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-021-1/+2
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-0/+1
* buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2014-09-071-2/+3
* tests: Fix memory leak in buffer test.Andreas Schneider2014-08-151-0/+2
* tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis2014-08-061-1/+27
* tests: test for ssh_buffer_(un)packAris Adamantiadis2014-08-061-0/+98
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-5/+5
* src: Do not use deprecated functions.Andreas Schneider2014-01-161-2/+2
* tests: Check return values of buffer functions.Andreas Schneider2013-06-181-3/+7
* tests: Use memory assert functions.Andreas Schneider2013-06-171-7/+10
* tests: Don't leak memory.Andreas Schneider2013-06-131-1/+2
* test: Try to fetch wrong values in buffer.Aris Adamantiadis2012-11-271-0/+33
* Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis2011-01-021-1/+5
* tests: Migrate torture_buffer to cmockery.Andreas Schneider2010-12-281-40/+38
* resolve memory consumption bugAris Adamantiadis2010-10-031-1/+2
* Fix prepend bugAris Adamantiadis2010-10-031-0/+8
* test the buffer_prepend_data functionAris Adamantiadis2010-10-031-1/+22
* Added buffer test caseAris Adamantiadis2010-10-031-0/+67