summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
AgeCommit message (Expand)Author
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
2004-08-11some signed/unsigned int comparison cleanups; markus@ okAnil Madhavapeddy
2004-07-11spacesTheo de Raadt
2004-06-18clientloop.cDamien Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-15missed one unset_nonblock; spotted by Tim RiceDamien Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-22use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@Damien Miller
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
2004-05-20Trivial type fix 0 -> '\0'; ok markus@Darren Tucker
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-09Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@Darren Tucker
2003-09-23move client only agent code to clientloop.cMarkus Friedl
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-09-19remove fatal callbacks from client code; ok deraadtMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-05-14allow to send a BREAK to the remote system; ok variousMarkus Friedl
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying bugfixes and automatic rekeying:Markus Friedl
2002-11-18don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;Markus Friedl
2002-08-22format with current EscapeChar; bugzilla #388 from wknox@mitre.org.Kevin Steves
2002-06-30minor KNFTheo de Raadt
2002-06-24move channel counter to u_intMarkus Friedl
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2002-03-21remove unused, sync w/ cmdline patch in my tree.Markus Friedl
2002-03-21remove unusedMarkus Friedl
2002-03-21add built-in command line for adding new port forwardings on the fly.Jakob Schlyter
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-01-10handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@Markus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05deal with LP64 printf issue with sig_atomic_t. from thorpejJun-ichiro itojun Hagino
2001-11-22volatile sig_atomic_tMarkus Friedl
2001-11-09don't memset too much memory, ok millert@Markus Friedl
2001-10-24make ~& (backgrounding) work again for proto v1; add support ~& for v2, tooMarkus Friedl
2001-10-24ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@Markus Friedl
2001-10-11clear select masks if we return before calling select().Markus Friedl
2001-10-10try to keep channels open until an exit-status message is sent.Markus Friedl
2001-09-17try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example;Markus Friedl