aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.m
Commit message (Expand)AuthorAgeFilesLines
* * 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