]>
git.ipfire.org Git - thirdparty/wireguard-apple.git/log
Roopesh Chander [Fri, 5 Apr 2019 08:13:05 +0000 (13:43 +0530)]
TunnelsManager: Fix comparing tunnels with tunnelProviders in reload()
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 5 Apr 2019 07:59:17 +0000 (13:29 +0530)]
TunnelsManager: Cache isTunnelConfigurationAvailableInKeychain
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 4 Apr 2019 09:59:25 +0000 (15:29 +0530)]
macOS: Attempt to remove keychain item only if verified
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 4 Apr 2019 06:54:25 +0000 (12:24 +0530)]
macOS: Simplify reusing of the detail VC when applicable
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 3 Apr 2019 13:48:53 +0000 (19:18 +0530)]
macOS: Hide other-user tunnels in the status menu
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 3 Apr 2019 11:02:12 +0000 (16:32 +0530)]
macOS: Better handling of tunnels created by another user
Previously, the tunnels just got deleted.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 1 Apr 2019 17:59:15 +0000 (23:29 +0530)]
iOS: Log view: Make log text selectable
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 1 Apr 2019 17:06:16 +0000 (22:36 +0530)]
macOS: Log view: Fix autoscroll to end of log
Looks like the tableview doesn't know how much to scroll to get to the
end when we use usesAutomaticRowHeights. So we wait for the tableview
to realize its frame has changed and then scroll to the bottom of the
frame explicitly.
Also, we keep track of whether the scroll view is scrolled to the end or
not every time scrolling happens, not just when we add log entries to
the table.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 28 Mar 2019 18:40:05 +0000 (00:10 +0530)]
macOS: Bring app to front before 'exiting with an active tunnel' alert
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 28 Mar 2019 18:32:54 +0000 (00:02 +0530)]
macOS: If a sheet is being shown, ignore quit and bring window to front
Otherwise, the 'exiting with an active tunnel' alert could get queued up
to be shown after the current sheet is dismissed.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Thu, 28 Mar 2019 14:55:53 +0000 (15:55 +0100)]
wireguard-go-bridge: update deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Thu, 28 Mar 2019 14:02:58 +0000 (19:32 +0530)]
macOS: Log view: No need to disable Close button
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 28 Mar 2019 13:58:27 +0000 (19:28 +0530)]
iOS: Ability to view the log
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 28 Mar 2019 08:40:42 +0000 (14:10 +0530)]
iOS: Xcode: Minor project rearrangement
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 27 Mar 2019 12:26:38 +0000 (17:56 +0530)]
macOS: Ability to view the log
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 26 Mar 2019 07:51:00 +0000 (13:21 +0530)]
Add LogViewHelper
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Mar 2019 12:23:34 +0000 (17:53 +0530)]
macOS: Syntax highlighter: Free spans array
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Mar 2019 10:22:39 +0000 (15:52 +0530)]
macOS: Hide exclude private IPs when PrivateKey / PublicKey is missing
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Mar 2019 10:01:02 +0000 (15:31 +0530)]
macOS: Syntax highlighter: Swift can bridge c strings automatically
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Mar 2019 09:45:22 +0000 (15:15 +0530)]
macOS: On Add new, Exclude Private IPs should remain hidden
because there aren't any peers in the bootstrapped config.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 20 Mar 2019 08:04:35 +0000 (13:34 +0530)]
Xcode: iOS: Remove armv7 as 'Required device capabilities'
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Wed, 20 Mar 2019 03:24:23 +0000 (04:24 +0100)]
macOS: Privacy notice is provided by system dialogs
So it really doesn't make sense to add our own. This causes several
popups when trying to add a tunnel, which is madness.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Feb 2019 15:13:52 +0000 (16:13 +0100)]
macOS: Login item: Add a simple login item
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Mar 2019 20:25:38 +0000 (21:25 +0100)]
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Mar 2019 19:57:26 +0000 (13:57 -0600)]
wireguard-go-bridge: do not use getdirentries64 on macos
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Tue, 19 Mar 2019 10:09:06 +0000 (15:39 +0530)]
iOS: Delete confirmation prompt should be a question
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 19 Mar 2019 10:05:15 +0000 (15:35 +0530)]
macOS: Add 'Deactivate' status menu item
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Tue, 19 Mar 2019 05:00:40 +0000 (06:00 +0100)]
Version: CFBundleVersion must always increase for macOS app store
So we'll just start doing it like that, then.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Mar 2019 04:26:13 +0000 (22:26 -0600)]
Swiftlint: variable_name -> identifier_name
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Mar 2019 02:29:06 +0000 (03:29 +0100)]
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Tue, 19 Mar 2019 02:25:38 +0000 (03:25 +0100)]
macos: TunnelsList: set allowsEmptySelection after making initial selection
Otherwise we never get the event that the selection changed, so we don't
wind up showing anything in the details pane.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Mon, 18 Mar 2019 19:54:06 +0000 (01:24 +0530)]
iOS: Consolidate all showConfirmationAlert()s into one place
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 18 Mar 2019 12:47:34 +0000 (18:17 +0530)]
iOS: Tunnels list: Ability to remove multiple tunnels at a time
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 18 Mar 2019 08:32:54 +0000 (14:02 +0530)]
iOS: Tunnel edit: Add missing enum values
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 18 Mar 2019 08:17:40 +0000 (13:47 +0530)]
macOS: ButtonedDetailViewController: Set min dimensions
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Mon, 18 Mar 2019 18:49:25 +0000 (12:49 -0600)]
ringlogger: document races
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Mon, 18 Mar 2019 06:27:09 +0000 (11:57 +0530)]
macOS: Tunnels list: Double-click to activate / deactivate
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 18 Mar 2019 06:04:35 +0000 (11:34 +0530)]
macOS: Tunnels list: Don't allow empty selection
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 18 Mar 2019 03:33:04 +0000 (09:03 +0530)]
on-demand: macOS: Remove unused class ControlRow
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 17 Mar 2019 14:40:26 +0000 (20:10 +0530)]
on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one row
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 11 Mar 2019 12:39:48 +0000 (18:09 +0530)]
on-demand: View model should account for isActivateOnDemandEnabled
This is needed to correctly handle NETunnelProviderManager's
isOnDemandEnabled property getting changed outside of the app.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 10 Mar 2019 14:41:50 +0000 (20:11 +0530)]
on-demand: macOS: Disable SSIDs field when adding a tunnel
It shouldn't be editable when the VPN prompt is shown.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 10 Mar 2019 07:31:59 +0000 (13:01 +0530)]
on-demand: iOS: Disable selection in SSID detail table view
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 11:24:44 +0000 (16:54 +0530)]
on-demand: macOS: Remove unused class PopupRow
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 11:18:46 +0000 (16:48 +0530)]
on-demand: macOS: Auto-complete SSIDs based on currently connected SSID
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 10:40:55 +0000 (16:10 +0530)]
on-demand: iOS: Change wording for add-SSIDs rows
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 10:37:48 +0000 (16:07 +0530)]
on-demand: "Only selected SSIDs" -> "Only these SSIDs"
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 10:35:22 +0000 (16:05 +0530)]
on-demand: macOS: Tunnel detail: List SSIDs
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 10:05:49 +0000 (15:35 +0530)]
on-demand: iOS: Only n SSIDs / Except m SSIDs
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 07:23:14 +0000 (12:53 +0530)]
on-demand: iOS: Show list of SSIDs in a separate screen
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 9 Mar 2019 04:17:35 +0000 (09:47 +0530)]
on-demand: iOS: SSIDs view: Always show the selected SSIDs section
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 8 Mar 2019 10:42:54 +0000 (16:12 +0530)]
on-demand: Remove ActivateOnDemandSetting type
The ActivateOnDemandOption type shall be used instead
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 8 Mar 2019 10:22:51 +0000 (15:52 +0530)]
on-demand: TunnelViewModel: Remove unused on-demand-related methods
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 8 Mar 2019 09:54:56 +0000 (15:24 +0530)]
on-demand: macOS: Tunnel detail: Show SSID info
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 8 Mar 2019 09:25:08 +0000 (14:55 +0530)]
on-demand: iOS: Update on-demand info shown in tunnel edit view
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 8 Mar 2019 06:21:27 +0000 (11:51 +0530)]
on-demand: ActivateOnDemandViewModel: Uniquify SSIDs list
And if SSIDs list is empty, fall back to .anySSID option
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 6 Mar 2019 10:00:42 +0000 (15:30 +0530)]
on-demand: macOS: Support SSIDs in on demand activation
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 5 Mar 2019 13:55:17 +0000 (19:25 +0530)]
on-demand: iOS: Tunnel detail: Show SSID info
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 5 Mar 2019 13:07:53 +0000 (18:37 +0530)]
on-demand: iOS: Add ability to add current SSID
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 4 Mar 2019 13:28:37 +0000 (18:58 +0530)]
on-demand: iOS: Xcode: Add ability to access current SSID
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 27 Feb 2019 08:00:57 +0000 (13:30 +0530)]
on-demand: iOS: Support for SSIDs
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 27 Feb 2019 07:55:53 +0000 (13:25 +0530)]
on-demand: Introducing ActivateOnDemandViewModel
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 23 Feb 2019 08:26:51 +0000 (13:56 +0530)]
on-demand: Infrastructure for supporting SSID-based rules
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 23 Feb 2019 08:54:30 +0000 (14:24 +0530)]
on-demand: Simplify OS-specific code for interface type selection
Previously, the enum values themselves were different for iOS and macOS.
With this commit, the enum values are common, and only how they're handled
is specific to iOS and macOS.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 17 Mar 2019 14:49:25 +0000 (20:19 +0530)]
macOS: Localize tooltips
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 17 Mar 2019 11:08:07 +0000 (16:38 +0530)]
macOS: Tunnel detail: Make the Activate button part of the list view
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 17 Mar 2019 10:29:55 +0000 (15:59 +0530)]
macOS: Nullify observationToken on prepareForReuse()
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Sun, 17 Mar 2019 09:28:27 +0000 (10:28 +0100)]
TunnelName: sort correctly with numbers and capitals
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Sun, 17 Mar 2019 06:41:10 +0000 (00:41 -0600)]
ringlogger: support mpsc for singlefile
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Sat, 16 Mar 2019 20:56:56 +0000 (02:26 +0530)]
macOS: Tunnel detail: Activate / Deactivate is now a button
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 16 Mar 2019 10:55:17 +0000 (16:25 +0530)]
macOS: Tunnel detail: Show the status in the list view
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sat, 16 Mar 2019 13:58:54 +0000 (19:28 +0530)]
macOS: KeyValueImageRow class
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Tue, 12 Mar 2019 09:45:14 +0000 (10:45 +0100)]
wireguard-go-bridge: update deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Mon, 11 Mar 2019 19:59:31 +0000 (13:59 -0600)]
wg-quick parser: trim \r as well
The influx of Windows users has already begun to infect our nice
project.
Reported-by: Cosku Bas <cosku.bas@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Mon, 11 Mar 2019 07:50:21 +0000 (13:20 +0530)]
TunnelsManager: Don't restart if only on-demand setting has changed
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 10 Mar 2019 14:32:19 +0000 (20:02 +0530)]
macOS: Ability to remove multiple tunnels at a time
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 10 Mar 2019 14:13:27 +0000 (19:43 +0530)]
TunnelsManager: Support for removing multiple tunnels at a time
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 10 Mar 2019 11:02:26 +0000 (16:32 +0530)]
macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVC
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Fri, 8 Mar 2019 04:56:00 +0000 (05:56 +0100)]
wireguard-go-bridge: use system go installation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Tue, 5 Mar 2019 10:27:11 +0000 (15:57 +0530)]
Importing: Only the main thread shall access lastFileImportErrorText
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 5 Mar 2019 10:20:50 +0000 (15:50 +0530)]
Importing: Make use of lastError returned from TunnelsManager.addMultiple()
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Tue, 5 Mar 2019 09:54:08 +0000 (15:24 +0530)]
TunnelsManager: addMultiple() should also return the last error
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 4 Mar 2019 08:20:06 +0000 (13:50 +0530)]
Importing: Simplify TunnelImporter
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Sun, 3 Mar 2019 05:12:09 +0000 (06:12 +0100)]
wireguard-go-bridge: use go modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld [Wed, 27 Feb 2019 05:24:56 +0000 (06:24 +0100)]
wireguard-go-bridge: update to Go 1.12
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Roopesh Chander [Mon, 25 Feb 2019 10:52:52 +0000 (16:22 +0530)]
Importing: macOS: Support importing of multiple files at a time
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Mon, 25 Feb 2019 10:46:58 +0000 (16:16 +0530)]
Importing: Use case-insensitive comparison for zip extension
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 24 Feb 2019 14:00:14 +0000 (19:30 +0530)]
iOS: Hack to restart active tunnel after adding a new tunnel
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 24 Feb 2019 11:20:57 +0000 (16:50 +0530)]
Importing: Show OS error when unable to open a .conf file
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 24 Feb 2019 10:35:13 +0000 (16:05 +0530)]
macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shown
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Sun, 24 Feb 2019 09:44:35 +0000 (15:14 +0530)]
macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Feb 2019 12:48:51 +0000 (18:18 +0530)]
macOS: When programmatically selecting a tunnel, also scroll if required
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Feb 2019 11:05:46 +0000 (16:35 +0530)]
macOS: Replace NSSegmentedControl with NSPopUpButton and NSButton
Thereby avoiding the hacky way of showing the menus.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Fri, 22 Feb 2019 07:33:03 +0000 (13:03 +0530)]
Importing: Give a clearer error message on importing an invalid config
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 21 Feb 2019 14:11:01 +0000 (19:41 +0530)]
macOS: Show 'quitting with active tunnel' only when appropriate
Not when logging off or when the machine's shutting down
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 21 Feb 2019 12:47:23 +0000 (18:17 +0530)]
macOS: Fix removal of DNSes from AllowedIPs when DNS has changed
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 21 Feb 2019 12:26:52 +0000 (17:56 +0530)]
iOS: On changing DNS, update AllowedIPs with the current DNS servers
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Thu, 21 Feb 2019 10:04:59 +0000 (15:34 +0530)]
macOS: On saving, update AllowedIPs with the current DNS servers
Signed-off-by: Roopesh Chander <roop@roopc.net>
Roopesh Chander [Wed, 20 Feb 2019 10:58:33 +0000 (16:28 +0530)]
Importing: Better error message when .conf file is not readable
Signed-off-by: Roopesh Chander <roop@roopc.net>
Jason A. Donenfeld [Tue, 19 Feb 2019 15:12:29 +0000 (16:12 +0100)]
macOS: Specify crypto compliance
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>