summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-27Minor updates to some README files.Tim Rice
2004-06-26 - djm@cvs.openbsd.org 2004/06/25 23:21:38Damien Miller
[sftp.c] bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de
2004-06-26 - OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2004/06/25 18:43:36 [sshd.c] fix broken fd handling in the re-exec fallback path, particularly when /dev/crypto is in use; ok deraadt@ markus@
2004-06-25 - dtucker@cvs.openbsd.org 2004/06/25 05:38:48Darren Tucker
[sftp-server.c] Fall back to stat+rename if filesystem doesn't doesn't support hard links. bz#823, ok djm@
2004-06-25 - (dtucker) [sshd.c] add line missing from reexec sync.Darren Tucker
2004-06-25 - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]Darren Tucker
Add closefrom() for platforms that don't have it. (might need some tuning later, but I want to be able to test reexec).
2004-06-25 - djm@cvs.openbsd.org 2004/06/25 01:25:12Darren Tucker
[regress/test-exec.sh] clean reexec-specific junk out of text-exec.sh and simplify; idea markus@
2004-06-25 - djm@cvs.openbsd.org 2004/06/24 19:32:00Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/reexec.sh] regress test for re-exec corner cases
2004-06-25 - djm@cvs.openbsd.org 2004/06/25 01:16:09Darren Tucker
[sshd.c] only perform tcp wrappers checks when the incoming connection is on a socket. silences useless warnings from regress tests that use proxycommand="sshd -i". prompted by david@ ok markus@
2004-06-25 - djm@cvs.openbsd.org 2004/06/24 19:30:54Darren Tucker
[servconf.c servconf.h sshd.c] re-exec sshd on accept(); initial work, final debugging and ok markus@
2004-06-24 - dtucker@cvs.openbsd.org 2004/06/23 14:31:01Darren Tucker
[ssh.c] Fix counting in master/slave when passing environment variables; ok djm@
2004-06-24 - mouring@cvs.openbsd.org 2004/06/23 00:39:38Darren Tucker
[rijndael.c] -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@
2004-06-23 - (bal) [contrib/README] Removed "mdoc2man.pl" reference and addedBen Lindstrom
reference to "findssl.sh" Also corrected my ChangeLog entries since I placed them in the wrong place.
2004-06-22 - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.Tim Rice
2004-06-23 - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker
Move loginrestrictions test to port-aix.c, replace with a generic hook.
2004-06-23 - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'Ben Lindstrom
2004-06-23 - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to matchDarren Tucker
-Wshadow change.
2004-06-23 - dtucker@cvs.openbsd.org 2004/06/22 22:55:56Darren Tucker
[regress/dynamic-forward.sh regress/test-exec.sh] Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
2004-06-23 - dtucker@cvs.openbsd.org 2004/06/22 22:45:52Darren Tucker
[regress/test-exec.sh] Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding arbitary options to sshd_config and ssh_config during tests. ok markus@
2004-06-23 - dtucker@cvs.openbsd.org 2004/06/22 22:42:02Darren Tucker
[regress/envpass.sh] Add quoting for test -z; ok markus@
2004-06-23 - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1Darren Tucker
connections with empty passwords. Patch from davidwu at nbttech.com, ok djm@
2004-06-22 - dtucker@cvs.openbsd.org 2004/06/22 05:05:45Darren Tucker
[monitor.c monitor_wrap.c] Change login->username, will prevent -Wshadow errors in Portable; ok markus@
2004-06-22 - markus@cvs.openbsd.org 2004/06/22 03:12:13Darren Tucker
[regress/envpass.sh regress/multiplex.sh] more portable env passing tests
2004-06-22 - (bal) [auth-passwd.c auth1.c] Clean up unused variables.Ben Lindstrom
2004-06-22 - (dtucker) [defines.h] Define __dead if not already defined.Darren Tucker
2004-06-22Missing ChangeLog entry for previousDarren Tucker
2004-06-22 - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket".Darren Tucker
2004-06-22 - djm@cvs.openbsd.org 2004/06/22 01:16:39Darren Tucker
[sftp.c] don't show .files by default in ls, add -a option to turn them back on; ok markus
2004-06-22 - djm@cvs.openbsd.org 2004/06/21 22:41:31Darren Tucker
[sftp.1] document sort options
2004-06-22 - djm@cvs.openbsd.org 2004/06/21 22:30:45Darren Tucker
[sftp.c] prefix ls option flags with LS_
2004-06-22 - djm@cvs.openbsd.org 2004/06/21 22:04:50Darren Tucker
[sftp.c] introduce sorting for ls, same options as /bin/ls; ok markus@
2004-06-22 - djm@cvs.openbsd.org 2004/06/21 22:02:58Darren Tucker
[log.h] mark fatal and cleanup exit as __dead; ok markus@
2004-06-22 - djm@cvs.openbsd.org 2004/06/21 17:53:03Darren Tucker
[session.c] fix fd leak for multiple subsystem connections; with markus@
2004-06-22 - avsm@cvs.openbsd.org 2004/06/21 17:36:31Darren Tucker
[auth-rsa.c auth2-gss.c auth2-pubkey.c authfile.c canohost.c channels.c cipher.c dns.c kex.c monitor.c monitor_fdpass.c monitor_wrap.c monitor_wrap.h nchan.c packet.c progressmeter.c scp.c sftp-server.c sftp.c ssh-gss.h ssh-keygen.c ssh.c sshconnect.c sshconnect1.c sshlogin.c sshpty.c] make ssh -Wshadow clean, no functional changes markus@ ok There are also some portable-specific -Wshadow warnings to be fixed in monitor.c and montior_wrap.c.
2004-06-22 - djm@cvs.openbsd.org 2004/06/20 19:28:12Darren Tucker
[sftp.1] mention new -n flag
2004-06-22 - djm@cvs.openbsd.org 2004/06/20 18:53:39Darren Tucker
[sftp.c] make "ls -l" listings print user/group names, add "ls -n" to show uid/gid (like /bin/ls); idea & ok markus@
2004-06-22 - djm@cvs.openbsd.org 2004/06/20 17:36:59Darren Tucker
[ssh.c] filter passed env vars at slave in connection sharing case; ok markus@
2004-06-20(tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.Tim Rice
OK dtucker@
2004-06-19 - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshdTim Rice
init script to top level directory.
2004-06-19 - (dtucker) [auth-pam.c] Don't use PAM namespace forDarren Tucker
pam_password_change_required either.
2004-06-18 - djm@cvs.openbsd.org 2004/06/18 11:11:54Damien Miller
[channels.c clientloop.c] Don't explode in clientloop when we receive a bogus channel id, but also don't generate them to begin with; ok markus@
2004-06-18 - markus@cvs.openbsd.org 2004/06/18 10:55:43Damien Miller
[ssh.1 ssh.c] trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm
2004-06-18 - (djm) OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2004/06/18 10:40:19 [ssh.c] delay signal handler setup until we have finished talking to the master. allow interrupting of setup (e.g. if master is stuck); ok markus@
2004-06-18 - dtucker@cvs.openbsd.org 2004/06/18 06:15:51Darren Tucker
[multiplex.sh] Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@
2004-06-18 - dtucker@cvs.openbsd.org 2004/06/18 06:13:25Darren Tucker
[sftp.c] Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@
2004-06-18 - djm@cvs.openbsd.org 2004/06/17 23:56:57Darren Tucker
[ssh.1 ssh.c] sync usage() and SYNPOSIS with connection sharing changes
2004-06-18 - (dtucker) [regress/README.regress] Add detail on how to run a singleDarren Tucker
test from the top-level Makefile.
2004-06-18 - djm@cvs.openbsd.org 2004/06/17 14:53:27Damien Miller
[regress/multiplex.sh] shared connection env passing regress test
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@