summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2004/06/24 19:30:54Darren Tucker2004-06-254-32/+261
| | | | | [servconf.c servconf.h sshd.c] re-exec sshd on accept(); initial work, final debugging and ok markus@
* - dtucker@cvs.openbsd.org 2004/06/23 14:31:01Darren Tucker2004-06-232-4/+9
| | | | | [ssh.c] Fix counting in master/slave when passing environment variables; ok djm@
* - mouring@cvs.openbsd.org 2004/06/23 00:39:38Darren Tucker2004-06-232-4/+7
| | | | | [rijndael.c] -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@
* - (bal) [contrib/README] Removed "mdoc2man.pl" reference and addedBen Lindstrom2004-06-232-7/+9
| | | | | | reference to "findssl.sh" Also corrected my ChangeLog entries since I placed them in the wrong place.
* - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.Tim Rice2004-06-232-2/+5
|
* - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker2004-06-234-28/+55
| | | | Move loginrestrictions test to port-aix.c, replace with a generic hook.
* - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'Ben Lindstrom2004-06-232-3/+4
|
* - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to matchDarren Tucker2004-06-232-2/+4
| | | | -Wshadow change.
* - dtucker@cvs.openbsd.org 2004/06/22 22:55:56Darren Tucker2004-06-233-4/+12
| | | | | [regress/dynamic-forward.sh regress/test-exec.sh] Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
* - dtucker@cvs.openbsd.org 2004/06/22 22:45:52Darren Tucker2004-06-232-2/+16
| | | | | | [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@
* - dtucker@cvs.openbsd.org 2004/06/22 22:42:02Darren Tucker2004-06-232-4/+8
| | | | | [regress/envpass.sh] Add quoting for test -z; ok markus@
* - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1Darren Tucker2004-06-232-3/+13
| | | | | connections with empty passwords. Patch from davidwu at nbttech.com, ok djm@
* - dtucker@cvs.openbsd.org 2004/06/22 05:05:45Darren Tucker2004-06-223-11/+15
| | | | | | [monitor.c monitor_wrap.c] Change login->username, will prevent -Wshadow errors in Portable; ok markus@
* - markus@cvs.openbsd.org 2004/06/22 03:12:13Darren Tucker2004-06-223-11/+22
| | | | | [regress/envpass.sh regress/multiplex.sh] more portable env passing tests
* - (bal) [auth-passwd.c auth1.c] Clean up unused variables.Ben Lindstrom2004-06-223-4/+7
|
* - (dtucker) [defines.h] Define __dead if not already defined.Darren Tucker2004-06-222-2/+7
|
* Missing ChangeLog entry for previousDarren Tucker2004-06-221-1/+2
|
* - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket".Darren Tucker2004-06-221-11/+11
|
* - djm@cvs.openbsd.org 2004/06/22 01:16:39Darren Tucker2004-06-222-4/+17
| | | | | | [sftp.c] don't show .files by default in ls, add -a option to turn them back on; ok markus
* - djm@cvs.openbsd.org 2004/06/21 22:41:31Darren Tucker2004-06-222-2/+19
| | | | | [sftp.1] document sort options
* - djm@cvs.openbsd.org 2004/06/21 22:30:45Darren Tucker2004-06-222-30/+33
| | | | | [sftp.c] prefix ls option flags with LS_
* - djm@cvs.openbsd.org 2004/06/21 22:04:50Darren Tucker2004-06-222-8/+49
| | | | | [sftp.c] introduce sorting for ls, same options as /bin/ls; ok markus@
* - djm@cvs.openbsd.org 2004/06/21 22:02:58Darren Tucker2004-06-222-4/+7
| | | | | [log.h] mark fatal and cleanup exit as __dead; ok markus@
* - djm@cvs.openbsd.org 2004/06/21 17:53:03Darren Tucker2004-06-222-3/+10
| | | | | [session.c] fix fd leak for multiple subsystem connections; with markus@
* - avsm@cvs.openbsd.org 2004/06/21 17:36:31Darren Tucker2004-06-2227-244/+252
| | | | | | | | | | | | | [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.
* - djm@cvs.openbsd.org 2004/06/20 19:28:12Darren Tucker2004-06-222-2/+9
| | | | | [sftp.1] mention new -n flag
* - djm@cvs.openbsd.org 2004/06/20 18:53:39Darren Tucker2004-06-222-15/+30
| | | | | | [sftp.c] make "ls -l" listings print user/group names, add "ls -n" to show uid/gid (like /bin/ls); idea & ok markus@
* - djm@cvs.openbsd.org 2004/06/20 17:36:59Darren Tucker2004-06-222-9/+43
| | | | | [ssh.c] filter passed env vars at slave in connection sharing case; ok markus@
* (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.Tim Rice2004-06-203-4/+10
| | | | OK dtucker@
* - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshdTim Rice2004-06-206-405/+26
| | | | init script to top level directory.
* - (dtucker) [auth-pam.c] Don't use PAM namespace forDarren Tucker2004-06-192-6/+10
| | | | pam_password_change_required either.
* - djm@cvs.openbsd.org 2004/06/18 11:11:54Damien Miller2004-06-183-7/+12
| | | | | | [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@
* - markus@cvs.openbsd.org 2004/06/18 10:55:43Damien Miller2004-06-183-10/+12
| | | | | [ssh.1 ssh.c] trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm
* - (djm) OpenBSD CVS SyncDamien Miller2004-06-182-6/+11
| | | | | | | - 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@
* - dtucker@cvs.openbsd.org 2004/06/18 06:15:51Darren Tucker2004-06-182-4/+8
| | | | | | [multiplex.sh] Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@
* - dtucker@cvs.openbsd.org 2004/06/18 06:13:25Darren Tucker2004-06-182-3/+6
| | | | | [sftp.c] Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@
* - djm@cvs.openbsd.org 2004/06/17 23:56:57Darren Tucker2004-06-183-10/+16
| | | | | [ssh.1 ssh.c] sync usage() and SYNPOSIS with connection sharing changes
* - (dtucker) [regress/README.regress] Add detail on how to run a singleDarren Tucker2004-06-182-4/+10
| | | | test from the top-level Makefile.
* - djm@cvs.openbsd.org 2004/06/17 14:53:27Damien Miller2004-06-172-3/+15
| | | | | [regress/multiplex.sh] shared connection env passing regress test
* - djm@cvs.openbsd.org 2004/06/17 15:10:14Damien Miller2004-06-177-13/+65
| | | | | | [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@
* - (djm) OpenBSD CVS SyncDamien Miller2004-06-174-19/+49
| | | | | | - djm@cvs.openbsd.org 2004/06/17 14:52:48 [clientloop.c clientloop.h ssh.c] support environment passing over shared connections; ok markus@
* - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is notDarren Tucker2004-06-172-2/+4
| | | | enough for slow systems, especially if they don't have a kernel RNG).
* - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that needDarren Tucker2004-06-172-2/+4
| | | | it.
* - dtucker@cvs.openbsd.org 2004/06/17 06:19:06Darren Tucker2004-06-172-10/+13
| | | | | [regress/multiplex.sh] Add small description of failing test to failure message; ok djm@
* - dtucker@cvs.openbsd.org 2004/06/17 06:00:05Darren Tucker2004-06-172-19/+25
| | | | | [regress/multiplex.sh] Use DATA and COPY for test data rather than hard-coded paths; ok djm@
* - dtucker@cvs.openbsd.org 2004/06/17 05:51:59Darren Tucker2004-06-172-3/+14
| | | | | | [regress/multiplex.sh] Remove datafile between and after tests, kill sshd rather than wait; ok djm@
* - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for someDarren Tucker2004-06-172-3/+14
| | | | platforms), so test if diff understands it. Pointed out by tim@, ok djm@
* Add missing regress.Darren Tucker2004-06-161-2/+2
|
* - dtucker@cvs.openbsd.org 2004/06/16 13:16:40Darren Tucker2004-06-162-4/+7
| | | | | [multiplex.sh] Silence multiplex sftp and scp tests. ok markus@
* - dtucker@cvs.openbsd.org 2004/06/16 13:15:09Darren Tucker2004-06-162-4/+9
| | | | | [regress/scp.sh] Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@