Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-05 | - markus@cvs.openbsd.org 2001/03/01 22:46:37 | Ben Lindstrom | |
[ssh.c] don't truncate remote ssh-2 commands; from mkubita@securities.cz use min, not max for logging, fixes overflow. | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/03/01 03:38:33 | Ben Lindstrom | |
[cli.c cli.h rijndael.h ssh-keyscan.1] copyright notices on all source files | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/03/01 02:45:10 | Ben Lindstrom | |
[auth-rsa.c auth2.c deattack.c packet.c] KNF | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/03/01 02:29:04 | Ben Lindstrom | |
[ssh.c] shorten usage by a line | |||
2001-03-05 | - (bal) CVS ID touch up on uuencode.c | Ben Lindstrom | |
2001-03-05 | - (bal) CVS ID touch up on sftp-int.c | Ben Lindstrom | |
2001-03-05 | - deraadt@cvs.openbsd.org 2001/03/01 02:11:25 | Ben Lindstrom | |
[authfd.c] split line so that p will have an easier time next time around | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 21:31:32 | Ben Lindstrom | |
[channels.c] typo | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 21:27:48 | Ben Lindstrom | |
[channels.c packet.c packet.h serverloop.c] use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message use random content in ignore messages. | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 21:21:41 | Ben Lindstrom | |
[sshd.c] generate a fake session id, too | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/28 17:52:54 | Ben Lindstrom | |
[misc.c] for completeness, copy pw_gecos too | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 12:55:07 | Ben Lindstrom | |
[channels.c] unify debug messages | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 09:57:07 | Ben Lindstrom | |
[packet.c packet.h sshconnect2.c] in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 08:54:55 | Ben Lindstrom | |
[channels.c nchan.c nchan.h] make sure remote stderr does not get truncated. remove closed fd's from the select mask. | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/28 08:45:39 | Ben Lindstrom | |
[clientloop.c] fix byte counts for ssh protocol v1 | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/28 05:36:28 | Ben Lindstrom | |
[sftp.c] do not kill the subprocess on termination (we will see if this helps things or hurts things) | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/28 05:34:28 | Ben Lindstrom | |
[misc.c] pull in protos | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/27 11:00:11 | Ben Lindstrom | |
[compat.c] support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/27 10:35:27 | Ben Lindstrom | |
[packet.c] fix random padding | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/24 10:37:26 | Ben Lindstrom | |
[sshd_config] ssh2 rsa key before dsa key | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/24 10:37:55 | Ben Lindstrom | |
[readconf.c] look for id_rsa by default, before id_dsa | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/23 18:15:13 | Ben Lindstrom | |
[sshd.c] the random session key depends now on the session_key_int sent by the 'attacker' dig1 = md5(cookie|session_key_int); dig2 = md5(dig1|cookie|session_key_int); fake_session_key = dig1|dig2; this change is caused by a mail from anakin@pobox.com patch based on discussions with my german advisor niels@openbsd.org | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/23 15:34:53 | Ben Lindstrom | |
[serverloop.c] debug2->3 | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/22 21:59:44 | Ben Lindstrom | |
[auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] use pwcopy in ssh.c, too | |||
2001-03-05 | - markus@cvs.openbsd.org 2001/02/22 21:57:27 | Ben Lindstrom | |
[ssh.1 sshd.8] typos/grammar from matt@anzen.com | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 18:09:06 | Ben Lindstrom | |
[sshd_config] activate RSA 2 key | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 08:03:51 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] bye bye -d | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 06:43:55 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] document -d, and -t defaults to rsa1 | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 04:29:37 | Ben Lindstrom | |
[servconf.c] grammar; slade@shore.net | |||
2001-03-05 | - stevesk@cvs.openbsd.org 2001/02/21 21:14:04 | Ben Lindstrom | |
[ssh.c] -i supports DSA identities now; ok markus@ | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 09:12:56 | Ben Lindstrom | |
[sftp-server.c] careful with & and &&; markus ok | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 09:05:54 | Ben Lindstrom | |
[authfile.c] improve fd handling | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 07:37:04 | Ben Lindstrom | |
[ssh-keyscan.c] inline -> __inline__, and some indent | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 | Ben Lindstrom | |
[sshd.8] it's the OpenSSH one | |||
2001-03-05 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | Ben Lindstrom | |
2001-03-03 | - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and | Ben Lindstrom | |
give Mark Roth credit for mdoc2man.pl | |||
2001-03-03 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | Ben Lindstrom | |
2001-03-04 | - Allow PRNGd entropy collection from localhost TCP socket. Replace | Damien Miller | |
"--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-03-04 | - Document PAM ChallengeResponseAuthentication in sshd.8 | Damien Miller | |
- Disable and comment ChallengeResponseAuthentication in sshd_config | |||
2001-03-03 | - Remove make-ssh-known-hosts.pl, ssh-keyscan is better. | Damien Miller | |
2001-03-01 | - (djm) Released 2.5.1p2 | Damien Miller | |
2001-03-01 | - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> | |||
2001-03-01 | - (djm) Force standard PAM conversation function in a few more places. | Damien Miller | |
Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai <nalin@redhat.com> | |||
2001-03-01 | - (djm) Properly add -lcrypt if needed. | Damien Miller | |
2001-02-28 | - (djm) Remove /tmp from EGD socket search list | Damien Miller | |
2001-02-28 | - (djm) EGD detection patch from Tim Rice <tim@multitalents.net> | Damien Miller | |
2001-02-28 | - (djm) Fully revert PAM session patch (again). All PAM session init is | Damien Miller | |
now done before the final fork(). | |||
2001-02-28 | - (djm) Fully revert PAM session patch. All PAM session init is now done | Damien Miller | |
before the final fork(). | |||
2001-02-28 | - (djm) Detect endianness in configure and use it in rijndael.c. Fixes | Damien Miller | |
"Bad packet length" bugs. | |||
2001-02-27 | doh | Damien Miller | |