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
2022-06-30
zap whitespace
Job Snijders
2022-06-30
Rewrite smi_print_element to be more concise and complete.
Martijn van Duren
2022-06-30
Track doc/README, makes merging new releases easier.
Florian Obser
2022-06-29
vmd(8): fix off by one in vm memory range check
Dave Voutila
2022-06-29
Use strncasecmp instead of strncmp when comparing the password scheme.
Martijn van Duren
2022-06-28
Hook up bgplgd into the build
Claudio Jeker
2022-06-28
Fix manpage from jmc@ but also fix the privdrop user to _bgplgd
Claudio Jeker
2022-06-28
Add bgplgd a fastcgi daemon that provide a REST JSON api to bgpctl.
Claudio Jeker
2022-06-28
Try to document 'announce policy' and add RFC 9234 to the list in bgpd.8
Claudio Jeker
2022-06-28
The default state of enhanced refresh is no. So flip logic.
Claudio Jeker
2022-06-28
Check for entries in the suberror names arrays that are NULL. Handle them
Claudio Jeker
2022-06-28
Use smi_string2oid instead of ober_string2oid in parse.y's oid definition.
Martijn van Duren
2022-06-28
if we can't open the user db, don't try to read from a closed fh
Marc Espie
2022-06-28
some old signing code was still around
Marc Espie
2022-06-28
parse pkgpath further, so that we know the subpackage component, if any,
Marc Espie
2022-06-28
Unbreak tree: add log_policy() implementation missing from previous commit.
Theo Buehler
2022-06-28
spelling
Jonathan Gray
2022-06-28
Remove superfluous 'any'
Job Snijders
2022-06-27
bgpctl bits for RFC 9234 support.
Claudio Jeker
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-06-27
Mostly rewrite appl_request_upstream_reply.
Martijn van Duren
2022-06-27
Initialize oidbuf and regionbuf when registering a region in appl_region.
Martijn van Duren
2022-06-27
Add skiplist option to steer clear of skiplisted hosts
Job Snijders
2022-06-26
vmd: create a copy of bios at 4g boundary
Dave Voutila
2022-06-26
Pignatoro -> Pignataro
Jonathan Gray
2022-06-25
Don't add unknown filetypes to the entity queue. Otherwise we bail out
Theo Buehler
2022-06-25
Since 128bit addressing is not enough add some addition 32bit of
Claudio Jeker
2022-06-24
Use IN6_IS_ADDR_MC_NODELOCAL() instead of IN6_IS_ADDR_MC_INTFACELOCAL().
Claudio Jeker
2022-06-23
Move struct kif from bgpd.h to kroute.c
Claudio Jeker
2022-06-23
fmt_timeframe() cleanup. Remove the ring buffer, it is not required.
Claudio Jeker
2022-06-23
Fix comments
Claudio Jeker
2022-06-23
Thanks IPv6 for being extra complex. Recover scope_id for link local addrs.
Claudio Jeker
2022-06-23
Replace struct kroute_node and kroute6_node with direct versions of
Claudio Jeker
2022-06-22
Move struct kroute and kroute6 to kroute.c and out of bgpd.h
Claudio Jeker
2022-06-22
Use struct kroute_full in bgpd_filternexthop() so this code becomes a lot
Claudio Jeker
2022-06-22
Adjust code after changing struct ctl_show_nexthop to embed a struct kroute_full
Claudio Jeker
2022-06-22
Sync KAME hack in log_in6addr() with route/show.c
Theo Buehler
2022-06-22
Use struct kroute_full instead of a union of struct kroute & kroute6.
Claudio Jeker
2022-06-22
Remove comment which is no longer true.
Claudio Jeker
2022-06-22
Fix last commit. addr is already a pointer.
Claudio Jeker
2022-06-21
Use applymask() instead of inetXapplymask() since this code operates on
Claudio Jeker
2022-06-19
Implement a applymask() function that works on bgpd_addr structs.
Claudio Jeker
2022-06-17
Adapt the KAME hack in sa2addr() to be the same as in route/show.c
Claudio Jeker
2022-06-16
OpenBSD syslogd(8) escapes binary data with vis(3). Use the
Alexander Bluhm
2022-06-16
RRDP serial numbers should only increase.
Claudio Jeker
2022-06-16
Neither inet4allone nor inet6allone need global scope. Make them static.
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Claudio Jeker
2022-06-16
If anything in name2id conversion fails then just return 0.
Claudio Jeker
2022-06-16
Remove __func__ from warning messages where it does not add anything
Claudio Jeker
[next]