summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/buffer.c
AgeCommit message (Expand)Author
2010-02-09constify the arguments to buffer_len, buffer_ptr and buffer_dumpDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
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
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-09-19sign fix in buffer_dump; Jedi/Sector One; pr 3473Markus Friedl
2003-09-18protect against double free; #660; zardoz at users.sf.netMarkus Friedl
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-09-16do not expand buffer before attempting to reallocate it; markus okTheo de Raadt
2002-06-26limit append to 1MB and buffers to 10MBMarkus Friedl
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2001-12-19change the buffer/packet interface to use void* vs. char*; ok markus@Kevin Steves
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl
2001-04-05better error messageMarkus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
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
2000-04-12typosMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt