Daniel Stenberg a3f3347c12 knownhost: support [host]:port in knownhost file
OpenSSH has ways to add hosts to the knownhosts file that include
a specific port number which makes the key associated with only
that specific host+port pair. libssh2 previously did not support
this, and I was forced to add a new function to the API to
properly expose this ability to applications:
libssh2_knownhost_checkp()

To *add* such hosts to the knownhosts file, you make sure to pass
on the host name in that manner to the libssh2_knownhost_addc()
function.
2010-05-02 16:56:31 +02:00
..
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2007-11-29 10:04:16 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-07-02 11:44:54 +02:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2009-03-16 23:25:14 +00:00
2010-01-27 14:57:12 +01:00
2009-02-23 16:22:46 +00:00