Dropbear Latest on IRIX 6.5.30 - Problems

2018-08-06 Thread Kazuo Kuroi
Greetings, I'm working with a friend of mine to port modern software to IRIX 6.5.30, and since OpenSSH is... very difficult to compile on IRIX at this point, we're hoping to use Dropbear as a good alternative. Unfortunately, we're not getting farther than the configure stage: Here's the config.l

Update: Bundled Libtommcrypt broken on IRIX

2020-01-26 Thread Kazuo Kuroi
Hi guys, Was able to get past that point with the libtommcrypt/libtommath from their website. It's working fine here. I guess time to update the bundle. Now to finish compilation (Slow build system to avoid too much noise/heat) -Kazuo

Update 2: Bundled Libtommcrypt broken on IRIX

2020-01-28 Thread Kazuo Kuroi
Well, I was able to confirm this is a bug specific to MIPSPro, not to GCC, and is upstream with libtommcrypt. I will stop bothering you guys about this. Thanks anyways.

SIGCLD issues with dropbear server on IRIX 6.5.x

2020-01-30 Thread Kazuo Kuroi
someone could give insight how to fix this: https://pastebin.com/gnGxGmZH then a build with MIPSPro may finally be possible. Thank you very much. - Kazuo Kuroi

IRIX/MIPSPro patches for Dropbear 2019.78

2020-02-14 Thread Kazuo Kuroi
y patch or best hack in the industry, so please be kind. If we need to explain anything, let us know. I hope this can be upstreamed, if Matt and the other users are still working on dropbear? -Kazuo Kuroi

Dropbear Compilation on IRIX 6.5 broken again (2020.80)

2020-10-07 Thread Kazuo Kuroi
ere's also a minor issue of the build system setting inappropriate flags for MIPSPro, such as -Wextra and -Wsystem-headers and such. I can work with someone to add a definition for MIPSPro to set the CFLAGS properly, I have a complete list around here somewhere. For now I just deleted those CFLAGS. Best Regards, Kazuo Kuroi

Re: Question: Timeout of dropbear

2020-10-13 Thread Kazuo Kuroi
Hi Yuhua, Dropbear supports an Idle timeout as StackExchange mentions here: https://unix.stackexchange.com/questions/183414/how-to-specify-connecttimeout-for-dropbear I do not know if it can do it otherwise. An idle timeout checks for lack of activity on the client end, and automatically disc

Re: multiuser disabled - fail more gracefully

2021-03-09 Thread Kazuo Kuroi
Hello Geoff, That's a good suggestion. but I suggest that if your code can't run on UNIX platforms that it would need an include guard against it. Matt has taken a lot of time to ensure this not only runs on proprietary old C compilers, but also on older OSes where OpenSSH is not a good option

Fixing build flags for MIPSPro

2021-04-19 Thread Kazuo Kuroi
Greetings Matt et al, I've finally gotten around to figuring out ways to guard the makefile_include.mk files for libtommath and libtomcrypt that's distributed by you guys with Dropbear to fix the last few build errors. Here's the patch: https://pastebin.com/TnSgHae9 Summary of changes: 1. B

Re: Tru64 configure issues

2021-06-04 Thread Kazuo Kuroi
Hey Larkin, Hmm, this is a bit weird, but since Matt seems busy these days, I'll see what I can to do help someone else interested in Dropbear. This is all my own cursory, 5 minute check over the problem: Firstly, to disable PIE since you don't need it, pass --disable-harden to the configure