Age | Commit message (Expand) | Author |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2005-07-08 | Make comment match code; ok djm@ | Darren Tucker |
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2005-03-10 | spacing | Theo de Raadt |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2004-12-11 | Fix debug call in error path of authorized_keys processing and fix related | Darren Tucker |
2004-12-06 | Discard over-length authorized_keys entries rather than complaining when | Darren Tucker |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2003-10-28 | error->debug for getsockopt+TCP_NODELAY; several requests | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-04-12 | debug->debug2 | Markus Friedl |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-03-04 | error-> debug, because O_NONBLOCK for /dev/null causes too many different err... | Markus Friedl |
2002-02-26 | use socklen_t | Kevin Steves |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-16 | copy pw_expire and pw_change, too. | Markus Friedl |
2001-06-16 | typo; dunlap@apl.washington.edu | Markus Friedl |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-02-28 | for completeness, copy pw_gecos too | Theo de Raadt |
2001-02-28 | pull in protos | Theo de Raadt |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |