openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
B
bartmatthaei's sshkeychain
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
1 day
ago.
Sep 01, 2025 — Sep 01, 2026
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
deal with ssh keys which have linefeed characters.
Cliff Moon
More...
about 17 years ago
[no comment]
bart
More...
about 18 years ago
[no comment]
bart
More...
over 18 years ago
[no comment]
bart
More...
almost 19 years ago
close open file descriptor to prevent fd leak
eric
More...
about 19 years ago
Handpatched 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.
eric
More...
about 19 years ago
[no comment]
bart
More...
about 19 years ago
0.8.1
bart
More...
about 19 years ago
Updated 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.
tbr
More...
over 19 years ago
[no comment]
bart
More...
over 19 years ago
http://www.sshkeychain.org/pipermail/developers/2006-December/000040.html fixed
bart
More...
over 19 years ago
Build a universal binary in the Deployment configuration, target 10.3 on PowerPC and 10.4 on Intel.
chrisp
More...
over 20 years ago
Clean up formatting and minor logic changes in SSHTunnel.
mrowe
More...
over 20 years ago
Refactor 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.
mrowe
More...
over 20 years ago
Code cleanup: remove unused code, actually allocate the locks in initWithPaths, add accessors for addingKeys, and simplify logic to reduce nested if/else statements.
mrowe
More...
over 20 years ago
Rename lastAdded + lastAddedLock to lastScheduled + lastScheduledLock as that makes more sense to me. A getter/setter have been added to keep the locking centralised.
mrowe
More...
over 20 years ago
Use an enum to store key type rather than an integer with a series of defines, and move key type discovery out of initWithPath and into a class method.
mrowe
More...
over 20 years ago
Ensure env refers to a valid array.
mrowe
More...
over 20 years ago
Primarily cosmetic changes to SSHTool. One minor functional change is that handleTerminateWithSelector:toObject:withInfo: now retains both theObject and theInfo to prevent them from disappearing out from under it. They are released when the task termination notification comes in.
mrowe
More...
over 20 years ago
Cosmetic changes involving moving declaration of variables to where they are first used, using temporaries to store common subexpressions, and more idiomatic array iteration.
mrowe
More...
over 20 years ago
Don't leak member variables on deallocation, should it ever happen.
mrowe
More...
over 20 years ago
There's no need for one lock per member variable. Using a single lock for the getter/setters cleans the code up a little more.
mrowe
More...
over 20 years ago
Make use of the getters/setters throughout SSHAgent.
mrowe
More...
over 20 years ago
Update name of thePid and related to reflect that PID is an acronym. Add consistent getters + setters for member variables.
mrowe
More...
over 20 years ago
Remove the mysteriously unuseful openPanel and corresponding lock from SSHAgent. It's only set in a single place, and never accessed again. Odd.
mrowe
More...
over 20 years ago
Refactor -[SSHAgent checkAgent] to make the logic more obvious. This revealed a bug where stopping + restarting the agent would result in it checkAgent deciding the agent had unexpectedly quit and prompting the user, even though a new agent had already been started in its place.
mrowe
More...
over 20 years ago
Remove unused variables and ensure variables are initialized before use to prevent GCC warnings. While doing this I simplified the nested-ifs in the start of -[Controller askPassphrase:withInteraction:] to make it more obvious which conditions lead to which variables being set.
mrowe
More...
over 20 years ago
Fix off-by-one error in -[SSHKeychain keyAtIndex:]. Closes #40.
mrowe
More...
over 20 years ago
Replace uses of -[NSString cString] with -[NSString UTF8String] where appropriate. Closes #39.
mrowe
More...
over 20 years ago
Run a quick spaces -> tabs conversion on all source files for consistencies sake. Updated the Xcode project to have all source files use tabs for indentation in preference to the users default setting to make it less likely spaces will creep in again. Closes #38.
mrowe
More...
over 20 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree