1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more markdown More... over 13 years ago
massaging markdown More... over 13 years ago
added package list and some markdown More... over 13 years ago
added a README.md More... over 13 years ago
Fix awful bug with make install that used to overwrite saved ssh-agent-orig.exe on second and subsequence 'make install's. What was I _thinking_??? More... about 14 years ago
Sanify the copyright messages. Also print it nicely on --copyright. More... over 14 years ago
Update README to better document how I use it. More... over 14 years ago
Partial exec implementation More... over 14 years ago
List all windows on the system. (Commented out) More... over 14 years ago
There's a bug with, I think, RDP. We can't seem to find the pageant window. More... over 14 years ago
update todo list More... over 14 years ago
Oops, reversed sense of sanity test in short read case. And other changes. More... over 14 years ago
Don't assume that data will come all in one read(). It was easier when we could assume this. Unfortunately, either ssh clients don't send data all in one write(), or cygwin messes around with the sockets. Either way, messages can come in multiple read()'s and we now cope with that. More... over 14 years ago
Detect messages that are broken in two. And other changes. More... over 14 years ago
Move the stuff for talking to pageant into its own file... More... over 14 years ago
Update README to include installation instructions. More... over 14 years ago
Some wee changes. More... over 14 years ago
Now it works as a drop-in replacement for ssh-agent. Sweet. Lots of tidying up still needed, but at least now it works for me. More... over 14 years ago
No longer delete socket at exit of main process. Duh! More... over 14 years ago
The forked agent doesn't work yet. Either I've misunderstood fork() or it has weird semantics on cygwin. Oh well, check it in, *then* figure it out. More... over 14 years ago
make install now backs up previous ssh-agent. More... over 14 years ago
Killing old agent now works. More... over 14 years ago
Don't print the verbosity number on stderr. More... over 14 years ago
Tidy up a bit. Restructure control flow (to make it easier for my little brain to comprehend) More... over 14 years ago
New TODO items. Also mess around with whitespace. More... over 14 years ago
Start a list of TODO's. More... over 14 years ago
OK, it doesn't exit immediately after working, which is nice. Also, I'm using it to push this commit to my repo. Sweet. More... over 14 years ago
OK, it works, FSVO. Although it quits straight after. More... over 14 years ago
Getting closer. Checkpoint. More... over 14 years ago
Getting there. More... over 14 years ago