Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix whitespace: unexpand + trailing spaces. | 2001-04-05 | 1 | -2/+2 | ||
| | ||||||
* | parse full kexinit packet. | 2001-04-04 | 1 | -7/+10 | ||
| | | | | make server-side more robust, too. | |||||
* | more robust rekeying | 2001-04-04 | 1 | -2/+2 | ||
| | | | | don't send channel data after rekeying is started. | |||||
* | enable server side rekeying + some rekey related clientup. | 2001-04-04 | 1 | -2/+9 | ||
| | | | | todo: we should not send any non-KEX messages after we send KEXINIT | |||||
* | implement "permitopen" key option, restricts -L style forwarding to | 2001-03-16 | 1 | -6/+2 | ||
| | | | | to specified host:port pairs. based on work by harlan@genua.de | |||||
* | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | 2001-03-04 | 1 | -2/+2 | ||
| | | | | header conflicts in portable; ok markus@ | |||||
* | make copyright lines the same format | 2001-03-02 | 1 | -2/+2 | ||
| | ||||||
* | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | 2001-02-28 | 1 | -4/+2 | ||
| | | | | use random content in ignore messages. | |||||
* | debug2->3 | 2001-02-23 | 1 | -2/+2 | ||
| | ||||||
* | ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ | 2001-02-19 | 1 | -2/+6 | ||
| | ||||||
* | genericize password padding function for SSH1 and SSH2. | 2001-02-15 | 1 | -2/+2 | ||
| | | | | add stylized echo to 2, too. | |||||
* | indent | 2001-02-15 | 1 | -2/+5 | ||
| | ||||||
* | mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok provos@ | 2001-02-08 | 1 | -2/+12 | ||
| | ||||||
* | sync with netbsd tree changes. | 2001-02-08 | 1 | -9/+9 | ||
| | | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -4/+4 | ||
| | ||||||
* | do not disconnect if local port forwarding fails, e.g. if port is already in use | 2001-01-31 | 1 | -3/+2 | ||
| | ||||||
* | fix select overflow; ok deraadt@ and stevesk@ | 2001-01-29 | 1 | -43/+42 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -3/+4 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | 2001-01-19 | 1 | -1/+2 | ||
| | ||||||
* | 1) removes fake skey from sshd, since this will be much | 2001-01-18 | 1 | -2/+2 | ||
| | | | | | | | harder with /usr/libexec/auth/login_XXX 2) share/unify code used in ssh-1 and ssh-2 authentication (server side) 3) make addition of BSD_AUTH and other challenge reponse methods easier. | |||||
* | less chatty | 2000-12-27 | 1 | -2/+2 | ||
| | ||||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -8/+8 | ||
| | | | | with u_char. | |||||
* | wait indicates failure by returning -1, not arbitrary values < 0 | 2000-12-11 | 1 | -2/+2 | ||
| | ||||||
* | async connects for -R/-L; ok deraadt@ | 2000-12-05 | 1 | -2/+2 | ||
| | ||||||
* | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | 2000-11-06 | 1 | -35/+93 | ||
| | ||||||
* | enable non-blocking IO on channels, and tty's (except for the client ttys). | 2000-10-27 | 1 | -3/+3 | ||
| | ||||||
* | Add idents for files which lack them | 2000-10-16 | 1 | -0/+2 | ||
| | | | | Fix idents Id -> OpenBSD for the rest | |||||
* | AllowTcpForwarding; from naddy@ | 2000-10-14 | 1 | -1/+3 | ||
| | ||||||
* | add context to dispatch_run | 2000-09-21 | 1 | -5/+5 | ||
| | ||||||
* | typo | 2000-09-21 | 1 | -1/+1 | ||
| | ||||||
* | cleanup window and packet sizes for ssh2 flow control; ok niels | 2000-09-07 | 1 | -2/+4 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -3/+27 | ||
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||||
* | sense of port forwarding flag test was backwards | 2000-07-07 | 1 | -1/+1 | ||
| | ||||||
* | split auth-rsa option parsing into auth-options | 2000-06-18 | 1 | -0/+7 | ||
| | | | | add options support to authorized_keys2 | |||||
* | group ssh1 vs. ssh2 in serverloop | 2000-05-25 | 1 | -25/+26 | ||
| | ||||||
* | we don't have stderr for interactive terminal sessions (fcntl errors) | 2000-05-18 | 1 | -1/+3 | ||
| | ||||||
* | enable nonblocking IO for sshd w/ proto 1, too; split out common code | 2000-05-17 | 1 | -18/+26 | ||
| | ||||||
* | use c-style comments | 2000-05-02 | 1 | -1/+1 | ||
| | ||||||
* | cleanup logging for sshd/2, respect PasswordAuth no | 2000-04-27 | 1 | -1/+1 | ||
| | ||||||
* | pid_t | 2000-04-19 | 1 | -4/+6 | ||
| | ||||||
* | whitespace cleanup | 2000-04-14 | 1 | -16/+16 | ||
| | ||||||
* | check payload for (illegal) extra data | 2000-04-14 | 1 | -6/+8 | ||
| | ||||||
* | ssh2 server side, see README.openssh2; enable with 'sshd -2' | 2000-04-06 | 1 | -7/+185 | ||
| | ||||||
* | replace big switch() with function tables (prepare for ssh2) | 2000-03-28 | 1 | -100/+91 | ||
| | ||||||
* | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ | 2000-03-28 | 1 | -2/+2 | ||
| | ||||||
* | move atomicio into it's own file. wrap all socket write()s which were doing | 1999-12-06 | 1 | -3/+3 | ||
| | | | | write(sock, buf, len) != len, with atomicio() calls. | |||||
* | indent | 1999-12-02 | 1 | -1/+1 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -46/+68 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -44/+48 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -528/+504 | ||
| |