Age | Commit message (Expand) | Author |
2010-11-13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | Damien Miller |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |
2010-07-19 | add a "ControlPersist" option that automatically starts a background | Damien Miller |
2010-06-25 | Add X11ForwardTimeout option to specify timeout for untrusted X11 | Damien Miller |
2010-06-25 | bz#1327: remove hardcoded limit of 100 permitopen clauses and port | Damien Miller |
2010-05-16 | mux support for remote forwarding with dynamic port allocation, | Markus Friedl |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter |
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson |
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-11-01 | merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@ | Kevin Steves |
2008-06-26 | Move SSH Fingerprint Visualization away from sharing the config option | Alexander von Gernler |
2008-06-11 | Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the | Alexander von Gernler |
2008-01-19 | promote rekeylimit to a int64 so it can hold the maximum useful limit | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-11 | add ExitOnForwardFailure: terminate the connection if ssh(1) | Markus Friedl |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller |
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2004-07-11 | spaces | Theo de Raadt |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2004-04-18 | perform strict ownership and modes checks for ~/.ssh/config files, as these | Damien Miller |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl |
2002-11-07 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | Markus Friedl |
2002-06-08 | deprecate FallBackToRsh and UseRsh; patch from djm@ | Markus Friedl |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-02-10 | more /etc/ssh; openbsd@davidkrause.com | Theo de Raadt |
2001-10-01 | add NoHostAuthenticationForLocalhost; note that the hostkey is | Markus Friedl |
2001-09-19 | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | Kevin Steves |