openbsd
2018-09-10 bennouse filterset_move() like all other network statements...
2018-09-10 phesslerdo not immediately set the join'd network, the join...
2018-09-10 bennoupdate regression tests after previous commit. ok claudio@
2018-09-10 bennoremove some empty lines from printconf output. ok claudio@
2018-09-10 bluhmvmd(8) clould close file descriptor 0 as not all fd...
2018-09-10 bluhmDuring the fork+exec implementation, daemon(3) was...
2018-09-10 phesslerfix typo in the length of the essid we want to switch to
2018-09-10 phesslerextract clearing WEP/WPA in ess into helper functions
2018-09-10 claudioAdjust the config to -current bgpd which makes it a...
2018-09-10 phessleruse the correct essid when switching during the ioctl...
2018-09-10 phesslergive set_ess a len variable, so we can correctly match...
2018-09-10 nicmDo not clear selection when searching.
2018-09-10 yasuokaFix previous commit. It mistakenly included a change...
2018-09-10 jmatthewput the port into autonegotiate mode on attach, since...
2018-09-10 jmatthewif the adapter can't determine the phy type on a port...
2018-09-10 jmatthewbit rates over 2G won't fit in an int, so use uint64_ts...
2018-09-09 guentherpmap_activate() should match cpu_switchto, so set up...
2018-09-09 guentherSimplify pmap_is_curpmap(): %cr3 can never match pm_pdi...
2018-09-09 guentherCalculate automatically the padding necessary for linin...
2018-09-09 guentherTeach binutils how to assemble INVPCID and how to disas...
2018-09-09 sthenmerge in some missed bits from 1.7.0 to simplify update...
2018-09-09 sthenmerge in some missed bits from 1.7.0 to simplify update...
2018-09-09 bluhmDuring the fork+exec implementation, daemon(3) was...
2018-09-09 claudioEnable the empty as-set and prefix-set tests since...
2018-09-09 claudioAllow for empty as-set and prefix-set definitions by...
2018-09-09 phesslerconvert the things we save in 'join' into a single...
2018-09-09 jmcmissing Xc;
2018-09-09 mortimerApply retguard to the last asm functions in the arm64...
2018-09-09 claudioShut up a gcc warning about uninitialized use of min...
2018-09-09 bennouse rib_valid() to check if a rib is useable. ok claudio@
2018-09-09 claudioComment the empty as-set and prefix-set tests. This...
2018-09-09 claudioCan not allow empty as-set and prefix-set blocks right...
2018-09-09 akoshibeMake switchd(8) ignore PACKET_INs generated from looped...
2018-09-09 bennouse TAILQ_CONCAT in filterset_move(). ok claudio@
2018-09-09 millertFix a crash in rdistd triggered by the recent getpw...
2018-09-09 claudioRemove another optnl. In general we no longer support...
2018-09-09 claudioBad merge, change a optnl to comma since that is what...
2018-09-09 claudioEnable all the #notyet tests since the parser supports...
2018-09-09 claudioprefix-set printing was adjusted in last commit. Adjust...
2018-09-09 claudioRework the parser a bit to be more sane when it comes...
2018-09-09 claudioWrite asset as as_set since the other word is already...
2018-09-09 claudioFixup regress test after the last burst of commits...
2018-09-09 bennosync header line with whats actually in the output.
2018-09-09 bennoMake it clear what 'dynamically added' prefixes are.
2018-09-09 bennoupdate example bgpd.conf to use new config language...
2018-09-09 claudioFixup unit test after change to trie_match (or-longer...
2018-09-09 claudioClean up prefix flag handling. First of all the dynamic...
2018-09-09 bennoAdd network prefix-set <name> syntax to announce networ...
2018-09-09 henningrdomains can be deleted again - remove caveat, tell...
2018-09-09 henningallow the automatically created loopback interfaces...
2018-09-09 henningif_setrdomain: allow empty rtables to be turned into...
2018-09-09 henningprovide rtable_empty(), returns 1 if the rtable doesn...
2018-09-09 jmctweak previous;
2018-09-09 ccardenasAdd disk format tests.
2018-09-09 ccardenasAdd tests for disk format.
2018-09-09 ccardenasAdd initial qcow2 image support.
2018-09-08 claudioBump NMBCLUSTERS to a more reasonable 256MB instead...
2018-09-08 jmcmissing Ed;
2018-09-08 bennoimplement or-longer filter op for prefix-sets. Allows...
2018-09-08 phesslerEnforce that "join" and "nwid" may not be used at the...
2018-09-08 knAllocate path only when needed, use __func__
2018-09-08 jsingRemove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER...
2018-09-08 jsingSSL_MAX_DIGEST is no longer needed.
2018-09-08 knError out early on bad anchor usage
2018-09-08 tbASN1_OBJECTs should be freed with ASN1_OBJECT_free...
2018-09-08 antonCheck for malloc() failures.
2018-09-08 bluhmSplit the pf(4) fragment reassembly queue into smaller...
2018-09-08 claudioRegress tests for as-set and prefix-set blocks
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@
next