Age | Commit message (Expand) | Author |
2006-03-04 | move a debug() outside of a signal handler; ok markus@ a little while back | Damien Miller |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-07 | move #include <termios.h> out of includes.h; ok markus@ | Kevin Steves |
2005-12-13 | if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY | Reyk Floeter |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-10-31 | make sure we clean up wtmp, etc. file when we receive a SIGTERM, | Damien Miller |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-10 | fix regression I introduced in 4.2: X11 forwardings initiated after | Damien Miller |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller |
2004-01-19 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | Markus Friedl |
2003-12-09 | make ClientKeepAlive work for ssh -N, too (no login shell requested). | Markus Friedl |
2003-11-18 | Correct check for authctxt->valid. ok djm@ | Darren Tucker |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-04 | remove bitrotten commet; ok markus@ | Damien Miller |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
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-09-19 | log IP address also; ok markus@ | Kevin Steves |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-11 | pid_t cleanup. Markus need this now to keep hacking. | Mike Pechkin |
2002-03-30 | check waitpid for EINTR; based on patch from peter@ifm.liu.se | Markus Friedl |
2002-03-24 | remove unused debug | Markus Friedl |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl |
2002-01-31 | no need for WNOHANG; ok stevesk@ | Markus Friedl |
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl |
2002-01-10 | skip client_alive_check until there are channels; ok beck@ | Markus Friedl |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not 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 |
2001-12-21 | remove ifdef for USE_PIPES since fdin != fdout; ok djm@ | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-19 | fix race between SIGCHLD and select with an additional pipe. writing | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | deal with LP64 printf issue with sig_atomic_t. from thorpej | Jun-ichiro itojun Hagino |
2001-11-22 | volatile sig_atomic_t | Markus Friedl |
2001-11-09 | don't memset too much memory, ok millert@ | Markus Friedl |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl |
2001-10-04 | client_alive_check cleanup | Markus Friedl |