index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
buffer.c
Age
Commit message (
Expand
)
Author
2010-02-09
constify the arguments to buffer_len, buffer_ptr and buffer_dump
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-04-16
Fix condition where we could exit with a fatal error when an input
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2005-03-14
limit input buffer size for channels; bugzilla #896; with and ok dtucker@
Markus Friedl
2004-10-29
introduce a new buffer API that returns an error rather than fatal()ing when
Damien Miller
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-09-19
sign fix in buffer_dump; Jedi/Sector One; pr 3473
Markus Friedl
2003-09-18
protect against double free; #660; zardoz at users.sf.net
Markus Friedl
2003-09-16
more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
Markus Friedl
2003-09-16
do not expand buffer before attempting to reallocate it; markus ok
Theo de Raadt
2002-06-26
limit append to 1MB and buffers to 10MB
Markus Friedl
2002-01-18
unneeded cast cleanup; ok markus@
Kevin Steves
2001-12-19
change the buffer/packet interface to use void* vs. char*; ok markus@
Kevin Steves
2001-04-12
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
Markus Friedl
2001-04-07
allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).
Markus Friedl
2001-04-05
better error message
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-12
typos
Markus Friedl
1999-11-24
KNF, final part 3
Markus Friedl
1999-11-24
much more KNF
Theo de Raadt
1999-11-23
KNF part 1
Markus Friedl
1999-09-26
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
Theo de Raadt