summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-02-26Also download SPLs via rsyncJob Snijders
2024-02-26Track the number of new files moving from 'staging' to 'validated cache'Job Snijders
2024-02-26Add NAS-Identifier "npppd" for RADIUS requests. Also send Accouting-OnYASUOKA Masahiko
2024-02-26Properly close JSON array before continuing in TAKJob Snijders
2024-02-26use TAILQ_FOREACH_SAFE() to avoid use after freeJonathan Gray
2024-02-26Put the RADIUS message authenticator in the Access-Request and checkYASUOKA Masahiko
2024-02-26Use unsigned integers for bit fields. Also fix white spaces.YASUOKA Masahiko
2024-02-26Convert K&R style function declarations to ANSI.YASUOKA Masahiko
2024-02-26type mgtv -> mgt; from todd carsonJason McIntyre
2024-02-24Check for builtins used inside tuple to ask the kernel to copyout specific data.Martin Pieuchot
2024-02-24Implement 'store' for maps.Martin Pieuchot
2024-02-24Implement 'store' for all builtins, they are either string or integer.Martin Pieuchot
2024-02-22Fix copy-paste error in commentTheo Buehler
2024-02-22Zap trailing blanksTheo Buehler
2024-02-22wrap an overlong line to appease mandoc -TlintTheo Buehler
2024-02-22Add support for RPKI Signed Prefix ListsJob Snijders
2024-02-22Workaround for gcc3 - the use of anonymous unions now makes it complainMiod Vallat
2024-02-22vmd(8): only add vionet tap read events after a notify event.Dave Voutila
2024-02-21Group logx() getmonotime() and get_current_time() togetherTheo Buehler
2024-02-21Fix secondary indent of various ip_* and as_* prototypesTheo Buehler
2024-02-21Remove prototypes for tak_read() and ip_addr_cmp()Theo Buehler
2024-02-21rpki-client: remove the remaining struct parseTheo Buehler
2024-02-21DNS resolution is best effort; if at this time IP addresses for tickersTheo de Raadt
2024-02-20Utilize separate threads for RX and TX in vmd(8)'s vionet.Dave Voutila
2024-02-20Remove some now unused variables. Somehow missed in previous commit.Martijn van Duren
2024-02-20strptime() only touches the fields specified in the format string,Martijn van Duren
2024-02-20trap receiver is special in that the OID is optional. Make sure that weMartijn van Duren
2024-02-20Remove the packetid logic from ax.c. It's not used by snmpd and has someMartijn van Duren
2024-02-19no need to be as strict with table formats on various match constraints,Gilles Chehade
2024-02-19use correct rtmsg member in sizeof()Denis Fondras
2024-02-19IANA assigned error 8 to draft-ietf-idr-sendholdtimerJob Snijders
2024-02-17Add 'Send Hold Timer expired' BGP Error codeJob Snijders
2024-02-16Rename fn into fileName to avoid name clashTheo Buehler
2024-02-16Rename fn into file to avoid clash in upcoming diffTheo Buehler
2024-02-16Rename rsc into rsc_asn1Theo Buehler
2024-02-16Use _asn1 suffix for some aspa/mft/roa/rsc/takTheo Buehler
2024-02-16Remove struct parse from cert.cTheo Buehler
2024-02-16fix whitespaceTheo Buehler
2024-02-16Zap extra ;Theo Buehler
2024-02-16Factor SKI calculation into a helperTheo Buehler
2024-02-16New sentence, new line. Use .Pa for /etc/login.conf.Jonathan Gray
2024-02-15Ensure that the FileAndHashes list in a mft has no duplicatesTheo Buehler
2024-02-14rpki-client: simplify x509_get_ski()Theo Buehler
2024-02-14avoid use after free of qJonathan Gray
2024-02-13Add explicit ASN1_ITEM_EXP prototypesJob Snijders
2024-02-13Refactor parse_takey()Job Snijders
2024-02-13Remove the stalemanifests metrics (which are no longer in use)Job Snijders
2024-02-13Improve printing of TALs extracted from .tak objectsJob Snijders
2024-02-13Improve a comment about what exactly the SKI isJob Snijders
2024-02-13Avoid using i2d_RSAPublicKey()Job Snijders