summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-05-24Update references to new and not quite so new RFCsTheo Buehler
2024-05-23require an error message on table_proc failure repliesOmar Polo
2024-05-23catch EOFs during table_proc handshakeOmar Polo
2024-05-22Add pattern for mwx(4) firmware.Claudio Jeker
2024-05-22Adjust code since remote_bgpid, bgpid and clusterid changed toClaudio Jeker
2024-05-22Convert bgpid, remote_bgpid and clusterid to host byte order.Claudio Jeker
2024-05-22align table_proc id printing with the rest of smtpdOmar Polo
2024-05-22improve the documentation for fetch requestOmar Polo
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-20Instead of tracking certificates by SKI track them by an internal identifier.Claudio Jeker
2024-05-20Convert more of the session engine parsers to the new ibuf APIClaudio Jeker
2024-05-20Tabs on empty lineClaudio Jeker
2024-05-20remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.hJonathan Gray
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-05-19remove sun3/4 bits missed when sparc was removedJonathan Gray
2024-05-18remove prototypes with no matching function; ok claudio@Jonathan Gray
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-17Send source link-layer address option in router advertisements.Florian Obser
2024-05-16Simplify the code to clamp the TCP send and recv buffer to 64k.Claudio Jeker
2024-05-15Add missing spaceClaudio Jeker
2024-05-15rpki-client: plug leak of the crl pathTheo Buehler
2024-05-15Mark RTR and IPv6 BGP packets with DSCP CS6 (network control)Job Snijders
2024-05-15rpki-client: don't leak sia from struct tak.Theo Buehler
2024-05-15Mark network control packets with DSCP CS6 (parity with ospfd)Job Snijders
2024-05-14oops, fix previous. wrong patch committed. was lacking the final \nOmar Polo
2024-05-14include the filter protocol version in the handshakeOmar Polo
2024-05-14sync smtpd and protocol version in smtpd-filters(7) examples; ok gilles@Omar Polo
2024-05-14remove no-op methods from table_getpwnam; ok gilles@Omar Polo
2024-05-14use C99 syntax for filling the table_backend structs; ok gilles@Omar Polo
2024-05-13fix some leaks; ok op@Jonathan Gray
2024-05-09Align RSA and EC key generation with each otherTheo Buehler
2024-05-07add smtpd-tables.7 for real; spotted by tb, thanks!Omar Polo
2024-05-07change the smtpd table protocolOmar Polo
2024-05-07install smtpd-tables(7)Omar Polo
2024-05-05Document "ls rogue" exit status.Antoine Jacoutot
2024-05-04add -r to "show" command; ok mlarkinJason McIntyre
2024-05-02unbreak parsing of IPv6 addresses in file-backed table(5)sOmar Polo
2024-05-02vmctl(8): Add 'vmctl status -r'Mike Larkin
2024-04-30Allow parsing either RFC9557 timestamps (which wants explicit +00:00) orStuart Henderson
2024-04-29plug fd leak introduced in "avoid toctu" rewrite.Florian Obser
2024-04-29vmm & vmd: drop "continue" flag to simplify running a vcpu.Dave Voutila
2024-04-28Remove unused url from netproc()Theo Buehler
2024-04-28Don't filter dangerous characters by hand when strvisx(3) is right there.Florian Obser
2024-04-24fix error return in fork_proc_backend(); ok gilles@Omar Polo
2024-04-24announce_capa is no more.Claudio Jeker
2024-04-24Remove 'announce capabilities' as neighbor config stanza.Claudio Jeker
2024-04-23Use "indicate" to match reset of the document.Florian Obser
2024-04-23Implement RFC 4191 default router preference.Florian Obser
2024-04-23correct indentation; no functional changeJonathan Gray