summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
2006-03-20sprinkle some ARGSUSED for table driven functions (which sometimes must ignor...Theo de Raadt
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-13don't log that we are listening on a socket before the listen() callDamien Miller
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2005-12-24eliminate some code duplicated in privsep and non-privsep paths, andDamien Miller
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30Check for connections with IP options earlier and drop silently. ok djm@Darren Tucker
2005-09-21change label at markus@'s requestDamien Miller
2005-09-19stop connection abort on rekey with delayed compression enabled whenDamien Miller
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-07-25add a new compression method that delays compression until the userMarkus Friedl
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-16don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djmMarkus Friedl
2005-04-06avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@Damien Miller
2005-02-08Provide reason in error message if getnameinfo fails; ok markus@Darren Tucker
2005-01-21Warn in advance for password and account expiry; initialize loginmsgOtto Moerbeek
2005-01-17Make debugging output continue after reexec; ok djm@Darren Tucker
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
2004-09-25these printf args are no longer double; ok deraadt@ markus@Damien Miller
2004-09-15use less doubles in daemons; markus@ okMichael Shalayeff
2004-08-28don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@Damien Miller
2004-08-11Don't try to close startup_pipe if it's not open; ok djm@Darren Tucker
2004-07-28call setsid() _before_ re-execMarkus Friedl
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-07-11spacesTheo de Raadt
2004-06-26initialise some fd variables to -1, djm@ okAnil Madhavapeddy
2004-06-25fix broken fd handling in the re-exec fallback path, particularly whenDamien Miller
2004-06-25only perform tcp wrappers checks when the incoming connection is on a socket.Damien Miller
2004-06-24re-exec sshd on accept(); initial work, final debugging and ok markus@Damien Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11trim usage; ok deraadtMarkus Friedl
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-02-25typo in commentDamien Miller
2004-02-23backout revision 1.279; set listen socket to non-block; ok henning.Markus Friedl
2004-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-12-09fix -o and HUP; ok henning@Markus Friedl
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl