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-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
2022-06-06
also zap signer if we zap digital-signature
Marc Espie
2022-06-06
expand on the mismatches between the tarball and the packing-list
Marc Espie
2022-06-05
Revert accidentally committed check
Theo Buehler
2022-06-05
Rework how fib_priority is handled.
Claudio Jeker
2022-06-04
document internal annotations a bit more, explain about the always-update
Marc Espie
2022-06-04
KNF nit
Theo Buehler
2022-06-03
Check tls_config_new() for NULL return
Theo Buehler
2022-06-02
Let btrace(8) execute the END probe upon receiving a SIGTERM signal
Jeremie Courreges-Anglas
2022-06-02
Adjust lowest allowed routing priority to be bigger than RTP_LOCAL.
Claudio Jeker
2022-06-02
Use a common idiom to check if the user supplied routing priority is
Claudio Jeker
2022-06-02
Cleanup ktable_exists() usage and its warning message.
Claudio Jeker
[next]