summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-02-10Prevent use of uninitialized byte in vmd's mmio decoder.Dave Voutila
2024-02-10Fix locked address interfaces in vmd(8).Dave Voutila
2024-02-10Set vmd virtio device fds to -1 on close after fork.Dave Voutila
2024-02-09Only debug log dhcp packet info if packet is found.Dave Voutila
2024-02-09Tuck vmd's i8253 reset debug logs behind DPRINTF.Dave Voutila
2024-02-09Bump releaseJob Snijders
2024-02-09Refactor some functions to prepare accounting support.YASUOKA Masahiko
2024-02-09Add nochroot parameter to module_drop_privilege() so that modules canYASUOKA Masahiko
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2024-02-08RFC2578 section 7.1 specifies the ranges and in the case of opaque theMartijn van Duren
2024-02-08correct size in ipv6 address comparisonJonathan Gray
2024-02-07Prevent tuples to be used as map key, associative array is what we want.Martin Pieuchot
2024-02-06Let the config parser make use of the mib_string2oid().Martijn van Duren
2024-02-06Replace most smi_oid2string() calls with the new mib_oid2string().Martijn van Duren
2024-02-06Load MIB files during startup. The default directory isMartijn van Duren
2024-02-06Fix the radius standard module to remove the specified attribute fromYASUOKA Masahiko
2024-02-05Cleanup fcntl(3) usage and fd lifetimes in vmd(8).Dave Voutila
2024-02-05Check whether all data in eContent has been consumedJob Snijders
2024-02-05Print statistics on stderr to be able to redirect bt(5) script output.Martin Pieuchot
2024-02-04Remove dead code and fix null deref if vm is not found.Dave Voutila
2024-02-04Prevent null pointer deref is vm isn't found.Dave Voutila
2024-02-04Initialize result in vioblk notification handler.Dave Voutila
2024-02-04Reverse calloc args.Dave Voutila
2024-02-04Split X509_get_ext_count() out of for loop againTheo Buehler
2024-02-04Use x509_get_time() to get the Manifest thisUpdate / nextUpdateJob Snijders
2024-02-03Add tap(4) read events after rx virtqueue notification.Dave Voutila
2024-02-03missing "s" after apostrophe;Jason McIntyre
2024-02-03leave the command for mbox delivery unsetOmar Polo
2024-02-03document that when an alternate delivery user is provided in aOmar Polo
2024-02-03Fix X509_get_ext_count() usageTheo Buehler
2024-02-03Refactor handling of stale manifestsJob Snijders
2024-02-03proc_parser_mft: simplify logic slightlyTheo Buehler
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03fix vmd vioblk fd closing bounds testJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03add missing fatal() call in rde_peer_send_rrefresh()Jonathan Gray
2024-02-02when an alternate delivery user is provided in a dispatcher, do not processGilles Chehade
2024-02-02Rework proc_parser_mft() furtherTheo Buehler
2024-02-02there's no good reason to allow smtpd to execute custom command set by rootGilles Chehade
2024-02-02Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd).Todd C. Miller
2024-02-02Update the commentJob Snijders
2024-02-02Remove old commentJob Snijders
2024-02-02no longer check staleness in proc_parser_mftJob Snijders
2024-02-02parser: inline last call to proc_parser_mft_post()Theo Buehler
2024-02-02fix previous: a *mp = mft1 got lostTheo Buehler
2024-02-02refactor: don't call proc_parser_mft_post for the first mftJob Snijders
2024-02-02parser: no need to overload err1 twice.Theo Buehler
2024-02-02refactor: populate mft->path in the pre parserJob Snijders
2024-02-02aspath_inflate() can be called with an empty ASPATH.Claudio Jeker
2024-02-02Cleanup a couple of fatal messages to be less bad.Claudio Jeker