summaryrefslogtreecommitdiffstats
path: root/include/libssh/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* buffer: expose ssh_buffer_get()wip/expose_buffer_methodsFabiano Fidêncio2015-10-121-3/+0
* buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2015-10-121-2/+0
* buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2015-10-121-1/+0
* libssh.h: move LIBSSH_API buffer' functions to libssh.hFabiano Fidêncio2015-10-121-4/+0
* buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2015-10-121-1/+0
* buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-3/+2
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-121-1/+1
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-121-22/+22
* buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2015-02-021-3/+9
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-021-3/+12
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-0/+2
* buffer: add a hidden canary to detect format errorsAris Adamantiadis2014-08-061-2/+7
* Buffer: add ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-0/+6
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-1/+1
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-1/+1
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* Fix prepend bugAris Adamantiadis2010-10-031-1/+7
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-0/+5
* Fixed documentation of buffer struct.Andreas Schneider2009-12-181-2/+1
* First lines of experimental pcap output supportAris Adamantiadis2009-11-081-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+62