summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-11 - markus@cvs.openbsd.org 2001/03/10 17:51:04Ben Lindstrom
[kex.c match.c match.h readconf.c readconf.h sshconnect2.c] add PreferredAuthentications
2001-03-10 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]Tim Rice
make sure $bindir is in USER_PATH so scp will work
2001-03-10make sure $bindir is in USER_PATH so scp will workTim Rice
2001-03-10 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00Ben Lindstrom
[compat.c compat.h sshconnect.c] all known netscreen ssh versions, and older versions of OSU ssh cannot handle password padding (newer OSU is fixed)
2001-03-10 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05Ben Lindstrom
[ttymodes.c ttymodes.h] remove unused sgtty macros; ok markus@
2001-03-10 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51Ben Lindstrom
[readconf.c ssh_config] default to SSH2, now that m68k runs fast
2001-03-10 - markus@cvs.openbsd.org 2001/03/10 12:48:27Ben Lindstrom
[sshconnect2.c] ignore nonexisting private keys; report rjmooney@mediaone.net
2001-03-09 - Removed log.o from sftp client. Not needed.Ben Lindstrom
2001-03-09 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29Ben Lindstrom
[sshd.c] typo; slade@shore.net
2001-03-09 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39Ben Lindstrom
[ssh-keygen.c] create *.pub files with umask 0644, so that you can mv them to authorized_keys
2001-03-09 - markus@cvs.openbsd.org 2001/03/08 21:42:33Ben Lindstrom
[compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c] implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> no need to do enter passphrase or do expensive sign operations if the server does not accept key).
2001-03-09 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48Ben Lindstrom
[sftp.1] spelling, cleanup; ok deraadt@
2001-03-08 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12Ben Lindstrom
[auth1.c] unused; ok markus@
2001-03-08 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;Kevin Steves
Dirk Markwardt <D.Markwardt@tu-bs.de>
2001-03-08 - OpenBSD CVS SyncBen Lindstrom
- markus@cvs.openbsd.org 2001/03/08 00:15:48 [readconf.c ssh.1] turn off useprivilegedports by default. only rhost-auth needs this. older sshd's may need this, too.
2001-03-08 - OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2001/03/07 10:11:23 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h] Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling functions and small protocol change.
2001-03-07 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>Damien Miller
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58Ben Lindstrom
[ssh.1] removed dated comment
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06Ben Lindstrom
[ssh.1 sshd.8] the name "secure shell" is boring, noone ever uses it
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42Ben Lindstrom
[sftp.1] order things
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44Ben Lindstrom
[sftp-int.c sftp.1 sftp.c] sftp -b batchfile; mouring@etoh.eviladmin.org
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18Ben Lindstrom
[ssh-keyscan.c] appease gcc
2001-03-06 - millert@cvs.openbsd.org 2001/03/06 01:08:27Ben Lindstrom
[clientloop.c] If read() fails with EINTR deal with it the same way we treat EAGAIN
2001-03-06 - millert@cvs.openbsd.org 2001/03/06 01:06:03Ben Lindstrom
[ssh-keyscan.c] Don't assume we wil get the version string all in one read(). deraadt@ OK'd
2001-03-06 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04Ben Lindstrom
[authfd.c cli.c ssh-agent.c] EINTR/EAGAIN handling is required in more cases
2001-03-06 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22Ben Lindstrom
[dh.c] spelling
2001-03-06 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48Ben Lindstrom
[ssh.1] more ssh_known_hosts2 documentation; ok markus@
2001-03-06 - markus@cvs.openbsd.org 2001/03/05 17:17:21Ben Lindstrom
[kex.c kex.h sshconnect2.c sshd.c] generate a 2*need size (~300 instead of 1024/2048) random private exponent during the DH key agreement. according to Niels (the great german advisor) this is safe since /etc/primes contains strong primes only. References: P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key agreement with short exponents, In Advances in Cryptology - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
2001-03-06 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15Ben Lindstrom
[sshd.8] detail default hmac setup too
2001-03-06 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16Ben Lindstrom
[myproposal.h ssh.1] switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; provos & markus ok
2001-03-06 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51Ben Lindstrom
[servconf.c] sync error message; ok markus@
2001-03-06 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47Ben Lindstrom
[sshd.8] alpha order; jcs@rt.fm
2001-03-05 - (stevesk) sftp.c: handle __prognameKevin Steves
2001-03-05 - (stevesk) OpenBSD sync:Kevin Steves
- deraadt@cvs.openbsd.org 2001/03/05 08:37:27 [ssh-keyscan.c] skip inlining, why bother
2001-03-05moreDamien Miller
2001-03-05 - (djm) Fix up LOG_AUTHPRIV for systems that have itDamien Miller
2001-03-05Temporary disable AUTHPRIV code until it's fixed. It is broken. =(Ben Lindstrom
2001-03-05 - (bal) Fix up logging since it changed. removed log-*.cBen Lindstrom
2001-03-05 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()Ben Lindstrom
2001-03-05Oops.. Reverted CVS ID.Ben Lindstrom
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28Ben Lindstrom
[sshd.8] list SSH2 ciphers
2001-03-05 - millert@cvs.openbsd.org 2001/03/04 17:42:28Ben Lindstrom
[authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c ssh.c sshconnect.c sshd.c] log functions should not be passed strings that end in newline as they get passed on to syslog() and when logging to stderr, do_log() appends its own newline.
2001-03-05 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04Ben Lindstrom
[sshd.8] spelling
2001-03-05 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06Ben Lindstrom
[servconf.c sshd.8] kill obsolete RandomSeed; ok markus@ deraadt@
2001-03-05 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41Ben Lindstrom
[sshd.8] small cleanup and clarify for PermitRootLogin; ok markus@
2001-03-05 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53Ben Lindstrom
[ssh.c] add -m to usage; ok markus@
2001-03-05 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.cBen Lindstrom
2001-03-05 - markus@cvs.openbsd.org 2001/03/04 00:03:59Ben Lindstrom
[channels.c] debug1->2
2001-03-05 - markus@cvs.openbsd.org 2001/03/03 23:59:34Ben Lindstrom
[log.c ssh.c] log*.c -> log.c
2001-03-05 - markus@cvs.openbsd.org 2001/03/03 23:52:22Ben Lindstrom
[sftp.c] clean up arg processing. based on work by Christophe_Moret@hp.com