Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | Fix function name in error messages by using __func__ | kn | |
2018-09-07 | fix badly broken reload of filter rules that use prefix-sets. debugged | Sebastian Benoit | |
and fixed with/by claudio@ | |||
2018-09-07 | Not adding ::1 on non-default lo(4) broke regress/sbin/route. | Alexander Bluhm | |
Adjust test's expected output files. OK mpi@ | |||
2018-09-07 | Regress test for rde_trie should cover some basics for now. | Claudio Jeker | |
2018-09-07 | fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@ | cheloha | |
2018-09-07 | Remove wildcard address on loopack remnants | kn | |
henning@ removed this functionality years ago, see the share/man/man4/lo.4 revision 1.27. OK jca claudio | |||
2018-09-07 | tests all available TLSv1.2 ciphers | Kinichiro Inoguchi | |
2018-09-07 | Revert earlier revert. | Martijn van Duren | |
It turned out the issue was a badly applied diff on stsp@'s machine. OK stsp@ | |||
2018-09-07 | Add missing htonl() else matching does not really work. | Claudio Jeker | |
2018-09-07 | remove some unused variables and otherwise tidy up a bit. | Jonathan Matthew | |
2018-09-07 | Fragment one large 64k IP ping packet into 155 fragments, each with | Alexander Bluhm | |
424 bytes payload. Send them in random order. Expect a fragment with matching echo reply header. | |||
2018-09-07 | Document the spin CPU state column | solene | |
ok yasuoka@ jca@ | |||
2018-09-07 | Remove unnused af argument from unmask(), sync with pfctl | kn | |
Noted by jca, thanks. OK jca claudio | |||
2018-09-07 | remove unused function find_prefixsetitem(), ok claudio@ | Sebastian Benoit | |
2018-09-07 | Backout recent cp(1) changes; they broke texlive's mktexlsr(1) | Stefan Sperling | |
2018-09-07 | Some space fixes mentioned by benno@ | Claudio Jeker | |
2018-09-07 | Explain the special case for redirect to localhost in a comment. | Alexander Bluhm | |
input and OK claudio@ | |||
2018-09-07 | Implement a fast presix-set lookup. This magic trie is able to match a | Claudio Jeker | |
prefix addr/plen to a prefix-set spec addr/plen prefixlen min - max (a prefix including prefixlen range). Every addr/plen pair is a node in the trie and the prefixlen is added as a bitmask to those nodes. For the lookup the any match is OK, there is no need to do longest or best prefix matching. Inspiration for this solution comes from the way bird implements this which was done by Ondrej Zajicek santiago (at) crfreenet.org OK benno@ | |||
2018-09-07 | Make print_hostname() less AF-specific | kn | |
Reduce differences address families and replace strlcpy() with simpler if/else logic as done in print_addr_str(). OK sashan | |||
2018-09-07 | Declare strings passed to local_listen() as const. This makes it | Alexander Bluhm | |
consistent to remote_connect() and getaddrinfo(3). from Nan Xiao | |||
2018-09-07 | allow as4number_any in as-sets. Otherwise you cant filter bogon as'es. | Sebastian Benoit | |
ok claudio@ | |||
2018-09-07 | Refactor a bit and add another test | Claudio Jeker | |
2018-09-07 | Do not send a Content-Length header for 1xx and 204 status codes since | Florian Obser | |
RFC 7230 states that a server MUST NOT do so. At least relayd chokes on this. Pointed out & diff by Carlin Bingham (cb AT walcyrge.org), thanks! OK benno | |||
2018-09-07 | Add a basic unittest for the as_set_* functions | Claudio Jeker | |
2018-09-07 | Move the config regress tests into own directory making space for additional | Claudio Jeker | |
unittests and maybe more. bgpd needs more test coverage. Discussed with bluhm@ | |||
2018-09-07 | Fix the build after removing an unused af argument from unmask(). | Kevin Lo | |
ok claudio@ | |||
2018-09-07 | Rename dne in copy_file to exists to be more consistent with the other | Martijn van Duren | |
copy_* functions. OK stsp@ | |||
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko | |
"looks good" gilles@ halex@ | |||
2018-09-07 | Fix "_nfiles" reference for crash dump. | YASUOKA Masahiko | |
Diff from fukaumi at soum.co.jp ok mpi | |||
2018-09-07 | Also verify a overwrite for the copy of a fifo, link and device node. | Martijn van Duren | |
OK stsp@ | |||
2018-09-07 | Move the question to allow a copy to its own function. | Martijn van Duren | |
OK stsp@ | |||
2018-09-07 | The combination of -v and -i and the deny of a copy would cause the copy | Martijn van Duren | |
still to be printed. This fixes that edge-case. OK stsp@ | |||
2018-09-07 | tweak previous; | Jason McIntyre | |
2018-09-07 | Remove some newlines that have gone with last commit. | Claudio Jeker | |
2018-09-07 | When parsing AS numbers set both as_min and as_max to the parsed value. | Claudio Jeker | |
Not strictly needed but better to have both initialized. | |||
2018-09-07 | Add a dummy as_set_match() function since it is needed to link util.c now. | Claudio Jeker | |
2018-09-07 | Implement as-set a fast lookup table to be used instead of long list of | Claudio Jeker | |
AS numbers in source-as, AS and transit-as filterstatements. These table use bsearch to quickly verify if an AS is in the set or not. The filter syntax is not fully set in stone yet. OK denis@ benno@ and previously OK deraadt@ | |||
2018-09-07 | Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhat | Darren Tucker | |
via bz#2687. | |||
2018-09-07 | clarify that goto error in alloc_all_endpoints_fixed_ep() always returns | miko | |
USBD_INVAL. ok mpi@ | |||
2018-09-07 | move initial jack count to alloc_all_endpoints(), and reset count to zero | miko | |
in free_all_jacks(). ok stsp@ ratchov@ | |||
2018-09-07 | ssh -MM requires confirmation for all operations that change the | Damien Miller | |
multiplexing state, not just new sessions. mention that confirmation is checked via ssh-askpass | |||
2018-09-07 | Add retguard macros to cpu_switchto, setjmp, longjmp. | mortimer | |
ok kettenis@ | |||
2018-09-06 | Use getline() for the network bulk code. Also make the parser better by | Claudio Jeker | |
doing tokenizing on spaces and correctly ignore comments. This should make this feature in general more robust. OK benno@ | |||
2018-09-06 | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | Joel Sing | |
All of our algorithm_mac == SSL_AEAD cipher suites use EVP_AEAD, so we can condition on that rather than having a separate redundant flag. ok tb@ | |||
2018-09-06 | get rid of a temp file, noted by claudio@ | Sebastian Benoit | |
2018-09-06 | If we cannot stop the endpoint when aborting a transfer assume that | Martin Pieuchot | |
the device is gone and give back the descriptor to the stack. Without this usbd_abort_pipe() could end up in an infinite loop. Issue reported by Tom Murphy. | |||
2018-09-06 | when people update /etc/example/bgpd.conf, the forget to update the | Sebastian Benoit | |
regression test. - make bgpd-example just check the config file we ship, to make sure the config is not broken - make bgpd-printconf checks a config file, writes the parsed output to a file and checks if that file is parsable config, i.e. this check makes sure that the config printer produces parsable configuration. This way we still have to update the regression tests when the syntax changes, and we fail if the commited example is bad, but we do not fail just because someone forgot to update a file here. ok claudio | |||
2018-09-06 | Remove unused af argument from unmask() | kn | |
This has been unused for years. While here, zap the duplicate function signature from pfctl.h (already present in pfctl_parser.h); spotted by sashan, thanks. OK sashan | |||
2018-09-06 | Fill netmask AF-independently in print_host() | kn | |
Instead of masking the host address in two different ways, just fill it no matter the address family. In case of AF_INET, setting the extra 96 bit does not hurt. While here, stop resetting `af' for no reason and move up the variable declaration. OK benno sashan | |||
2018-09-06 | Do not close the socket twice in netcat. | Alexander Bluhm | |
from Nan Xiao; OK tb@ |