Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl | |
2000-01-24 | do not connect() if request has been denied. | Markus Friedl | |
2000-01-10 | discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockup | Markus Friedl | |
2000-01-04 | listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) | Markus Friedl | |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp) | |||
1999-12-27 | use packet_get_maxsize for channels. consistence. | Markus Friedl | |
1999-12-12 | type conflict for 'extern Type *options' in channels.c; dot@dotat.at | Markus Friedl | |
1999-12-06 | display great hatred towards strcpy | Theo de Raadt | |
1999-12-01 | ports are u_short | Markus Friedl | |
1999-11-25 | fix type | Theo de Raadt | |
1999-11-24 | fix packet_integrity_check() for !have_hostname_in_open. | Markus Friedl | |
report from mrwizard@psu.edu via djm@ibs.com.au | |||
1999-11-24 | set SO_REUSEADDR and SO_LINGER for forwarded ports. | Markus Friedl | |
chip@valinux.com via damien@ibs.com.au | |||
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
[hope this time my ISP stays alive during commit] | |||
1999-11-19 | make this compile, bad markus | Theo de Raadt | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl | |
and 'extern ServerOptions options' respectively; options are no longer passed as arguments: * make options handling more consistent * remove #include "readconf.h" from ssh.h * readconf.h is only included if necessary | |||
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl | |
1999-10-28 | remove broken x11 fix and document istate/ostate | Markus Friedl | |
1999-10-26 | more usefull debug messages and simplify channel alloc code | Markus Friedl | |
1999-10-17 | re-implement the proto-1.5 channel close protocol, see nchan.ms. | Markus Friedl | |
1999-10-16 | snprintf | Theo de Raadt | |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 | |||
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl | |
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work | |||
1999-10-05 | move auth-sockets to private dir | Markus Friedl | |
delete minfd residua |