0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more changes for 0.52. Reformatted. Added ID tag. More... over 24 years ago
Updated copyright. More... over 24 years ago
Added ID tags, updated author/copyright info. More... over 24 years ago
Added ID tag and docs for routines. More... over 24 years ago
Added docs, ID tags, copyright/author information. More... over 24 years ago
Updated author/copyright info. More... over 24 years ago
Don't take substr of key. Just use what we're given (which will probably be 32 bytes). More... over 24 years ago
Allow user to specify port. More... over 24 years ago
Crypt::Blowfish_PP is now used as a fallback for Crypt::Blowfish. More... over 24 years ago
Use Crypt::Blowfish_PP as fallback for Crypt::Blowfish. More... over 24 years ago
RSA identity files can now be specified. More... over 24 years ago
Changed to using new method names (32bit -> int32). More... over 24 years ago
Added docs for other "advanced" methods; changed buffer methods (ie. 32bit => int32, etc.). More... over 24 years ago
Changed Buffer::put_32bit to put_int32 (and same for 16bit and get methods). Changed everything else accordingly. More... over 24 years ago
Added ability to specify identity_files when creating SSH object, then loop over identity files trying to authenticate. More... over 24 years ago
Updated. More... over 24 years ago
Argh. Another place where supported ciphers were listed, another place where Blowfish had to be added. More... over 24 years ago
Took out Blowfish mention. More... over 24 years ago
Updated re: blowfish. More... over 24 years ago
Updated docs re: blowfish support. More... over 24 years ago
Added Blowfish to list. More... over 24 years ago
Updated VERSION. More... over 24 years ago
Added 0.51 changes. More... over 24 years ago
Started work on making 'cmd' method more extensible. Added packet_start method, changed packet creation calls to use it. Moved socket creation into _create_socket. More... over 24 years ago
Now use $ssh->packet_start method. More... over 24 years ago
Changed to regex implementation for swap_bytes. Slightly faster. More... over 24 years ago
Change key size to 32. Duh. This made it work, finally. Also vastly improved swap_bytes function; about 5 times faster now. Not to say that it couldn't be faster still. Perhaps with regexps? More... over 24 years ago
0.04 should've been 0.50. More... over 24 years ago
Call this release 0.50, not 1.00. More... over 24 years ago
Always install mods using CPAN, even when running under CPAN shell, because shell won't be able to parse prereqs. More... over 24 years ago