Kevin Yue
|
516d685c9e
|
fix: saved credentials not working
|
2024-10-30 16:13:20 +00:00 |
|
Kevin Yue
|
54e2371022
|
Fix the save credentials not working (#435)
|
2024-10-30 19:46:53 +08:00 |
|
Eric Dallo
|
511cc5ebd7
|
Fix flake.nix vpnc-script hardcoded path (#413)
|
2024-08-18 21:13:26 +08:00 |
|
Kevin Yue
|
30bec40338
|
Release 2.3.7
|
2024-08-16 01:34:19 +00:00 |
|
Kevin Yue
|
0bb9353a11
|
fix: build error with rust 1.80
|
2024-08-16 01:23:26 +00:00 |
|
Kevin Yue
|
80134f5a2b
|
Release 2.3.6
|
2024-08-15 13:35:19 +00:00 |
|
Kevin Yue
|
57e20fe478
|
fix: enhance gpauth to support browser authentication
|
2024-08-15 13:14:08 +00:00 |
|
Kevin Yue
|
9317430968
|
Release 2.3.5
|
2024-08-14 22:47:08 +08:00 |
|
Kevin Yue
|
f92b04e99a
|
use --browser option
|
2024-08-14 22:42:35 +08:00 |
|
Kevin Yue
|
a1c63f8498
|
chore: update dependencies
|
2024-08-14 21:43:35 +08:00 |
|
Kevin Yue
|
9460d498fc
|
feat: support specify the browser to use
Related: #405, #407, #397
|
2024-08-14 21:27:23 +08:00 |
|
Kevin Yue
|
c2a6a436a5
|
feat: support the --no-dtls option
|
2024-08-13 20:41:33 +08:00 |
|
Kevin Yue
|
c578e35178
|
fix: correct the --os parameter
|
2024-08-12 21:47:39 +08:00 |
|
Kevin Yue
|
90cd9a46f6
|
Release 2.3.4
|
2024-07-08 13:49:30 +00:00 |
|
Kevin Yue
|
6616389a5f
|
Update README.md
|
2024-07-08 21:37:54 +08:00 |
|
Farid Zakaria
|
f5f5d358b4
|
Introduce flake.nix for project to build for NixOS (#387)
|
2024-07-08 21:20:15 +08:00 |
|
Kevin Yue
|
5cb9432f21
|
refactor: improve the XML parsing
|
2024-07-08 13:04:27 +00:00 |
|
Kevin Yue
|
fb8fb21450
|
feat: support read password from stdin
Related: #381
|
2024-07-07 13:38:57 +00:00 |
|
Kevin Yue
|
370a32f1b5
|
refactor: improve gateway parsing
|
2024-07-07 13:38:34 +00:00 |
|
Kevin Yue
|
68227b64a2
|
refactor: improve the XML parsing
|
2024-07-07 18:15:12 +08:00 |
|
Kevin Yue
|
2a0880bfee
|
chore: update the License
|
2024-07-06 03:29:13 +00:00 |
|
Ruben Rodriguez
|
26dbd8d312
|
feat: add internal host detection support (#384)
|
2024-07-02 21:30:34 +08:00 |
|
Kevin Yue
|
6357a4087d
|
Update README.md
|
2024-06-26 08:54:39 +08:00 |
|
Kevin Yue
|
f482bd077b
|
Release 2.3.3
|
2024-06-23 21:42:55 +08:00 |
|
Kevin Yue
|
148468eee3
|
Release 2.3.2
|
2024-06-17 20:54:04 +08:00 |
|
Kevin Yue
|
79083e5664
|
feat: Remove dotenvy_macro crate from dependencies
|
2024-06-15 10:58:36 +08:00 |
|
Kevin Yue
|
c52d2bc0b6
|
fix: Decode CAS callback before parsing
Related: #372
|
2024-06-13 14:34:58 +00:00 |
|
Kevin Yue
|
54d4f2ec57
|
fix: Cleanup temporary file after feeding auth data
Related: #366
|
2024-06-11 22:20:49 +08:00 |
|
Kevin Yue
|
a25b5cb894
|
Release 2.3.1
|
2024-05-21 20:28:04 +08:00 |
|
Kevin Yue
|
6caa8fcd84
|
fix: sslkey not working (related #363)
|
2024-05-21 20:26:37 +08:00 |
|
Kevin Yue
|
66270eee77
|
chore: update CI
|
2024-05-20 22:12:03 +08:00 |
|
Kevin Yue
|
6119976027
|
Release 2.3.0
|
2024-05-20 21:31:26 +08:00 |
|
Kevin Yue
|
a286b5e418
|
feat: improve client certificate authentication
|
2024-05-20 09:08:47 -04:00 |
|
Kevin Yue
|
882ab4001d
|
chore: improve error message
|
2024-05-19 22:30:40 +08:00 |
|
Kevin Yue
|
52b6fa6fbd
|
feat: support client certificate authentication (related #363)
|
2024-05-19 18:44:07 +08:00 |
|
Kevin Yue
|
3bb115bd2d
|
Merge branch 'main' into dev
|
2024-05-19 10:23:00 +08:00 |
|
Kevin Yue
|
e08f239176
|
fix: do not panic when failed to start service (fix #362)
|
2024-05-19 10:21:18 +08:00 |
|
Kevin Yue
|
a01c55e38d
|
fix: do not panic when failed to start service (fix #362)
|
2024-05-19 10:19:21 +08:00 |
|
Kevin Yue
|
af51bc257b
|
feat: add the --reconnect-timeout option
|
2024-05-19 09:59:25 +08:00 |
|
Kevin Yue
|
90a8c11acb
|
feat: add disable_ipv6 option (related #364)
|
2024-05-19 09:04:45 +08:00 |
|
Kevin Yue
|
92b858884c
|
fix: check executable for file
|
2024-05-10 10:26:45 -04:00 |
|
Kevin Yue
|
159673652c
|
Refactor prelogin.rs to use default labels for username and password
|
2024-05-09 01:48:02 -04:00 |
|
Kevin Yue
|
200d13ef15
|
Release 2.2.1
|
2024-05-07 11:58:15 -04:00 |
|
Kevin Yue
|
ddeef46d2e
|
Restore the browser auth, related #360
|
2024-05-07 11:40:44 -04:00 |
|
Dr. Larry D. Pyeatt
|
97c3998383
|
Install instructions for Gentoo (#352)
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
Add install instructions for Gentoo
|
2024-05-06 19:00:17 +08:00 |
|
Kevin Yue
|
93aea4ee60
|
doc: using the default browser for CLI
|
2024-04-30 18:47:38 +08:00 |
|
Kevin Yue
|
546dbf542e
|
Update README.md
|
2024-04-30 13:28:20 +08:00 |
|
Kevin Yue
|
005410d40b
|
Update README.md
|
2024-04-30 13:19:52 +08:00 |
|
Kevin Yue
|
3b384a199a
|
Update changelog
|
2024-04-29 21:56:50 -04:00 |
|
Kevin Yue
|
b62b024a8b
|
Release 2.2.0
|
2024-04-29 21:05:36 -04:00 |
|