summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2008-05-13Plumb socppc in MAKEDEV machinery.Miod Vallat
2008-05-09Fix the include path passed via CFLAGS so that this will compile.. oneBrad Smith
too many ../ in the path. Somehow managed to get a symlink in the right spot that made this work as it was. Pointed out by david@
2008-05-09convert port byte order in the production; add port keyword; ok deraadt@Markus Friedl
2008-05-09divert packets to local socket without modifying the ip header;Markus Friedl
makes transparent proxies much easier; ok beck@, feedback claudio@
2008-05-08Sync with source changesIan Darwin
2008-05-08Add/Fix regression tests for sequences of numbers and stackedMarco Pfatschbacher
assignments of variables. OK deraadt@
2008-05-07scrub packets based on tags; ok henningMarkus Friedl
2008-05-07allow setting TOS with scrub; ok mcbride, claudioMarkus Friedl
2008-05-04Some additional tests.Brad Smith
From the libevent SVN repo. ok millert@
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
"No objection" millert@ "the diff looks and works fine" reyk@
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
sigprocmask(2) in threaded programs. From Philip Guenther <guenther at sendmail.com> via PR library/5795. okay marc@
2008-04-21Test for blank lines and comments between and inline anchor and its rules.Ryan Thomas McBride
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
2008-03-24disable no-replace rename test now that we prefer a POSIX rename; spottedDamien Miller
by dkrause@
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-15Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fdsHans-Joerg Hoexer
instead of just two as this decreases the propability that things just work although the sizes are wrong (ie. 8 aligns correctly on both 32 and 64 bit platforms even with wrong usage of CMSG_{LEN,SPACE} whereas 12 doesn't).
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
an extensive discussion with otto, kettenis, millert, and hshoexer
2008-03-10Further improve regress for OpenCVS by including possibility to change andTobias Stoeckmann
check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris
2008-02-15More cleanup;Xavier Santolaria
Introduce variables instead of hardcoding XXX occurrences. OK tobias@.
2008-02-15Cleanup; OK tobias@.Xavier Santolaria
2008-02-15Test that removed file is not there anymore when using -f inXavier Santolaria
cvs-remove-fflag test.
2008-02-14Add `cvs release -d' test but commented out. OK tobiasregress@.Xavier Santolaria
2008-02-10Enable client<->server remote setup. Use -DREMOTE.Xavier Santolaria
OK tobias@.
2008-02-09Get in proper support for checkout/update -A when it comes to keywordTobias Stoeckmann
expansion options. OK joris@
2008-02-07Don't use .cvsrc of user running regress tests.Tobias Stoeckmann
OK xsa@
2008-02-05Tag expansion can be pure evil...Tobias Stoeckmann
2008-02-05Added keyword expansion tests and extended update -A test for this.Tobias Stoeckmann
2008-02-05Extended regress test further to check new "checkout -d" functionality andTobias Stoeckmann
diff. Also zapped unused DIFF.
2008-02-02Enable `rlog-rflag' test now that rlog output matches GNU RCS.Xavier Santolaria
2008-02-01Another GNU cvs weirdo: During annotate, invalid revisions are allowed ifTobias Stoeckmann
-f is supplied (thus switching to HEAD), but unknown symbols end in fatal.
2008-02-01Add regress test for anchors matching on filter_opts.Ryan Thomas McBride
2008-01-31opencvs (r)log work fine now, activated regress for them.Tobias Stoeckmann
2008-01-31export works fine in local and remote setup nowTobias Stoeckmann
2008-01-24Pull testcases from master repo.Stefan Kempf
2008-01-23Don't reset the sticky tag of a file in CVS/Entries if it is not requested.Tobias Stoeckmann
OK niallo@, xsa@
2008-01-10more testsTobias Stoeckmann
2008-01-10Make it easier to test local and remote setups by adding a Makefile varTobias Stoeckmann
called MYCVSROOT (just to make sure noone thinks it is 'CVSROOT', -d is still needed).
2008-01-10extend already available regress testsTobias Stoeckmann
2008-01-10Adjust value to proper GNU cvs output (and OpenCVS now, too)Tobias Stoeckmann
2008-01-10Slap in -b support for tag command. It was missing for a full regress testTobias Stoeckmann
as of now.
2008-01-06Branches are separated with \n\t in GNU rcs/cvs.Tobias Stoeckmann
This makes regress tests easier to check with OpenCVS and GNU cvs. OK xsa@
2008-01-04Add a regression test for handling addresses with trailing '/32' and addressHans-Joerg Hoexer
type IPV4_ADDR.
2008-01-02regression test for lazy binding.Matthieu Herrb
"people need never hold off on adding stuff to regress" deraadt@
2007-12-27-s uses optarg; Elad EfratTheo de Raadt
2007-12-21basic (crypto, kex and transfer) interop regression tests against puttyDamien Miller
To run these, install the net/putty port and run "make interop" - the tests aren't run by default yet.
2007-12-12unbreak lls command and add a regress test that would have caught theDamien Miller
breakage; spotted by mouring@
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-11-06Add testcases for switch. ok otto@Stefan Kempf