diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-21 23:21:51 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-21 23:21:51 +0000 |
commit | 40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9 (patch) | |
tree | 50c5bb5a2389644a5cbffdf9a3431b74a37a55af /Source/SPSSHTunnel.m | |
parent | 3c902c7e677ec36035a730aec01038fcebbd1ee0 (diff) | |
download | sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.tar.gz sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.tar.bz2 sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.zip |
- Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clarity (sorry nightly testers)
- Improve assistant copy from being in a script to resources copy phase
Diffstat (limited to 'Source/SPSSHTunnel.m')
-rw-r--r-- | Source/SPSSHTunnel.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPSSHTunnel.m b/Source/SPSSHTunnel.m index 5b765525..60260f8d 100644 --- a/Source/SPSSHTunnel.m +++ b/Source/SPSSHTunnel.m @@ -274,7 +274,7 @@ [task setArguments:taskArguments]; // Set up the environment for the task - authenticationAppPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"TunnelPassphraseRequester"]; + authenticationAppPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"SequelProTunnelAssistant"]; taskEnvironment = [[NSMutableDictionary alloc] initWithDictionary:[[NSProcessInfo processInfo] environment]]; [taskEnvironment removeObjectForKey: @"SSH_AGENT_PID"]; [taskEnvironment removeObjectForKey: @"SSH_AUTH_SOCK"]; @@ -433,7 +433,7 @@ } /* - * Method to request the password for the current connection, as used by TunnelPassphraseRequester; + * Method to request the password for the current connection, as used by SequelProTunnelAssistant; * called with a verification hash to check against the stored hash, to provide basic security. Note * that this is easily bypassed, but if bypassed the password can already easily be retrieved in the same way. */ |