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
/
channels.c
Age
Commit message (
Expand
)
Author
2006-04-16
Fix condition where we could exit with a fatal error when an input
Damien Miller
2006-03-30
ARGSUSED for dispatch table-driven functions
Damien Miller
2006-03-28
do not accept unreasonable X ports numbers; ok djm
Theo de Raadt
2006-03-25
delete cast not required
Theo de Raadt
2006-03-25
remove (char *) casts to a function that accepts void * for the arg
Theo de Raadt
2006-03-25
use strtonum() instead of atoi() [limit X screens to 400, sorry]
Theo de Raadt
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-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-20
spacing
Theo de Raadt
2006-03-20
x11_fake_data is only ever used as u_char *
Theo de Raadt
2006-03-20
annoying spacing fixes getting in the way of real diffs
Theo de Raadt
2006-03-20
sprinkle u_int throughout pty subsystem, ok markus
Theo de Raadt
2006-03-19
spacing
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-20
move #include <sys/un.h> out of includes.h; ok djm@
Kevin Steves
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
2006-02-07
move #include <termios.h> out of includes.h; ok markus@
Kevin Steves
2006-01-30
mark channel as write failed or dead instead of read failed on error
Reyk Floeter
2005-12-30
add channel output filter interface.
Reyk Floeter
2005-12-28
use 'break-in' for consistency; ok deraadt@ ok and input jmc@
Kevin Steves
2005-12-12
make sure protocol messages for internal channels are ignored.
Markus Friedl
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2005-10-14
free()->xfree(); ok djm@
Kevin Steves
2005-10-11
bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing
Damien Miller
2005-10-10
fix regression I introduced in 4.2: X11 forwardings initiated after
Damien Miller
2005-09-07
enforce chanid != NULL; ok djm
Markus Friedl
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-07-17
Fix a number of X11 forwarding channel leaks:
Damien Miller
2005-07-16
spacing
Damien Miller
2005-07-04
don't forget to set x11_saved_display
Markus Friedl
2005-07-04
implement support for X11 and agent forwarding over multiplex slave
Damien Miller
2005-07-01
don't free() if getaddrinfo() fails; report mpech@
Markus Friedl
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-06-16
don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djm
Markus Friedl
2005-06-16
move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier
Damien Miller
2005-03-14
limit input buffer size for channels; bugzilla #896; with and ok dtucker@
Markus Friedl
2005-03-10
spacing
Theo de Raadt
2005-03-01
bz#413: allow optional specification of bind address for port forwardings.
Damien Miller
2004-10-29
fix some window size change bugs for multiplexed connections: windows sizes
Damien Miller
2004-08-23
typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
Damien Miller
2004-08-11
some signed/unsigned int comparison cleanups; markus@ ok
Anil Madhavapeddy
2004-07-11
spaces
Theo de Raadt
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-06-18
clientloop.c
Damien Miller
2004-06-14
set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
Damien Miller
2004-06-13
implement session multiplexing in the client (the server has supported this
Damien Miller
2004-05-26
missing freeaddrinfo; Andrey Matveev
Markus Friedl
2004-05-21
bz #756: add support for the cancel-tcpip-forward request for the server and
Damien Miller
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
[next]