summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/buffer.h
AgeCommit message (Expand)Author
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-31Add buffer_get_cstring() and related functions that verify that theDamien Miller
2010-02-09constify the arguments to buffer_len, buffer_ptr and buffer_dumpDamien Miller
2010-01-12add a buffer_get_string_ptr_ret() that does the same asDamien Miller
2008-05-08avoid extra malloc/copy/free when receiving data over the net;Markus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-03-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2004-10-29introduce a new buffer API that returns an error rather than fatal()ing whenDamien Miller
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2001-12-19change the buffer/packet interface to use void* vs. char*; ok markus@Kevin Steves
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt