summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
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
1999-10-17re-implement the proto-1.5 channel close protocol, see nchan.ms.Markus Friedl
1999-10-16snprintfTheo de Raadt
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-05move auth-sockets to private dirMarkus Friedl
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-03use SHUT_* symbolsTheo de Raadt
1999-09-30even smallerTheo de Raadt
1999-09-30IPPORT_RESERVEDTheo de Raadt
1999-09-30do not bother with dinosaur pacificationTheo de Raadt
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-29GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-09-28X11DisplayOffset; aaronTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt