summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2005-09-19add test3Kurt Miller
2005-09-19addtional tests involving two dlopened load groupsKurt Miller
2005-09-19add prog5Kurt Miller
2005-09-19confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent getsKurt Miller
2005-09-19add prog4Kurt Miller
2005-09-19checks that dependent libs are not promoted to RTLD_GLOBAL by mistakeKurt Miller
2005-09-19clean up LDADD and make more readable. remove extra .include'sKurt Miller
2005-09-19clean up LDADD and make more readableKurt Miller
2005-09-18unbreak make regress. noticed by theoKurt Miller
2005-09-18Make these tests more regress like, self diagnosing, less verbose.Dale Rahn
2005-09-18move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4Kurt Miller
2005-09-18remove extra includesKurt Miller
2005-09-18link progs with extra rpath for dlopened libs instead of usingKurt Miller
2005-09-17add regression tests to validate that dlopened objects can pick up theirDale Rahn
2005-09-17more like a real regression test, not just printfs.Dale Rahn
2005-09-17fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects openedKurt Miller
2005-09-16return 1 instead of -1 on error. noticed by theo.Kurt Miller
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
2005-09-15add prog2Kurt Miller
2005-09-15regress checking dlsym works as expected when called from the mainKurt Miller
2005-09-15- close dlopen'ed libs for code correctnessKurt Miller
2005-09-14add dlsym subdirKurt Miller
2005-09-14Add a regress test for dlsym special handles. Checks that duplicate symbolsKurt Miller
2005-09-13Compile without warnings on external C linkage.Dale Rahn
2005-09-13dlopen regress tests.Dale Rahn
2005-09-06finally make our m4 SusV3-compliant.Marc Espie
2005-09-05enable tests for isakmp/ikeHans-Joerg Hoexer
2005-09-05regression tests for isakmp/ikeHans-Joerg Hoexer
2005-08-31Add regression test for fbBlt().Mark Kettenis
2005-08-29Basic regress test for the vis(3) family of functions. Extra testsOtto Moerbeek
2005-08-27Provide prototype for the function we actually use.Mark Kettenis
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25Provide prototype for the function we actually use.Mark Kettenis
2005-08-16make test framework more specific, and use it.Marc Espie
2005-08-16more extensive package name checks.Marc Espie
2005-08-15Add regression test for fbBltOne().Mark Kettenis
2005-08-12untested Makefile commitedTheo de Raadt
2005-08-11regression test to check that isw* functions yield the same result asMarc Espie
2005-08-11Make sure, tests using "file" work when obj/ directory is present.Hans-Joerg Hoexer
2005-08-09Make tests more readable by using predefined keyfiles. Add test for tcpmd5Hans-Joerg Hoexer
2005-08-09test for SAsHans-Joerg Hoexer
2005-08-08A reghression test that checks if a process survives very early signalOtto Moerbeek
2005-08-08connect ipsecctl regression testsHans-Joerg Hoexer
2005-08-08no test "ipsec13" yetHans-Joerg Hoexer
2005-08-08some simple regression tests for static keyingHans-Joerg Hoexer
2005-08-05For tcpmd5 rules the keyword "key" changed to "authkey"Hans-Joerg Hoexer
2005-08-05Make those tests match the actual implementation, not a not yet commited futureHans-Joerg Hoexer
2005-08-05Some basic regression tests for ipsecctl, not connected yet.Hans-Joerg Hoexer
2005-07-20EFAULT from PT_IO is a good error value too.Artur Grabowski