summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50Ben Lindstrom
[sftp-server.c] KNF
2001-03-05 - millert@cvs.openbsd.org 2001/03/03 21:41:07Ben Lindstrom
[packet.c] Dynamically allocate fd_set; deraadt@ OK
2001-03-05 - millert@cvs.openbsd.org 2001/03/03 21:40:30Ben Lindstrom
[sftp-server.c] Dynamically allocate fd_set; deraadt@ OK
2001-03-05 - millert@cvs.openbsd.org 2001/03/03 21:19:41Ben Lindstrom
[ssh-keyscan.c] Dynamically allocate read_wait and its copies. Since maxfd is based on resource limits it is often (usually?) larger than FD_SETSIZE.
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12Ben Lindstrom
[ssh-keyscan.c] standard theo sweep
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31Ben Lindstrom
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49Ben Lindstrom
[sshd.8] doc the dsa/rsa key pair files
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01Ben Lindstrom
[sshd.8] explain SIGHUP better
2001-03-05 - markus@cvs.openbsd.org 2001/03/01 22:46:37Ben 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:33Ben 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: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