Davide De Rosa
|
9a6f3d638c
|
Recognize "--compress lzo" option as legal
|
2019-03-20 09:04:27 +01:00 |
Davide De Rosa
|
0eb0e3e478
|
Parse compression from several places
- PUSH_REPLY
- .ovpn configuration
- TunnelKitProvider
|
2019-03-19 15:14:29 +01:00 |
Davide De Rosa
|
7d69e09c53
|
Update copyright
|
2019-03-09 11:44:18 +01:00 |
Davide De Rosa
|
367e8b7e08
|
Track whether server pushed a compression option
|
2019-02-25 23:01:21 +01:00 |
Davide De Rosa
|
8c1b95eaa7
|
Group PushReply regexes
|
2019-02-25 23:01:21 +01:00 |
Davide De Rosa
|
0800c943a8
|
Add shortcut extension for creating regexes
Also expose enumeration methods for internal reuse.
|
2018-11-10 10:47:58 +01:00 |
Davide De Rosa
|
caea6624fc
|
Unmask IPv4 netmask and IPv6 prefix
Masking that is useless and paranoid. May help debugging.
|
2018-11-05 20:40:12 +01:00 |
Davide De Rosa
|
033763f372
|
Mask log.info
|
2018-10-24 18:47:41 +02:00 |
Davide De Rosa
|
4bf02198d1
|
Parse ping from PUSH_REPLY
|
2018-09-09 00:52:16 +02:00 |
Davide De Rosa
|
e9032e5490
|
Leave nil if push option parsed but unrecognized
For whatever reason. Do not override with .disabled when not
necessarily intended.
|
2018-09-07 15:22:03 +02:00 |
Davide De Rosa
|
0304c4a5eb
|
Parse compression framing from PUSH_REPLY
|
2018-09-07 15:10:19 +02:00 |
Davide De Rosa
|
43a5972737
|
Fix cipher regex in PUSH_REPLY
Breaks with NCP enabled when cipher is not last. Trailing comma
was erroneously included in parsed cipher name.
Fixes #11
|
2018-09-05 03:54:40 +02:00 |
Davide De Rosa
|
3543f7aab3
|
Omit sensitive data from PUSH_REPLY log
Namely auth-token.
|
2018-09-02 12:48:45 +02:00 |
Davide De Rosa
|
31e694859f
|
Cache aggregated PushReply object
- authToken
- peerId
- cipher
Retain across soft resets.
|
2018-09-02 02:09:20 +02:00 |
Davide De Rosa
|
cff359fceb
|
Parse pushed cipher if any
|
2018-09-02 02:09:20 +02:00 |
Davide De Rosa
|
474e633e48
|
Parse arguments from regexp extension
Further code simplification.
|
2018-09-02 01:14:37 +02:00 |
Davide De Rosa
|
235c485cae
|
Simplify regex matching with private extension
|
2018-08-31 01:59:08 +02:00 |
Davide De Rosa
|
e6036095c9
|
Describe routes in IPv*Settings
|
2018-08-31 01:59:08 +02:00 |
Davide De Rosa
|
373a36b9c1
|
Parse and apply IPv6 settings when available
IPv4 currently mandatory in PushReply (exception otherwise).
|
2018-08-31 01:59:08 +02:00 |
Davide De Rosa
|
ac0e7713d6
|
Parse IPv6 DNS servers
dhcp-option can be DN6 (older) or DNS (newer).
|
2018-08-31 01:59:08 +02:00 |
Davide De Rosa
|
b0d264889c
|
Extend PUSH_REPLY parsing
- Topology
- Routes
Use the less confusing defaultGateway vs gatewayAddress.
|
2018-08-30 18:02:12 +02:00 |
Davide De Rosa
|
5bf7813d56
|
Forward compound SessionReply to delegate
Improves extensibility.
|
2018-08-30 18:02:12 +02:00 |
Davide De Rosa
|
b172f79719
|
Re-license with proper per-file notices
Clarify explicitly the author/extent of the fork, with proper
credit to the original project's license and copyright holder.
|
2018-08-28 12:53:14 +02:00 |
Davide De Rosa
|
2459fe1bfd
|
Move a few classes inside SessionProxy
- Authenticator
- EncryptionBridge (formerly EncryptionProxy)
- PushReply
- SessionKey
They only make sense there. Content unchanged.
|
2018-08-23 18:51:36 +02:00 |