summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
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
1999-12-06display great hatred towards strcpyTheo de Raadt
1999-12-01ports are u_shortMarkus Friedl
1999-11-25fix typeTheo de Raadt
1999-11-24fix packet_integrity_check() for !have_hostname_in_open.Markus Friedl
1999-11-24set SO_REUSEADDR and SO_LINGER for forwarded ports.Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-19make this compile, bad markusTheo de Raadt
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-28remove broken x11 fix and document istate/ostateMarkus Friedl
1999-10-26more usefull debug messages and simplify channel alloc codeMarkus Friedl