summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-08Enforce that "join" and "nwid" may not be used at the same time.Peter Hessler
2018-09-08Allocate path only when needed, use __func__kn
2018-09-08Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.Joel Sing
2018-09-08SSL_MAX_DIGEST is no longer needed.Joel Sing
2018-09-08Error out early on bad anchor usagekn
2018-09-08ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).Theo Buehler
2018-09-08Check for malloc() failures.anton
2018-09-08Split the pf(4) fragment reassembly queue into smaller parts.Alexander Bluhm
2018-09-08Regress tests for as-set and prefix-set blocksClaudio Jeker
2018-09-08Add some additional config regress tests. Testing neighbor, group and rdomain.Claudio Jeker
2018-09-08More BGPD_OPT_NOACTION checking to make regress happier.Claudio Jeker
2018-09-08If BGPD_OPT_NOACTION is set don't check that the rdomain exists.Claudio Jeker
2018-09-08Fix indent and adjust line fit to 80 columns.Kinichiro Inoguchi
2018-09-08indent labelsTheo Buehler
2018-09-08missing word & a couple of typosTheo Buehler
2018-09-08use symbolic integer values for the different tls options when relaying,Eric Faurot
2018-09-08Split test blocks into a function. Test contents are not changed.Kinichiro Inoguchi
2018-09-08Change the way we parse prefix-sets so that newlines are allowed in moreClaudio Jeker
2018-09-08Fix print_as_sets() a bit.Claudio Jeker
2018-09-08add a check for curly braces in a macro being used inside a filterSebastian Benoit
2018-09-08Remove optional commas from example config. In the future these optionalClaudio Jeker
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-08blkfree() takes no action for NULL pointer so callers can avoid checking.miko
2018-09-08Don't cause an error when setting the same rdomain.YASUOKA Masahiko
2018-09-07More __func__ to fix error messageskn
2018-09-07Make host_*() AF-agnostickn
2018-09-07The debug function trie_dump() should use stderr since that does not caseClaudio Jeker
2018-09-07Fix function name in error messages by using __func__kn
2018-09-07fix badly broken reload of filter rules that use prefix-sets. debuggedSebastian Benoit
2018-09-07Not adding ::1 on non-default lo(4) broke regress/sbin/route.Alexander Bluhm
2018-09-07Regress test for rde_trie should cover some basics for now.Claudio Jeker
2018-09-07fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@cheloha
2018-09-07Remove wildcard address on loopack remnantskn
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-09-07Revert earlier revert.Martijn van Duren
2018-09-07Add missing htonl() else matching does not really work.Claudio Jeker
2018-09-07remove some unused variables and otherwise tidy up a bit.Jonathan Matthew
2018-09-07Fragment one large 64k IP ping packet into 155 fragments, each withAlexander Bluhm
2018-09-07Document the spin CPU state columnsolene
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-09-07remove unused function find_prefixsetitem(), ok claudio@Sebastian Benoit
2018-09-07Backout recent cp(1) changes; they broke texlive's mktexlsr(1)Stefan Sperling
2018-09-07Some space fixes mentioned by benno@Claudio Jeker
2018-09-07Explain the special case for redirect to localhost in a comment.Alexander Bluhm
2018-09-07Implement a fast presix-set lookup. This magic trie is able to match aClaudio Jeker
2018-09-07Make print_hostname() less AF-specifickn
2018-09-07Declare strings passed to local_listen() as const. This makes itAlexander Bluhm
2018-09-07allow as4number_any in as-sets. Otherwise you cant filter bogon as'es.Sebastian Benoit
2018-09-07Refactor a bit and add another testClaudio Jeker
2018-09-07Do not send a Content-Length header for 1xx and 204 status codes sinceFlorian Obser