Age | Commit message (Expand) | Author |
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 |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
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 |
2001-09-03 | fatal() for nonexistent -Fssh_config. ok markus@ | Kevin Steves |
2001-08-30 | validate ports for LocalForward/RemoteForward. | Kevin Steves |
2001-08-28 | don't set DynamicForward unless Host matches | Markus Friedl |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl |
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl |
2001-07-22 | enable challenge-response auth by default; ok millert@ | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl |