Age | Commit message (Expand) | Author |
2022-06-16 | OpenBSD syslogd(8) escapes binary data with vis(3). Use the | Alexander Bluhm |
2022-05-31 | Make sure we error on parse failure. | Theo Buehler |
2022-05-31 | Fix typo: argv[1] -> argv[i] | Theo Buehler |
2022-05-31 | Remove old checklists and add a couple of new ones. | Theo Buehler |
2022-05-31 | Introduce a integration test for max-communities | Claudio Jeker |
2022-05-31 | Extend community unit test to also check community_count() | Claudio Jeker |
2022-05-25 | Adjust code after adding an extra argument to community_ext_add | Claudio Jeker |
2022-05-20 | New ldapsearch does not support -h and -p for host and port, but | Alexander Bluhm |
2022-05-19 | Deal with STACK_OF divergence between LibreSSL and OpenSSL | Theo Buehler |
2022-05-10 | The tests no-symlink and oldlib2 pass now. Do not expect failure. | Alexander Bluhm |
2022-05-09 | Add RSC regress bits | Job Snijders |
2022-05-05 | we no longer announce rounding here | Dave Voutila |
2022-05-05 | unbreak vmd(8) regress, update string matches | Dave Voutila |
2022-04-27 | The timeout in ospf6d regress seems to be too short. Increase it | Alexander Bluhm |
2022-04-27 | add a test case for the Imath update, along with notes about what's | Marc Espie |
2022-04-21 | -current recognizes that a symlink was deleted and just keep going with | Marc Espie |
2022-04-20 | While I'm here, prepare regress for claudio's upcoming diff | Theo Buehler |
2022-04-20 | Fix rpki-client regress after -j -f change | Theo Buehler |
2022-04-20 | register new tests, they don't pass yet | Marc Espie |
2022-04-20 | it also breaks somewhat differently when files vanish, we still need | Marc Espie |
2022-04-20 | add a symlink test that currently fails, I want to fix it soonish | Marc Espie |
2022-04-20 | reinstate temp-error3: do an update that will force temp files to be | Marc Espie |
2022-04-20 | better error report when I botch some test writing | Marc Espie |
2022-04-12 | Adjust regress for x509_location() change | Theo Buehler |
2022-04-11 | Adjust regress: test-cert now needs mft.c for rtype_from_file_extension(). | Theo Buehler |
2022-04-02 | Adjust test code after addition of cert_parse_pre and change to cert_parse | Claudio Jeker |
2022-03-28 | Print OK after all of the RRDP related tests. To make it clear that | Claudio Jeker |
2022-03-25 | Now that syslogd(8) supports SSL shutdown when the TLS connection | Alexander Bluhm |
2022-03-22 | Adjust test after the change to TAILQ in struct prefix. | Claudio Jeker |
2022-03-19 | mark injection fault test as okay to fail, since this case no longer | Marc Espie |
2022-03-15 | Add a test for expanding macros in large-community strings. | Claudio Jeker |
2022-03-08 | Add a sleep when starting the bgpd daemons so that there is less chance | Claudio Jeker |
2022-03-08 | Start bgpd in rdomain 1 a bit earlier to avoid session establishment | Claudio Jeker |
2022-03-04 | Make the regress test more reliable by starting the bgpd instances further | Claudio Jeker |
2022-03-03 | Stub rde_send_kroute() reminded by tb@ | Claudio Jeker |
2022-02-24 | Regen most of the config output. With support for alternating ports the | Claudio Jeker |
2022-02-22 | Bump the number of wait_until iterations, in the hopes of making the | Anton Lindqvist |
2022-02-10 | Fix regress after crl_print() addition so anton doesn't have to complain | Theo Buehler |
2022-02-07 | Switch to stdint.h types like rest of bgpd | Claudio Jeker |
2022-02-04 | Test that a non conforming xmlns attribute results in a failure. | Claudio Jeker |
2022-02-04 | Fix xmlns URI, I guess I search and replaced too much in this file. | Claudio Jeker |
2022-01-19 | Disable regress for set requests after dropping support in new application | Martijn van Duren |
2022-01-19 | Add missing x509_init_oid() calls in regress tests. | Claudio Jeker |
2022-01-18 | Adjust after change to cert_parse() and ta_parse(). | Claudio Jeker |
2022-01-13 | Adapt to changed debugging output | Martijn van Duren |
2022-01-07 | Somehow I always forget that the more global LC_ALL takes precedence over | Martijn van Duren |
2022-01-05 | Use LC_CTYPE instead of LC_ALL. | Martijn van Duren |
2021-12-30 | typo: p5-Socket-SSL -> p5-IO-Socket-SSL | Dave Voutila |
2021-12-24 | Sync test code after the change of id from size_t to unsigned int. | Claudio Jeker |
2021-12-22 | Replace deprecated IO::Socket::INET6 with IO::Socket::IP. | Alexander Bluhm |