Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | split auth-rsa option parsing into auth-options | 2000-06-18 | 1 | -0/+7 | ||
| | | | | add options support to authorized_keys2 | |||||
* | group ssh1 vs. ssh2 in serverloop | 2000-05-25 | 1 | -25/+26 | ||
| | ||||||
* | we don't have stderr for interactive terminal sessions (fcntl errors) | 2000-05-18 | 1 | -1/+3 | ||
| | ||||||
* | enable nonblocking IO for sshd w/ proto 1, too; split out common code | 2000-05-17 | 1 | -18/+26 | ||
| | ||||||
* | use c-style comments | 2000-05-02 | 1 | -1/+1 | ||
| | ||||||
* | cleanup logging for sshd/2, respect PasswordAuth no | 2000-04-27 | 1 | -1/+1 | ||
| | ||||||
* | pid_t | 2000-04-19 | 1 | -4/+6 | ||
| | ||||||
* | whitespace cleanup | 2000-04-14 | 1 | -16/+16 | ||
| | ||||||
* | check payload for (illegal) extra data | 2000-04-14 | 1 | -6/+8 | ||
| | ||||||
* | ssh2 server side, see README.openssh2; enable with 'sshd -2' | 2000-04-06 | 1 | -7/+185 | ||
| | ||||||
* | replace big switch() with function tables (prepare for ssh2) | 2000-03-28 | 1 | -100/+91 | ||
| | ||||||
* | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ | 2000-03-28 | 1 | -2/+2 | ||
| | ||||||
* | move atomicio into it's own file. wrap all socket write()s which were doing | 1999-12-06 | 1 | -3/+3 | ||
| | | | | write(sock, buf, len) != len, with atomicio() calls. | |||||
* | indent | 1999-12-02 | 1 | -1/+1 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -46/+68 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -44/+48 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -528/+504 | ||
| | ||||||
* | syslog changes: | 1999-11-22 | 1 | -4/+8 | ||
| | | | | | | | | | | | * 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 | |||||
* | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | 1999-11-19 | 1 | -4/+4 | ||
| | | | | [hope this time my ISP stays alive during commit] | |||||
* | bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie | 1999-11-16 | 1 | -2/+3 | ||
| | ||||||
* | fix shutdown() for sockets, the last one has to close the socket | 1999-10-04 | 1 | -14/+8 | ||
| | ||||||
* | errno trashing in signal handlers | 1999-10-03 | 1 | -0/+2 | ||
| | ||||||
* | use SHUT_* symbols | 1999-10-03 | 1 | -5/+5 | ||
| | ||||||
* | do not call shutdown() on pipes, ok: deraadt | 1999-10-03 | 1 | -0/+20 | ||
| | ||||||
* | even smaller | 1999-09-30 | 1 | -1/+1 | ||
| | ||||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+628 | ||
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |