Age | Commit message (Expand) | Author |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-07-17 | Fix a number of X11 forwarding channel leaks: | Damien Miller |
2005-07-16 | spacing | Damien Miller |
2005-07-04 | don't forget to set x11_saved_display | Markus Friedl |
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller |
2005-07-01 | don't free() if getaddrinfo() fails; report mpech@ | 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-06-16 | move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier | Damien Miller |
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl |
2005-03-10 | spacing | Theo de Raadt |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2004-10-29 | fix some window size change bugs for multiplexed connections: windows sizes | Damien Miller |
2004-08-23 | typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-07-11 | spaces | Theo de Raadt |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-06-18 | clientloop.c | Damien Miller |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-26 | missing freeaddrinfo; Andrey Matveev | Markus Friedl |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2004-01-19 | fake consumption for half closed channels since the peer is waiting for | Markus Friedl |
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl |
2003-09-19 | do not call channel_free_all on fatal; ok deraadt | Markus Friedl |
2003-09-16 | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU | Markus Friedl |
2003-08-29 | be less chatty; debug -> debug2, cleanup; ok henning@ | Markus Friedl |
2003-07-02 | (re)add socks5 suppport to -D; ok djm@ | Markus Friedl |
2003-07-02 | deny dynamic forwarding with -R for v1, too; ok djm@ | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
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-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller |
2003-01-01 | move big output buffer messages to debug2 | Markus Friedl |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl |
2002-09-17 | don't quit while creating X11 listening socket. | Jun-ichiro itojun Hagino |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves |
2002-09-09 | signed vs unsigned from -pedantic; ok henning@ | Markus Friedl |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt |
2002-06-26 | limit # of channels to 10000 | Markus Friedl |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-23 | tcode is u_int | Markus Friedl |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt |
2002-06-10 | move creation of agent socket to session.c; no need for uidswapping | Markus Friedl |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |