- 30 Nov, 2015 2 commits
-
-
Matt Johnston authored
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…
-
Juergen Daubert authored
-
- 28 Nov, 2015 1 commit
-
-
Konstantin Tokarev authored
-
- 27 Nov, 2015 2 commits
-
-
Matt Johnston authored
which broken handling EAGAIN/EINTR
-
Matt Johnston authored
-
- 26 Nov, 2015 7 commits
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- 25 Nov, 2015 10 commits
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Guilhem Moulin authored
-
- 23 Nov, 2015 3 commits
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Guilhem Moulin authored
-
- 19 Nov, 2015 4 commits
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
rather than SSH_OPEN_UNKNOWN_CHANNEL_TYPE
-
- 17 Nov, 2015 1 commit
-
-
Matt Johnston authored
from Andrzej Szombierski
-
- 06 Nov, 2015 1 commit
-
-
Guilhem Moulin authored
-
- 04 Nov, 2015 1 commit
-
-
Matt Johnston authored
-
- 28 Oct, 2015 3 commits
-
-
Guilhem Moulin authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- 21 Oct, 2015 5 commits
-
-
Matt Johnston authored
Print a message from configure if getpass() or crypt() were missing
-
Mike Frysinger authored
if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available.
-
Mike Frysinger authored
if the system doesn't support crypt.h/crypt, then ENABLE_SVR_PASSWORD_AUTH cannot work. rather than default this to on all the time, do so only when support for the header is found.
-
Mike Frysinger authored
some systems (like android's bionic) do not provide getpass. you can disable ENABLE_CLI_PASSWORD_AUTH & ENABLE_CLI_INTERACT_AUTH to avoid its use (and rely on pubkey auth), but the link still fails because the support file calls getpass. do not define this func if both of those auth methods are not used.
-
Mike Frysinger authored
The session.h defines clientsession.cipher_none_after_auth only when ENABLE_CLI_INTERACT_AUTH is defined, but cli-session.c will always try to set that member. export cipher_none_after_auth all the time.
-