summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-18 - djm@cvs.openbsd.org 2004/06/17 15:10:14Damien Miller
[clientloop.c misc.h readconf.c readpass.c ssh.c ssh_config.5] Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening shared connections; ok markus@
2004-06-18 - (djm) OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2004/06/17 14:52:48 [clientloop.c clientloop.h ssh.c] support environment passing over shared connections; ok markus@
2004-06-17 - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is notDarren Tucker
enough for slow systems, especially if they don't have a kernel RNG).
2004-06-17 - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that needDarren Tucker
it.
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 06:19:06Darren Tucker
[regress/multiplex.sh] Add small description of failing test to failure message; ok djm@
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 06:00:05Darren Tucker
[regress/multiplex.sh] Use DATA and COPY for test data rather than hard-coded paths; ok djm@
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 05:51:59Darren Tucker
[regress/multiplex.sh] Remove datafile between and after tests, kill sshd rather than wait; ok djm@
2004-06-17 - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for someDarren Tucker
platforms), so test if diff understands it. Pointed out by tim@, ok djm@
2004-06-16Add missing regress.Darren Tucker
2004-06-16 - dtucker@cvs.openbsd.org 2004/06/16 13:16:40Darren Tucker
[multiplex.sh] Silence multiplex sftp and scp tests. ok markus@
2004-06-16 - dtucker@cvs.openbsd.org 2004/06/16 13:15:09Darren Tucker
[regress/scp.sh] Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@
2004-06-16 - (dtucker) [regress/README.regress]Darren Tucker
Add $TEST_SHELL to readme.
2004-06-16 - (dtucker) [regress/test-exec.sh]Darren Tucker
Move Portable-only StrictModes to top of list to make syncs easier.
2004-06-16Add missing regress/envpass.shDarren Tucker
2004-06-16 - djm@cvs.openbsd.org 2004/06/13 15:16:54Darren Tucker
[regress/test-exec.sh] remove duplicate setting of $SCP; spotted by markus@
2004-06-16 - djm@cvs.openbsd.org 2004/06/13 15:04:08Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/multiplex.sh] regress test for client multiplexing; ok markus@
2004-06-16 - dtucker@cvs.openbsd.org 2004/06/13 13:51:02Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh regress/scp.sh] Add scp regression test; with & ok markus@
2004-06-16 - djm@cvs.openbsd.org 2004/04/27 09:47:30Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/envpass.sh] regress test for environment passing, SendEnv & AcceptEnv options; ok markus@
2004-06-16 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. NoDarren Tucker
code changes.
2004-06-15 - djm@cvs.openbsd.org 2004/06/15 05:45:04Damien Miller
[clientloop.c] missed one unset_nonblock; spotted by Tim Rice
2004-06-14fix typoTim Rice
2004-06-15 - (djm) [ssh.c] Use separate var for address lengthDamien Miller
2004-06-15 - (djm) Fix Makefile.in for connection sharing changesDamien Miller
2004-06-15 - djm@cvs.openbsd.org 2004/06/14 01:44:39Damien Miller
[channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c] [sshd.c] set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
2004-06-15 - djm@cvs.openbsd.org 2004/06/13 15:03:02Damien Miller
[channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
2004-06-15 - dtucker@cvs.openbsd.org 2004/06/13 14:01:42Damien Miller
[ssh.1 ssh_config.5 sshd_config.5] List supported ciphers in man pages, tidy up ssh -c; "looks fine" jmc@, ok markus@
2004-06-15 - djm@cvs.openbsd.org 2004/06/13 12:53:24Damien Miller
[dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h] [ssh-keyscan.c sshconnect2.c sshd.c] implement diffie-hellman-group14-sha1 kex method (trivial extension to existing diffie-hellman-group1-sha1); ok markus@
2004-06-15 - pedro@cvs.openbsd.org 2004/06/03 12:22:20Damien Miller
[sftp-client.c sftp.c] initialize pointers, ok markus@
2004-06-15 - dtucker@cvs.openbsd.org 2004/06/01 14:20:45Damien Miller
[auth2-chall.c] Remove redundant #include; ok markus@
2004-06-15 - dtucker@cvs.openbsd.org 2004/05/27 00:50:13Damien Miller
[readconf.c] Kill dead code after fatal(); ok djm@
2004-06-15 - markus@cvs.openbsd.org 2004/05/26 23:02:39Damien Miller
[channels.c] missing freeaddrinfo; Andrey Matveev
2004-06-15 - djm@cvs.openbsd.org 2004/05/26 08:59:57Damien Miller
[sftp.c] exit -> _exit in forked child on error; from andrushock AT korovino.net
2004-06-03 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.Darren Tucker
ok djm@
2004-06-01 - (djm) [auth-pam.c] Add copyright for local changesDamien Miller
2004-05-30[buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(Tim Rice
2004-05-30 - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@Tim Rice
- (tim) [buildpkg.sh.in] New file. A more flexible version of contrib/solaris/buildpkg.sh used for "make package".
2004-05-30 - (dtucker) [auth-pam.c] Use an invalid password for root ifDarren Tucker
PermitRootLogin != yes or the login is invalid, to prevent leaking information. Based on Openwall's owl-always-auth patch. ok djm@
2004-05-30 - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAMDarren Tucker
support for PasswordAuthentication=yes. ok djm@
2004-05-27 - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.specDarren Tucker
contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass and Jim Knoble's email address , from Jim himself.
2004-05-24 - (dtucker) [sshd.c] Fix typo in comment.Darren Tucker
2004-05-24 - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"Darren Tucker
is terminated if the privsep slave exits during keyboard-interactive authentication. ok djm@
2004-05-24 - dtucker@cvs.openbsd.org 2004/05/23 23:59:53Darren Tucker
[auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config sshd_config.5] Add MaxAuthTries sshd config option; ok markus@
2004-05-24 - jmc@cvs.openbsd.org 2004/05/22 16:01:05Darren Tucker
[ssh.1] kill whitespace at eol;
2004-05-24 - djm@cvs.openbsd.org 2004/05/22 06:32:12Darren Tucker
[clientloop.c ssh.1] use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@
2004-05-24 - djm@cvs.openbsd.org 2004/05/21 11:33:11Darren Tucker
[channels.c channels.h clientloop.c serverloop.c ssh.1] bz #756: add support for the cancel-tcpip-forward request for the server and the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@
2004-05-24 - markus@cvs.openbsd.org 2004/05/21 08:43:03Darren Tucker
[kex.h moduli.c tildexpand.c] add prototypes for -Wall; ok djm
2004-05-24 - dtucker@cvs.openbsd.org 2004/05/20 10:58:05Darren Tucker
[clientloop.c] Trivial type fix 0 -> '\0'; ok markus@
2004-05-24 - djm@cvs.openbsd.org 2004/05/19 12:17:33Darren Tucker
[sftp-client.c sftp.c] gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while waiting for a command; ok markus@
2004-05-23 - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handleBen Lindstrom
old/broken/incomplete <sys/queue.h>.
2004-05-23 - (djm) [configure.ac] Warn if the system has no known way of figuring outDamien Miller
which user is on the other end of a Unix domain socket; ok dtucker@