Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-27 | test key import | Markus Friedl | |
2002-03-27 | typos | Markus Friedl | |
2002-03-27 | implement a "no-route" keyword. | Michael Shalayeff | |
usage semantics are analogous w/ "any", meaning is "any ip address for which there is no route in the current routing table", could be used in both from and to. typical usage would be (assuming symmetrical routing): block in from no-route to any also doc "any" in the pf.conf.5, include in regress, etc. tested by me on i386 and sparc. dhartmei@ and frantzen@ ok | |||
2002-03-27 | transfer data test | Markus Friedl | |
2002-03-26 | test interop w/ ssh.com 2.x/3.x | Markus Friedl | |
2002-03-25 | missing Makefiles | Markus Friedl | |
2002-03-25 | disable miscfs for now (ever?). | Federico G. Schwindt | |
2002-03-25 | clear before reuse | Markus Friedl | |
2002-03-25 | enable crypto | Markus Friedl | |
2002-03-25 | Enable gettimeofday regression test. | Thomas Nordin | |
2002-03-23 | some tests for stderr handling | Markus Friedl | |
2002-03-21 | basic sftp put/get test | Markus Friedl | |
2002-03-21 | try to (proxy)connect with UsePrivilegeSeparation enabled. | Markus Friedl | |
2002-03-21 | move md5.c, add des-ede3 test | Markus Friedl | |
2002-03-19 | typos | Markus Friedl | |
2002-03-19 | md5 tests for /dev/crypto, test vectors from rfc1321 | Markus Friedl | |
2002-03-15 | allow specification of binary-under-test with | Markus Friedl | |
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN} | |||
2002-03-13 | replace alarm(3) with setitimer(2). | Federico G. Schwindt | |
2002-03-12 | Add rfmem-stack | Artur Grabowski | |
2002-03-10 | enable fifofs restarting on signal test. | Federico G. Schwindt | |
2002-03-10 | regression for signal restart during open(2). | Federico G. Schwindt | |
2002-03-02 | A start for testing EVFILT_PROC, not done yet, but this is a good check point. | Artur Grabowski | |
2002-02-27 | Add regress test for ksh bug, crash trigger provided by nino@. ok espie@ | Daniel Hartmeier | |
2002-02-27 | And adjust regress tests to match the rule number output. | Daniel Hartmeier | |
2002-02-27 | Add a test for inheriting kqueue descriptors on fork. | Artur Grabowski | |
2002-02-26 | Add test for PR 2311 | Marc Espie | |
2002-02-23 | simple test to see if siginfo passes si_addr | Theo de Raadt | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-22 | Get rid of more Ms in my tree. | Artur Grabowski | |
2002-02-22 | Convert to regress.mk | Artur Grabowski | |
2002-02-22 | make test for pr 2354 explicit | Markus Friedl | |
2002-02-22 | test keyscan as well (test for pr 2354) | Markus Friedl | |
2002-02-22 | Check the right return value in the second mmap. | Artur Grabowski | |
2002-02-22 | Ugh. fix numerous bugs. | Artur Grabowski | |
2002-02-21 | newlines at eof | Theo de Raadt | |
2002-02-21 | Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵ | Artur Grabowski | |
gubble, gubble... | |||
2002-02-21 | Make sure that the stack is not shared. | Artur Grabowski | |
2002-02-21 | allow over-ride of MAKEDEVTARGS | Todd T. Fries | |
2002-02-21 | Test for monotonically increasing timeofday. | Thomas Nordin | |
2002-02-21 | test ramdisk targets too | Todd T. Fries | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | Rename private err() function to dberr() to avoid collision with | Todd C. Miller | |
libc's err(). | |||
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Change license to public domain and update comment. | Artur Grabowski | |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl | |
2002-02-18 | Document in more detail what's going on here. | Artur Grabowski | |
2002-02-18 | Clean up. | Artur Grabowski | |
- Don't print failure and return succes, shut up and fail properly. - Don't generate reults once and rerun compares later. Rerun every time. - Don't generate any files, pipes are there to be used. | |||
2002-02-18 | no printf+\r, just use echo | Markus Friedl | |
2002-02-18 | don't mark tests as slow, have some slow tests print out information by default | Markus Friedl | |
2002-02-18 | clean | Artur Grabowski | |