summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10Ben Lindstrom
[auth-rsa.c auth2.c deattack.c packet.c] KNF
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04Ben Lindstrom
[ssh.c] shorten usage by a line
2001-03-05 - (bal) CVS ID touch up on uuencode.cBen Lindstrom
2001-03-05 - (bal) CVS ID touch up on sftp-int.cBen Lindstrom
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25Ben 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:32Ben Lindstrom
[channels.c] typo
2001-03-05 - markus@cvs.openbsd.org 2001/02/28 21:27:48Ben 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:41Ben Lindstrom
[sshd.c] generate a fake session id, too
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54Ben Lindstrom
[misc.c] for completeness, copy pw_gecos too
2001-03-05 - markus@cvs.openbsd.org 2001/02/28 12:55:07Ben Lindstrom
[channels.c] unify debug messages
2001-03-05 - markus@cvs.openbsd.org 2001/02/28 09:57:07Ben 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:55Ben 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:39Ben Lindstrom
[clientloop.c] fix byte counts for ssh protocol v1
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28Ben 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:28Ben Lindstrom
[misc.c] pull in protos
2001-03-05 - markus@cvs.openbsd.org 2001/02/27 11:00:11Ben 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:27Ben Lindstrom
[packet.c] fix random padding
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26Ben Lindstrom
[sshd_config] ssh2 rsa key before dsa key
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55Ben Lindstrom
[readconf.c] look for id_rsa by default, before id_dsa
2001-03-05 - markus@cvs.openbsd.org 2001/02/23 18:15:13Ben 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:53Ben Lindstrom
[serverloop.c] debug2->3
2001-03-05 - markus@cvs.openbsd.org 2001/02/22 21:59:44Ben 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:27Ben Lindstrom
[ssh.1 sshd.8] typos/grammar from matt@anzen.com
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06Ben Lindstrom
[sshd_config] activate RSA 2 key
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51Ben Lindstrom
[ssh-keygen.1 ssh-keygen.c] bye bye -d
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55Ben 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:37Ben Lindstrom
[servconf.c] grammar; slade@shore.net
2001-03-05 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04Ben Lindstrom
[ssh.c] -i supports DSA identities now; ok markus@
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56Ben Lindstrom
[sftp-server.c] careful with & and &&; markus ok
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54Ben Lindstrom
[authfile.c] improve fd handling
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04Ben Lindstrom
[ssh-keyscan.c] inline -> __inline__, and some indent
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48Ben 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' andBen 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. ReplaceDamien 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-04mode docDamien Miller
2001-03-04 - Document PAM ChallengeResponseAuthentication in sshd.8Damien 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.1p2Damien Miller
2001-03-01 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna VinschenDamien 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 listDamien 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 isDamien Miller
now done before the final fork().
2001-02-28 - (djm) Fully revert PAM session patch. All PAM session init is now doneDamien Miller
before the final fork().
2001-02-28 - (djm) Detect endianness in configure and use it in rijndael.c. FixesDamien Miller
"Bad packet length" bugs.
2001-02-27dohDamien Miller
2001-02-27 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim RiceDamien Miller
<tim@multitalents.net> - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice <tim@multitalents.net>