1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Patch from Christian Biesinger: pscp guesses your Windows username by default More... about 24 years ago
Patch from Christian Biesinger: pscp guesses your Windows username by default More... about 24 years ago
Apply improved WinSock error handling to the few situations it still hadn't been applied to. More... about 24 years ago
Apply improved WinSock error handling to the few situations it still hadn't been applied to. More... about 24 years ago
Attempt to get repeated key exchange working in SSH2. Still under test - might not be 100%. I think it _ought_ to work though. More... about 24 years ago
Attempt to get repeated key exchange working in SSH2. Still under test - might not be 100%. I think it _ought_ to work though. More... about 24 years ago
Remove unnecessary printfs from Minefield More... about 24 years ago
Remove unnecessary printfs from Minefield More... about 24 years ago
Fix an intermittent segfault that prevented the new Zlib compression from being very useful. (Thanks to Minefield for catching it.) More... about 24 years ago
Fix an intermittent segfault that prevented the new Zlib compression from being very useful. (Thanks to Minefield for catching it.) More... about 24 years ago
Added Minefield: an alternative memory allocator along the lines of Electric Fence. Enable by compiling with /DMINEFIELD. More... about 24 years ago
Added Minefield: an alternative memory allocator along the lines of Electric Fence. Enable by compiling with /DMINEFIELD. More... about 24 years ago
Make memory management uniform: _everything_ now goes through the smalloc() macros and thence to the safemalloc() functions in misc.c. This should allow me to plug in a debugging allocator and track memory leaks and segfaults and things. More... about 24 years ago
Make memory management uniform: _everything_ now goes through the smalloc() macros and thence to the safemalloc() functions in misc.c. This should allow me to plug in a debugging allocator and track memory leaks and segfaults and things. More... about 24 years ago
Improve SSH2 host key abstraction into a generic `signing key' abstraction, so as to be able to re-use the same abstraction for user authentication keys and probably in the SSH2 agent (when that happens) as well. More... about 24 years ago
Improve SSH2 host key abstraction into a generic `signing key' abstraction, so as to be able to re-use the same abstraction for user authentication keys and probably in the SSH2 agent (when that happens) as well. More... about 24 years ago
Fix bugtraq 1949: server could open an agent forwarding channel even if agent forwarding had not been negotiated on, and more particularly even if it had been deliberately disabled by the user. More... about 24 years ago
Fix bugtraq 1949: server could open an agent forwarding channel even if agent forwarding had not been negotiated on, and more particularly even if it had been deliberately disabled by the user. More... about 24 years ago
Prevent wildcards in source specs from matching . or .. More... about 24 years ago
Prevent wildcards in source specs from matching . or .. More... about 24 years ago
Correct pointer types in new clipme function More... about 24 years ago
Correct pointer types in new clipme function More... about 24 years ago
Ron Kuris's "copy everything to clipboard" patch More... about 24 years ago
Ron Kuris's "copy everything to clipboard" patch More... about 24 years ago
Patch from Robert de Bath: increase timer resolution. More... about 24 years ago
Patch from Robert de Bath: increase timer resolution. More... about 24 years ago
Patch from Robert de Bath: blank the saved-session name edit box when loading `Default Settings'. More... about 24 years ago
Patch from Robert de Bath: blank the saved-session name edit box when loading `Default Settings'. More... about 24 years ago
Oops - and if we generate link maps, "make clean" should remove them too More... about 24 years ago
Oops - and if we generate link maps, "make clean" should remove them too More... about 24 years ago