Age | Commit message (Expand) | Author |
1999-12-11 | namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org | Markus Friedl |
1999-12-10 | typo; mark.baushke@solipsa.com | Niels Provos |
1999-12-09 | fix proto; markus | Theo de Raadt |
1999-12-09 | OpenSSH-1.2.1 | Markus Friedl |
1999-12-09 | fix get_remote_port() and friends for sshd -i; Holger.Trapp@Informatik.TU-Che... | Markus Friedl |
1999-12-08 | repair fake-skey for AUTH_TIS | Markus Friedl |
1999-12-08 | move checking of hostkey into own function. | Markus Friedl |
1999-12-08 | make code simpler. no need for memcpy. niels@ ok | Markus Friedl |
1999-12-08 | avoid stdio; based on work by markus, millert, and I | Theo de Raadt |
1999-12-08 | careless niels | Theo de Raadt |
1999-12-08 | make that a fatal | Niels Provos |
1999-12-07 | fix sighup handling. accept would just restart and daemon handled sighup | Niels Provos |
1999-12-07 | make sure the client selects a supported cipher | Markus Friedl |
1999-12-06 | atomicio() via lib | Theo de Raadt |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt |
1999-12-06 | properly name fd variable | Theo de Raadt |
1999-12-06 | check for ~ expansion past MAXPATHLEN | Theo de Raadt |
1999-12-06 | fd leak | Theo de Raadt |
1999-12-06 | use openpty() if it exists (it does on BSD4_4) | Theo de Raadt |
1999-12-06 | display great hatred towards strcpy | Theo de Raadt |
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 |
1999-11-24 | fix packet_integrity_check() for !have_hostname_in_open. | Markus Friedl |
1999-11-24 | set SO_REUSEADDR and SO_LINGER for forwarded ports. | Markus Friedl |
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 |
1999-11-22 | syslog changes: | Markus Friedl |
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 |