index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2018-09-26
treat NOTIMP as NO_DATA in response to MX query: fallback to hostname lookup
Eric Faurot
2018-09-26
Rename AS_NONE to AS_UNDEF here as well. OK compiler & grep
Claudio Jeker
2018-09-26
Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purpose
Claudio Jeker
2018-09-26
Switching bgpd to a default deny policy had one bad side-effect. Some
Claudio Jeker
2018-09-26
Fix segfault in usermod -l by swapping one of the getpwnam(3) with
Ricardo Mestre
2018-09-26
Fix use-after-free by moving the free(3) of the configured interfaces to after
Ricardo Mestre
2018-09-26
Use the same logic in trie_roa_check_v4 as in trie_roa_check_v6 when
Claudio Jeker
2018-09-26
Instead of checking that a segement is not of type AS_SET do the check
Claudio Jeker
2018-09-26
Indent issue. No functional change
Claudio Jeker
2018-09-25
Fix loading of roa-sets in the RDE. From a much bigger diff but this
Claudio Jeker
2018-09-25
When sending set_tables in the imsg use the right size. Currently the
Claudio Jeker
2018-09-24
unveil(2) is easy since this only uses one directory tree
Theo de Raadt
2018-09-24
Allow to use the "tls" keyword on any relay action to force TLS, with
Eric Faurot
2018-09-21
sync host*() changes from pfctl
kn
2018-09-21
Add explanations about vmctl send command
solene
2018-09-21
Both AS 23456 and AS 0 are reserved and can nor be used. Extend check for
Claudio Jeker
2018-09-21
better yyerror messages. "syntax error" is generally not very helpful.
Claudio Jeker
2018-09-21
Move setting of the PREFIXSET_FLAG_OPS higher up since prefixset_item rule
Claudio Jeker
2018-09-21
Implement code to parse, print and reload roa-set tables.
Claudio Jeker
2018-09-21
add missing braces implied by indentation
Jonathan Gray
2018-09-20
merge unbound 1.8.0
Stuart Henderson
2018-09-20
import unbound 1.8.0, tested by myself and benno@
Stuart Henderson
2018-09-20
add missing explanation about daemon_variables removed when disabling a pkg
solene
2018-09-20
add missing braces implied by indentation
Jonathan Gray
2018-09-20
as_set_match() changed again, so adjust it here too.
Claudio Jeker
2018-09-20
Split up as_set into a set_table and an as_set. The first is what does
Claudio Jeker
2018-09-20
properly handle credentials and fix auth in smtp(1)
Eric Faurot
2018-09-20
whitespace cleanup, ok claudio@
Sebastian Benoit
2018-09-20
fix indentation
Eric Faurot
2018-09-20
Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger
Claudio Jeker
2018-09-20
Fix the empty aspath segments check. seg_size is never 0, this needs to use
Claudio Jeker
2018-09-20
Fix an out of bound read that could crash the RDE because it touched
Claudio Jeker
2018-09-19
Wrap sending imsg to the RDE in a function and make sure that the ibuf
Claudio Jeker
2018-09-19
Do not abort when the ca privenc runs into a timeout.
Reyk Floeter
2018-09-19
rename the ill-named "flags" member to "as_host" in domain structure.
Eric Faurot
2018-09-19
Various clean up items for disks.
ccardenas
2018-09-18
s/mulitprotocol/multiprotocol/ in error text
Stuart Henderson
2018-09-18
Backend for roa-sets. This combines as_sets and prefix-set tries to do
Claudio Jeker
2018-09-18
ellapsed -> elapsed; ok jmc@
miko
2018-09-18
Use user_from_uid(3) instead of getpwuid(3) and keep the passwd
Todd C. Miller
2018-09-18
Account from the fact that we store ech entry three times when
Todd C. Miller
2018-09-17
typo in comment
Stuart Henderson
2018-09-17
update the installed path for sendmail: from matt schwartz
Jason McIntyre
2018-09-17
clean up the amount of printf in usage(): from sascha paunovic
Jason McIntyre
2018-09-17
Rename struct as_set to struct irr_as_set to not conflict with bgpd.
Claudio Jeker
2018-09-17
avoid calling make_full for determining special file status, since we
Marc Espie
2018-09-17
simplify code path for backup relay and remove useless flag
Eric Faurot
2018-09-17
remove binary doc files that aren't really useful to have in-tree
Stuart Henderson
2018-09-17
merge conflicts
Stuart Henderson
2018-09-17
import unbound 1.7.3, testing from benno@ and Brad.
Stuart Henderson
[next]