Age | Commit message (Expand) | Author |
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 |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-19 | do not call packet_close on fatal; ok deraadt | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-16 | don't exit on multiple -v or -d; ok deraadt@ | Markus Friedl |
2003-07-14 | remove undocumented -V option. would be only useful if openssh is used | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-28 | report pidfile creation errors, based on patch from Roumen Petrov; ok markus@ | Damien Miller |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-04 | remove duplicated group-dropping code; ok markus@ | Damien Miller |
2003-05-29 | seteuid and setegid; markus ok | Theo de Raadt |
2003-05-24 | cast some types for printing; ok markus@ | Damien Miller |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-01-27 | more specific error message when /var/empty has wrong permissions; | Markus Friedl |
2002-11-07 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | Markus Friedl |
2002-09-27 | add a generic match for a prober, such as sie big brother; idea from stevesk@... | Michael Shalayeff |
2002-09-25 | typo; pilot@monkey.org | Markus Friedl |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves |
2002-07-23 | utmp_len is unsigned; display error consistent with other options. | Kevin Steves |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-30 | lint asks that we use names that do not overlap | Theo de Raadt |