Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-21 | public domain | Todd C. Miller | |
2002-05-15 | Build and run openssl regress tests in addition to our own. | Bob Beck | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-03 | +pthread_specific | Wilbern Cobb | |
ok fgsch@. | |||
2002-05-03 | test pthread_key_create(), pthread_key_delete(), pthread_getspecific() | Wilbern Cobb | |
and pthread_setspecific(). ok fgsch@. | |||
2002-04-30 | Do signal regress tests | Todd C. Miller | |
2002-04-30 | Test some floating point exception problems when SIG_IGN is in effect. | Todd C. Miller | |
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier | |
using just the interface name instead of an address and reloading the rule set whenever the interface changes its address, the interface name can be put in parentheses, and the kernel will keep track of changes and update rules. There is no additional cost for evaluating rules (per packet), the cost occurs when an interface changes address (and the rules are traversed and updated where necessary). | |||
2002-04-20 | Raise the time limit from 5 seconds to 30 seconds. | Artur Grabowski | |
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain). | |||
2002-04-16 | and Makefile, oops. | Marc Espie | |
2002-04-16 | Another test case: this one holds too many open conditionals, and exactly enough | Marc Espie | |
closes... | |||
2002-04-16 | Bug in cond-parser, ends up having too many open conds. | Marc Espie | |
2002-04-16 | Stumbled upon a very inefficient construct by mistake... | Marc Espie | |
Enter it as a regression test, so it can get fixed. | |||
2002-04-15 | typo | Markus Friedl | |
2002-04-10 | no x11fwd, no debug | Markus Friedl | |
2002-04-03 | fix alignment problems on sparc64; with fgsch@ | Markus Friedl | |
2002-04-03 | o fix warnings. | Federico G. Schwindt | |
o rearrange headers. o remove unused var. markus@ ok | |||
2002-04-03 | add rijndael-cbc@lysator.liu.se | Markus Friedl | |
2002-04-01 | sftp interop w/ ssh.com servers | Markus Friedl | |
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 | |