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 (
Collapse
)
Author
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-01
use ipaddr in channel messages, ietf-secsh wants this
Markus Friedl
2001-01-31
do not disconnect if local port forwarding fails, e.g. if port is already in use
Markus Friedl
2001-01-31
ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE ↵
Markus Friedl
messages; bug report from edmundo@rano.org
2001-01-29
add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
Markus Friedl
2001-01-29
fix select overflow; ok deraadt@ and stevesk@
Markus Friedl
2001-01-24
missing freeaddrinfo(); ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
rename util.[ch] -> misc.[ch]
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-08
O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
Markus Friedl
2000-12-29
missing xfree; from vaughan99@yahoo.com
Markus Friedl
2000-12-29
remove->unlink; stevesk@pobox.com
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
with u_char.
2000-12-19
remove() -> unlink() for consistency
Markus Friedl
2000-12-05
async connects for -R/-L; ok deraadt@
Markus Friedl
2000-11-30
debug -> warn if server tries to do -R style fwd w/o client requesting this; ↵
Markus Friedl
ok niels@
2000-11-06
agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi
Markus Friedl
2000-10-27
deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com
Markus Friedl
2000-10-27
enable non-blocking IO on channels, and tty's (except for the client ttys).
Markus Friedl
2000-09-28
debug -> debug2 cleanup
Markus Friedl
2000-09-21
add context to dispatch_run
Markus Friedl
2000-09-07
cleanup window and packet sizes for ssh2 flow control; ok niels
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
2000-08-19
more ~ support for ssh2
Markus Friedl
2000-08-19
support for ~. in ssh2
Markus Friedl
2000-07-16
make ssh-add accept dsa keys (the agent does not)
Markus Friedl
2000-06-25
correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
Niels Provos
2000-06-20
OpenBSD tag
Markus Friedl
2000-06-17
a real nix
Theo de Raadt
2000-06-17
everyone says "nix it"
Theo de Raadt
2000-05-30
don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org
Markus Friedl
2000-05-17
enable nonblocking IO for sshd w/ proto 1, too; split out common code
Markus Friedl
2000-05-08
bug compat w/ ssh-2.0.13 x11, split out bugs
Markus Friedl
2000-05-03
GatewayPorts for sshd, ok deraadt@
Markus Friedl
2000-05-02
set O_NONBLOCK
Markus Friedl
2000-05-01
unbreak, ok niels@
Markus Friedl
2000-05-01
EINTR
Markus Friedl
2000-05-01
init all fds, close all fds.
Markus Friedl
2000-04-28
support for x11-fwding, client+server
Markus Friedl
2000-04-16
fix pr 1196, listen_port and port_to_connect interchanged
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-14
check payload for (illegal) extra data
Markus Friedl
2000-04-10
repair x11-fwd
Markus Friedl
2000-04-06
no adjust after close
Markus Friedl
2000-04-04
close efd on eof
Markus Friedl
2000-04-03
channel layer support for ssh2
Markus Friedl
2000-03-28
typo
Markus Friedl
2000-03-28
missing close
Markus Friedl
2000-03-28
replace big switch() with function tables (prepare for ssh2)
Markus Friedl
2000-03-27
allow bigger packets
Markus Friedl
[next]