Age | Commit message (Expand) | Author |
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 |
2000-07-07 | sense of port forwarding flag test was backwards | Theo de Raadt |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-05-25 | group ssh1 vs. ssh2 in serverloop | Markus Friedl |
2000-05-18 | we don't have stderr for interactive terminal sessions (fcntl errors) | Markus Friedl |
2000-05-17 | enable nonblocking IO for sshd w/ proto 1, too; split out common code | Markus Friedl |
2000-05-02 | use c-style comments | Markus Friedl |
2000-04-27 | cleanup logging for sshd/2, respect PasswordAuth no | Markus Friedl |
2000-04-19 | pid_t | Theo de Raadt |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl |