Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Wg-user: Send in socket tx hook | Mikael Magnusson | |
2021-01-12 | Wg-user: Work-around listen_port mutex dead lock | Mikael Magnusson | |
Problem with listen_port dead lock in wireguard-go. | |||
2021-01-12 | Android: Cleanup proto list | Mikael Magnusson | |
Fixes for running as a library, which can be run multiple times. | |||
2021-01-12 | Android: Fixes | Mikael Magnusson | |
2021-01-12 | Wireguard: WIP bfdHEADwireguard | Mikael Magnusson | |
2021-01-12 | Gitignore: Mikma | Mikael Magnusson | |
2021-01-12 | Gitignore: /build*/ | Mikael Magnusson | |
2021-01-12 | Configure: Add static-lib option | Mikael Magnusson | |
Add --enable-static-lib | |||
2021-01-12 | Configure: Support building as static library | Mikael Magnusson | |
2021-01-12 | Wg-user: Use abstract unix sockets on Android | Mikael Magnusson | |
2021-01-12 | Android: Disable include patterns if glob is unsupported | Mikael Magnusson | |
Because of missing glob() in NDK platforms before 28 | |||
2021-01-12 | Wireguard: Don't fix listen_port update | Mikael Magnusson | |
2021-01-12 | Wg-user: Free sockets on error and eof | Mikael Magnusson | |
2021-01-12 | Wg-user: Improve socket debugging | Mikael Magnusson | |
2021-01-12 | Wireguard: Don't replace peers | Mikael Magnusson | |
2021-01-12 | Wireguard: Refactor add_allowed_ip | Mikael Magnusson | |
2021-01-12 | Wireguard: Replace log with WG_TRACE | Mikael Magnusson | |
2021-01-12 | Wireguard: Replace debug with DBG | Mikael Magnusson | |
2021-01-12 | Wireguard: Don't add endpoint if not set | Mikael Magnusson | |
2021-01-12 | Wireguard: Dump peers | Mikael Magnusson | |
2021-01-12 | Filter: Disable debugging | Mikael Magnusson | |
2021-01-12 | Wireguard: Fix duplicate allowedip entries | Mikael Magnusson | |
2021-01-12 | Wireguard: Dump peers | Mikael Magnusson | |
2021-01-12 | Wireguard: Refactor remove_allowed_ip | Mikael Magnusson | |
2021-01-12 | Wireguard: Remove wg peer on withdraw | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add cloud security tunnel type | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Replace log with DBG | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add format callback | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add addess family | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add wireguard peer key to tunnel encap format | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add tunnel type names | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Improve format function | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Add struct tunnel_encap | Mikael Magnusson | |
2021-01-12 | TunnelEncaps: Generalize tunnel encapsulation | Mikael Magnusson | |
2021-01-12 | Wireguard: Refactor tunnel encaps decoding | Mikael Magnusson | |
2021-01-12 | Wg-user: Refactor unix socket implementation | Mikael Magnusson | |
Move unix socket implementation for wireguard-go to sysdep/unix/. Close socket fixing leak | |||
2021-01-12 | Wireguard: Remove bgp include | Mikael Magnusson | |
2021-01-12 | Wireguard: Fix discarded const qualifiers | Mikael Magnusson | |
2021-01-12 | Wireguard: Rename remote endpoint to tunnel endpoint | Mikael Magnusson | |
Adopt to draft-ietf-idr-tunnel-encaps-13.txt by renaming emote endpoint to tunnel endpoint. | |||
2021-01-12 | Wireguard: Add tunnel_type config parameter | Mikael Magnusson | |
Use 51820 (default wireguard port) as default tunnel type. | |||
2021-01-12 | Wireguard: Fixes | Mikael Magnusson | |
2021-01-12 | Wireguard: Implement copy_config | Mikael Magnusson | |
2021-01-12 | Wireguard: Add channel hooks | Mikael Magnusson | |
2021-01-12 | Wireguard: Reinit wg device at shutdown | Mikael Magnusson | |
2021-01-12 | Wireguard: Add user space support | Mikael Magnusson | |
2021-01-12 | Wireguard: Use recursive tunnel encaps | Mikael Magnusson | |
2021-01-12 | Wireguard: Move key conversion | Mikael Magnusson | |
2021-01-12 | Wireguard: Add peer list | Mikael Magnusson | |
2021-01-12 | Wireguard: Set up wireguard device | Mikael Magnusson | |
Add private key and listen port items. | |||
2021-01-12 | Wireguard: Add peer config settings | Mikael Magnusson | |