Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-02 | warn only about mismatch if key is _used_ | Markus Friedl | |
1999-12-02 | indent, shorter warning | Markus Friedl | |
1999-12-02 | warn about keysize-mismatch with log() not error() | Markus Friedl | |
1999-12-02 | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() | Markus Friedl | |
1999-12-02 | indent | Markus Friedl | |
1999-12-02 | use error() for internal errors | Markus Friedl | |
1999-12-02 | document $SSH_ASKPASS, reasonable default | Markus Friedl | |
1999-12-02 | CheckHostIP is not available for connects via proxy command | Markus Friedl | |
1999-12-01 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 | Markus Friedl | |
1999-12-01 | typo | Markus Friedl | |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl | |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl | |
1999-12-01 | ports are u_short | Markus Friedl | |
1999-11-25 | fix type | Theo de Raadt | |
1999-11-24 | progress meter overflow fix from damien@ibs.com.au | Markus Friedl | |
1999-11-24 | remove dead #ifdef-0-code | Markus Friedl | |
1999-11-24 | it's not an error() if shutdown_write failes in nchan. | Markus Friedl | |
1999-11-24 | strcasecmp instead of tolower | Markus Friedl | |
1999-11-24 | postpone fork_after_authentication until command execution, | Markus Friedl | |
request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding | |||
1999-11-24 | fix packet_integrity_check() for !have_hostname_in_open. | Markus Friedl | |
report from mrwizard@psu.edu via djm@ibs.com.au | |||
1999-11-24 | set SO_REUSEADDR and SO_LINGER for forwarded ports. | Markus Friedl | |
chip@valinux.com via damien@ibs.com.au | |||
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | missing copyright | Markus Friedl | |
1999-11-24 | SSH_ASKPASS support | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl | |
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ | |||
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl | |
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl | |
show fingerprint instead of public-key after keygeneration. ok niels@ | |||
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt | |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl | |
exit if writing the key fails (no infinit loop) print usage() everytime we get bad options | |||
1999-11-20 | typos; green@freebsd | Theo de Raadt | |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl | |
1999-11-19 | remove unused index (-Wall) | Markus Friedl | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
[hope this time my ISP stays alive during commit] | |||
1999-11-19 | make this compile, bad markus | Theo de Raadt | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl | |
factor out common log-level parsing code. | |||
1999-11-19 | only one 'extern char *__progname' | Markus Friedl | |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl | |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl | |
1999-11-18 | Integers should not be printed with %s | Hakan Olsson | |
1999-11-18 | bad aaron | Theo de Raadt | |
1999-11-18 | Add MLINK for openssh(1). | Aaron Campbell | |
1999-11-17 | Spell my name right. | Aaron Campbell | |
1999-11-17 | include fingerprint.h | Markus Friedl | |
1999-11-17 | bugfix: the log() for passwd-auth escaped during logging changes. | Markus Friedl | |
1999-11-17 | foregroundproc() in scp | Theo de Raadt | |
1999-11-16 | typo | Theo de Raadt | |