aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.m
Commit message (Expand)AuthorAgeFilesLines
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* - Update SSH connections to pick up custom ports configured in SSH config fi...rowanbeentje2010-10-061-3/+5
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+19
* - Make a few more strings localizablerowanbeentje2010-08-011-1/+1
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-131-8/+7
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+11
* Rework alert sheets:rowanbeentje2010-05-091-0/+1
* - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running...rowanbeentje2010-04-281-0/+4
* - Add locking for SSH debug message processing - this addresses http://spbug...rowanbeentje2010-04-151-2/+12
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-1/+1
* - Improve on r2050, running reconnections after a proxy disconnect on a new ...rowanbeentje2010-04-041-0/+2
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-311-27/+32
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-271-4/+2
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-3/+3
* * fixed typo that prevented the document window from closing when choosing 'd...jakob2010-01-281-2/+2
* - removed two occurances of runModalForWindow: when asking questions for the ...jakob2010-01-281-56/+83
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-271-1/+2
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-21/+21
* - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ...rowanbeentje2010-01-031-2/+2
* - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a...rowanbeentje2009-11-211-2/+0
* Before terminating the SSH tunnel task check that it's actually running to ac...stuconnolly2009-10-291-2/+7
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-4/+6
* - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...rowanbeentje2009-09-301-0/+1
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-1/+1
* When SSH is unable to bind to the local port because its already use, display...stuconnolly2009-08-201-4/+12
* - Fix SSH tunnel support for private/public keys following framework upgrade...rowanbeentje2009-08-081-3/+9
* Rename Keychain class.stuconnolly2009-08-071-3/+3
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-0/+2
* - Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clari...rowanbeentje2009-07-211-2/+2
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-20/+20
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-0/+2
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-211-8/+54
* Further SSH tunnel improvements:rowanbeentje2009-06-061-8/+50
* - Make memory management for SSH tunnels explicit to improve thread interact...rowanbeentje2009-06-051-7/+21
* Further SSH tunnel improvements:rowanbeentje2009-06-051-6/+55
* Added print accesory view with option to Print Backgroundsbamse162009-06-041-0/+5
* - SSH Tunnel - PubKey Authenticationavenjamin2009-06-041-0/+1
* Further SSH tunnel improvements, password handling improvements, and minor bu...rowanbeentje2009-06-041-15/+72
* - Fix SSH tunnels on PPCrowanbeentje2009-06-031-1/+9
* - Fix SSH tunnel treatment of temporary (non-Keychain) passwords by correctl...rowanbeentje2009-05-291-1/+1
* Add support for SSH tunnels, improve password security, and tweaks:rowanbeentje2009-05-281-0/+359