summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/serverloop.c
AgeCommit message (Expand)Author
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-28use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messageMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-15indentTheo de Raadt
2001-02-08mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok...Dug Song
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-29fix select overflow; ok deraadt@ and stevesk@Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2000-12-27less chattyMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-11wait indicates failure by returning -1, not arbitrary values < 0Theo de Raadt
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-16Add idents for files which lack themDamien Miller
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-07sense of port forwarding flag test was backwardsTheo de Raadt
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-05-25group ssh1 vs. ssh2 in serverloopMarkus Friedl
2000-05-18we don't have stderr for interactive terminal sessions (fcntl errors)Markus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-02use c-style commentsMarkus Friedl
2000-04-27cleanup logging for sshd/2, respect PasswordAuth noMarkus Friedl
2000-04-19pid_tTheo de Raadt
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-28close(fdin) if fdin != fdout, shutdown otherwise, ok theo@Markus Friedl
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-12-02indentMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-10-04fix shutdown() for sockets, the last one has to close the socketMarkus Friedl
1999-10-03errno trashing in signal handlersTheo de Raadt
1999-10-03use SHUT_* symbolsTheo de Raadt