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