index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-09-08
Enforce that "join" and "nwid" may not be used at the same time.
Peter Hessler
2018-09-08
Allocate path only when needed, use __func__
kn
2018-09-08
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
Joel Sing
2018-09-08
SSL_MAX_DIGEST is no longer needed.
Joel Sing
2018-09-08
Error out early on bad anchor usage
kn
2018-09-08
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
Theo Buehler
2018-09-08
Check for malloc() failures.
anton
2018-09-08
Split the pf(4) fragment reassembly queue into smaller parts.
Alexander Bluhm
2018-09-08
Regress tests for as-set and prefix-set blocks
Claudio Jeker
2018-09-08
Add some additional config regress tests. Testing neighbor, group and rdomain.
Claudio Jeker
2018-09-08
More BGPD_OPT_NOACTION checking to make regress happier.
Claudio Jeker
2018-09-08
If BGPD_OPT_NOACTION is set don't check that the rdomain exists.
Claudio Jeker
2018-09-08
Fix indent and adjust line fit to 80 columns.
Kinichiro Inoguchi
2018-09-08
indent labels
Theo Buehler
2018-09-08
missing word & a couple of typos
Theo Buehler
2018-09-08
use symbolic integer values for the different tls options when relaying,
Eric Faurot
2018-09-08
Split test blocks into a function. Test contents are not changed.
Kinichiro Inoguchi
2018-09-08
Change the way we parse prefix-sets so that newlines are allowed in more
Claudio Jeker
2018-09-08
Fix print_as_sets() a bit.
Claudio Jeker
2018-09-08
add a check for curly braces in a macro being used inside a filter
Sebastian Benoit
2018-09-08
Remove optional commas from example config. In the future these optional
Claudio Jeker
2018-09-08
Test more ciphers and randomize the order in regress appstest.sh
Kinichiro Inoguchi
2018-09-08
blkfree() takes no action for NULL pointer so callers can avoid checking.
miko
2018-09-08
Don't cause an error when setting the same rdomain.
YASUOKA Masahiko
2018-09-07
More __func__ to fix error messages
kn
2018-09-07
Make host_*() AF-agnostic
kn
2018-09-07
The debug function trie_dump() should use stderr since that does not case
Claudio Jeker
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
2018-09-07
Not adding ::1 on non-default lo(4) broke regress/sbin/route.
Alexander Bluhm
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
2018-09-07
tests all available TLSv1.2 ciphers
Kinichiro Inoguchi
2018-09-07
Revert earlier revert.
Martijn van Duren
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
2018-09-07
Document the spin CPU state column
solene
2018-09-07
Remove unnused af argument from unmask(), sync with pfctl
kn
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
2018-09-07
Implement a fast presix-set lookup. This magic trie is able to match a
Claudio Jeker
2018-09-07
Make print_hostname() less AF-specific
kn
2018-09-07
Declare strings passed to local_listen() as const. This makes it
Alexander Bluhm
2018-09-07
allow as4number_any in as-sets. Otherwise you cant filter bogon as'es.
Sebastian Benoit
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
[next]