History log of /openbsd/regress/usr.bin/ssh/connect-privsep.sh (Results 1 – 9 of 9)
Revision Date Author Comments
# 773d7cab 30-Apr-2017 djm <djm@openbsd.org>

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


# 145fe071 01-Nov-2016 tb <tb@openbsd.org>

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

ok otto


# ae3eb09d 31-Oct-2016 tb <tb@openbsd.org>

Remove the obsolete A and P flags from MALLOC_OPTIONS.

ok dtucker


# d37b6907 03-Mar-2015 markus <markus@openbsd.org>

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


# 3a737377 04-May-2014 logan <logan@openbsd.org>

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

OK from miod@


# 70fc49e3 02-Jul-2012 dtucker <dtucker@openbsd.org>

remove exit from end of test since it prevents reporting failure


# 525c9107 26-Jun-2012 dtucker <dtucker@openbsd.org>

test sandbox with every malloc option


# 8c7a9119 30-Jun-2011 markus <markus@openbsd.org>

test with sandbox enabled; ok djm@


# 1c9e4548 21-Mar-2002 markus <markus@openbsd.org>

try to (proxy)connect with UsePrivilegeSeparation enabled.