summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-09-07Add a basic unittest for the as_set_* functionsClaudio Jeker
2018-09-07Move the config regress tests into own directory making space for additionalClaudio Jeker
2018-09-07Fix the build after removing an unused af argument from unmask().Kevin Lo
2018-09-07Rename dne in copy_file to exists to be more consistent with the otherMartijn van Duren
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-09-07Also verify a overwrite for the copy of a fifo, link and device node.Martijn van Duren
2018-09-07Move the question to allow a copy to its own function.Martijn van Duren
2018-09-07The combination of -v and -i and the deny of a copy would cause the copyMartijn van Duren
2018-09-07tweak previous;Jason McIntyre
2018-09-07Remove some newlines that have gone with last commit.Claudio Jeker
2018-09-07When parsing AS numbers set both as_min and as_max to the parsed value.Claudio Jeker
2018-09-07Add a dummy as_set_match() function since it is needed to link util.c now.Claudio Jeker
2018-09-07Implement as-set a fast lookup table to be used instead of long list ofClaudio Jeker
2018-09-07Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhatDarren Tucker
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-07ssh -MM requires confirmation for all operations that change theDamien Miller
2018-09-07Add retguard macros to cpu_switchto, setjmp, longjmp.mortimer
2018-09-06Use getline() for the network bulk code. Also make the parser better byClaudio Jeker
2018-09-06Drop SSL_CIPHER_ALGORITHM2_AEAD flag.Joel Sing
2018-09-06get rid of a temp file, noted by claudio@Sebastian Benoit
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06when people update /etc/example/bgpd.conf, the forget to update theSebastian Benoit