aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-07buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis1-9/+40
2014-09-07buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis1-1/+8
2014-08-15buffer: Make sure rc is initialized.Andreas Schneider1-2/+2
2014-08-06bignums: detach bignum-related functions from dh.c.Aris Adamantiadis1-1/+1
2014-08-06buffer: add a hidden canary to detect format errorsAris Adamantiadis1-3/+16
2014-08-06Buffer: add ssh_buffer_(un)pack()Aris Adamantiadis1-0/+295
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-27/+50
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-1/+2
2012-11-14CVE-2012-4562: Fix a possible infinite loop in buffer_reinit().Andreas Schneider1-4/+9
2012-11-14CVE-2012-4562: Fix multiple integer overflows in buffer-related functions.Xi Wang1-5/+21
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2010-10-03resolve memory consumption bugAris Adamantiadis1-1/+17
2010-10-03Fix prepend bugAris Adamantiadis1-4/+14
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-1/+1
2010-09-09Fix #ifdef'ed erroneous debug code in buffer.cAris Adamantiadis1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+578