| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | keep track of both maxfd and the size of the malloc'ed fdsets. |  markus | 2001-07-17 | 1 | -10/+17 |
* | schedule client alive for ssh2 only, greg@cheers.bungi.com |  markus | 2001-07-15 | 1 | -5/+4 |
* | improve cleanup/exit logic in ssh2: |  markus | 2001-07-02 | 1 | -2/+4 |
* | wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE |  markus | 2001-07-02 | 1 | -3/+17 |
* | quick hack to make ssh2 work again. |  markus | 2001-06-27 | 1 | -3/+5 |
* | update copyright for 2001 |  markus | 2001-06-25 | 1 | -2/+2 |
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed |  itojun | 2001-06-23 | 1 | -22/+24 |
* | move from channel_stop_listening to channel_free_all, |  markus | 2001-06-20 | 1 | -4/+4 |
* | set flags in the signal handlers, do real work in the main loop, ok provos@ |  markus | 2001-06-04 | 1 | -45/+10 |
* | undo the .c file split, just merge the header and keep the cvs history |  markus | 2001-05-31 | 1 | -2/+2 |
* | channel layer cleanup: merge header files and split .c files |  markus | 2001-05-30 | 1 | -2/+2 |
* | adds correct error reporting to async connect()s |  markus | 2001-05-08 | 1 | -9/+10 |
* | move to Channel **channels (instead of Channel *channels), fixes realloc problems. |  markus | 2001-05-04 | 1 | -16/+24 |
* | more ssh.com-2.0.x bug-compat; from per@appgate.com |  markus | 2001-04-29 | 1 | -3/+5 |
* | fix whitespace |  markus | 2001-04-29 | 1 | -4/+4 |
* | Add options ClientAliveInterval and ClientAliveCountMax to sshd. |  beck | 2001-04-13 | 1 | -4/+60 |
* | keep the ssh session even if there is no active channel. |  markus | 2001-04-05 | 1 | -9/+9 |
* | fix whitespace: unexpand + trailing spaces. |  markus | 2001-04-05 | 1 | -2/+2 |
* | parse full kexinit packet. |  markus | 2001-04-04 | 1 | -7/+10 |
* | more robust rekeying |  markus | 2001-04-04 | 1 | -2/+2 |
* | enable server side rekeying + some rekey related clientup. |  markus | 2001-04-04 | 1 | -2/+9 |
* | implement "permitopen" key option, restricts -L style forwarding to |  markus | 2001-03-16 | 1 | -6/+2 |
* | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid |  djm | 2001-03-04 | 1 | -2/+2 |
* | make copyright lines the same format |  deraadt | 2001-03-02 | 1 | -2/+2 |
* | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message |  markus | 2001-02-28 | 1 | -4/+2 |
* | debug2->3 |  markus | 2001-02-23 | 1 | -2/+2 |
* | ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ |  markus | 2001-02-19 | 1 | -2/+6 |
* | genericize password padding function for SSH1 and SSH2. |  markus | 2001-02-15 | 1 | -2/+2 |
* | indent |  deraadt | 2001-02-15 | 1 | -2/+5 |
* | mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok provos@ |  dugsong | 2001-02-08 | 1 | -2/+12 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -9/+9 |
* | unexpand and remove end-of-line whitespace; ok markus@ |  stevesk | 2001-02-04 | 1 | -4/+4 |
* | do not disconnect if local port forwarding fails, e.g. if port is already in use |  markus | 2001-01-31 | 1 | -3/+2 |
* | fix select overflow; ok deraadt@ and stevesk@ |  markus | 2001-01-29 | 1 | -43/+42 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -3/+4 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -1/+2 |
* | 1) removes fake skey from sshd, since this will be much |  markus | 2001-01-18 | 1 | -2/+2 |
* | less chatty |  markus | 2000-12-27 | 1 | -2/+2 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -8/+8 |
* | wait indicates failure by returning -1, not arbitrary values < 0 |  deraadt | 2000-12-11 | 1 | -2/+2 |
* | async connects for -R/-L; ok deraadt@ |  markus | 2000-12-05 | 1 | -2/+2 |
* | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi |  markus | 2000-11-06 | 1 | -35/+93 |
* | enable non-blocking IO on channels, and tty's (except for the client ttys). |  markus | 2000-10-27 | 1 | -3/+3 |
* | Add idents for files which lack them |  djm | 2000-10-16 | 1 | -0/+2 |
* | AllowTcpForwarding; from naddy@ |  markus | 2000-10-14 | 1 | -1/+3 |
* | add context to dispatch_run |  markus | 2000-09-21 | 1 | -5/+5 |
* | typo |  markus | 2000-09-21 | 1 | -1/+1 |
* | cleanup window and packet sizes for ssh2 flow control; ok niels |  markus | 2000-09-07 | 1 | -2/+4 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -3/+27 |
* | sense of port forwarding flag test was backwards |  deraadt | 2000-07-07 | 1 | -1/+1 |