libssh-0.9.0
examples: Add direct-tcpip server sample
examples: add public key auth for specific key
examples: Call correct functions on exit.
examples: Zero fds in sshnetcat
examples: Fix some memory leaks.
examples: Add simple way to generate key files from libssh
examples: Use ssh_session_update_known_hosts() for updating known_hosts
examples: Add null checks in libssh_scp.c
auth: Make ssh_userauth_autopubkey legacy.
examples: fix warning
examples: Fix code style in samplesftp.c
examples: fix compilation warnings
examples: Explicitly track auth state in samplesshd-kbdint
examples: Make gobal variables static in scp_download
examples: Define LIMIT as unsinged long
examples: Check ssh_event_dopoll() return value
examples: add public key authentication to ssh_server_fork
examples: Fix a possible resource leak in sshd_direct-tcpip