SSHKeychain is a GUI front-end for ssh-agent and ssh-add on Mac OS X.
Stars
34
Forks
6
Watchers
34
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
cb4ea6dView on GitHub97e1299View on GitHub649d6dfView on GitHubHandpatched from branches/eric since almost every file confliceted. Includes * rewritted screensaver check * rewritten key timeout * proper UTF8 handling with Keychain * removed unecessary thread spawn for add all keys without interaction.
3a1fa0bView on GitHubaff7c38View on GitHubUpdated xcodeproj and all .plist files to show version 0.7.3 and fixed a bug that could cause a tunnel that terminated too quickly to be deallocated while the termination notification was still being processed. The changes include a number of "whitespace" changes as a side effect of adding and then removing a large number of conditional NSLog() messages to diagnose the bug.
81dce2aView on GitHubbc8e747View on GitHubhttp://www.sshkeychain.org/pipermail/developers/2006-December/000040.html fixed
8fa2944View on GitHubBuild a universal binary in the Deployment configuration, target 10.3 on
b34c4b2View on GitHubRefactor the guts of SSHAgent - handleAgentConnections and inputFromClient:. Big changes are giving variables more sensible names, moving declarations to first use, and simplifying logic to reduce levels of nested conditionals. This is a very invasive change, but I'm confident that behaviour is the same.
732fc78View on GitHubCode cleanup: remove unused code, actually allocate the locks in initWithPaths, add accessors for addingKeys, and simplify logic to reduce nested if/else statements.
9221824View on GitHub