openbsd
2018-09-08 claudioAdd some additional config regress tests. Testing neigh...
2018-09-08 claudioMore BGPD_OPT_NOACTION checking to make regress happier.
2018-09-08 claudioIf BGPD_OPT_NOACTION is set don't check that the rdomai...
2018-09-08 inoguchiFix indent and adjust line fit to 80 columns.
2018-09-08 tbindent labels
2018-09-08 tbmissing word & a couple of typos
2018-09-08 ericuse symbolic integer values for the different tls optio...
2018-09-08 inoguchiSplit test blocks into a function. Test contents are...
2018-09-08 claudioChange the way we parse prefix-sets so that newlines...
2018-09-08 claudioFix print_as_sets() a bit.
2018-09-08 bennoadd a check for curly braces in a macro being used...
2018-09-08 claudioRemove optional commas from example config. In the...
2018-09-08 inoguchiTest more ciphers and randomize the order in regress...
2018-09-08 mikoblkfree() takes no action for NULL pointer so callers...
2018-09-08 yasuokaDon't cause an error when setting the same rdomain.
2018-09-07 knMore __func__ to fix error messages
2018-09-07 knMake host_*() AF-agnostic
2018-09-07 claudioThe debug function trie_dump() should use stderr since...
2018-09-07 knFix function name in error messages by using __func__
2018-09-07 bennofix badly broken reload of filter rules that use prefix...
2018-09-07 bluhmNot adding ::1 on non-default lo(4) broke regress/sbin...
2018-09-07 claudioRegress test for rde_trie should cover some basics...
2018-09-07 chelohafgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@
2018-09-07 knRemove wildcard address on loopack remnants
2018-09-07 inoguchitests all available TLSv1.2 ciphers
2018-09-07 martijnRevert earlier revert.
2018-09-07 claudioAdd missing htonl() else matching does not really work.
2018-09-07 jmatthewremove some unused variables and otherwise tidy up...
2018-09-07 bluhmFragment one large 64k IP ping packet into 155 fragment...
2018-09-07 soleneDocument the spin CPU state column
2018-09-07 knRemove unnused af argument from unmask(), sync with...
2018-09-07 bennoremove unused function find_prefixsetitem(), ok claudio@
2018-09-07 stspBackout recent cp(1) changes; they broke texlive's...
2018-09-07 claudioSome space fixes mentioned by benno@
2018-09-07 bluhmExplain the special case for redirect to localhost...
2018-09-07 claudioImplement a fast presix-set lookup. This magic trie...
2018-09-07 knMake print_hostname() less AF-specific
2018-09-07 bluhmDeclare strings passed to local_listen() as const....
2018-09-07 bennoallow as4number_any in as-sets. Otherwise you cant...
2018-09-07 claudioRefactor a bit and add another test
2018-09-07 florianDo not send a Content-Length header for 1xx and 204...
2018-09-07 claudioAdd a basic unittest for the as_set_* functions
2018-09-07 claudioMove the config regress tests into own directory making...
2018-09-07 kevloFix the build after removing an unused af argument...
2018-09-07 martijnRename dne in copy_file to exists to be more consistent...
2018-09-07 mikoreplace malloc()+strlcpy() with strndup() in cmdline_sy...
2018-09-07 yasuokaFix "_nfiles" reference for crash dump.
2018-09-07 martijnAlso verify a overwrite for the copy of a fifo, link...
2018-09-07 martijnMove the question to allow a copy to its own function.
2018-09-07 martijnThe combination of -v and -i and the deny of a copy...
2018-09-07 jmctweak previous;
2018-09-07 claudioRemove some newlines that have gone with last commit.
2018-09-07 claudioWhen parsing AS numbers set both as_min and as_max...
2018-09-07 claudioAdd a dummy as_set_match() function since it is needed...
2018-09-07 claudioImplement as-set a fast lookup table to be used instead...
2018-09-07 dtuckerAdd FALLTHROUGH comments where appropriate. Patch...
2018-09-07 mikoclarify that goto error in alloc_all_endpoints_fixed_ep...
2018-09-07 mikomove initial jack count to alloc_all_endpoints(), and...
2018-09-07 djmssh -MM requires confirmation for all operations that...
2018-09-07 mortimerAdd retguard macros to cpu_switchto, setjmp, longjmp.
2018-09-06 claudioUse getline() for the network bulk code. Also make...
2018-09-06 jsingDrop SSL_CIPHER_ALGORITHM2_AEAD flag.
2018-09-06 bennoget rid of a temp file, noted by claudio@
2018-09-06 mpiIf we cannot stop the endpoint when aborting a transfer...
2018-09-06 bennowhen people update /etc/example/bgpd.conf, the forget...
2018-09-06 knRemove unused af argument from unmask()
2018-09-06 knFill netmask AF-independently in print_host()
2018-09-06 bluhmDo not close the socket twice in netcat.
2018-09-06 jsgfix whitespace
2018-09-06 patrickImplement 64-bit DMA support in sdhc(4).
2018-09-06 mikoexecute the same code for failure of assign_all_jacks_a...
2018-09-06 mikosync icmp_mtudisc_clone() with icmp6_mtudisc_clone...
2018-09-05 knMove AF-specific mask logic from callers into set_ipmask()
2018-09-05 ericsynchronize resolver code with smtpd
2018-09-05 claudioImplement most prefixlen operations as OP_RANGE (prefix...
2018-09-05 jsingUse the newer/more sensible names for EVP_MD_CTX_*...
2018-09-05 jsingCorrectly clear the current cipher state, when changing...
2018-09-05 jcsBack out 1.4, it broke things
2018-09-05 mpiSerialize synchronous commands with a rwlock.
2018-09-05 ericrename flag
2018-09-05 claudioAdjust after change of struct filter_as.
2018-09-05 claudioChange the way as_compare() and aspath_match() handle...
2018-09-05 mikofactor error code in icmp6_mtudisc_clone(); ok kn@...
2018-09-05 yasuokaAdd "op" column for CP_SPIN. Diff from fukaumi at...
2018-09-05 gillesrename token to match naming convention
2018-09-05 knUse error label in host_if()
2018-09-05 claudioChange verification of communities a bit. Move the...
2018-09-05 jmcsome text improvements from matt schwartz; ok gilles
2018-09-05 jmcdo not use the literal string "label" as our example...
2018-09-05 jmcrework the text about "label" somewhat for clarity...
2018-09-05 guentherAdd defines for dealing with PCID support in cr3
2018-09-05 djmuse timing-safe compares for checking results in signat...
2018-09-04 bluhmForgot to rename pf_frent_holes() prototype in previous...
2018-09-04 bluhmAvoid traversing the list of fragment entris to check...
2018-09-04 ericremove useless session flag
2018-09-04 espiemove readmes detection to find_extractible, so that...
2018-09-04 espiedocument PKGSTEM changes
2018-09-04 gillesupon mda failure, smtpd would assume tempfail and retry...
2018-09-04 mpiCorrect usbd_abort_pipe() signature.
2018-09-04 claudioIntroduce inet4applymask() which does the same as inet6...
next