Age | Commit message (Expand) | Author |
2005-07-30 | listen_hosts initialisation here too; spotted greg AT y2005.nest.cx | Damien Miller |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller |
2005-05-16 | check return value from strdelim() for NULL (AddressFamily); mpech | Markus Friedl |
2005-03-10 | spacing | Theo de Raadt |
2005-03-10 | Check listen addresses for null, prevents xfree from dying during | Darren Tucker |
2005-03-04 | fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@ | 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-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | Damien Miller |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-27 | Kill dead code after fatal(); ok djm@ | Darren Tucker |
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-12 | update SSHFP validation. ok markus@ | Jakob Schlyter |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl |
2003-10-08 | default GSS API to no in client, too; ok jakob, deraadt@ | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-09-01 | rm gssapidelegatecreds alias; never supported before | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | socks4->socks, since with support both 4 and 5; dtucker@zip.com.au | 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-06-26 | do not dump core for 'ssh -o proxycommand host'; ok deraadt@ | Markus Friedl |
2003-05-16 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | Damien Miller |
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller |
2003-05-15 | warn for unsupported config option. ok markus@ | Jakob Schlyter |
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter |
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-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller |
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 |
2003-02-05 | simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@ | Markus Friedl |
2002-11-07 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-10 | change RhostsRSAAuthentication and RhostsAuthentication default to no | Kevin Steves |
2002-06-08 | silently ignore deprecated options, since FallBackToRsh might be passed | Markus Friedl |
2002-06-08 | just warn about Deprecated options for now | Markus Friedl |
2002-06-08 | deprecate FallBackToRsh and UseRsh; patch from djm@ | Markus Friedl |
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl |
2002-01-04 | remove #ifdef _PATH_XAUTH/#endif; ok markus@ | Kevin Steves |