Age | Commit message (Expand) | Author |
2005-07-16 | spacing | Damien Miller |
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-16 | move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier | Damien Miller |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | 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-11-07 | add basic control of a running multiplex master connection; including the | Damien Miller |
2004-10-29 | factor out common permission-asking code to separate function; ok markus@ | Damien Miller |
2004-10-29 | fix some window size change bugs for multiplexed connections: windows sizes | Damien Miller |
2004-09-07 | cleanup multiplex control socket on SIGHUP too, spotted by sturm@ | Damien Miller |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-07-11 | spaces | Theo de Raadt |
2004-06-18 | clientloop.c | Damien Miller |
2004-06-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | Damien Miller |
2004-06-17 | support environment passing over shared connections; ok markus@ | Damien Miller |
2004-06-15 | missed one unset_nonblock; spotted by Tim Rice | 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-22 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ | Damien Miller |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller |
2004-05-20 | Trivial type fix 0 -> '\0'; ok markus@ | Darren Tucker |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2004-05-08 | make two tiny header files go away; djm ok | Theo de Raadt |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl |
2003-12-09 | Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@ | Darren Tucker |
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-19 | remove fatal callbacks from client code; ok deraadt | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl |
2002-11-18 | don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN; | Markus Friedl |
2002-08-22 | format with current EscapeChar; bugzilla #388 from wknox@mitre.org. | Kevin Steves |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl |
2002-03-21 | remove unused, sync w/ cmdline patch in my tree. | Markus Friedl |
2002-03-21 | remove unused | Markus Friedl |
2002-03-21 | add built-in command line for adding new port forwardings on the fly. | Jakob Schlyter |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl |
2002-01-10 | handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@ | Markus Friedl |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |