root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @124 [124] 06/22/08 13:58:30 bart --
(edit) @123 [123] 05/20/08 10:13:03 bart --
(edit) @121 [121] 09/18/07 11:29:53 bart --
(edit) @120 [120] 08/22/07 21:30:05 eric close open file descriptor to prevent fd leak
(edit) @119 [119] 08/22/07 18:55:19 eric Handpatched from branches/eric since almost every file confliceted. …
(edit) @118 [118] 08/22/07 17:01:09 bart --
(edit) @99 [99] 08/08/07 16:22:01 bart 0.8.1
(edit) @98 [98] 03/28/07 22:18:50 tbr Updated xcodeproj and all .plist files to show version 0.7.3 and fixed a …
(edit) @97 [97] 03/28/07 21:54:58 bart --
(edit) @96 [96] 01/19/07 10:49:44 bart http://www.sshkeychain.org/pipermail/developers/2006-December/000040.html
(edit) @95 [95] 02/19/06 18:05:23 chrisp Build a universal binary in the Deployment configuration, target 10.3 …
(edit) @94 [94] 12/28/05 16:46:03 mrowe Clean up formatting and minor logic changes in SSHTunnel.
(edit) @93 [93] 12/27/05 20:33:20 mrowe Refactor the guts of SSHAgent - handleAgentConnections and …
(edit) @92 [92] 12/27/05 20:28:08 mrowe Code cleanup: remove unused code, actually allocate the locks in …
(edit) @91 [91] 12/27/05 20:22:43 mrowe Rename lastAdded + lastAddedLock to lastScheduled + lastScheduledLock as …
(edit) @90 [90] 12/27/05 19:27:04 mrowe Use an enum to store key type rather than an integer with a series of …
(edit) @89 [89] 12/27/05 19:25:28 mrowe Ensure env refers to a valid array.
(edit) @88 [88] 12/27/05 19:13:01 mrowe Primarily cosmetic changes to SSHTool. One minor functional change is …
(edit) @87 [87] 12/27/05 17:36:38 mrowe Cosmetic changes involving moving declaration of variables to where they …
(edit) @86 [86] 12/27/05 17:28:51 mrowe Don't leak member variables on deallocation, should it ever happen.
(edit) @85 [85] 12/27/05 17:24:53 mrowe There's no need for one lock per member variable. Using a single lock for …
(edit) @84 [84] 12/27/05 17:19:06 mrowe Make use of the getters/setters throughout SSHAgent.
(edit) @83 [83] 12/27/05 17:04:41 mrowe Update name of thePid and related to reflect that PID is an acronym. Add …
(edit) @82 [82] 12/27/05 16:40:18 mrowe Remove the mysteriously unuseful openPanel and corresponding lock from …
(edit) @81 [81] 12/27/05 16:25:24 mrowe Refactor -[SSHAgent checkAgent] to make the logic more obvious. This …
(edit) @80 [80] 12/27/05 15:12:36 mrowe Remove unused variables and ensure variables are initialized before use to …
(edit) @79 [79] 12/27/05 14:59:47 mrowe Fix off-by-one error in -[SSHKeychain keyAtIndex:]. Closes #40.
(edit) @78 [78] 12/27/05 14:57:55 mrowe Replace uses of -[NSString cString] with -[NSString UTF8String] where …
(edit) @77 [77] 12/27/05 14:56:25 mrowe Run a quick spaces -> tabs conversion on all source files for …
(edit) @76 [76] 12/27/05 14:44:09 mrowe Replace uses of -[NSString cString] + strstr/strcmp with their NSString …
(edit) @75 [75] 12/27/05 14:42:11 mrowe Prefer -[NSString fileSystemRepresentation] over deprecated -[NSString …
(edit) @74 [74] 12/27/05 14:38:08 mrowe Rename SSHKey's fullpath to fullPath for consistency, and add -[SSHKey …
(edit) @73 [73] 12/27/05 14:35:24 mrowe Simplify memory management and fix over-retain in -[EnvironmentView?
(edit) @72 [72] 12/27/05 14:32:54 mrowe Simplify memory management in -loadPreferences? and plug …
(edit) @71 [71] 12/27/05 14:30:32 mrowe Ensure -loadPreferences? does not leak tunnels when …
(edit) @70 [70] 12/27/05 14:25:34 mrowe Ensure fds is always freed before returning. Closes #31.
(edit) @69 [69] 12/27/05 14:19:29 mrowe Fix several nasty memory management issues in the SSHKeychain class, …
(edit) @68 [68] 12/27/05 14:14:42 mrowe Manage the NSMutableArray of paths better to prevent it from leaking, and …
(edit) @67 [67] 12/27/05 14:10:21 mrowe Don't over-retain the NSMutableArray and NSArrays in -[SSHAgent …
(edit) @66 [66] 11/17/05 13:08:41 bart Ticket #3 fixed: keys are only added without interaction if the unlocked …
(edit) @64 [64] 11/17/05 09:54:12 bart Merged tim's branch with the trunk.
(edit) @63 [63] 11/16/05 21:04:55 bart Removed the building script
(edit) @62 [62] 11/08/05 18:34:16 bart Converted to XCode 2.1
(edit) @61 [61] 09/23/05 17:07:26 bart Fixed a small glitch in remote port forwarding
(edit) @59 [59] 06/28/05 16:19:11 bart NSAppKitVersionNumber10_3 doesn't always exist, so define it if it's …
(edit) @58 [58] 06/25/05 15:41:55 bart Working towards the 'only add key if unlocked keychain holds passphrase' …
(edit) @53 [53] 06/22/05 16:58:12 bart Moved TODO/BUGS to trac system
(edit) @52 [52] 06/15/05 17:00:09 bart svn watch test
(edit) @51 [51] 06/15/05 16:59:30 bart svnwatch test 1
(edit) @50 [50] 05/19/05 22:10:04 bart Fixed a bug in Remote Tunnel handling
(edit) @49 [49] 05/10/05 11:08:59 kevin Make UpdateController? thread-safe
(edit) @48 [48] 05/10/05 10:34:09 kevin Removed crash log that no longer applies
(edit) @47 [47] 05/10/05 10:23:23 kevin Delete useless version.plist file
(edit) @46 [46] 05/10/05 10:16:56 kevin Add BUGS file to project tree
(edit) @45 [45] 05/07/05 11:04:57 bart Added a bug
(edit) @44 [44] 04/22/05 15:27:56 bart Modified the Screensaver bug
(edit) @43 [43] 04/21/05 15:31:46 bart --
(edit) @42 [42] 04/17/05 22:19:28 kevin Remove last remaining #define NSStrings Update TODO
(edit) @41 [41] 04/17/05 20:55:32 kevin Change all preference keys to be extern NSStrings, not #defines Capitalize …
(edit) @40 [40] 04/17/05 20:36:54 kevin Move TODO file to top of files list
(edit) @39 [39] 04/17/05 19:47:11 kevin Fix warnings and error that shows up under Tiger The error actually should …
(edit) @38 [38] 04/17/05 19:46:16 kevin ssh -D works fine on Tiger, so don't use our bundled ssh anytime under …
(edit) @37 [37] 04/17/05 19:45:16 kevin Add ignore for Xcode 2.0 user file
(edit) @36 [36] 04/01/05 09:57:10 bart ssh v2 support for tunnels
(edit) @35 [35] 02/16/05 23:22:30 bart Added the option to unload keys after a period of time. Still need to be …
(edit) @34 [34] 01/17/05 14:47:49 bart Changed TODO
(edit) @33 [33] 01/17/05 14:47:14 bart Added the screensaver check interval option
(edit) @32 [32] 12/10/04 21:45:27 bart Removed headers
(edit) @31 [31] 12/10/04 21:36:02 bart Removed header
(edit) @30 [30] 12/09/04 11:35:34 bart Added BUG
(edit) @29 [29] 12/08/04 21:00:51 kevin Tunnels now identify themselves with UUIDs rather than names When …
(edit) @28 [28] 12/03/04 08:15:10 bart Fixed a bug in dynamic ports (objectAtIndex:i instead of objectAtIndex:0 …
(edit) @27 [27] 12/02/04 16:41:41 kevin Remove fixed bug from BUGS
(edit) @26 [26] 12/02/04 16:40:33 kevin Add fixes for Jaguar. Dynamic Ports tab is no longer shown under Jaguar …
(edit) @25 [25] 12/02/04 16:38:24 kevin Add shell script to remove .svn dirs and .DS_Store files from the built …
(edit) @24 [24] 12/02/04 15:02:26 kevin Add entry for tunnel identifiers
(edit) @23 [23] 12/02/04 14:57:31 kevin Removed todo for -g switch since it was in my big commit
(edit) @22 [22] 12/02/04 14:51:01 bart Another empty line removed (hook test)
(edit) @21 [21] 12/02/04 14:49:54 bart Removed some exta lines (commit-hook test)
(edit) @20 [20] 12/02/04 14:43:49 bart Added early spring code cleanup
(edit) @19 [19] 12/02/04 14:25:19 bart Added BUGS
(edit) @18 [18] 12/02/04 13:43:58 kevin Long commit here. First off, add a new pref to tunnels to make them …
(edit) @17 [17] 11/12/04 15:50:12 bart Changed TODO, added UpdateController? class
(edit) @16 [16] 11/10/04 10:21:31 bart Removed TODO line
(edit) @15 [15] 11/07/04 18:24:47 bart Added todo items
(edit) @14 [14] 11/05/04 11:27:01 bart Added todo item
(edit) @13 [13] 11/04/04 10:19:13 bart Added some todo stuff
(edit) @12 [12] 10/28/04 10:32:17 bart Updated TODO
(edit) @9 [9] 10/27/04 21:20:26 bart 0.7.1
(edit) @8 [8] 10/22/04 16:05:52 bart --
(edit) @7 [7] 10/22/04 15:58:09 bart Fixed a bug in the tunnel preference view.
(edit) @6 [6] 10/21/04 20:47:11 bart --
(edit) @3 [3] 10/21/04 14:54:40 bart Removed RCS tags.
(add) @1 [1] 10/21/04 11:21:33 bart Initial Import (0.7b3)
Note: See TracRevisionLog for help on using the revision log.