History log of /openbsd-current/regress/usr.bin/ssh/connect-privsep.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.9 30-Apr-2017 djm

eliminate explicit specification of protocol in tests and loops over
protocol. We only support SSHv2 now.


Revision tags: OPENBSD_6_1_BASE
# 1.8 01-Nov-2016 tb

Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and
TEST_ENV to unittets/Makefile.inc.

ok otto


# 1.7 31-Oct-2016 tb

Remove the obsolete A and P flags from MALLOC_OPTIONS.

ok dtucker


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.6 03-Mar-2015 markus

make it possible to run tests w/o ssh1 support; ok djm@


Revision tags: OPENBSD_5_6_BASE
# 1.5 04-May-2014 logan

Remove the Z flag from the list of malloc options as it
was removed from malloc.c 10 days ago.

OK from miod@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.4 02-Jul-2012 dtucker

remove exit from end of test since it prevents reporting failure


# 1.3 26-Jun-2012 dtucker

test sandbox with every malloc option


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.2 30-Jun-2011 markus

test with sandbox enabled; ok djm@


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.1 21-Mar-2002 markus

try to (proxy)connect with UsePrivilegeSeparation enabled.