No Description

Ambroz Bizjak 842241e119 New Windows build instructions using VS. 7 years ago
arpprobe 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
base 27382229dc Fixes for Visual Studio 2017. 7 years ago
blog_generator a21e23fe8a port to compile with MSVC 13 years ago
bproto a21e23fe8a port to compile with MSVC 13 years ago
bproto_generator 3291a4713e bproto_generator: fix aliasing issues 13 years ago
client 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
cmake 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
dhcpclient 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
dostest 47431d77c0 add some programs for playing with DoS attacks on TCP 13 years ago
examples 347fa1a7a5 ncd: Store the NCDStingIndex pointer in NCDValMem. 10 years ago
flooder 93137c8b28 Use GNUInstallDirs for controlling install destinations 9 years ago
flow faa7a69c48 compile PIC versions of internal libraries, to be used by NCD plugins 13 years ago
flowextra 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
generated 2d242ebc89 ncd: Permit functions with have zero arguments. 11 years ago
lemon 20d7a01ad9 Add NCD, the Network Configuration Daemon 15 years ago
lime 198d6cd4b8 Initial import 15 years ago
lwip ed51311344 tun2socks: Call the other lwip timer functions that should be 8 years ago
misc 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
ncd 432f2ba511 NCD: Fix evdev event code names with newer headers. 9 years ago
ncd-request 93137c8b28 Use GNUInstallDirs for controlling install destinations 9 years ago
nspr_support 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
predicate 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
protocol ed6449d06a tun2socks: IPv6 support. Includes updated lwIP version and udpgw program. 13 years ago
random 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
scripts 4d020a06ed scripts/copy_nss: copy programs too 15 years ago
security 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
server 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
server_connection 7c63ea175d Assume that NSS headers are under nss/. 7 years ago
socksclient 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
stringmap 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
structure 194edaec18 structure: Vector: Reduce interface. 11 years ago
system 27382229dc Fixes for Visual Studio 2017. 7 years ago
tests 93bc612a21 get rid of some warnings 13 years ago
threadwork e4c152027c Fix possible compile error after switch to pthread_sigmask. 9 years ago
tun2socks ed51311344 tun2socks: Call the other lwip timer functions that should be 8 years ago
tuntap 3940ed01b4 Fix TUN/TAP initialization with newer TAP-Windows. 9 years ago
udevmonitor 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
udpgw 93137c8b28 Use GNUInstallDirs for controlling install destinations 9 years ago
udpgw_client 5153894f43 Use badvpn_add_library for all internal libraries. 11 years ago
BUILD-WINDOWS-VisualStudio.md 842241e119 New Windows build instructions using VS. 7 years ago
BUILD-WINDOWS.md 9e02de1606 Replace windows build instructions with VS/CMake 8 years ago
CMakeLists.txt 27382229dc Fixes for Visual Studio 2017. 7 years ago
COPYING 0d99d6a26a switch to using the New BSD License 14 years ago
ChangeLog 752c6b492b version 1.999.130 11 years ago
README.md 842241e119 New Windows build instructions using VS. 7 years ago
badvpn-win32.nix d72d798d66 Finishing Nix build method for Windows. 9 years ago
badvpn.7 0d99d6a26a switch to using the New BSD License 14 years ago
badvpn.nix 1be45b445d Nix expressions: Separate the package function from the composition. 11 years ago
blog_channels.txt 462ed77f14 ncd: Implement object reference infrastructure and objref module. 11 years ago
build-win32.nix d72d798d66 Finishing Nix build method for Windows. 9 years ago
build.nix 1be45b445d Nix expressions: Separate the package function from the composition. 11 years ago
compile-tun2socks.sh 6ab97ef3bc Fixup compile-tun2socks.sh, fix name 8 years ago
compile-udpgw.sh 81b2c18562 Fix udpgw compile script as well 8 years ago
fix_flex.php a21e23fe8a port to compile with MSVC 13 years ago
generate_files bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago

README.md

BadVPN

Introduction

In this project I host some of my open-source networking software. All of the software is written in C and utilizes a custom-developed framework for event-driven programming. The extensive code sharing is the reason all the software is packaged together. However, it is possible to compile only the required components to avoid extra dependencies.

NCD programming language

NCD (Network Configuration Daemon) is a daemon and programming/scripting language for configuration of network interfaces and other aspects of the operating system. It implements various functionalities as built-in modules, which may be used from an NCD program wherever and for whatever purpose the user needs them. This modularity makes NCD extremely flexible and extensible. It does a very good job with hotplugging in various forms, like USB network interfaces and link detection for wired devices. New features can be added by implementing statements as C-language modules using a straightforward interface.

Tun2socks network-layer proxifier

The tun2socks program "socksifes" TCP connections at the network layer. It implements a TUN device which accepts all incoming TCP connections (regardless of destination IP), and forwards the connections through a SOCKS server. This allows you to forward all connections through SOCKS, without any need for application support. It can be used, for example, to forward connections through a remote SSH server.

Peer-to-peer VPN

The VPN part of this project implements a Layer 2 (Ethernet) network between the peers (VPN nodes). The peers connect to a central server which acts as a communication proxy allowing the peers to establish direct connections between each other (data connections). These connections are used for transferring network data (Ethernet frames), and can be secured with a multitude of mechanisms. Notable features are:

  • UDP and TCP transport
  • Converges very quickly after a new peer joins
  • IGMP snooping to deliver multicasts efficiently (e.g. for IPTV)
  • Double SSL: if SSL is enabled, not only do peers connect to the server with SSL, but they use an additional layer of SSL when exchanging messages through the server
  • Features related to the NAT problem:
    • Can work with multiple layers of NAT (needs configuration)
    • Local peers inside a NAT can communicate directly
    • Relaying as a fallback (needs configuration)

Requirements

NCD only works on Linux. Tun2socks works on Linux and Windows. The P2P VPN works on Linux, Windows and FreeBSD (not tested often).

Installation

The build system is based on CMake. On Linux, the following commands can be used to build:

cd <badvpn-source-dir>
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<install-dir>
make install

If you only need tun2socks or udpgw, then add the following arguments to the cmake command: -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_TUN2SOCKS=1 -DBUILD_UDPGW=1. Otherwise (if you want the VPN software), you will first need to install the OpenSSL and NSS libraries and make sure that CMake can find them.

Windows builds are not provided. You can build from source code using Visual Studio by following the instructions in the file BUILD-WINDOWS-VisualStudio.md.

License

The BSD 3-clause license as shown below applies to most of the code.

Copyright (c) 2009, Ambroz Bizjak <ambrop7@gmail.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the author nor the
   names of its contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

List of third-party code included in the source:

  • lwIP - A Lightweight TCP/IP stack. License: lwip/COPYING