summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-03-04debug1->2Markus Friedl
2001-02-28typoMarkus Friedl
2001-02-28use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messageMarkus Friedl
2001-02-28unify debug messagesMarkus Friedl
2001-02-28make sure remote stderr does not get truncated.Markus Friedl
2001-02-16remove debugMarkus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-08nuke sprintf, ok deraadt@Markus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-01use ipaddr in channel messages, ietf-secsh wants thisMarkus Friedl
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-31ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages...Markus Friedl
2001-01-29add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNSMarkus Friedl
2001-01-29fix select overflow; ok deraadt@ and stevesk@Markus Friedl
2001-01-24missing freeaddrinfo(); ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-08O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.comMarkus Friedl
2000-12-29missing xfree; from vaughan99@yahoo.comMarkus Friedl
2000-12-29remove->unlink; stevesk@pobox.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-19remove() -> unlink() for consistencyMarkus Friedl
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-11-30debug -> warn if server tries to do -R style fwd w/o client requesting this; ...Markus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-27deny agent/x11 forwarding unless requested; thanks to jwl@pobox.comMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-09-28debug -> debug2 cleanupMarkus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-19more ~ support for ssh2Markus Friedl
2000-08-19support for ~. in ssh2Markus Friedl
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-06-25correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>Niels Provos
2000-06-20OpenBSD tagMarkus Friedl
2000-06-17a real nixTheo de Raadt
2000-06-17everyone says "nix it"Theo de Raadt
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-02set O_NONBLOCKMarkus Friedl
2000-05-01unbreak, ok niels@Markus Friedl
2000-05-01EINTRMarkus Friedl
2000-05-01init all fds, close all fds.Markus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-16fix pr 1196, listen_port and port_to_connect interchangedMarkus Friedl