summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* syslog changes:markus1999-11-221-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@markus1999-11-191-4/+4
| | | | [hope this time my ISP stays alive during commit]
* bugfix: check for space if child has terminated, from: iedowse@maths.tcd.iemarkus1999-11-161-2/+3
|
* fix shutdown() for sockets, the last one has to close the socketmarkus1999-10-041-14/+8
|
* errno trashing in signal handlersderaadt1999-10-031-0/+2
|
* use SHUT_* symbolsderaadt1999-10-031-5/+5
|
* do not call shutdown() on pipes, ok: deraadtmarkus1999-10-031-0/+20
|
* even smallerderaadt1999-09-301-1/+1
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-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.