summaryrefslogtreecommitdiff
path: root/regress/connect-privsep.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove only use of warn().Darren Tucker2021-04-071-2/+1
| | | | | | | The warn() function is only used in one place in portable and does not exist upstream. Upgrade the only instance it's used to fail() (the privsep/sandbox+proxyconnect, from back when that was new) and remove the now-unused function.
* fix TEST_MALLOC_OPTIONS varwangxp0062020-10-081-1/+1
|
* upstream commitdjm@openbsd.org2017-05-011-18/+12
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream committb@openbsd.org2016-11-291-2/+2
| | | | | | | | | Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and TEST_ENV to unittets/Makefile.inc. ok otto Upstream-Regress-ID: 890d497e0a38eeddfebb11cc429098d76cf29f12
* upstream committb@openbsd.org2016-11-291-2/+2
| | | | | | | | Remove the obsolete A and P flags from MALLOC_OPTIONS. ok dtucker Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
* Pass supported malloc options to connect-privsep.Darren Tucker2016-03-141-1/+6
| | | | | This allows us to activate only the supported options during the malloc option portion of the connect-privsep test.
* upstream commitmarkus@openbsd.org2015-03-051-4/+4
| | | | make it possible to run tests w/o ssh1 support; ok djm@
* - logan@cvs.openbsd.org 2014/05/04 10:40:59Damien Miller2014-05-151-2/+2
| | | | | | | | [connect-privsep.sh] Remove the Z flag from the list of malloc options as it was removed from malloc.c 10 days ago. OK from miod@
* - dtucker@cvs.openbsd.org 2012/07/02 14:37:06Darren Tucker2012-07-031-3/+1
| | | | | [regress/connect-privsep.sh] remove exit from end of test since it prevents reporting failure
* - dtucker@cvs.openbsd.org 2012/06/26 12:06:59Darren Tucker2012-06-301-1/+14
| | | | | [regress/connect-privsep.sh] test sandbox with every malloc option
* - (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fatalDamien Miller2011-09-041-1/+2
| | | | regress errors for the sandbox to warnings. ok tim dtucker
* - markus@cvs.openbsd.org 2011/06/30 22:44:43Damien Miller2011-08-171-1/+12
| | | | | [connect-privsep.sh] test with sandbox enabled; ok djm@
* - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller2002-05-011-0/+13