summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* split auth-rsa option parsing into auth-optionsmarkus2000-06-181-0/+7
| | | | add options support to authorized_keys2
* group ssh1 vs. ssh2 in serverloopmarkus2000-05-251-25/+26
|
* we don't have stderr for interactive terminal sessions (fcntl errors)markus2000-05-181-1/+3
|
* enable nonblocking IO for sshd w/ proto 1, too; split out common codemarkus2000-05-171-18/+26
|
* use c-style commentsmarkus2000-05-021-1/+1
|
* cleanup logging for sshd/2, respect PasswordAuth nomarkus2000-04-271-1/+1
|
* pid_tderaadt2000-04-191-4/+6
|
* whitespace cleanupmarkus2000-04-141-16/+16
|
* check payload for (illegal) extra datamarkus2000-04-141-6/+8
|
* ssh2 server side, see README.openssh2; enable with 'sshd -2'markus2000-04-061-7/+185
|
* replace big switch() with function tables (prepare for ssh2)markus2000-03-281-100/+91
|
* close(fdin) if fdin != fdout, shutdown otherwise, ok theo@markus2000-03-281-2/+2
|
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-3/+3
| | | | write(sock, buf, len) != len, with atomicio() calls.
* indentmarkus1999-12-021-1/+1
|
* KNF, final part 3markus1999-11-241-46/+68
|
* much more KNFderaadt1999-11-241-44/+48
|
* KNF part 1markus1999-11-231-528/+504
|
* 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.