]> Cypherpunks.ru repositories - govpn.git/history - src/govpn/cmd/govpn-client/main.go
Check that specified MTUs are not greater than MTUMax
[govpn.git] / src / govpn / cmd / govpn-client / main.go
2016-01-06 Sergey MatveevCheck that specified MTUs are not greater than MTUMax
2016-01-06 Sergey MatveevLock-values are better passed as a pointer
2016-01-06 Sergey MatveevEncLess -> Encless for convenience
2016-01-05 Sergey MatveevConfigure MTU on per-user basis
2016-01-05 Sergey MatveevAbility to explicitly specify TAP interface, without...
2016-01-05 Sergey MatveevInitial encryptionless mode support
2015-12-30 Sergey MatveevRaise copyright years
2015-11-04 Sergey MatveevMerge branch 'develop' 4.1
2015-11-03 Sergey MatveevUse Argon2d PHC winner instead of PBKDF2
2015-10-14 Sergey MatveevIf proxy is specified, then forcefully use TCP protocol...
2015-09-19 Sergey MatveevMerge branch 'develop' 4.0
2015-09-18 Sergey MatveevJSON configuration
2015-09-17 Sergey MatveevRename NoiseEnable field for simplicity
2015-09-14 Sergey MatveevLittle log messages refactoring
2015-09-13 Sergey MatveevHuge code refactoring
2015-08-25 Sergey MatveevDo not check nonce against buckets in TCP mode
2015-08-23 Sergey MatveevMerge branch 'develop' 3.5
2015-08-23 Sergey MatveevAbility to use HTTP proxies for accessing server
2015-08-23 Sergey MatveevAbility to use TCP as a base transport
2015-08-22 Sergey MatveevMake transport less dependent on UDP nature
2015-05-31 Sergey MatveevMove UDP-network related code from the transport file
2015-05-24 Sergey MatveevMerge branch 'develop' 3.4
2015-05-24 Sergey MatveevReplace -noncediff with the hash keeping up to 256...
2015-05-24 Sergey MatveevAbility to use EGD-compatible PRNGs
2015-05-20 Sergey MatveevMerge branch 'develop' 3.3
2015-05-16 Sergey MatveevReplace many panic() with Fatalln less verbose and...
2015-05-10 Sergey MatveevMerge branch 'develop' 3.2
2015-05-09 Sergey MatveevMove source code to separate directory. Bind dependent...