You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Change default symbol visibility: Hide all symbols per default, export public symbols explicitly
Add API to configure interval mode: {set,get}_interval_mod
Change naming of interval enumerations in rtr.h: add prefixes to prevent name collisions
Fix Debian packages: merge rtrclient and rtr-validator into one package, use libjs-jquery, fix copyright format, fix version numbering and source package format
Fix bug in trie structure where deletion of inner nodes may lead to incorrect reordering, i.e., a node with longer prefix length overrules nodes with shorter prefix length, which then will not be found anymore
Rename cli-validator to rpki-rov
Fix wrong length of error text in error pdu
Add atomtic reset for pfx table and spki table
Improve code for packets
Add rpm package build infrastructure
Add cppcheck suppresions for public api functions
Add new test to verify correctness of prefix removal
Remove function rtr_mgr_find_group in RTR Manager because it is not used