summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
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
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-10repair x11-fwdMarkus Friedl
2000-04-06no adjust after closeMarkus Friedl
2000-04-04close efd on eofMarkus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
2000-03-28typoMarkus Friedl
2000-03-28missing closeMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-27allow bigger packetsMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-01-24do not connect() if request has been denied.Markus Friedl
2000-01-10discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockupMarkus Friedl
2000-01-04listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-27use packet_get_maxsize for channels. consistence.Markus Friedl
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl