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
2008-04-02
avoid possible hijacking of x11-forwarded connections (back out 1.183)
Markus Friedl
2008-01-19
When we added support for specified bind addresses for port forwards, we
Damien Miller
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2007-06-25
Correct test for window updates every three packets; prevents sending
Darren Tucker
2007-06-11
send 'window adjust' messages every tree packets and do not wait
Markus Friedl
2007-01-03
spaces
Kevin Steves
2006-12-12
bz #1019: some ssh.com versions apparently can't cope with the remote port
Damien Miller
2006-08-29
normalise some inconsistent (but harmless) NULL pointer checks
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
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-21
more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
Kevin Steves
2006-07-21
Make PermitOpen take a list of permitted ports and act more like most other
Darren Tucker
2006-07-17
Add PermitOpen directive to sshd_config which is equivalent to the
Darren Tucker
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-10
fix misparsing of SOCKS 5 packets that could result in a crash;
Damien Miller
2006-07-03
move #include <arpa/inet.h> out of includes.h; old ok djm@
Kevin Steves
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
[next]