0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Samuli Seppänen
04b2a3c9b7 Switch from AGPLv3 to GPLv3
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2017-03-16 14:43:55 +02:00
James Yonan
971abda88f copyright : updated to 2016 2016-09-03 23:29:23 -06:00
James Yonan
bd4a994b6d Windows core : added layer 2 support.
We use the DHCP model where the connecting client talks
directly to the server-side DHCP server to configure
the TAP adapter.
2016-04-09 01:04:16 -06:00
James Yonan
8c7af3514e ip : fixed instance of uint32_t being used without
std:: prefix.
2016-04-09 00:49:42 -06:00
James Yonan
134ba710f2 ovpn3 core globals cleanup:
1. move all const globals into anonymous namespace
2. make sure that all non-class functions are inline
3. refactor class static data members
2015-11-25 11:34:41 -07:00
James Yonan
efcba26714 Added new file openvpn/ip/icmp.hpp that defines structs
and constants for ICMP echo-request/reply.
2015-04-15 22:29:42 -06:00
James Yonan
e89b2b1f74 openvpn/ip/ip.hpp :
* Converted from <boost/cstdint.hpp> to C++11 <cstdint>
  for uint32_t, uint16_t, uint8_t, etc.

* Added ver_len() method for building version/length value.

* Added ip_checksum() method.
2015-04-15 22:27:18 -06:00
James Yonan
c2c7292a70 Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
James Yonan
2c6d972ad6 Added AGPL copyright/licensing language. 2014-07-20 21:22:06 -06:00
James Yonan
4d9a751af2 Added head comments to all source files.
Minor reorganization of unicode code.
2012-11-23 06:18:43 +00:00
James Yonan
a6b6d487ef Global edit to add copyright notice at head of each source file. 2012-08-24 21:13:42 +00:00
James Yonan
f91339e739 First working iOS build. 2012-07-01 15:37:46 +00:00