summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/readconf.c
AgeCommit message (Expand)Author
2005-07-30listen_hosts initialisation here too; spotted greg AT y2005.nest.cxDamien Miller
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-06-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;Damien Miller
2005-05-16check return value from strdelim() for NULL (AddressFamily); mpechMarkus Friedl
2005-03-10spacingTheo de Raadt
2005-03-10Check listen addresses for null, prevents xfree from dying duringDarren Tucker
2005-03-04fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2004-07-11spacesTheo de Raadt
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-27Kill dead code after fatal(); ok djm@Darren Tucker
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
2003-10-08default GSS API to no in client, too; ok jakob, deraadt@Markus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-09-01rm gssapidelegatecreds alias; never supported beforeMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-07-03fix AddressFamily option in config file, from brent@graveland.net; ok markus@Damien Miller
2003-06-26do not dump core for 'ssh -o proxycommand host'; ok deraadt@Markus Friedl
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-04-09strip trailing whitespace from config lines before parsing. Fixes bz 528;Damien Miller
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying bugfixes and automatic rekeying:Markus Friedl
2003-02-05simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@Markus Friedl
2002-11-07we cannot use HostbasedAuthentication for enabling ssh-keysign(8),Markus Friedl
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-10change RhostsRSAAuthentication and RhostsAuthentication default to noKevin Steves
2002-06-08silently ignore deprecated options, since FallBackToRsh might be passedMarkus Friedl
2002-06-08just warn about Deprecated options for nowMarkus Friedl
2002-06-08deprecate FallBackToRsh and UseRsh; patch from djm@Markus Friedl
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
2002-01-04remove #ifdef _PATH_XAUTH/#endif; ok markus@Kevin Steves