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