0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hash_sha1(...) => hash_string("SHA1", ...) More... almost 17 years ago
Get the previous change to actually work. More... almost 17 years ago
Allow non-standard user directory. More... almost 17 years ago
Inherit LIB_USER instead of LIB_CONN. More... about 18 years ago
Include asn1_utils.c in the list of exception paths. More... about 19 years ago
Get this to work with Melville again. More... about 19 years ago
Updated for new en/decrypt requirements. More... about 20 years ago
Reversed key/message arguments for en/decrypt, in line with DGD 1.2.105. More... about 20 years ago
- Generate random strings 3 bytes at a time. - Moved better_random_string() into ssh_utils. More... about 21 years ago
Make do_login() do the right thing if you're "taking over" from a different connection. More... about 21 years ago
Fix to have ~/.ssh/authorized_keys processed correctly. More... about 21 years ago
Modifications to make publickey authentication work for RSA (ssh-rsa) keys. More... about 21 years ago
Introducing lib/asn1_utils.c which does formal ASN.1 parsing. Removed the asn1_scan_int() function in favour of using parse_asn1(). Added more constants to include/asn.h. More... over 21 years ago
Changed DEBUG levels: 0 = critical, 1 = protocol error, 2 = packet types. More... over 21 years ago
Remove "\r" by replacing with with "", not with "\n". More... over 21 years ago
Clarified language for the connection procedure. More... over 21 years ago
Renamed ssh_do_login() to ssh_login(), added ssh_shell() and documented the SSH glue. More... over 21 years ago
Mention MELVILLE_GLUE in the melville installation notes. More... over 21 years ago
Updated for 0.3. More... over 21 years ago
Diffs for melville 0.9. More... over 21 years ago
Minimized the kernel user object replacement. More... over 21 years ago
Got ssh to work with melville. More... over 21 years ago
Abstract login procedure in ssh glue. More... over 21 years ago
Fixed the way rlimits configuration is handled. More... over 21 years ago
Added valid_public_key to melville sshd. More... over 21 years ago
Update for 0.2 release. More... over 21 years ago
- Added some renamed files to the repository. - Moved valid_public_key() into SSHD. More... over 21 years ago
Hm, apparently packets can be < 32 bytes no matter what the spec says. More... over 21 years ago
Moved send_message() to melville_user.c, and improved the latter somewhat. More... over 21 years ago
Minimum packet length is 32. More... over 21 years ago