summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* buffer: expose ssh_buffer_get()wip/expose_buffer_methodsFabiano Fidêncio2015-10-121-2/+0
* buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2015-10-121-4/+0
* buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2015-10-121-2/+0
* buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2015-10-121-17/+0
* buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-16/+1
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-2/+2
* buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-121-5/+4
* buffer: cosmetic change in ssh_buffer_get_u8() documentationFabiano Fidêncio2015-10-121-1/+1
* buffer: fix documentation for ssh_buffer_get_u32()Fabiano Fidêncio2015-10-121-6/+10
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-121-47/+47
* cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio2015-10-121-1/+1
* buffer: Cleanup vaargs in ssh_buffer_unpack_va()Andreas Schneider2015-05-041-0/+1
* buffers: Fix a possible null pointer dereferenceAris Adamantiadis2015-04-231-0/+8
* buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2015-02-081-6/+14
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-2/+2
* buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2015-02-021-5/+28
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-4/+4
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-021-5/+26
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-9/+40
* buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2014-09-071-1/+8
* buffer: Make sure rc is initialized.Andreas Schneider2014-08-151-2/+2
* bignums: detach bignum-related functions from dh.c.Aris Adamantiadis2014-08-061-1/+1
* buffer: add a hidden canary to detect format errorsAris Adamantiadis2014-08-061-3/+16
* Buffer: add ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-0/+295
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-27/+50
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-1/+2
* CVE-2012-4562: Fix a possible infinite loop in buffer_reinit().Andreas Schneider2012-11-141-4/+9
* CVE-2012-4562: Fix multiple integer overflows in buffer-related functions.Xi Wang2012-11-141-5/+21
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* resolve memory consumption bugAris Adamantiadis2010-10-031-1/+17
* Fix prepend bugAris Adamantiadis2010-10-031-4/+14
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-1/+1
* Fix #ifdef'ed erroneous debug code in buffer.cAris Adamantiadis2010-09-091-1/+1
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+578