summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-09-26treat NOTIMP as NO_DATA in response to MX query: fallback to hostname lookupEric Faurot
2018-09-26Rename AS_NONE to AS_UNDEF here as well. OK compiler & grepClaudio Jeker
2018-09-26Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purposeClaudio Jeker
2018-09-26Switching bgpd to a default deny policy had one bad side-effect. SomeClaudio Jeker
2018-09-26Fix segfault in usermod -l by swapping one of the getpwnam(3) withRicardo Mestre
2018-09-26Fix use-after-free by moving the free(3) of the configured interfaces to afterRicardo Mestre
2018-09-26Use the same logic in trie_roa_check_v4 as in trie_roa_check_v6 whenClaudio Jeker
2018-09-26Instead of checking that a segement is not of type AS_SET do the checkClaudio Jeker
2018-09-26Indent issue. No functional changeClaudio Jeker
2018-09-25Fix loading of roa-sets in the RDE. From a much bigger diff but thisClaudio Jeker
2018-09-25When sending set_tables in the imsg use the right size. Currently theClaudio Jeker
2018-09-24unveil(2) is easy since this only uses one directory treeTheo de Raadt
2018-09-24Allow to use the "tls" keyword on any relay action to force TLS, withEric Faurot
2018-09-21sync host*() changes from pfctlkn
2018-09-21Add explanations about vmctl send commandsolene
2018-09-21Both AS 23456 and AS 0 are reserved and can nor be used. Extend check forClaudio Jeker
2018-09-21better yyerror messages. "syntax error" is generally not very helpful.Claudio Jeker
2018-09-21Move setting of the PREFIXSET_FLAG_OPS higher up since prefixset_item ruleClaudio Jeker
2018-09-21Implement code to parse, print and reload roa-set tables.Claudio Jeker
2018-09-21add missing braces implied by indentationJonathan Gray
2018-09-20merge unbound 1.8.0Stuart Henderson
2018-09-20import unbound 1.8.0, tested by myself and benno@Stuart Henderson
2018-09-20add missing explanation about daemon_variables removed when disabling a pkgsolene
2018-09-20add missing braces implied by indentationJonathan Gray
2018-09-20as_set_match() changed again, so adjust it here too.Claudio Jeker
2018-09-20Split up as_set into a set_table and an as_set. The first is what doesClaudio Jeker
2018-09-20properly handle credentials and fix auth in smtp(1)Eric Faurot
2018-09-20whitespace cleanup, ok claudio@Sebastian Benoit
2018-09-20fix indentationEric Faurot
2018-09-20Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to triggerClaudio Jeker
2018-09-20Fix the empty aspath segments check. seg_size is never 0, this needs to useClaudio Jeker
2018-09-20Fix an out of bound read that could crash the RDE because it touchedClaudio Jeker
2018-09-19Wrap sending imsg to the RDE in a function and make sure that the ibufClaudio Jeker
2018-09-19Do not abort when the ca privenc runs into a timeout.Reyk Floeter
2018-09-19rename the ill-named "flags" member to "as_host" in domain structure.Eric Faurot
2018-09-19Various clean up items for disks.ccardenas
2018-09-18s/mulitprotocol/multiprotocol/ in error textStuart Henderson
2018-09-18Backend for roa-sets. This combines as_sets and prefix-set tries to doClaudio Jeker
2018-09-18ellapsed -> elapsed; ok jmc@miko
2018-09-18Use user_from_uid(3) instead of getpwuid(3) and keep the passwdTodd C. Miller
2018-09-18Account from the fact that we store ech entry three times whenTodd C. Miller
2018-09-17typo in commentStuart Henderson
2018-09-17update the installed path for sendmail: from matt schwartzJason McIntyre
2018-09-17clean up the amount of printf in usage(): from sascha paunovicJason McIntyre
2018-09-17Rename struct as_set to struct irr_as_set to not conflict with bgpd.Claudio Jeker
2018-09-17avoid calling make_full for determining special file status, since weMarc Espie
2018-09-17simplify code path for backup relay and remove useless flagEric Faurot
2018-09-17remove binary doc files that aren't really useful to have in-treeStuart Henderson
2018-09-17merge conflictsStuart Henderson
2018-09-17import unbound 1.7.3, testing from benno@ and Brad.Stuart Henderson