Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Wireguard: Add channel hooks | Mikael Magnusson | |
2020-05-08 | Wireguard: Reinit wg device at shutdown | Mikael Magnusson | |
2020-05-08 | WIP gitignore /build*/ | Mikael Magnusson | |
2020-05-08 | Wireguard: Add user space support | Mikael Magnusson | |
2020-05-08 | Wireguard: Use recursive tunnel encaps | Mikael Magnusson | |
2020-05-08 | Wireguard: Move key conversion | Mikael Magnusson | |
2020-05-08 | Wireguard: Add peer list | Mikael Magnusson | |
2020-05-08 | Wireguard: Set up wireguard device | Mikael Magnusson | |
Add private key and listen port items. | |||
2020-05-08 | Wireguard: Add peer config settings | Mikael Magnusson | |
2020-05-08 | Wireguard: Allow multiple channels | Mikael Magnusson | |
2020-05-08 | Wireguard: Fix color decoding | Mikael Magnusson | |
2020-05-08 | Wireguard: Extended color community | Mikael Magnusson | |
2020-05-08 | Wireguard: Clean up config.Y | Mikael Magnusson | |
2020-05-08 | Wireguard: Fixes | Mikael Magnusson | |
2020-05-08 | Wireguard: Refactor into peer and allowed ips functions | Mikael Magnusson | |
2020-05-08 | Wireguard: Add remote endpoint | Mikael Magnusson | |
2020-05-08 | Wireguard: Implement tunnel encode decode | Mikael Magnusson | |
2020-05-08 | Wireguard: Debug | Mikael Magnusson | |
2020-05-08 | Wireguard: Initial commit | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Define wg_endpoint type | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Fix unused parameter warnings | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Add to makefile | Mikael Magnusson | |
2020-05-08 | Wireguard-lib: Import wireguard library | Mikael Magnusson | |
2020-05-08 | BGP: Tunnel Encapsulation attribute | Mikael Magnusson | |
Refer to draft-ietf-idr-tunnel-encaps-13 | |||
2020-05-08 | Filter: TLV | Mikael Magnusson | |
2020-05-08 | Nest: Recursive bgp routes | Mikael Magnusson | |
Allow recursive routes if they reference a route with a hight igp_metric. Max depth set to 10. | |||
2020-05-08 | Unix: Implement sk_connect_unix | Mikael Magnusson | |
2020-05-05 | Tests: Activate BGP-int test | Ondrej Zajicek (work) | |
2020-05-05 | Tests: Change unsupported Ubuntu 19.04 for supported version 19.10 | Matous Holinka | |
2020-05-02 | Filter: Remove quitbird command | Ondrej Zajicek (work) | |
No need for this debug filter command and it can be abused from CLI. | |||
2020-05-01 | Fixed a harmless warning in production build | Maria Matejka | |
2020-05-01 | Merge remote-tracking branch 'origin/mq-static-analysis' | Maria Matejka | |
2020-05-01 | Slab: Init node in slab head to NULLs. | Maria Matejka | |
2020-05-01 | Timer: Adding missing initializer. | Maria Matejka | |
2020-05-01 | Lexer: strtoul shall never set endptr to NULL; it should be an error | Maria Matejka | |
2020-05-01 | Unix socket: Path length check directly before copying the path. | Maria Matejka | |
This is not needed as the string is always short enough, anyway it may be needed in future and one strlen during BIRD start is cheap enough. | |||
2020-05-01 | Lists: Replaced replace_node() by update_node() which is the only use of ↵ | Maria Matejka | |
that function. | |||
2020-05-01 | Lists: fix a stupid sanitizer bug | Maria Matejka | |
2020-05-01 | Uninitialized list nodes fixes | Maria Matejka | |
2020-05-01 | Nest: Added const to ea_show just to declare that this shouldn't really ↵ | Maria Matejka | |
change anything | |||
2020-05-01 | OSPF: Zero-initialization of a temporary neighbor | Maria Matejka | |
2020-05-01 | Nest: Several assumptions to tame the static analyzer | Maria Matejka | |
2020-05-01 | Nest: Assumption in rt-show for not-so-intuitive invariant. | Maria Matejka | |
2020-05-01 | Static scanner and expensive debugging setup fix | Maria Matejka | |
2020-05-01 | RPKI: fixed rare va_list leak | Maria Matejka | |
2020-05-01 | Static check: Don't report dead code | Maria Matejka | |
2020-05-01 | OSPF: Adding a note about a static analyzer result. | Maria Matejka | |
2020-05-01 | OSPF: variable-length array of size 0 replaced by alloca()'d pointer | Maria Matejka | |
NULL pointer is safer than a random pointer onto stack if this function gets changed and eventually broken. | |||
2020-05-01 | List expensive check. | Maria Matejka | |
2020-05-01 | Expensive check declaration | Maria Matejka | |
Intended to be run at every operation with complex data structures to check their consistency and validity. |