Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: buffer: Improve argument checking of in ssh_buffer_pack() | Andreas Schneider | 2015-02-02 | 1 | -3/+9 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be> | ||||
* | buffer: Improve argument checking in ssh_buffer_pack() | Andreas Schneider | 2015-02-02 | 1 | -3/+12 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be> | ||||
* | buffer: Add a secure buffer mechanism to avoid memory spills | Aris Adamantiadis | 2014-09-07 | 1 | -0/+2 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | buffer: add a hidden canary to detect format errors | Aris Adamantiadis | 2014-08-06 | 1 | -2/+7 |
| | | | | Reviewed-by: Andreas Schneider <asn@samba.org> | ||||
* | Buffer: add ssh_buffer_(un)pack() | Aris Adamantiadis | 2014-08-06 | 1 | -0/+6 |
| | | | | | | | That function permits chaining of buffer values to minimize buffer handling in packet sending code. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | src: Rename buffer_add_data() to ssh_buffer_add_data(). | Andreas Schneider | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | src: Rename buffer_init to ssh_buffer_init(). | Andreas Schneider | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
* | Fix prepend bug | Aris Adamantiadis | 2010-10-03 | 1 | -1/+7 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -0/+5 |
| | |||||
* | Fixed documentation of buffer struct. | Andreas Schneider | 2009-12-18 | 1 | -2/+1 |
| | |||||
* | First lines of experimental pcap output support | Aris Adamantiadis | 2009-11-08 | 1 | -0/+1 |
| | | | | This will serve to debug packets right under wireshark ! | ||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+62 |