1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Format SSH2_MSG_DISCONNECT correctly (with reason code, reason string, and language tag). More... over 24 years ago
Format SSH2_MSG_DISCONNECT correctly (with reason code, reason string, and language tag). More... over 24 years ago
Fix a segfault (addr->error was unpredictable following a dotted-dec lookup) More... over 24 years ago
Fix a segfault (addr->error was unpredictable following a dotted-dec lookup) More... over 24 years ago
Impose a lower limit of 256 on key lengths. This is mostly because the primegen() function doesn't work well with <100 bits, so RSA keys need to be >=200 to be generated correctly, and I thought 256 was a nice round number beyond that just to be sure. Perhaps I should also have a security warning on any key less than 768; or perhaps I should let people shoot themselves in the feet if they really want to. More... over 24 years ago
Impose a lower limit of 256 on key lengths. This is mostly because the primegen() function doesn't work well with <100 bits, so RSA keys need to be >=200 to be generated correctly, and I thought 256 was a nice round number beyond that just to be sure. Perhaps I should also have a security warning on any key less than 768; or perhaps I should let people shoot themselves in the feet if they really want to. More... over 24 years ago
Gaaah, I might have known. Split combined app cursor / app keypad disablement option into two options so the app cursor keys and app keypad can be controlled separately. The Pedantic Software Award in this case goes to the Midnight Commander for its egregious failure to just use the terminal in Perfectly Normal mode. More... over 24 years ago
Gaaah, I might have known. Split combined app cursor / app keypad disablement option into two options so the app cursor keys and app keypad can be controlled separately. The Pedantic Software Award in this case goes to the Midnight Commander for its egregious failure to just use the terminal in Perfectly Normal mode. More... over 24 years ago
Be more sure that state->collecting_entropy can't be spuriously set More... over 24 years ago
Be more sure that state->collecting_entropy can't be spuriously set More... over 24 years ago
Fix control ID bug causing rogue Appearance title bars in other panels More... over 24 years ago
Fix control ID bug causing rogue Appearance title bars in other panels More... over 24 years ago
Reintroduce random_stir() More... over 24 years ago
Reintroduce random_stir() More... over 24 years ago
Enhance Diffie-Hellman implementation to use bignum_cmp More... over 24 years ago
Enhance Diffie-Hellman implementation to use bignum_cmp More... over 24 years ago
Fix another bignum formatting problem. This one hit Diffie-Hellmann More... over 24 years ago
Fix another bignum formatting problem. This one hit Diffie-Hellmann More... over 24 years ago
Add configurable option to disable application keypad/cursor keys totally More... over 24 years ago
Add configurable option to disable application keypad/cursor keys totally More... over 24 years ago
Add a couple of ellipses in system menu More... over 24 years ago
Add a couple of ellipses in system menu More... over 24 years ago
Remove a rogue diagnostic More... over 24 years ago
Remove a rogue diagnostic More... over 24 years ago
Add the Appearance panel and reorganise things a bit More... over 24 years ago
Add the Appearance panel and reorganise things a bit More... over 24 years ago
Fix failure to re-enable local line discipline when TELOPT_ECHO is turned _back off_ by the remote server. (server sends WONT) More... over 24 years ago
Fix failure to re-enable local line discipline when TELOPT_ECHO is turned _back off_ by the remote server. (server sends WONT) More... over 24 years ago
Fix miscellaneous compiler warnings. Thanks to Jacob Nevins More... over 24 years ago
Fix miscellaneous compiler warnings. Thanks to Jacob Nevins More... over 24 years ago