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
2023-04-17
Reverse the polarity of flowspec_cmp() so it works better with our
Claudio Jeker
2023-04-17
Convert all users of parse_number() to also process the next element
Claudio Jeker
2023-04-17
In parse_prefix and parse_addr only touch the addr if the functions is
Claudio Jeker
2023-04-17
Passing argv as tripple indirect pointer to match_token() is just strange.
Claudio Jeker
2023-04-17
Rework how communities are parsed. Use tha fact that argv and argc are
Claudio Jeker
2023-04-17
Implement a basic API to work with flowspec NLRI.
Claudio Jeker
2023-04-16
if (actually... when) the compiler is flipped to do BTI/ENDBR by default,
Theo de Raadt
2023-04-16
Fix (and simplify) link speed reporting.
Mark Kettenis
2023-04-16
vmd(8): correct comment in vioraw, cleanup formatting.
Dave Voutila
2023-04-16
vmd(8): clean up fd closing in vmm process.
Dave Voutila
2023-04-15
Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allow
Claudio Jeker
2023-04-15
Disallow issuer and subject unique identifiers
Job Snijders
2023-04-14
Add two missing void to appease clang 15
Theo Buehler
2023-04-14
A tab snuck in
Theo Buehler
2023-04-13
Check whether products listed on a manifest were issued by the same authority...
Job Snijders
2023-04-13
Simplify how IMSG_CTL_SHOW_RIB_COMMUNITIES is constructed. This can just
Claudio Jeker
2023-04-13
Sort commands alphabetically both in the tables and manpage.
Claudio Jeker
2023-04-12
bgpctl network bulk requires now the specification of 'add' or 'delete'.
Claudio Jeker
2023-04-12
remove duplicate lines
Jonathan Gray
2023-04-12
Align printing of geofeed records in filemode
Job Snijders
2023-04-07
Pass a pt_entry pointer to rib_get() and rib_add().
Claudio Jeker
2023-04-05
If ndp -d did not find a neigbor entry, it removed the cloning route
Alexander Bluhm
2023-04-05
Refactor port definitions to also support service names like bgp.
Claudio Jeker
2023-04-05
Rename family with af to follow pfctl/parse.y a bit more.
Claudio Jeker
2023-04-04
Remove stylistic differences between arp(8) and ndp(8) delete()
Alexander Bluhm
2023-04-04
Cleanup parse.y a bit. Move global defines a bit down. Move mrtdump and
Claudio Jeker
2023-04-03
Add first step of flowspec support. This adds the bits to establish a
Claudio Jeker
2023-04-02
vmd(8): migrate vmd_vm.vm_ttyname to char array.
Dave Voutila
2023-04-01
avoid use of uninitialised memory
Jonathan Gray
2023-03-31
When the slowcgi timeout fires but no process what yet started terminate
Claudio Jeker
2023-03-31
Only send the used portion of struct idm_req in imsgs from the ldapclient
Jonathan Matthew
2023-03-30
Add the protocol used to sync the repository to the open-metric output.
Claudio Jeker
2023-03-30
Refactor extract_prefix() to first do the length checks and only then
Claudio Jeker
2023-03-30
Extra space in struct field definitions. NFC
Claudio Jeker
2023-03-30
Put the size of the pt_entry object into the struct itself.
Claudio Jeker
2023-03-29
Instead of storing the short TAL name as repouri use the first TAL URI
Claudio Jeker
2023-03-29
Mark the struct aid name as const char * since it points to static memory.
Claudio Jeker
2023-03-29
Switch prefix_adjout_get and new prefix_adjout_first to use a pt_entry
Claudio Jeker
2023-03-28
In pt_fill set the refcnt to its maximum value to trigger an error
Claudio Jeker
2023-03-28
Instead of exracting the prefix into a bgpd_addr and passing that to
Claudio Jeker
2023-03-28
More pt_entry cleanup, move structure definitions to rde_prefix.c and
Claudio Jeker
2023-03-28
Introduce a semaphore to protect intermediate state from different RTR
Claudio Jeker
2023-03-28
Use pt_size from struct rde_memstats instead of computing it by hand.
Claudio Jeker
2023-03-28
Include the memory size usage of the prefix tree in rde_memstats.
Claudio Jeker
2023-03-28
Refactor mrt_dump_entry_v2() to use a dynamic buffer to hold the prefix.
Claudio Jeker
2023-03-28
Switch role logic in rde_aspa_validity() since this may need to be extended.
Claudio Jeker
2023-03-26
Another missing #include <openssl/err.h>
Theo Buehler
2023-03-26
Add missing #include <openssl/err.h>
Theo Buehler
2023-03-22
Bump version
Claudio Jeker
2023-03-21
Improve length checks for ATTR_MP_REACH_NLRI.
Claudio Jeker
[next]