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-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
2022-06-15
Prevent busy poll loop on pfkey message error.
Claudio Jeker
2022-06-15
Need to continue to the next message for route messages with errors
Claudio Jeker
2022-06-15
Do not use defines from pfkeyv2.h in portable code.
Claudio Jeker
2022-06-15
Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMIC
Claudio Jeker
2022-06-15
Rename F_BGPD_INSERTED to F_BGPD and use F_BGPD_INSERTED as a flag that
Claudio Jeker
2022-06-14
Add my copyright, I think I added enough code to justify it.
Claudio Jeker
2022-06-14
Bump version to 7.4
Claudio Jeker
2022-06-13
Split dispatch_rtmsg_addr() into a function parsing a route message
Claudio Jeker
2022-06-10
Unify error messages on d2i failure for econtent
Theo Buehler
2022-06-10
Dedup econtent version checks
Theo Buehler
2022-06-09
Properly error out if a variable does not exist. Need to pass back
Claudio Jeker
2022-06-09
Change argument of ktable_get from ifd->ifi_rdomain to kif->k.rdomain.
Claudio Jeker
2022-06-09
Remove the rdomain / rtableid passed to some kroute functions.
Claudio Jeker
2022-06-09
Readd ETHERTYPE_NHRPA case.
mbuhl
2022-06-09
se more specific discrimination to know if extra data is still there after
Marc Espie
2022-06-08
recognize @extraglob for later
Marc Espie
2022-06-08
Add a new option which allows to set an alternative base-directory to
Marcus Glocker
2022-06-07
Try to be more precise with rtlabelid tracking.
Claudio Jeker
2022-06-07
uint8_t not u_int8_t. Damn finger memory.
Claudio Jeker
2022-06-07
Retire F_RTLABEL it was not used for anything.
Claudio Jeker
2022-06-07
merge unbound 1.16.0
Stuart Henderson
2022-06-07
update to unbound 1.16.0, discussed with florian@, test from Renaud Allard
Stuart Henderson
2022-06-07
Fix path validation of AS numbers
Theo Buehler
2022-06-06
have compute_checksum return a status, so that we don't report similar
Marc Espie
2022-06-06
zap fairly old bug from refactoring: we already validated all the set plists,
Marc Espie
2022-06-06
this message is seriously outdated: the packing-lists have been read by
Marc Espie
2022-06-06
Yet another iteration of the tied algorithm: some packages contain
Marc Espie
[next]