- Dec 01, 2015
-
-
Konstantin Tokarev authored
-
Konstantin Tokarev authored
Like in OpenSSH, whitespaces are ignored, key and value may be separated by one '=' character. For now only yes/no flag parsing is implemented.
-
- Nov 30, 2015
-
-
Matt Johnston authored
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…
-
Juergen Daubert authored
-
- Nov 28, 2015
-
-
Konstantin Tokarev authored
-
- Nov 27, 2015
-
-
Matt Johnston authored
which broken handling EAGAIN/EINTR
-
Matt Johnston authored
-
- Nov 26, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Nov 25, 2015
-
-
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
-
- Nov 23, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Guilhem Moulin authored
-
- Nov 19, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
rather than SSH_OPEN_UNKNOWN_CHANNEL_TYPE
-
- Nov 17, 2015
-
-
Matt Johnston authored
from Andrzej Szombierski
-
- Nov 06, 2015
-
-
Guilhem Moulin authored
-
- Nov 04, 2015
-
-
Matt Johnston authored
-
- Oct 28, 2015
-
-
Guilhem Moulin authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Oct 21, 2015
-
-
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.
-