summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
AgeCommit message (Expand)Author
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
2001-07-17keep track of both maxfd and the size of the malloc'ed fdsets.Markus Friedl
2001-06-30adress -> address; ok markus@Kevin Steves
2001-06-29sync function definition with declaration; ok markus@Kevin Steves
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-04set flags in the signal handlers, do real work in the main loop, ok provos@Markus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus Friedl
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-20Split out and improve escape character documentation, mention ~R inDamien Miller
2001-04-17handle EINTR/EAGAIN on read; ok deraadt@Markus Friedl
2001-04-15set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@Markus Friedl
2001-04-14protocol 2 tty modes support; ok markus@Kevin Steves
2001-04-08leave_raw_mode if ssh2 "session" is closedMarkus Friedl
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-04-05for ~R print message if server does not support rekeying. (and fix ~R).Markus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl